/* 头部 开始 */
/* 颜色变量 */
:root {
  --color-primary: #03a692;
}
p{
  margin: 0;
}
body {
  margin: 0;
  font-weight: normal;
}
ul,
ol,li {
  list-style: none;
}
a { 
    color: inherit;
    text-decoration: none;
}
.detail-wrap{
  position: relative;
}
/* 头部导航 */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  color: #ffffff;
  height: 1rem;
  display: flex;
  align-items: center;
  transition: transform 0.3s;
  width: 100%;
  background: #ffffff; /* 默认白色背景 */
}
.main-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #13a894;
  z-index: -1;
  transition: transform 0.4s;

  transform-origin: 0 0;
  backdrop-filter: none;
}
.container.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /* max-width: 18.5rem; */
  margin: 0 auto;

  padding: 0 0.7rem;
}
.logo-wrap{
  display: flex;
  align-items: center;
} 
.code{
  color: #ffffff;
  font-size: 0.18rem;
  padding-left: 0.15rem;
  border-left: 1px dashed #ffffff;
  margin-left: 0.1rem;
}
.scrolled .code{
  color: #666;
  font-size: 0.18rem;
  padding-left: 0.15rem;
  border-left: 1px dashed #adaeaa;
  margin-left: 0.1rem;
}
.logo img {
  height: 0.48rem;
  display: block;
}
.main-nav {
  display: flex;
}
.nav-link {
  font-size: 0.22rem;
  position: relative;
  color: #fff;
  text-decoration: none;

  height: 0.8rem;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.1rem;
  width: 0;
  height: 0.03rem;
  background: #fff;
  border-radius: 0.02rem;
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    left 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%);
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
}
.lang-select {
  font-size: 0.22rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.icon-arrow,.icon-arrow-m {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.24rem;
}
.search-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 0.36rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-search,.icon-search-m {
  margin-left: 0.46rem;
  width: 0.36rem;
  height: 0.36rem;
}
.icon-search-m,.icon-arrow-m {
  display: none;
}
.secondBg.scrolled .icon-arrow-m,.secondBg.scrolled .icon-search-m { 
  display: block;
}
.secondBg.scrolled .icon-arrow,.secondBg.scrolled .icon-search { 
  display: none;
}
.secondBg .icon-arrow,.secondBg .icon-search { 
  display: block;
}
/* 主视觉区 */
.swiper-container {
  width: 100%;
  overflow: hidden;
  height: 10.27rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -2rem;
}
.video-container {position: relative;width: 100%;height: 100%;cursor: pointer;}

.video-poster {width: 100%;height: 100%;object-fit: cover;}

.video-container video {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: none;object-fit: cover;}

.video-container.playing video {display: block;}

.video-container.playing .video-poster {display: none;}

.video-but {display:block;z-index: 9;width:60px;height: 60px;background: rgba(255,255,255,0.5);border-radius: 50%;position:absolute;left:30px;bottom:60px;}
.zanting {width:60px;height: 60px;position: relative;cursor: pointer;}
.zanting::before { content: ""; position: absolute; left: 21px; top: 18px; width: 5px; height: 24px; background: #FFFFFF;}
.zanting::after { content: ""; position: absolute; right: 21px; top: 18px; width: 5px; height: 24px; background: #FFFFFF;}
.bofang {
	width:0;
  height:0;
  border-top:15px solid transparent;
  border-bottom:15px solid transparent;
  border-left:20px solid #FFFFFF;
	margin-left: 22px;
	margin-top: 15px;
	cursor: pointer;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 
}

.swiper-container .next-btn {
  position: absolute;
  right: 0.5rem;
  /* top: calc(50vh + 1rem / 2 - 0.65rem / 2); */
  z-index: 2;
  width: 0.65rem;
  height: 0.65rem;
  cursor: pointer;
}

.swiper-container .prev-btn {
  position: absolute;
  left: 0.5rem;
  /* top: calc(50vh + 1rem / 2 - 0.65rem / 2); */
  z-index: 2;
  width: 0.65rem;
  height: 0.65rem;
  cursor: pointer;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* 二级栏目（下拉菜单）样式优化 */
.nav-item-with-dropdown {
  position: relative;
  display: inline-block;
  margin: 0 0.24rem;
}
/* 下拉菜单样式 */
.dropdown-menu {
  display: none;
  position: absolute;
  left: 0rem;
  top: 100%;
  background: #fff;
  min-width: 1.6rem;
  border-radius: 0.08rem;
  box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.08),
    0 0.015rem 0.04rem rgba(0, 0, 0, 0.06);
  z-index: 10;

  animation: dropdownFadeIn 0.2s;
}

.nav-item-with-dropdown:hover .dropdown-menu {
  display: block;
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(0.1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dropdown-menu a {
  padding: 0.36rem 0.32rem 0.18rem 0.32rem;
  color: #222;
  font-size: 0.22rem;
  line-height: 1.5;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  border-radius: 0.04rem;
  font-weight: normal;
}
.dropdown-menu.dropdown-menu--language a {
  padding: 0.2rem;
}
.dropdown-menu a:last-child{
  padding-bottom: 0.36rem;
}
/* 关于必威西汉姆联官网入口二级栏目下拉菜单 */
.dropdown {
  min-width: 1.95rem;
  background: #fff;
  border-radius: 0.04rem;
  box-shadow: 0 0.04rem 0.24rem 0 rgba(0, 0, 0, 0.2);

  border: none;
}
.dropdown-menu--language {
  width: auto;
}
.dropdown-menu--right {
  right: 0;
  left: auto;
}
.dropdown-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-decoration: none;

  color: #222;
}

.dropdown-item:hover {
  background: #f2f6fa;
}

.dropdown-icon {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.16rem;
  flex-shrink: 0;
}

.dropdown-content {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
}

.dropdown-title {
  font-size: 0.22rem;
  color: #222;
  line-height: 1.2;
  white-space: nowrap;
}

.dropdown-desc { 
  font-size: 0.16rem;
  color: #999;
  line-height: 1.4;
}

.menu-divider {
  height: 0.01rem;
  background: #d8d8d8;
  border: none;
  margin: 0 0.32rem;
}

.main-header.scrolled {
  position: relative;
  background: linear-gradient(
    to bottom,
    rgb(40, 40, 40) 0%,
    rgba(40, 40, 40, 0) 100%
  );
  border-bottom: solid 0.01rem #ededed;
  opacity: 0.85;
}

/* 首页显示绿色背景 */
.main-header.index-header{
  position: fixed;
}
/* .main-header.index-header::before {
  transform: scaleY(1);
} */

.main-header.scrolled:before {
  transform: scaleY(0);
}
/* 首页专用的灰色渐变背景 */
/* .main-header.index-header {
  background: linear-gradient(
    to bottom,
    rgb(40, 40, 40) 0%,
    rgba(40, 40, 40, 0) 100%
  );
} */

/* .main-header.index-header.scrolled {
  background: linear-gradient(
    to bottom,
    rgb(40, 40, 40) 0%,
    rgba(40, 40, 40, 0) 100%
  );
} */
.secondBg{
  background: #ffffff!important;
  
}
.secondBg.scrolled .nav-link{
  color: #222222;
}
.secondBg.scrolled .nav-link.active{
  color: #019C89;
}
.secondBg.scrolled .nav-link.active::after {
  content: "";
  background: #019C89;
}
/* Swiper 分页器动画：active加长+平滑过渡 */
.swiper-container .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.06rem;
  bottom: 1.5rem !important;
  top: auto !important;
}
.swiper-container .swiper-pagination.bt{
  bottom: 0.4rem !important;
}
.swiper-container .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 0.08rem;
  background: rgba(255, 255, 255, 0.4);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0 0.06rem;
  display: inline-block;
}

.swiper-container .swiper-pagination-bullet-active {
  width: 0.42rem;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1.79rem;
  background: #FFFFFF;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.banner{
  width: 100%;
  height: 5.68rem;
  margin-top: 0;
}
.banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper video {
  width: 100%;
  height: 100%; /* Change from 'auto' to '100%' */
  object-fit: cover;
}
.tabs{
  margin: 0.7rem 1rem 0 1rem;
  display: flex;
  line-height: 0.72rem;
  align-items: center;
  letter-spacing: 0px;
  color: #000000;
  border-bottom: solid 0.01rem #CDCDCD;
  cursor: pointer;
}
.tabs .tab{
  position: relative;
  margin-right: 0.9rem;
  font-size: 0.32rem;
  font-weight: normal;
  padding-bottom: 0.08rem;
}
.tabs .tab a{
  display: block;
}
.tabs .tab.active::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.03rem;
  background: #03a692;
} 
.search-bg{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    color: #141414;
    box-shadow: 0 0 50px rgba(20, 20, 20, .1);
    padding: 0.9rem 1.04rem 0 1.04rem;
    width: 9rem;
    /* visibility: hidden; */
    /* opacity: 0; */
    transition: all ease .3s;
    z-index: 102;
    overflow: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}
.search-bg.pc {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.search-bg.pc.show {
  opacity: 1;
}
.search-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search{
  position: relative;
  border-radius: 0.4rem;
  transform: translateZ(0);
  margin-right: 0.6rem ;
  background-color: #ffffff;
  border: 0.01rem solid  #222222;
  display: flex;
  overflow: hidden;
  padding: 0.12rem 0.2rem;
  transition: border-color .2s;
  flex: 1;
}
.search input{
  margin-right: 0.1rem;
  font-size: 0.28rem;
  flex: 1;
  border: none;
  outline: none;
}
.search img{
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
}
.close{
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  cursor: pointer;
}
.close img{
  width: 0.48rem;
  height: 0.48rem;
  margin-left: 0.08rem;
}
.recommend{
  margin-top: 0.6rem;
}
.recommend h4{
  font-size: 0.3rem;
  margin-bottom: 0.2rem;
}
.recommend a{
  display: block;
  text-decoration: none;
  color: #141414;
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}
.header-pc{
  display: flex;
}
.pc{
  display: block;
}
.h5{
  display: none!important;
}
.header-h5{
  display: none;
}
/* 头部 end */
/* 必威betway西汉姆联集团官网 footer 设计稿还原样式（单位rem） */
.main-footer {
  background: #13A894;
  color: #fff;
  padding-top: .55rem;
  box-sizing: border-box;
  height: 4rem; 
  position: relative;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 17.2rem;
  margin: 0 auto;
   
  
}
.footer-left {
 
}
.footer-title {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.24rem;
}
.footer-desc {
  font-size: 0.14rem;
  line-height: 2;
}
.footer-divider {
  width: 0.01rem;
  height: 1.8rem;
  background: rgba(255,255,255,0.5);
  margin: 0 0.4rem;
}
.footer-contact {
  display: flex;

  gap: 0.36rem;
  min-width: 2rem;
}
.contact-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 2rem;
  font-size: 0.2rem;
}
.contact-icon {
    margin-bottom: 0.36rem;
  width: 0.48rem;
  height: 0.48rem;
}
.footer-qrcodes {
  display: flex;
  gap: 0.44rem;
}
.qrcode-item {
  display: flex;
  flex-direction: column;
  align-items: center;
 
}
.qrcode-item img {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.04rem; 
}
.qrcode-desc {
  font-size: 0.14rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.08rem;
} 

.footer-bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.82rem;
    right: 0;
 
  background: rgba(0, 0, 0, 0.1); 
  display: flex;
  align-items: center;
}
.footer-bottom-content {
  max-width: 17.2rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0.16rem;
  font-size: 0.16rem;
}
.footer-police-icon {
  width: 0.31rem;
  height: 0.34rem;
  display: inline-block;
 
} 
.footer-police-link {
  color: #fff;
  text-decoration: underline;
  font-size: 0.16rem;
  margin-left: 0.12rem;
  margin-right: 0.16rem;
}
.footer-ipv6 {
  border: 0.01rem dashed rgba(255,255,255,0.5);
  border-radius: 0.54rem;
  padding: 0.04rem 0.1rem;
  font-size: 0.16rem;
  color: #fff;
}
 /* 底部结束 */
