/* 手机端通用设置 */
@media (max-width: 900px) {
  /* 头部 */
  :root {
    --color-primary: #03a692;
  }

  body {
    margin: 0;
    font-weight: normal;
  }
  p{
  margin: 0;
}
  a {
    color: inherit;
    text-decoration: none;
  }
  .detail-wrap{
    position: relative;
  }
  .header{
    background: #ffffff;
    height: 1.12rem;
    padding: 0.28rem 0.3rem 0.16rem 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
  .logo-wrap{
    display: flex;
    align-items: center;
  }  
  .code{
    color: #666;
    font-size: 0.2rem;
    padding-left: 0.15rem;
    border-left: 1px dashed #adaeaa;
    margin-left: 0.1rem;
  }
  .fixed{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    box-sizing: border-box;
  }
  .logo{ 
    height: 0.4rem;
  }
  .logo img{
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .head-right{
    display: flex;
  }
  .head-right .icon{
    width: 0.4rem;
    height: 0.4rem;
    margin-left: 0.22rem;
  }
  .head-right .icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .search-bg{
    position: relative;
    flex: 1;
    height: 0.54rem;
    display: flex;
    border: solid 0.01rem #D8D8D8;
    overflow: hidden;
  }
  .search-bg input{
    width: 100%;
    height: 100%;
    display: block;
    border: none;
  }

  /* 下拉菜单 */
  .menu-bg{
    position: fixed;
    width: 100%;
    max-width: 7.5rem;
    z-index: 999;
    height: calc(100vh - 1.12rem);
    background: #ffffff;
    top: 1.12rem;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  
  .menu-bg.show {
    transform: translateX(0);
  }
  .lang-wrap{
    display: flex;
    justify-content: space-between;
    background-color: #F3F4F5;
    padding: 0.27rem 0.3rem;
    /* height: 0.88rem; */
    box-sizing: border-box;
    font-size: 0.28rem;
    align-items: center;
  }
  .search-bg{
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 0.32rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    background-color: #ffffff;
    padding: 0.1rem 0.32rem;
    box-sizing: border-box;
  }
  .search-bg input{
    margin-right: 0.1rem;
    font-size: 0.28rem;
  }
  .search-bg img{
    width: 0.4rem;
    height: 0.4rem;
  }
  .close{
    display: flex;
    align-items: center;
  }
  .close img{
    width: 0.48rem;
    height: 0.48rem;
    margin-left: 0.08rem;
  }
  .menu-container{
    padding: 0.56rem 0.6rem;
  }
  .menu-list,.menu-submenu{
    display: flex;
    flex-direction: column;
  }
  .menu-list{
    border-bottom: solid 0.02rem #D8D8D8;
    padding-bottom: 0.12rem;
    margin-bottom: 0.56rem;
  }
  .menu-item,.submenu-item{
    text-decoration: none;
    font-size: 0.28rem;
    color: #000000;
    line-height: 0.34rem;
    margin-bottom: 0.32rem;
  }
  .menu-item.active,.submenu-item.active{
    color: #03A692;
  }
/* 下拉菜单结束 */
  .swiper-container {
    width: 100%;
    overflow: hidden;
    height: 4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .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;width:36px;height: 36px;background: rgba(255,255,255,0.5);border-radius: 50%;position:absolute;left:30px;bottom:60px;
    z-index: 100;                /* 提高层级，确保在最上层 */
  }
  .zanting {width:36px;height: 36px;position: relative;cursor: pointer;}
  .zanting::before { content: ""; position: absolute; left: 21px; top: 12px; width: 3px; height: 14px; background: #FFFFFF;}
  .zanting::after { content: ""; position: absolute; right: 21px; top: 12px; width: 3px; height: 14px; background: #FFFFFF;}
  .bofang {
    width:0;
      height:0;
      border-top:10px solid transparent;
      border-bottom:10px solid transparent;
      border-left:12px solid #FFFFFF;
    margin-left: 15px;
    margin-top: 9px;
    cursor: pointer;
  }
  .video-but .bofang,
  .video-but .zanting {
    pointer-events: auto;        /* 启用按钮的点击事件 */
    cursor: pointer;             /* 鼠标悬停时显示手型光标 */
  }
  .banner{
    width: 100%;
    height: 2.24rem;
  }
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
   
  }
  
.swiper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  .swiper-container .next-btn {
    position: absolute;
    right: 0.42rem;
    /* top: calc(50vh + 1rem / 2 - 0.65rem / 2); */
    z-index: 2;
    width: 0.36rem;
    height: 0.36rem;
    cursor: pointer;
  }
  
  .swiper-container .prev-btn {
    position: absolute;
    left: 0.42rem;
    /* top: calc(50vh + 1rem / 2 - 0.65rem / 2); */
    z-index: 2;
    width: 0.36rem;
    height: 0.36rem;
    cursor: pointer;
  }
  .tabs{
    margin: 0.44rem 0.3rem;
    display: flex;
    line-height: 0.72rem;
    align-items: center;
    letter-spacing: 0px;
    color: #000000;
    cursor: pointer;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .tabs .tab{
    position: relative;
    margin-right: 0.42rem;
    font-size: 0.3rem;
    font-weight: normal;
    padding-bottom: 0.08rem;
    white-space: nowrap;
  }
  .tabs .tab.active::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.04rem;
    background: #03a692;
  }

.header-pc{
  display: none!important;
}
.pc{
  display: none!important;
}
.h5{
  display: block!important;
}
.header-h5{
  display: flex!important;
}
  /* 底部 */
  /* 必威betway西汉姆联集团官网 footer 设计稿还原样式（单位rem） */
.main-footer {
  background: #13A894;
  color: #fff;
  box-sizing: border-box;
  position: relative;
}
.footer-content {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0.3rem;
  font-size: 0.24rem;
  
}
.footer-left {
 
}
.footer-title {
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.24rem;
}
.footer-desc {
  font-size: 0.24rem;
  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;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: 0.3rem;
}
.contact-item {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
}
.contact-icon {
    margin-right: 0.2rem;
  width: 0.48rem;
  height: 0.48rem;
}
.footer-qrcodes {
  display: flex;
  gap: 0.44rem;
  margin-top: 0.3rem;
}
.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.24rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.08rem;
} 

.footer-bottom-bar {
    background: rgba(0, 0, 0, 0.1); 
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.2rem 0;
}
.footer-bottom-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.16rem;
  font-size: 0.32rem;
}
.footer-police-icon {
  width: 0.31rem;
  height: 0.34rem;
  display: inline-block;
 
} 
.footer-police-link {
  color: #fff;
  text-decoration: underline;
  font-size: 0.22rem;
  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.22rem;
  color: #fff;
}
/* 底部end */
/* 公司介绍 about-section 背景及叠加层 */
.about-box {
  padding: 0.3rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 1;
}
.about-section {
  display: flex;
  flex-direction: column;
}

.about-container {
  position: relative;
  order: 2;
  margin-top: 0.42rem;
  font-size: 0.22rem;
}

.section-title {
  position: relative;
    font-size: 0.3rem;
    line-height: 0.54rem;
    text-align: left;
}
.section-title::after {
  content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.2rem;
    height: 0.04rem;
    background: #03A692 ;
}

.about-content .h2 {
  font-size: 0.26rem;
  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: #666666;
}

.about-stats {
  display: flex;
  justify-content: space-between;
  margin-top: 0.32rem;
}

.stat-item {
  /* 自动布局子元素 */
  flex: 1;
    text-align: center;
    color: #222222;
    font-size: 0.24rem;
    padding: 0.08rem 0;
    background: #DEF3EE;
    border-radius: 0.08rem;
    margin-right: 0.16rem;
  }
  .stat-item:first-child{
    flex: 1.2;
  }
  .stat-item:last-child{
    margin-right: 0;
  }

.stat-num { 
  font-size: 0.3rem;
    color: #03A692;
    line-height: 0.54rem;
}

.stat-label {
  line-height: 0.43rem;
}

.about-bg {
  position: relative;
  margin-top: 0.42rem;
  width: 100%;
  height: 6.38rem;
  order: 1;
  border-radius: 0.08rem;
  overflow: hidden;
}

.about-bg img {
  width: 100%;
  height: 6.38rem;
  object-fit: cover;
  display: block;
}

.about-bg-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.06rem;
    background: #03A692;
    text-align: center;
    color: #fff;
    font-size: 0.22rem;
    padding: 0.12rem 0.2rem;
    box-sizing: border-box;
    line-height: 0.4rem;
}

.about-bg-text {
  font-size: 0.26rem;
}
.about-bg-text-sub {
    color: #ffffff;
}

.more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.28rem;
    font-weight: normal;
    line-height: 0.68rem;
    color: #FFFFFF;
    background: #03A692;
    width: 2.32rem;
    height: 0.68rem;
    border-radius: 0.34rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.4rem;
  cursor: pointer;
}
.more-btn img {
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0.1rem;
}

 /* 产品开始 */
 .product-section {
  background: #e7f6f1; 
  padding: 0.46rem 0.3rem 0.66rem;
  box-sizing: border-box;
  width: 100%;
  background-size: cover;
}
.product-container {
  margin-top: 0.42rem;
}

.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.2rem;
  height: 0.03rem;
  opacity: 1;

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

  z-index: 1;
}
.prd-more{
  font-size: 0.24rem;
  font-weight: normal;
  color: #03A692;
}
.product-list {
  display: flex;
  justify-content: space-between;
}