/* 公司介绍 about-section 背景及叠加层 */
.about-box {
  padding: 1rem;
  overflow: hidden;
  position: relative;
  min-height: 4rem;
  width: 100%;
  box-sizing: border-box;
  /* border-radius: 0.4rem 0.4rem 0 0; */
  /* margin-top: -1.1rem; */
  background-color: #fff;
  z-index: 1;
}
.about-section {
  display: flex;
  justify-content: space-between;
}

.about-container {
  position: relative;
  flex: 1;
  margin-right: 1rem;
}

.section-title {
  font-size: 0.4rem;
  font-weight: 600;
  line-height: 0.8rem;

  letter-spacing: normal;
  color: #000000;
  margin-bottom: 0.4rem;
  position: relative;
}
.section-title::after {
  content: "";
  /* 自动布局子元素 */
  position: static;
  left: 0px;
  top: 72px;
  width: 1.6rem;
  height: 0.03rem;
  opacity: 1;

  /* 自动布局 */
  display: flex;
  background: #018779;

  z-index: 1;
}

.about-content .h2 {
  font-size: 0.6rem;
  font-weight: normal;
  color: #000000;
  margin-bottom: 0.24rem;
}

.about-content p {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 180%;
  text-align: justify; /* 浏览器可能不支持 */
  display: flex;
  align-items: center;
  letter-spacing: normal;
  color: #222222;
}

.about-stats {
  display: flex;
  gap: 0.2rem;
  margin-top: 0.34rem;
}

.stat-item {
  /* 自动布局子元素 */
  /* width: 1.92rem;  */
  flex: 1;
  height: 2.12rem;
  box-sizing: border-box;
  /* 自动布局 */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.48rem 0.24rem;

  border-radius: 0.2rem;
  background: #def3ee;
}

.stat-num { 
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 180%;
  display: flex;
  align-items: center;
  letter-spacing: normal;
  color: #03a692;
}

.stat-label {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 180%;
  text-align: center;
  word-break: normal;
  display: flex;
  align-items: center;
  letter-spacing: normal;
  color: #222222;
}

.about-bg {
  width: 7.68rem;
  height: 9.32rem;
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
}

.about-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease-in-out;
}
.about-bg:hover img{
  transform: scale(1.05);
}
.about-bg-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  width: 7.68rem;
  height: 1.49rem;
  font-size: 0.28rem;
  background: #03a692;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-bg-text {
  font-weight: normal;
  line-height: 180%;
  text-align: center;
  display: flex;
  align-items: center;
  letter-spacing: normal;
  color: #ffffff;
  /* 株洲betway西汉姆联平台股份有限公司 */
  font-weight: 400;
  font-size: 0.36rem;
  font-variation-settings: "opsz" auto;
  text-align: center;
}
.about-bg-text-sub {
  font-weight: 400;
  font-size: 0.28rem;
  text-align: center;
  font-variation-settings: "opsz" auto;
}

.more-btn {
  width: 2.82rem;
  height: 0.82rem;
  border-radius: 2.82rem;
  background: #03a692;
  font-size: 0.32rem;
  font-weight: normal;
  line-height: 180%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0px;
  color: #fff;
  cursor: pointer;
  margin-top: 0.32rem;
}
.more-btn img {
  width: 0.48rem;
  height: 0.48rem;
  margin-left: 0.1rem;
}

/* 产品开始 */
.product-section {
  padding: 0.8rem 1rem;
  box-sizing: border-box;
  width: 100%;
  height: 9.55rem;
  background-size: cover;
 
}
.product-container {
    
}
.product-section .section-title{
  display: flex;
  justify-content: space-between;
}
.product-section .section-title::after {
  display: none;
}
.product-section .section-title span{
  position: relative;
}
.product-section .section-title span::after{
  content: "";
  /* 自动布局子元素 */
  position: static;
  left: 0px;
  top: 72px;
  width: 1.6rem;
  height: 0.03rem;
  opacity: 1;

  /* 自动布局 */
  display: flex;
  background: #018779;

  z-index: 1;
}
.prd-more{
  font-size: 0.32rem;
  font-weight: normal;
  color: #03A692;
}
.product-list {
  display: flex;
  justify-content: space-between;
}
.product-card {
  position: relative;
  width: 5.51rem;
  height: 6.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.32rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.product-card img{
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.product-card:hover img{
  transform: scale(1.05);
}
.product-card:last-child{ 
  margin-right: 0;
}
.product-card a{
  display: block;
  width: 100%;
  height: 100%;
}
.product-name{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0.99rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.16) 100%, rgba(0, 0, 0, 0) 100%);
  text-align: center;
  font-size: 0.44rem;
  font-weight: normal;
  line-height: 0.99rem;
  color: #FFFFFF;
}
/* 
.product-card:hover {
  border: 0.02rem solid #13A894;
  box-shadow: 0 0.04rem 0.49rem 0 rgba(19, 168, 148, 0.3);
}

.product-card:hover .product-name,
.product-card:hover .product-content {
  color: #13A894;
}

.product-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card .product-name {
  font-size: 0.4rem;
  font-weight: 600;
  line-height: 180%;
  display: flex;
  align-items: center;
  letter-spacing: normal;
  text-underline-offset: 0.1rem; 
  text-decoration-thickness: .02rem; 
  color: #000000;
}
.product-card:hover .product-name{
  text-decoration: underline;
}
.product-card .product-content {
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 180%;
  display: flex;
  align-items: center;
  letter-spacing: normal;
  color: #777777;
  margin-top: 0.36rem;
} */

.main-product-name {
  font-size: 0.6rem;
  font-weight: 600;
  line-height: 180%;
  display: flex;
  align-items: center;
  letter-spacing: normal;
  /* text-decoration: underline; */
  text-underline-offset: 0.12rem; 
  text-decoration-thickness: .02rem; 
  color: #ffffff;
}
.product-main:hover .main-product-name{ 
  text-decoration: underline; 
}
.main-product-content {
  font-size: 0.32rem;
  font-weight: normal;
  line-height: 180%;
  display: flex;
  align-items: center;
  letter-spacing: normal;
  color: #ffffff;
}

/* 产品结束 */