.product-card {
  position: relative;
  width: 33.33%;
  height: 2.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.16rem;
  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-name{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0.5rem;
  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.2rem;
  font-weight: normal;
  line-height: 0.5rem;
  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.24rem;
  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.2rem;
  font-weight: normal;
  line-height: 180%;
  display: flex;
  align-items: center;
  letter-spacing: normal;
  color: #777777;
} */

.main-product-name {
  font-size: 0.3rem;
  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.24rem;
  font-weight: normal;
  line-height: 180%;
  display: flex;
  align-items: center;
  letter-spacing: normal;
  color: #ffffff;
}

/* 产品结束 */

/* 新闻资讯 swiper-slide 单项内容样式 */
/* 新闻资讯 */
.news-section {
  background-color: #fff;
  padding: 0.48rem 0.34rem;
  box-sizing: border-box;
}
.news-swiper {
  box-sizing: border-box;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 0.54rem;
}
.news-slide {
  width: 100%;
  border-radius: 0.08rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  margin-bottom: 0.24rem;
}

.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.64rem;
  overflow: hidden;
  background: #d8d8d8;
}
.news-slide-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-slide-content {
  flex: 1;
  background: #fff;
  border-radius: 0 0 0.08rem 0.08rem;
  border-top: none;
  border: 0.015rem solid #dbdbdb;
  border-top: none;
  padding: 0.24rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-slide-content a{
  display: flex;
  flex-direction: column;
}
.news-slide-tag {
  font-size: 0.22rem;
  color: #9e9e9e;
  margin-bottom: 0.18rem;
}
.news-slide-title {
  font-size: 0.26rem;
  font-weight: bold;
  color: #222;
  line-height: 1.8;
  min-height: 3.6;
  margin-bottom: 0.08rem;
  margin-top: 0.08rem;
  order: 2;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-slide-date {
  font-size: 0.24rem;
  color: #9E9E9E;
  order: 1;
}
.news-btn {
  margin-top: 0.57rem;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 11;
}
.news-slide-desc {
  font-size: 0.24rem;
  color: #666666;
  line-height: 1.6;
  order: 3;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-more-btn{
  margin-top: 0.24rem;
  color: #03A692;
  font-size: 0.24rem;
  order: 4;
}
.news-swiper .swiper-wrapper {
  transform: none !important;
  flex-direction: column;
}

.news-swiper .swiper-slide {
  width: 100% !important;
  margin-bottom: 0;
}

.news-btn {
  display: none !important;
}

.news-swiper-pagination {
  display: none !important;
}
/* 集团信息 */
.info-list{
  padding:0 0.34rem 0.46rem 0.34rem;
  /* display: flex;
  flex-wrap: wrap; */
  box-sizing: border-box;
}
.info-item{
  width: 100%;
  opacity: 1;
  /* 自动布局 */
  display: flex;
  flex-direction: column;
  padding: 0px;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 1rem;
  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 .img{
  width: 100%;
  height: 3.24rem;
}
.info-item .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-item .content{ 
  padding: 0.24rem;
  border: 0.015rem solid #DBDBDB;
  box-sizing: border-box;
  border-bottom-right-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.info-item .content .title{ 
  max-height: 0.8rem;
  font-size: 0.26rem;
  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;
  color: #222222;
}
.info-item .content .desc{ 
  height: 0.8rem;
  font-size: 0.24rem;
  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.24rem;
  line-height: 0.26rem;
  color: #9E9E9E;
  display: flex;
  justify-content: space-between;
}
.date-h5{
  font-size: 0.2rem;
  color: #9E9E9E;
  line-height: 1.2;
  margin-bottom: 0.08rem;
}
.info-item .content .date a{
  font-size: 0.24rem;
  color: #03A692;
  text-decoration: none;
}
/* 集团信息结束 */
/* 详情页 */
.detail-wrap{
  padding: 0.34rem 0.3rem 1.2rem 0.3rem;
}
.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 span{
  color: #03A692;
  padding-left: 0.08rem;
}
.sub-right .time{ 
  color: #999999;
}
.detail .title{ 
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
}
.detail .public-date{
  font-size: 0.22rem;
  color: #999999;
  margin-top:0.08rem;
}
.detail .sub-title{
  font-size: 0.22rem;
  border-radius: 0.1rem;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  padding: 0.16rem 0.3rem;
  background: rgb(221, 221, 221,0.1);
  margin-top: 0.26rem;
  color: #222222;
  line-height: 1.8;
  text-align: left;
}
.detail .sub-title span{
  color: #03A692;
}
.detail .content{ 
  font-size: 0.24rem;
  font-weight: 500;
  font-weight: normal;
  line-height: 0.43rem;
  color: #444444;
  padding-top: 0.26rem;
}
.detail .content p{ 
  font-size: 0.24rem!important;
  line-height: 0.43rem!important;
  font-weight: 500;
  font-weight: normal;
  color: #444444;
  padding-top: 0.26rem;
}
.detail .content img{
  max-width: 100%;
  object-fit: contain;
  display: block;
}
/* 详情页 end */
 /* 必威betway西汉姆联产品 */
 .p-info-list{
  padding: 0 0.3rem 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.p-info-item{
  position: relative;
  width: calc(50% - 0.13rem);
  opacity: 1;
  /* 自动布局 */
  display: flex;
  flex-direction: column;
  align-content: center;
  padding: 0px;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-right: 0.26rem;
  margin-bottom: 0.4rem;
  box-sizing: border-box;
  box-shadow: 0px 0.04rem 0.4rem 0px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  
}
.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(2n+2){
  width: calc(50% - 0.13rem);
  margin-right: 0;
}
.p-info-item .img{
  width: 2.1rem;
  height: 2.1rem;
  margin: .26rem auto;
}
.p-info-item .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-info-item .content{ 
  padding: 0 0.24rem 0.38rem 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.26rem;
  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: 1.76;
}
.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.24rem;
  color: #000000;
  line-height: 0.5rem;
  margin-top: 0.18rem;
  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.2rem;
  box-sizing: border-box;
}
.p-info-item:hover .hover .desc{
  color: #FFFFFF;
  font-size: 0.24rem;
}
.func{
  margin-top: 0.1rem;
}
.func-name{
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1.76;
}
.func-desc{ 
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.35rem;
  margin-top: 0.08rem;
  min-height: 1.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}
.more{
  width: 1.52rem;
  height: 0.56rem;
  margin: 0.24rem auto 0 auto;
  border-radius: 0.4rem;
  border: 0.01rem solid #FFFFFF;
  font-size: 0.22rem;
  font-weight: normal;
  line-height: 0.56rem;
  text-align: center;
  cursor: pointer;
  display: block;
}
 /* 必威betway西汉姆联产品end */

   /* 必威betway西汉姆联研究院 */
   /* 专利技术 */
.patent{
  padding: 0.22rem 0.42rem;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.patent-item{
  position: relative;
  width: calc(50% - 0.12rem);
  opacity: 1;
  /* 自动布局 */
  display: flex;
  flex-direction: column;
  align-content: center;
  padding: 0px;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-right: 0.24rem;
  margin-bottom: 0.48rem;
  box-sizing: border-box;
  
}
.patent-item a{
  display: block;
}
.patent-item:nth-child(2n+2){
  width: calc(50% - 0.12rem);
  margin-right: 0;
}
.patent-item .img{
  position: relative;
  width: 2.76rem;
  height: 1.94rem;
  margin: 0 auto;
}
.patent-item .img .img_bt{
  position: absolute;
  left: -0.22rem;
  bottom: -1.5rem;
  z-index: -1;
  width: 3.2rem;
  height: 1.68rem;
}
.patent-item .img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.patent-item .content{
  margin-top: 0.94rem;
  padding: 0 0.2rem 0.24rem 0.2rem;
  box-sizing: border-box;
}
.patent-item .content .name{ 
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 1.8;
  color: #222222;
}
.patent-item .content .date{
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1.2;
  color: #9E9E9E;
  margin-top: 0.24rem;
}
.patent-item .content .p-more{
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1.8;
  color: #03A692;
  text-decoration: none;
  margin-top: 0.08rem;
  display: block;
}
/* 研发实力 */
.strength, .quality{
  padding: 0 0.3rem 0.6rem 0.3rem;
}
.strength-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  box-sizing: border-box;
  margin-bottom: 0.24rem;
}
.strength-item .img{
  width: 100%;
  height: 3.84rem;
  border-radius: 0.08rem 0.08rem 0px 0px;
  overflow: hidden;
  order: 1;
}
.strength-item .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.strength-item .info{
  border-width: 0px 0.02rem 0.02rem 0.02rem;
  border-style: solid;
  border-color: #DDDDDD;
  border-radius: 0px 0px 0.08rem 0.08rem;
  padding: 0.24rem;
  order: 2;
  width: 100%;
  margin:0 0.24rem 0.24rem 0.24rem ;
  box-sizing: border-box;
}
.strength-item .info .title{
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
}
.strength-item .info .content{
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1.8;
  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{
  padding: 0 0.3rem 0.6rem 0.3rem;
}
.brief{
  padding-bottom: 0.4rem;
  color: #222222;
}
.brief .title{ 
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 1.8;
}
.brief .cont{ 
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1.8;
  margin-top: 0.22rem;
}
.tactics{
  display: flex;
  flex-direction: column;
}
.tactics-item{
  display: flex;
  align-items: center;
  /* text-align: center; */
  padding: 0.2rem;
  border: 0.02rem solid #DDDDDD;
  margin-bottom: 0.12rem;
}
}
.title-wrap{
  width: 2.56rem;
  /* height: 3.46rem; */
  border-radius: 0.08rem;
  /* 自动布局 */
  display: flex!important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #F3F4F5;
  padding: 0.76rem 0.22rem;
  box-sizing: border-box;
}
.tactics-item:nth-child(3n+3){
  margin-right: 0;
}
.tactics-item .img{ 
  width: 1.2rem;
  height: 1.2rem;
}
.tactics-item .img img{ 
  width: 100%;
  height: 100%;
}
.tactics-item .title{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.36rem;
}
.tactics-item .title .num{
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 0.08rem;
  background: #03A692;
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #FFFFFF;
  text-align: center;
}
.tactics-item .title .name{
  flex: 1;
  font-size: 0.26rem;
  font-weight: normal;
  line-height: 0.64rem;
  color: #222222;
  margin-left: 0.12rem;
}
.tactics-item .cont{ 
  flex: 1;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1.8;
  color: #444444;
  text-align: center;
  text-align: left;
  margin-left: 0.36rem;
}
/* 发展培训 */
.benefit{
  /* padding: 1rem; */
}
.training{
  background: #ffffff;
  margin-top: 0.46rem;
}
.benefit .title,.training .title{
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 1.8m;
  color: #222222;
  font-weight: 500;
  margin-top: 0.46rem;
}
.benefit .brief-info,.training .brief-info {
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.43rem;
  margin: 0 auto;
  margin-top: 0.22rem;
  color: #222222;
}
.benefit .content,.training .content{
  display: flex;
  flex-direction: column;
  margin-top: 0.22rem;
}
.benefit .content .img,.training .content .img{
  width: 100%;
  border-radius: 0.08rem 0.08rem 0 0;
  order: 1;
}
.benefit .content .img img,.training .content .img img{
  width: 100%;
  object-fit: contain;
  display: block;
}
.benefit .content .info,.training .content .info{
  font-weight: normal;
  line-height: 1.8;
  border-width: 0px 0.02rem 0.02rem 0.02rem;
  border-style: solid;
  border-color: #DDDDDD;
  padding:0.24rem;
  order: 2;
  font-size: 0.24rem!important;
}
.training .content .info{
  /* margin-right: 1rem; */
  margin-left: 0;
}
.benefit .content .info .name,.training .content .info .name{
  color: #000000;
  font-size: 0.3rem;
}
.benefit .content .info .cont,.training .content .info .cont{
  color: #666666;
  margin-bottom: 0.24rem;
  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;
}
/* 人力资源end */
 /* 客服中心 */
 /* 研发实力 */
.electronic{
  padding: 0 0.3rem 0.6rem 0.3rem;
}
.brief{
  color: #222222;
}
.brief .title{ 
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 1.8;
  font-weight: 500;
}
.brief .cont{ 
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1.8;
  margin-top: 0.22rem;
}

/* 电子监管码查询 */
/* .benefit{
  padding: 1rem;
}
.training{
  padding: 1rem;
  background: #F7F7F7;
}
.benefit .title,.training .title{
  font-size: 0.48rem;
  font-weight: normal;
  line-height: 0.86rem;
  color: #000000;
  text-align: center;
}
.benefit .brief-info,.training .brief-info {
  width: 9.58rem;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.43rem;
  text-align: center;
  color: #666666;
  margin: 0 auto;
  margin-top: 0.24rem;
} */
.service-wrap{
  padding: 0;
}
.service-wrap .img{
  width: 100%;
  border-radius: 0.1rem;
}
.service-wrap .img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-wrap .input-wrap{
  width: 100%;
  height: 5.5rem;
  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.7rem;
  line-height: 0.7rem;
  border-radius: 0.08rem 0.08rem 0 0;
  background: linear-gradient(0deg, #F7F7F7 0%, rgba(253, 253, 253, 0) 100%);
  border: 0.01rem solid #DDDDDD;
  font-size: 0.22rem;
  font-weight: normal;
  color: #222222;
  text-align: center;
}
.service-wrap .input-wrap .input-box{
  padding: 0.44rem 0.36rem 0.48rem 0.36rem;
}
.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.2rem;
  margin-right: 0.24rem;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.44rem;
  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.08rem;
  /* margin-right: 0.1rem; */
  box-sizing: border-box;
  border: 0.02rem solid #DDDDDD;
  padding: 0.05rem 0.1rem;
  font-size: 0.24rem;
  color: #000000;
}
.service-wrap .input-wrap .input-box .ipt-wrap:first-child .value .ipt{ 
  width: 0.88rem;
}
.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: 1.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{
  padding: 0.22rem 0.44rem 2rem 0.44rem;
}
.service-block2{
  padding: 0.22rem 0.44rem 2rem 0.44rem;
}
.service{
  border-radius: 0.08rem;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 0.01rem solid #DDDDDD;
  box-shadow: 0px 0.08rem 0.48rem 0px rgba(0, 0, 0, 0.1);
  padding: 0.4rem;
  box-sizing: border-box;
  margin-bottom: 0.24rem;
}
.service .line{
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  margin-bottom: 0.24rem;
  line-height: 0.46rem;
}
.service .line:last-child{
  margin-bottom: 0;
}
.service .line .icon{
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.24rem;
}
.service .line .name{
  color: #222222;
}
.service .line .value{
  color: #666666;
}
/* 不良反应 */
.reaction{
}
.reaction .content{
  padding: 0 0.3rem 0.64rem 0.3rem;
  background-color: #ffffff;
  font-size: 0.24rem;
  color: #222222;
  line-height: 1.8;
}
.reaction .content .title{ 
  font-size: 0.36rem;
  line-height: 0.64rem;
  font-weight: 500;
}
.report{
  padding: 0.42rem 0.3rem 0.64rem 0.3rem;
  background: #F7F7F7;
}
.code-wrap{
  border-radius: 0.1rem;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 0.01rem solid #DDDDDD;
}
.code-wrap .head{
  font-size: 0.22rem;
  color: #222222;
  height: 0.7rem;
  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-bottom: 0.01rem solid #DDDDDD;
  line-height: 0.7rem;
  padding: 0 0.18rem;
}
.code-wrap .head span{
  border-radius: 0.04rem;
  background: #03A692;
  padding: 0.1rem;
  color: #FFFFFF;
}
.code-wrap .code{
  width: 1.96rem;
  height: 1.92rem;
  margin: 0.48rem auto;
}
.code-wrap .code img{
  width: 100%;
  height: 100%;
}
.form-wrap{
  border-radius: 0.1rem;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 0.01rem solid #DDDDDD;
  margin-top: 0.24rem;
}
.form-wrap .head{
  font-size: 0.22rem;
  color: #222222;
  height: 0.7rem;
  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-bottom: 0.01rem solid #DDDDDD;
  line-height: 0.7rem;
  padding: 0 0.18rem;
}
.form-wrap .head span{
  border-radius: 0.04rem;
  background: #03A692;
  padding: 0.1rem;
  color: #FFFFFF;
  margin-right: 0.24rem;
}
.form-wrap .form{
  padding: 0.48rem 0.22rem 0.48rem 0.22rem;
}
.form-wrap .form .ipt-wrap{
  display: flex;
  margin-top: 0.29rem;
}
.form-wrap .form .ipt-wrap:first-child{
  margin-top: 0;
}
.form-wrap .form .ipt-wrap .label{
  width: 2.2rem;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.46rem;
  margin-right: 0.24rem;
  padding-top: 0.08rem;
  color: #222222;
}
.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: 0.16rem 0.3rem 0.48rem 0.3rem;
  background: #ffffff;
  text-align: center;
}
.structure-list-yy{
  /* margin-top: 0.85rem; */
}
.structure-list-yy .item{
  background: #F7F7F7;
  padding: 0.24rem;
  border-radius: 0.08rem;
  margin-bottom: 0.24rem;
  display: flex;
}
.structure-list-yy .item .num{
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 0.08rem;
  margin: 0 auto;
  background: #03A692;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.34rem;
  color: #fff;
}
.structure-list-yy .item .cont{
  flex:1;
  margin-left: 0.24rem;
  text-align: left;
}
.structure-list-yy .item .cont .name{
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.28rem;
  color: #222222;
  font-weight: 500;
}
.structure-list-yy .item .cont .desc{ 
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1.8;
  color: #444444;
  margin-top: 0.2rem;
}
 /* 客服中心end */
 /* 投资者关系 */
 /* 研发实力 */
.financial{
  padding: 0.1rem 0.3rem 0.98rem 0.3rem;
}
.financial .list{
  display: flex;
  flex-wrap: wrap;
}
.financial .list .item{
  width: calc(50% - 0.13rem);
  height: 2.28rem;
  padding: 0.2rem 0.08rem;
  box-sizing: border-box;
  border: 0.01rem solid #DDDDDD;
  box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  border-radius: 0.08rem;
  font-size: 0.24rem;
  color: #222222;
  margin-right: 0.26rem;
  margin-bottom: 0.26rem;
}
.financial .list .item:nth-child(2n+2){
  margin-right: 0;
}
.financial .list .item .name{
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
}
.financial .list .item .more{
  color: #03A692;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: block;
  font-size: 0.26rem;
  font-weight: 600;
  margin-top: 0.24rem;
  padding-top: 0.24rem;
  line-height: 0.5rem;
  border: none;
}
.financial .list .item .more::before{
  content: "";
  position: absolute; 
  width: 2.24rem;
  height: 0.04rem;
  background: #03A692;
  top: -0.04rem;
  left: 50%;
  transform: translateX(-50%);
}

 /* 投资者关系 end  */
 
/* 搜索结果 */
.result-wrap{
  max-width: 13rem; 
  margin: 0 auto;
  padding: 0.48rem 0.24rem;
}
.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: .4em .7em .4em 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.24rem;
  color: #545454;
  margin-bottom: 0.1rem;
}
.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%;
}
/* 搜索end */
/* 公司介绍 */
.company-intro{
  padding: 0 0.3rem;
  background: #ffffff;
  font-size: 0.24rem;
  font-weight: normal;
  position: relative;
}
.intro-img{
  width: 100%;
  border-radius: 0.2rem;
  object-fit: contain;
  display: block;
  margin-top: 0.5rem;
}
.intro-container{
  margin-top: 0.5rem;
}
.section-content{
  line-height: 0.43rem;
  color: #444444;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
/* 发展历程详情 */
.chuang-section {
  background-color: #F7F7F7;
}
.structure-container .section-title, .company-intro-wrap .section-title{
  position: relative;
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 0.54rem;
  letter-spacing: normal;
  color: #000000;
  text-align: center;
}
.structure-container .section-title::after,.company-intro-wrap .section-title::after { 
  display: none;
}
.sect-title{
  position: relative;
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 0.54rem;
  letter-spacing: normal;
  color: #000000;
  text-align: center;
}
.sect-title::after { 
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.2rem;
  height: 0.04rem;
  background: #03A692 ;
  transform: translateX(-50%);
}
.chuang-section .sect-title,.chuang-section .time{
  padding:0 0.5rem;
}
.time{
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.5rem;
  color: #000000;
  margin-bottom: 0.4rem;
  z-index: 1;
  text-align: center;
}
/* 发展历程详情 */


.chuang-wrap{
  display: flex;
}
.left-list{
  padding: 0.36rem 0;
}
.left-list .item{
  width: 2rem;
  line-height: 1rem;
  text-align: center;
  font-size: 0.24rem;
  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.1rem;
  top: 50%;
  display: block;
  width: 0.1rem;
  height: 0.16rem;
  transform: translateY(-50%);
}
.right-list{
  flex: 1;
  height: 5.1rem;
  background: #ffffff;
  padding: 0.3rem 0;
  border: solid 0.02rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.right-list .list{
  height: 4.5rem;
  overflow-y: auto;
  scroll-behavior: auto;
  box-sizing: border-box;
  padding-left: 0.1rem;
  margin-left: -0.1rem;
}
.right-list .list::-webkit-scrollbar {
  width: 4px;
  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.2rem;
  color: #000000;
  cursor: pointer;
}
.right-list .item::after{ 
  content: '';
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  background: #00A292;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 50%;
  left: -0.1rem;
}
.right-list .item .year{
  font-size: 0.32rem;
  line-height: 1.8;
}
.right-list .item .text{
  font-size: 0.2rem;
  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: 0.4rem 0.3rem;
  background: #F7F7F7;
  text-align: center;
}
.sub-title{
  position: relative;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.43rem;
  text-align: center;
  margin-top: 0.08rem;
  margin: 0 auto;
  color: #444444;
  text-align: center;
}
.sub-title.center{
  text-align: center;
}
.card-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 0.52rem;
}
.card-list .card{ 
  width: calc(50% - 0.15rem);
  background: #ffffff;
  border-radius: 0.4rem;
  margin-right: 0.3rem;
  overflow: hidden;
  border: 0.015rem solid #DBDBDB;
  border-top: none;
  box-sizing: border-box;
  margin-bottom: 0.32rem;
}
.card-list .card:nth-child(2n+2){
  margin-right: 0;
}
.card-list .card:nth-last-child(1),.card-list .card:nth-last-child(2){
  margin-bottom: 0;
}
.card-list .card .icon-bg{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.12rem;
  background: #03A692;
  padding: 0.24rem 0 0.18rem;
}
.card-list .card .icon-bg img{
  height: 1.12rem;
  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: left;
  margin-top: 0.2rem;
}
.devlelopment-container{
  padding: 0.36rem 0.3rem 0.8rem 0.3rem;
  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: 0.48rem;
  height: 0.48rem;
  display: block;
}
.d-card .name{
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.4rem;
  margin-top: 0.24rem;
  color: #000000;
  width: 1.2rem;
}
.d-card .desc{
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.44rem;
  color: #030303;
  margin-top: 0.2rem;
}
.d-card:hover .name,.d-card:hover .desc,.d-card.active .name,.d-card.active .desc{
  color: #019C89;
  transition: all 0.3s;
}
/* 集团架构 */
.structure-container{
  padding: 0.1rem 0.3rem 0.8rem 0.3rem;
  background: #ffffff;
  text-align: center;
}
.structure-list{
  margin-top: 0.48rem;
}
.structure-list .item{
  background: #F7F7F7;
  border-radius: 0.2rem;
  margin-bottom: 0.25rem;
  overflow: hidden;
  padding: 0.24rem;
}
.structure-list .item .img{
  width: 100%;
  display: none;
}
.structure-list .item .img img{ 
  width: 100%;
  object-fit: cover;
  display: block;
}
.structure-list .item .item-cont{
  background: #F7F7F7;
  /* padding: 0.36rem; */
  display: flex;
}
.structure-list .item .num{
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 0.08rem;
  margin: 0 auto;
  background: #03A692;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.46rem;
  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.24rem;
  font-weight: normal;
  line-height: 0.43rem;
  color: #444444;
  margin-top: 0.16rem;
}
.structure-list .item .cont .name {
  cursor: pointer;
}

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

.structure-list .item .cont .desc.collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.structure-list .item .cont .desc.expanded {
  display: block;
  overflow: visible;
}
/* 公司介绍end */
/* 置顶按钮 */

.footer-btns{
  position: fixed;
  bottom: 10.5rem;
  right: 0;
  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;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.13rem;
  margin-bottom: 0.8rem;
  font-size: 0.22rem;
}

.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;
}
/* 搜索生产公司样式 - 移动端 */
.search-company-section {
  padding: 0.3rem 0;
  background-color: #f9f9f9;
}

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

.search-company-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.2rem;
}

.search-input-wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
}

#company-search {
  flex: 1;
  padding: 0.2rem 0.24rem;
  border: 1px solid #ddd;
  border-radius: 0.04rem 0 0 0.04rem;
  font-size: 0.28rem;
  outline: none;
  transition: border-color 0.3s;
}

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

.search-company-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  padding: 0.2rem 0.24rem;
  background-color: var(--color-primary);
  color: white;
  border: none;
  border-radius: 0 0.04rem 0.04rem 0;
  cursor: pointer;
  font-size: 0.28rem;
  font-weight: 500;
  transition: background-color 0.3s;
}

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

.search-company-btn img {
    width: 0.28rem;
    height: 0.28rem;
  }