/* 新闻资讯 swiper-slide 单项内容样式 */
.news-section {
  height: 9.7rem;
  background-color: #fff;
  padding: 0.87rem 1rem 0.7rem;

  box-sizing: border-box;
}
.news-swiper {
  box-sizing: border-box;
  overflow: hidden;
  box-sizing: border-box;
}
.news-slide {
  width: 5.48rem;
  height: 5.63rem;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  border-radius: 0.4rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.news-slide:hover{
  box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.news-slide-imgbox {
  position: relative;
  width: 100%;
  height: 3.23rem;
  overflow: hidden;
  border-radius: 0.4rem 0.4rem 0 0;
  background: #d8d8d8;
}
.news-slide-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease-in-out;
}
.news-slide-imgbox:hover img{
  transform: scale(1.05);
}
.news-slide-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-slide-content {
  flex: 1;
  background: #fff;
  border-radius: 0 0 0.4rem 0.4rem;
  border-top: none;
  border: 0.015rem solid #dbdbdb;
  border-top: none;
  padding: 0.24rem 0.24rem 0.24rem 0.24rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-slide-tag {
  font-size: 0.22rem;
  color: #9e9e9e;
  margin-bottom: 0.18rem;
}
.news-slide-title {
  font-size: 0.22rem;
  font-weight: bold;
  color: #222;
  line-height: 1.8;
  min-height: 0.79rem;
  margin-bottom: 0.18rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-slide-date {
  font-size: 0.18rem;
  color: #9e9e9e;
  margin-top: 0.18rem;
}
.news-btn {
  margin-top: 0.57rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 11;
}

.news-next-btn,
.news-prev-btn {
  width: 0.65rem;
  height: 0.65rem;
  margin-left: 0.24rem;
  cursor: pointer;
}

/* Swiper 分页器动画：active加长+平滑过渡 */
.news-section .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.06rem;
}

.news-section .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 0.08rem;
  background: #d8d8d8;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0 0.06rem;
  display: inline-block;
}

.news-section .swiper-pagination-bullet-active {
  width: 0.42rem;
  border-radius: 1.79rem;
  background: #03a692;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* 搜索结果 */
.result-wrap{
  max-width: 13rem; 
  margin: 0 auto;
  padding: 0.48rem 0.24rem;
}
.zb-info-list{
  padding: 0.25rem 0.85rem 0 0.85rem;
  width: 100%; 
  display: block;
  box-sizing: border-box;
}
.zb-info-list .result-wrap{
  max-width: 100%; 
  padding: 0; 
}
.result-wrap .title{
  font-size: 0.3rem;
  text-align: center;
  color: #141414;
}
.result-wrap .title span{
  color: #e30016;
}
.result-wrap .result-list{ 
  margin-top: 0.24rem;
}
.result-wrap .result-list .result-item{ 
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #dbdbdb !important;
    margin-bottom: 15px;
    padding: .7em .7em .7em 0;
    vertical-align: top;
    position: relative;
}
.result-wrap .result-list .result-item::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #38a1d0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.result-wrap .result-list .result-item .date{ 
  font-size: 0.22rem;
  color: #545454;
  margin-bottom: 0.24rem;
}
.result-wrap .result-list .result-item a{ 
  font-size: 0.24rem;
  color: #0073ab;
  padding-bottom: 0.05rem;
  display: block;
}
.result-wrap .result-list .result-item a:hover{
  color: #38a1d0;
}

.result-wrap .result-list .result-item:hover::after{
  width: 100%;
}
/* 公司介绍 about-section 背景及叠加层 */
.company-intro{
  padding: 0.6rem 1rem .7rem 1rem;
  background: #ffffff;
  font-size: 0.24rem;
  font-weight: normal;
  position: relative;
}
.intro-img{
  width: 8.28rem;
  height: 6.3rem;
  border-radius: 0.2rem;
  float: left;
  margin-right: 0.96rem;
  margin-bottom: 0.6rem;
}
.intro-container{
  text-align: justify;
}
.section-content{
  line-height: 0.43rem;
  color: #222222;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.chuang-section {
  background-color: #F7F7F7;
}
.structure-container .section-title,.company-intro-wrap .section-title,.company-intro-wrap .section-title {
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 0.8rem;
  letter-spacing: normal;
  color: #000000;
  position: relative;
  margin-bottom: 0.12rem;
}
.chuang-section .section-title,.chuang-section .time{
  padding:0 0.5rem;
}
.structure-container .section-title::after,.company-intro-wrap .section-title::after { 
  display: none;
}
.time{
   display: block;
    width: 100%;
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.5rem;
    text-align: right;
    letter-spacing: 0px;
    color: #9E9E9E;
    margin-bottom: 0.2rem;
}
/* 发展历程详情 */
/* 发展历程详情 */
.chuang-wrap{
  display: flex;
}
.left-list{
  padding: 0.8rem 1.29rem 0.95rem 1.35rem;
}
.left-list .item{
  width: 5rem;
  line-height: 1.59rem;
  text-align: center;
  font-size: 0.48rem;
  color: #000000;
  border-bottom: solid 0.02rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.left-list .item.active{
  position: relative;
  color: #00A292;
}
.left-list .item .icon{
  display: none;
}
.left-list .item.active .icon{
  position: absolute;
  right: 0.8rem;
  top: 50%;
  display: block;
  width: 0.2rem;
  height: 0.32rem;
  transform: translateY(-50%);
}
.right-list{
  flex: 1;
  height: 8.1rem;
  background: #ffffff;
  padding: 0.8rem 0;
  border: solid 0.02rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.right-list .list{
  height: 6.36rem;
  overflow-y: auto;
  scroll-behavior: auto;
  box-sizing: border-box;
  padding-left: 0.12rem;
  margin-left: -0.12rem;
}
.right-list .list::-webkit-scrollbar {
  width: 8px;
  display: block;
}

.right-list .list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 2px;
}

.right-list .list::-webkit-scrollbar-thumb {
  background: #CCCCCC;
  border-radius: 2px;
}

.right-list .list::-webkit-scrollbar-thumb:hover {
  background: #CCCCCC;
}
.right-list .item{
  position: relative;
  padding: 0.6rem 1.3rem 0.6rem 1rem;
  color: #000000;
  cursor: pointer;
}
.right-list .item::after{ 
  content: '';
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  background: #00A292;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  border-radius: 50%;
  left: -0.12rem;
}
.right-list .item .year{
  font-size: 0.64rem;
  line-height: 1.8;
}
.right-list .item .text{
  font-size: 0.24rem;
  line-height: 1.8;
}
.right-list .item.active,.right-list .item:hover{
  background-color: #00A292;
  color: #FFFFFF;
}

.slide-in-left {
  animation: slideInLeft 0.5s ease-out forwards;
}

.slide-in-right {
  animation: slideInRight 0.5s ease-out forwards;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.timeline-wrap {
  touch-action: pan-y;
  user-select: none;
}
/* 发展历程详情 end */
.pursue-container{
  padding: 1.19rem 1rem 0.98rem 1rem;
  background: #F7F7F7;
  text-align: center;
}
.sub-title{
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.44rem;
  text-align: center;
  margin-top: 0.12rem;
  /* max-width: 7.68rem; */
  margin: 0 auto;
  color: #222222;
  /* text-align: left; */
}
.sub-title.center{
  text-align: center;
}
.card-list{
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
}
.card-list .card{ 
  width: 4rem;
  height: 4.58rem;
  background: #ffffff;
  border-radius: 0.4rem;
  margin-right: 0.4rem;
  overflow: hidden;
  border: 0.015rem solid #DBDBDB;
  border-top: none;
  box-sizing: border-box;
}

.card-list .card .icon-bg{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 1.56rem;
  background: #03A692;
}
.card-list .card .icon-bg img{
  width: 0.88rem;
  height: 0.88rem;
  object-fit: contain;
}
.card-info{
  height: 100%;
  padding: 0.24rem 0.3rem 0.46rem 0.3rem;
}
.card-info .num{
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 0.15rem;
  margin: 0 auto;
  background: #03A692;
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.52rem;
  color: #fff;
}
.card-info .name{
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 0.65rem;
  margin-top: 0.12rem;
}
.card-info .desc{
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.4rem;
  color: #666666;
  text-align: center;
  margin-top: 0.2rem;
}
.devlelopment-container{
  padding: 0.6rem 1rem;
  background: #ffffff;
  text-align: center;
}
.d-card-list{
  display: flex;
  justify-content: space-around;
  margin-top: 0.66rem;
}
.d-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.d-card .icon{
  width: 1.4rem;
  height: 1.4rem;
  display: block;
}
.d-card .name{
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 0.65rem;
  margin-top: 0.42rem;
  color: #000000;
}
.d-card .desc{
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.43rem;
  color: #030303;
}
.d-card:hover .name,.d-card:hover .desc,.d-card.active .name,.d-card.active .desc{
  position: relative;
  color: #019C89;
  transition: all 0.3s;
}
.d-card.active .name::after{
  content: '';
  position: absolute;
  bottom: -0.6rem;
  width: 2.4rem;
  height: 0.04rem;
  background: #00A292;
  left: 50%;
  transform: translateX(-50%);
}
.structure-container{
  padding: 0.85rem 1rem 0.8rem 1rem;
  background: #ffffff;
  text-align: center;
}
.structure-list{
  margin-top: 0.85rem;
}
.structure-list .item{
  /* background: #F7F7F7; */
  /* border-radius: 0.2rem; */
  margin-bottom: 0.25rem;
  overflow: hidden;
  display: flex;
}
.structure-list.list-pc .item{
  display: block;
}
.structure-list .item .img{
  width: 3.94rem;
  height: 2.45rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
.structure-list .item .img img{ 
  width: 100%;
  object-fit: cover;
  display: block;
  height: inherit;
}
.structure-list .item .item-cont{
  /* background: #F7F7F7; */
  padding: 0.36rem;
  display: flex;
  flex:1;
}
.structure-list .item .num{
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 0.15rem;
  margin: 0 auto;
  background: #03A692;
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.52rem;
  color: #fff;
}
.structure-list .item .cont{
  flex:1;
  margin-left: 0.26rem;
  text-align: left;
}
.structure-list .item .cont .name{
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.5rem;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.structure-list .item .cont .name img{
  width: 0.48rem;
  height: 0.48rem;
}
.structure-list .item .cont .desc{ 
  font-size: 0.22rem!important;
  font-weight: normal;
  line-height: 0.36rem;
  color: #444444;
  margin-top: 0.16rem;
}
.structure-list .item .cont .desc p{
  font-size: 0.22rem!important;
  color: #444444!important;
  line-height: 0.36rem!important;
}
.structure-list .item .cont .desc.collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.structure-list .item .cont .desc.expanded {
  display: block;
  overflow: visible;
}
.structure-list .item .cont .name {
  /* cursor: pointer; */
}

.structure-list .item .cont .name img {
  transition: transform 0.3s ease;
}

/* 公司介绍end */
/* 集团信息 */
.info-list{
  padding: 0.85rem 0.85rem 0 0.85rem;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.info-item{
  width: 4rem;
  opacity: 1;
  /* 自动布局 */
  display: flex;
  flex-direction: column;
  padding: 0px;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-right: 0.4rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  border: 0.015rem solid #DBDBDB;
  box-sizing: border-box;
}
.info-item:hover{
  box-shadow: 0px 4px 59px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}
.info-item:nth-child(4n+4){
  width: 4rem;
  margin-right: 0;
}
.info-item .img{
  width: 100%;
  height: 3.24rem;
}
.info-item .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.info-item:hover .img img{
 transform: scale(1.05);
}
.info-item .content{ 
  padding: 0.24rem;
  box-sizing: border-box;
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.info-item .content .title{ 
  height: 0.8rem;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.4rem;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.info-item .content .desc{ 
  height: 0.8rem;
  font-size: 0.2rem;
  color: #444444;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.12rem;
}
.info-item .content .date{ 
  margin-top: 0.24rem;
  font-size: 0.22rem;
  line-height: 0.26rem;
  color: #9E9E9E;
  display: flex;
  justify-content: space-between;
}
.info-item .content .date a{
  font-size: 0.24rem;
  color: #03A692;
  text-decoration: none;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.13rem;
  margin-bottom: 0.8rem;
}

.pagination .page-btn {
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #03A692;
  border: 0.01rem solid #03A692;
  border-radius: 0.06rem;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 0.22rem;
}

.pagination .page-btn.active {
  background: #03A692;
  color: #FFFFFF;
}

.pagination .page-btn:hover {
  background: #03A692;
  color: #FFFFFF;
}

.pagination .page-arrow {
  width: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0.4rem;
  margin-top: -0.08rem;
}

.pagination .page-arrow:hover {
  color: #03A692;
}
/* 集团信息end */
/* 产品介绍 */
.p-info-list{
  padding: 0.88rem 1.24rem 0 1.24rem;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.p-info-item{
  position: relative;
  width: calc(33.333% - 0.21rem);
  opacity: 1;
  /* 自动布局 */
  display: flex;
  flex-direction: column;
  align-content: center;
  padding: 0px;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-right: 0.31rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  
}
.p-info-item::after{
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background: #03A692;
}
.p-info-item:hover{
  /* box-shadow: 0px 4px 59px 0px rgba(0, 0, 0, 0.3); */
  transition: all 0.3s;
}
.p-info-item:nth-child(3n+3){
  width: calc(33.333% - 0.21rem);
  margin-right: 0;
}
.p-info-item .img{
  width: 3.6rem;
  height: 3.6rem;
  margin: .4rem auto;
}
.p-info-item .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-info-item .content{ 
  padding: 0 0.24rem 0.64rem 0.24rem;
  box-sizing: border-box;
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.p-info-item .content .title,.p-info-item:hover .hover .title{ 
  position: relative;
  width: 1.67rem;
  font-size: 0.36rem;
  margin: 0 auto;
  text-align: center;
}
.p-info-item .content .title .name,.p-info-item:hover .hover .title .name{
  position: relative;
  display: inline;
  line-height: 0.5rem;
}
.p-info-item .content .title .name .icon,.p-info-item:hover .hover .title .name .icon{
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  right: -0.25rem;
  top: 0.05rem;
}
.p-info-item .content .title::after,.p-info-item:hover .hover .title::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 0.04rem;
  background: #FE9A01;
  left: 0;
  right: 0;
  bottom: -0.11rem;
}
.p-info-item .content .desc,.p-info-item:hover .hover .desc{ 
  font-size: 0.28rem;
  color: #000000;
  line-height: 0.5rem;
  text-align: center;
}
.p-info-item .hover{
  position: absolute;
  opacity: 0;
  height: 0;
  bottom: 0;
}
.p-info-item:hover{
  position: relative;
}
.p-info-item:hover .hover{
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #03A692;
  transition: all 0.3s;
  color: #FFFFFF;
  padding: 0.53rem 0.57rem 0.76rem 0.57rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-info-item:hover .hover .desc{
  color: #FFFFFF;
}
.func{
  margin-top: 0.48rem;
}
.func-name{
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.5rem;
}
.func-desc{ 
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.35rem;
  min-height: 1.4rem;
  margin-top: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.more{
  width: 2.49rem;
  height: 0.75rem;
  margin: 0.43rem auto 0 auto;
  border-radius: 0.4rem;
  border: 0.01rem solid #FFFFFF;
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.75rem;
  text-align: center;
  cursor: pointer;
  display: block;
}
/* 产品end */
/* 研发实力 */
.financial{
  padding: 1rem 1rem 0.8rem 1rem;
  /* background: #F7F7F7; */
}
.financial .list{
  display: flex;
  flex-wrap: wrap;
}
.financial .list .item{
  width: calc(33.333% - 0.32rem);
  height: 2.97rem;
  padding: 0.48rem 0.45rem 0.45rem 0.45rem;
  box-sizing: border-box;
  border: 0.01rem solid #DDDDDD;
  box-shadow: 0 0.04rem 0.41rem 0 rgba(0, 0, 0, 0.2);
  background: #FFFFFF;
  border-radius: 0.1rem;
  font-size: 0.28rem;
  color: #222222;
  margin-right: 0.48rem;
  margin-bottom: 0.6rem;
}
.financial .list .item:nth-child(3n+3){
  margin-right: 0;
}
.financial .list .item .name{
  line-height: 0.5rem;
  text-align: center;
}
.financial .list .item .more{
  color: #03A692;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: block;
  margin-top: 0.24rem;
  padding-top: 0.24rem;
  line-height: 0.5rem;
}
.financial .list .item .more::before{
  content: "";
  position: absolute; 
  width: 2.42rem;
  height: 0.04rem;
  background: #03A692;
  top: -0.04rem;
  left: 50%;
  transform: translateX(-50%);
}
/* 研发实力end */
/* 必威betway西汉姆联研究院 */
/* 专利技术 */
.patent{
  padding: 0.88rem 1.24rem 0 1.24rem;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.patent-item{
  position: relative;
  width: calc(33.333% - 0.4rem);
  opacity: 1;
  /* 自动布局 */
  display: flex;
  flex-direction: column;
  align-content: center;
  padding: 0px;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  
}
.patent-item:nth-child(3n+3){
  width: calc(33.333% - 0.4rem);
  margin-right: 0;
}
.patent-item .img{
  position: relative;
  width: 4.58rem;
  height: 3.21rem;
  margin: 0 auto;
}
.patent-item .img .img_bt{
  position: absolute;
  left: -0.36rem;
  bottom: -2.48rem;
  z-index: -1;
  width: 5.32rem;
  height: 2.8rem;
}
.patent-item .img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.patent-item .content{
  margin-top: 1.52rem;
  padding: 0 0.24rem 0.38rem 0.24rem;
  box-sizing: border-box;
}
.patent-item .content .name{ 
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 0.64rem;
  color: #222222;
}
.patent-item .content .date{
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.34rem;
  color: #9E9E9E;
  margin-top: 0.24rem;
}
.patent-item .content .p-more{
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.43rem;
  color: #03A692;
  text-decoration: none;
  margin-top: 0.12rem;
  display: block;
}
/* 研发实力 */
.strength, .quality{
  width: 100%;
}
.strength-item{
  display: flex;
  align-items: center;
}
.strength-item:nth-child(2n+1){
  background-color: #FFFFFF;
  justify-content: flex-start;
  padding: .95rem 1rem 0.95rem 1rem;
}
.strength-item:nth-child(2n+2){
  background-color: #F7F7F7;
  justify-content: flex-end;
  padding: 1.28rem 1rem;
}
.strength-item .img{
  width: 8.59rem;
  height: 4.8rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.strength-item .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strength-item .info{
  flex: 1;
}
.strength-item:nth-child(2n+1) .info{ 
  margin-left: 0.78rem;
}
.strength-item:nth-child(2n+2) .info{ 
  margin-right: 0.78rem;
  order:1;
}
.strength-item:nth-child(2n+2) .img{
  order: 2;
}
.strength-item .info .title{
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 0.86rem;
  color: #000000;
}
.strength-item .info .content{
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.43rem;
  color: #666666;
  margin-top: 0.24rem;
}
.strength-item .info .date{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.26rem;
  color: #9E9E9E;
  margin-top: 0.24rem;
}
.strength-item .info .date a{
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.43rem;
  color: #03A692;
  text-decoration: none;
}
/* 必威betway西汉姆联研究院end */
/* 人力资源 */
/* 研发实力 */
.strategy,.develop{
  width: 100%;
}
.brief{
  padding: 0.7rem 1rem;
}
 
.brief .title{ 
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 0.64rem;
}
.brief .cont{ 
  font-size: 0.24rem;
  font-weight: normal;
  line-height: .4rem;
  margin-top: 0.12rem;
}
.tactics{
  /* padding: 1rem;
  background: #F7F7F7;
  display: flex;
  justify-content: space-between; */
}
.tactics-item{
  display: flex;
  align-items: center;
  text-align: center;
  background: #F7F7F7;
  padding: 0.63rem 1.6rem 0.68rem 1.1rem;
  margin-bottom: 0.08rem;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.tactics-item .img{ 
  width: 1.6rem;
  height: 1.6rem;
}
.tactics-item .img img{ 
  width: 100%;
  height: 100%;
}
.right-wrap{
  flex: 1;
  margin-left: 1rem;
}
.tactics-item .title{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.tactics-item .title .num{
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 0.15rem;
  background: #03A692;
  font-size: 0.28rem;
  line-height: 0.52rem;
  color: #FFFFFF;
}
.tactics-item .title .name{
  font-size: 0.36rem;
  font-weight: normal;
  line-height: 0.64rem;
  color: #222222;
  margin-left: 0.12rem;
}
.tactics-item .cont{ 
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.36rem;
  color: #444444;
  text-align: center;
  text-align: left;
  margin-top: 0.24rem;
}
/* 发展培训 */
.benefit{
  padding: 1rem;
}

.benefit:nth-child(even) {
  background-color: #F7F7F7;
}
.benefit:nth-child(odd) {
  background-color: #ffffff; 
}

.benefit:nth-child(even) .content {
  display: flex;
  flex-direction: row-reverse; /* 左右互换 */ 
}
.benefit:nth-child(even) .content .info{
  margin-right: 1rem;
}
.training{
  padding: 1rem;
  background: #F7F7F7;
}
.benefit .title,.training .title{
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 0.86rem;
  color: #000000;
  text-align: center;
}
.benefit .brief-info,.training .brief-info {
  width: 10.5rem;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.43rem;
  text-align: center;
  color: #222222;
  margin: 0 auto;
  margin-top: 0.24rem;
}
.benefit .content,.training .content{
  display: flex;
  margin-top: 1.42rem;
}
.benefit .content .img,.training .content .img{
  width: 6.5rem;
  max-height: 10.45rem;
}
.benefit .content .img img,.training .content .img img{
  width: 100%;
  object-fit: contain;
}
.benefit .content .info,.training .content .info{
  flex: 1;
  margin-left: 1rem;
  font-weight: normal;
  line-height: 0.43rem;
}
.training .content .info{
  margin-right: 1rem;
  margin-left: 0;
}
.benefit .content .info .name,.training .content .info .name{
  color: #222222;
  font-size: 0.28rem;
}
.benefit .content .info .cont,.training .content .info .cont{
  color: #666666;
  margin-bottom: 0.45rem;
  font-size: 0.24rem;
}
.benefit .content .info .cont p,.training .content .info .cont p{
  padding: 0;
  margin: 0;
}
.benefit .content .info .cont:last-child,.training .content .info .cont:last-child{ 
  margin-bottom: 0;
}
.benefit .content .info p{
  font-size: 0.24rem!important;
  line-height: 0.5rem!important;
  letter-spacing: -0.01rem;
}
/* 人力资源 end */
/* 客服中心 */
/* 研发实力 */
.electronic{
  width: 100%;
}
.brief{
  padding: 0.7rem 1rem;
  /* text-align: center; */
}
.brief .title{ 
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 0.8rem;
}
.brief .cont{ 
  font-size: 0.24rem;
  font-weight: normal;
  line-height: .4rem;
  margin-top: 0.12rem;
  color: #222222;
}

/* 电子监管码查询 */
.benefit{
  padding: 1rem;
}
.training{
  padding: 1rem;
  background: #F7F7F7;
}
.benefit .title,.training .title{
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 0.86rem;
  color: #000000;
  text-align: center;
}
.benefit .brief-info,.training .brief-info {
  width: 11rem;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.43rem;
  text-align: center;
  color: #222222;
  margin: 0 auto;
  margin-top: 0.12rem;
}
.service-wrap{
  padding: 0.84rem 1.94rem 1.45rem 1.24rem;
  background: #F7F7F7;
  display: flex;
  justify-content: space-between;
}
.service-wrap .img{
  width: 6.27rem;
  height: 4.87rem;
  border-radius: 0.1rem;
}
.service-wrap .img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-wrap .input-wrap{
  width: 9.62rem;
  height: 4.2rem;
  border-radius:0.1rem;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  box-shadow: 0px 4px 41px 0px rgba(0, 0, 0, 0.2);
}
.service-wrap .input-wrap .head{
  width: 100%;
  height: 0.98rem;
  line-height: 0.98rem;
  border-radius: 0.1rem;
  background: linear-gradient(0deg, #F7F7F7 0%, rgba(253, 253, 253, 0) 100%);
  border: 1px solid #DDDDDD;
  font-size: 0.26rem;
  font-weight: normal;
  color: #222222;
  text-align: center;
}
.service-wrap .input-wrap .input-box{
  padding: 0.4rem 0.7rem 0.64rem 0.68rem;
}
.service-wrap .input-wrap .input-box .ipt-wrap{
  display: flex;
  margin-top: 0.36rem;
}
.service-wrap .input-wrap .input-box .ipt-wrap:first-child{
  margin-top: 0;
}
.service-wrap .input-wrap .input-box .ipt-wrap .label{
  width: 1.3rem;
  margin-right: 0.33rem;
  font-size: 0.26rem;
  font-weight: normal;
  line-height: 0.46rem;
  color: #222222;
}
.service-wrap .input-wrap .input-box .ipt-wrap .value{
  flex: 1;
  display: flex;
  justify-content: center!important;
}
.ipt{
  width: 100%;
  height: 0.6rem;
  border-radius: 0.04rem;
  /* margin-right: 0.1rem; */
  box-sizing: border-box;
  border: 0.02rem solid #DDDDDD;
  padding: 0.05rem 0.1rem;
  font-size: 0.26rem;
  color: #000000;
}
input.ipt:focus-visible{
  border: 0.02rem solid #13A894;
}
.service-wrap .input-wrap .input-box .ipt-wrap:first-child .value .ipt{ 
  width: 1.2rem;
}
.service-wrap .input-wrap .input-box .ipt-wrap:last-child .value .ipt{ 
  margin-right: 0;
}
.service-wrap .input-wrap .input-box .ipt-wrap .value .code{
  width: 0.48rem;
  height: 0.46rem;
  padding: 0 0.12rem;
}
.w170{
  width: 1.7rem;
}
.fls{
  justify-content: flex-start!important;
  align-items: center;
}
.service-wrap .input-wrap .input-box .ipt-wrap .value .code img{
  height: 0.46rem;
  object-fit: contain;
  display: block;
  cursor: pointer;
}
.service-wrap .input-wrap .input-box .ipt-wrap .value .btn{
  width: 2.17rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border-radius: 0.1rem;
  background: #03A692;
  font-size: 0.26rem;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
/* 售后服务 */
.service-block{
  background: #F7F7F7;
  width: 100%;
  padding: 1rem 0;
}
.service{
  width: 9.62rem;
  height: 5.5rem;
  border-radius: 0.1rem;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 0.01rem solid #DDDDDD;
  box-shadow: 0 0.01rem 0.41rem 0 rgba(0, 0, 0, 0.2);
  margin: 1rem auto;
  padding: 0.78rem;
  box-sizing: border-box;
}
.service .line{
  display: flex;
  align-items: center;
  font-size: 0.36rem;
  margin-bottom: 0.45rem;
  line-height: 0.64rem;
}
.service .line:last-child{
  margin-bottom: 0;
}
.service .line .icon{
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.64rem;
}
.service .line .name{
  color: #222222;
}
.service .line .value{
  color: #666666;
}

.service-block2{
  display: flex;
  flex-wrap: wrap;
  margin: 1rem;
}
.service-block2 .service{ 
  width: calc(50% - 0.16rem);
  height: 2.97rem;
  margin: 0;
  margin-right: 0.32rem;
  margin-bottom: 0.24rem;
  padding: 0.48rem 0.3rem 0.48rem 0.6rem;
  box-sizing: border-box;
}
.service-block2 .service:nth-child(2n+2){
  margin-right: 0;
}
.service-block2 .service .line{
  display: flex;
  align-items: center;
  font-size: 0.28rem;
  margin-bottom: 0.24rem;
  line-height: 1.8;
}
.service-block2 .service .line .icon{
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.3rem;
}
/* 不良反应 */
.reaction{
  width: 100%;
}
.reaction .content{
  padding: 1rem 1.75rem 0.83rem 1.75rem;
  background-color: #ffffff;
  font-size: 0.24rem;
  color: #222222;
}
.reaction .content .title{ 
  font-size: 0.4rem;
  line-height: 0.8rem;
  text-align: center;
  margin-bottom: 0.12rem;
}
.report{
  padding: 1rem 1.76rem;
  background: #F7F7F7;
  display: flex;
  justify-content: space-between;
}
.code-wrap{
  width: 5.25rem;
  height: 5.23rem;
  border-radius: 0.1rem;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 0.01rem solid #DDDDDD;
  box-shadow: 0 0.04rem 0.41rem 0 rgba(0, 0, 0, 0.2);
  margin-right: 0.47rem;
}
.code-wrap .head{
  font-size: 0.24rem;
  color: #222222;
  height: 0.98rem;
  border-radius: 0.1rem 0.1rem 0 0;
  background: linear-gradient(0deg, #F7F7F7 0%, rgba(253, 253, 253, 0) 100%);
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  line-height: 0.98rem;
  text-align: center;
}
.code-wrap .head span{
  border-radius: 0.04rem;
  background: #03A692;
  padding: 0.1rem;
  color: #FFFFFF;
}
.code-wrap .code{
  width: 3.5rem;
  height: 3.38rem;
  margin: 0.38rem auto;
}
.code-wrap .code img{
  width: 100%;
  height: 100%;
}
.form-wrap{
  flex: 1;
  border-radius: 0.1rem;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 0.01rem solid #DDDDDD;
  box-shadow: 0 0.04rem 0.41rem 0 rgba(0, 0, 0, 0.2);
}
.form-wrap .head{
  font-size: 0.24rem;
  color: #222222;
  height: 0.98rem;
  border-radius: 0.1rem 0.1rem 0 0;
  background: linear-gradient(0deg, #F7F7F7 0%, rgba(253, 253, 253, 0) 100%);
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  line-height: 0.98rem;
  padding-left: 0.49rem;
}
.form-wrap .head span{
  border-radius: 0.04rem;
  background: #03A692;
  padding: 0.1rem;
  color: #FFFFFF;
  margin-right: 0.24rem;
}
.form-wrap .form{
  padding: 0.6rem 0.48rem 0.6rem 0.42rem;
}
.form-wrap .form .ipt-wrap{
  display: flex;
  margin-top: 0.29rem;
}
.form-wrap .form .ipt-wrap .label{
  width: 2.25rem;
  font-size: 0.26rem;
  font-weight: normal;
  line-height: 0.46rem;
  margin-right: 0.32rem;
  padding-top: 0.08rem;
}
.form-wrap .form .ipt-wrap .label span{
  color: #F5222D;
}
.form-wrap .form .ipt-wrap .value{
  flex: 1;
  display: flex;
}
textarea.ipt120 {
  line-height: 1.4;
  height: 1.2rem;
}
textarea.ipt180 {
  line-height: 1.4;
  height: 1.8rem;
}
/* 用药知识问答 */
.structure-container{
  padding: 1rem 1rem 1.32rem 1rem;
  background: #ffffff;
  text-align: center;
}
.structure-list{
  /* margin-top: 0.85rem; */
}
.structure-list-yy .item{
  background: #F7F7F7;
  padding: 0.36rem;
  border-radius: 0.2rem;
  margin-bottom: 0.25rem;
  display: flex;
}
.structure-list-yy .item .num{
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 0.15rem;
  margin: 0 auto;
  background: #03A692;
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.52rem;
  color: #fff;
}
.structure-list-yy .item .cont{
  flex:1;
  margin-left: 0.26rem;
  text-align: left;
}
.structure-list-yy .item .cont .name{
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.5rem;
  color: #222222;
}
.structure-list-yy .item .cont .desc{ 
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.36rem;
  color: #444444;
}
/* 客服中心end */
/* 详情  */
.detail-wrap{
  padding: 0.7rem 1rem 2.4rem 1rem;
}
.sub-nav{
  display: flex;
  justify-content: space-between;
}
.sub-name{
  font-size: 0.4rem;
  font-weight: 600;
  line-height: 0.72rem;
  height: 0.72rem;
  color: #03A692;
  position: relative;
}
.sub-name::after{ 
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 0.03rem;
  background: #03A692;
  left: 0;
  bottom: -0.03rem;
}
.sub-right{
  font-size: 0.24rem;
  text-align: right;
  line-height: 0.43rem;
}
.sub-menu{
  display: flex;
  color: #9E9E9E;
}
.sub-menu a{
  color: #9E9E9E;
  text-decoration: none;
  padding: 0 0.08rem;
}
.sub-menu a:hover{
  color: #03A692;
  text-decoration: underline;
}
.sub-menu span{
  color: #03A692;
  padding-left: 0.08rem;
}
.sub-right .time{ 
  color: #999999;
}
.detail{ 
  max-width: 13rem;
  margin: 0 auto;
}
.detail .title{ 
  font-size: 0.4rem;
  font-weight: normal;
  line-height: 0.86rem;
  text-align: center;
  color: #000000;
  margin-top: 0.8rem;
}
.detail .sub-title{
  max-width: 100%;
  font-size: 0.32rem;
  border-radius: 0.1rem;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  padding: 0.4rem .44rem;
  background: rgb(221, 221, 221,0.1);
  margin-top: 0.47rem;
  text-align: left;
}
.detail .sub-title span{
  color: #03A692;
}
.detail .content{ 
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.43rem;
  color: #666666;
  padding-top: 0.36rem;
}
.detail .content img{
  max-width: 100%;
  object-fit: contain;
}
.detail .content p{ 
  margin-bottom: 0.36rem !important;
  line-height: 0.44rem !important;
  font-size: 0.24rem!important;
}
.footer-btns{
  position: fixed;
  bottom: 4rem;
  right: 0.28rem;
  display: flex;
  flex-direction: column;
}
.back-img{
  position: absolute;
  right: 0;
  top: 0;
  width: 0.72rem;
  height: 2.5rem;
}
.footer-btns .back,.footer-btns .top{
  position: relative;
  width: 0.72rem;
  height: 1.25rem;
  cursor: pointer;
  z-index: 9999;
  display: block;
  font-size: 0;
}
/* 详情end */
/* 搜索生产公司样式 */
.search-company-section {
  padding: 50px 0 0 0;
}

.search-company-section .container {
  padding: 0 1.24rem;
}

.search-company-box {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.search-input-wrapper {
  display: flex;
  align-items: stretch;
  flex: 1;
  max-width: 600px;
}

#company-search {
  flex: 1;
  padding: 12px 20px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s;
}

#company-search:focus {
  border-color: var(--color-primary);
}

.search-company-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: var(--color-primary);
  color: white;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s;
}

.search-company-btn:hover {
  background-color: #019C89;
}

.search-company-btn img {
  width: 20px;
  height: 20px;
}