﻿.header {
  background: #fff;
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.05);
}
.header .head_logo,
.header .head_search {
  filter: brightness(1) invert(0);
}
.header .nav_tiem > a {
  color: #000000;
}
.header .nav_tiem.active > a {
  color: #0A50B4;
}
.header .nav_tiem > a::after {
  background: #F85A2C;
}
body {
  padding-top: 1.46rem;
}
body .position .main {
  border: none;
}
body .position .position_nav {
  display: none;
}
.product_view {
  margin-top: 0;
  padding-top: 0.86rem;
  background: #fff;
}
.product_view > .main {
  display: flex;
  justify-content: space-between;
}
.product_view > .main .view_gallery {
  width: 6.8rem;
  height: 4.3rem;
  position: relative;
  overflow: hidden;
  background: #F5F5F5;
}
.product_view > .main .view_gallery .swiper-button-next::after,
.product_view > .main .view_gallery .swiper-button-prev::after {
  color: #676767;
  font-size: 0.2rem;
}
.product_view > .main .view_intro {
  width: calc(50% + 0.35rem);
  padding-top: 0.32rem;
}
.product_view > .main .view_intro h1 {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 0.4rem;
  color: #000000;
  line-height: 1.2;
}
.product_view > .main .view_intro .intro_content p {
  display: flex;
  font-family: 'SourceHanSansSC-Regular';
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  margin-bottom: 0.15rem;
}
.product_view > .main .view_intro .intro_content p strong {
  font-family: 'SourceHanSansSC-Medium';
  font-weight: 500;
  white-space: nowrap;
}
.product_detail {
  margin-top: 0;
  padding-top: 0.4rem;
  padding-bottom: 0.3rem;
  background: #fff;
}
.product_detail .detail_tab {
  width: 100%;
  height: auto;
  border-bottom: 0.01rem solid #0A50B4;
}
.product_detail .detail_tab span {
  width: fit-content;
  display: block;
  border-radius: 0.1rem 0.1rem 0rem 0rem;
  padding: 0.18rem 0.48rem;
  background: #005fc7;
  font-weight: bold;
  font-size: 0.3rem;
  color: #FFFFFF;
  line-height: 1;
}
.product_detail .drug_article {
  padding-top: 0.63rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #676767;
  line-height: 1.875;
}
.product_detail .drug_article .product_title {
  font-weight: bold;
  font-size: 0.25rem;
  color: #000000;
  text-align: center;
  margin-bottom: 0.1rem;
}
.product_detail .drug_article .product_sub {
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.34rem;
}
.product_detail .drug_article .product_key {
  font-family: SourceHanSansSC-Medium;
  font-weight: 500;
  font-size: 0.2rem;
  color: #000000;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.product_detail .drug_article .detail_content {
  padding-left: 0.35rem;
  margin-bottom: 0.45rem;
}
.product_detail .drug_article .detail_content.product_intro_content {
  padding-left: 0;
}
.product_detail .drug_article .detail_content img {
  max-width: 100%;
}
.product_detail .drug_article .detail_content table {
  margin: 0.2rem 0;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  border: 0.01rem solid #E3E3E3;
}
.product_detail .drug_article .detail_content table th,
.product_detail .drug_article .detail_content table td {
  border: 0.01rem solid #E3E3E3;
  padding: 0.1rem;
}
.product_detail .drug_article .detail_content a {
  text-decoration: underline;
}
.related_products {
  background: #fff;
}
.related_products .main {
  padding: 0.7rem 0 1.16rem;
  border-top: 0.01rem solid #DBDBDB;
  position: relative;
}
.related_products .main .related_title {
  font-weight: bold;
  font-size: 0.45rem;
  color: #000000;
  line-height: 1;
  margin-bottom: 0.71rem;
}
.related_products .main .product_swiper {
  width: 100%;
  overflow: hidden;
  padding-right: 0.02rem;
}
.related_products .main .product_swiper .product_item {
  height: auto;
}
.related_products .main .product_swiper .product_item .product_img {
  width: 100%;
  height: 0;
  padding-bottom: 63.2%;
  overflow: hidden;
  position: relative;
  background: #F5F5F5;
  border: 0.02rem solid transparent;
}
.related_products .main .product_swiper .product_item .product_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related_products .main .product_swiper .product_item h3 {
  margin-top: 0.23rem;
  text-align: center;
  font-weight: 500;
  font-size: 0.18rem;
  color: #000000;
  line-height: 1.2;
}
.related_products .main .product_swiper .product_item:hover .product_img {
  background: #fff;
  border-color: #0A50B4;
}
.related_products .main .product_swiper .product_item:hover h3 {
  color: #0A50B4;
}
.related_products .main .swiper-button-next,
.related_products .main .swiper-button-prev {
  top: 0.76rem;
  margin: 0;
  width: 0.55rem;
  height: 0.55rem;
  background: #F5F5F5;
  border-radius: 0.05rem;
}
.related_products .main .swiper-button-next::after,
.related_products .main .swiper-button-prev::after {
  color: #C1C1C1;
  font-size: 0.18rem;
}
.related_products .main .swiper-button-next:hover,
.related_products .main .swiper-button-prev:hover {
  background: #0A50B4;
}
.related_products .main .swiper-button-next:hover::after,
.related_products .main .swiper-button-prev:hover::after {
  color: #fff;
}
.related_products .main .swiper-button-next {
  right: 0;
}
.related_products .main .swiper-button-prev {
  left: auto;
  right: 0.65rem;
}
.article_layout {
  background: #fff;
  padding: 0.55rem 0 0.38rem;
}
.article_layout .main {
  display: flex;
  justify-content: space-between;
}
.article_layout .main .news_article {
  width: calc(100% - 3.56rem);
  padding-right: 0.63rem;
  position: relative;
}
.article_layout .main .news_article::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0.01rem;
  height: calc(100% - 0.57rem);
  background: #E5E5E5;
}
.article_layout .main .news_article .news_title {
  margin-bottom: 0.21rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.35rem;
  line-height: 1.43;
  color: #111;
}
.article_layout .main .news_article .news_txt {
  display: flex;
  justify-content: center;
  column-gap: 0.7rem;
  margin-bottom: 0.41rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #727272;
}
.article_layout .main .news_article .news_txt span {
  display: flex;
  align-items: center;
  column-gap: 0.08rem;
}
.article_layout .main .news_article .news_txt span img {
  width: 0.21rem;
  height: 0.21rem;
}
.article_layout .main .news_article .news_detail {
  border-top: 0.01rem solid #D8D8D8;
  border-bottom: 0.01rem solid #D8D8D8;
  padding: 0.3rem 0 0.57rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  line-height: 1.944;
}
.article_layout .main .news_article .news_detail img,
.article_layout .main .news_article .news_detail video {
  max-width: 100%;
}
.article_layout .main .article_side {
  width: 3.56rem;
  height: fit-content;
  position: sticky;
  top: 1.4rem;
  padding-left: 0.63rem;
}
.article_layout .main .article_side .more_btn {
  border: 0.01rem solid #A6A6A6;
  border-radius: 0.3rem;
  color: #676767;
  column-gap: 0.1rem;
  margin-bottom: 0.6rem;
}
.article_layout .main .article_side .more_btn i {
  width: 0.13rem;
  height: 0.1rem;
  background: url(../images/news_url.png) no-repeat center center;
  background-size: contain;
}
.article_layout .main .article_side .more_btn:hover {
  color: #ffffff;
  border-color: #0b6ed4;
}
.article_layout .main .article_side a:not(:first-child) {
  width: 100%;
  display: block;
  margin-top: 0.3rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #4B4B4B;
  line-height: 1.5625;
  padding-left: 0.15rem;
  cursor: pointer;
  position: relative;
}
.article_layout .main .article_side a:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 0.04rem;
  left: 0;
  width: 0.08rem;
  height: 0.14rem;
  background: url(../images/news_url2.png) no-repeat center center;
  background-size: contain;
  transform: rotate(180deg);
}
.article_layout .main .article_side a:not(:first-child):last-child::before {
  transform: rotate(0deg);
}
.article_layout .main .article_side a:not(:first-child):hover {
  color: #0A50B4;
}
.article_layout .main .article_side a:not(:first-child):hover::before {
  background: url(../images/news_url3.png) no-repeat center center;
  background-size: contain;
  transform: rotate(0deg);
}
.article_layout .main .article_side a:not(:first-child):hover:last-child::before {
  transform: rotate(180deg);
}
@media screen and (max-width: 1042px) {
  body {
    padding-top: 120px;
  }
  .product_view {
    padding-top: 80px;
  }
  .product_view > .main {
    flex-direction: column;
  }
  .product_view > .main .view_gallery {
    width: 100%;
  }
  .product_view > .main .view_intro {
    width: 100%;
    padding-top: 30px;
  }
  .product_view > .main .view_intro h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .product_view > .main .view_intro .intro_content p {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .product_detail .detail_tab span {
    font-size: 20px;
    padding: 14px 26px;
    border-radius: 10px 10px 0 0;
  }
  .product_detail .drug_article {
    font-size: 16px;
    padding-top: 40px;
  }
  .product_detail .drug_article .product_title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .product_detail .drug_article .product_sub {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .product_detail .drug_article .product_key {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .product_detail .drug_article .detail_content {
    padding-left: 30px;
    margin-bottom: 40px;
  }
  .related_products .main .related_title {
    font-size: 28px;
    margin-bottom: 60px;
  }
  .article_layout .main {
    flex-wrap: wrap;
  }
  .article_layout .main .news_article {
    width: 100%;
    padding: 0;
  }
  .article_layout .main .news_article .news_title {
    font-size: 28px;
  }
  .article_layout .main .news_article .news_txt span img {
    width: 18px;
    height: 18px;
  }
  .article_layout .main .news_article .news_txt,
  .article_layout .main .news_article .news_detail {
    font-size: 16px;
  }
  .article_layout .main .article_side {
    width: 100%;
    position: initial;
    padding: 0;
    margin-top: 40px;
  }
  .article_layout .main .article_side .more_btn {
    margin-bottom: 30px;
  }
  .article_layout .main .article_side a:not(:first-child) {
    margin-top: 10px;
    font-size: 16px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 80px;
  }
  .product_view {
    padding-top: 19px;
  }
  .product_view > .main .view_gallery .swiper-button-next::after,
  .product_view > .main .view_gallery .swiper-button-prev::after {
    font-size: 20px;
  }
  .product_view > .main .view_intro h1 {
    font-size: 24px;
  }
  .product_detail .drug_article .product_title {
    font-size: 20px;
  }
  .product_detail .drug_article .product_sub {
    font-size: 18px;
  }
  .product_detail .detail_tab span,
  .product_detail .drug_article .product_key {
    font-size: 16px;
  }
  .product_detail .drug_article .detail_content {
    padding-left: 24px;
    margin-bottom: 30px;
  }
  .product_detail .drug_article {
    font-size: 14px;
  }
  .related_products .main .product_swiper .product_item h3 {
    font-size: 16px;
  }
  .related_products .main .related_title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .article_layout .main .news_article .news_title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .article_layout .main .news_article .news_txt,
  .article_layout .main .news_article .news_detail,
  .article_layout .main .article_side a:not(:first-child) {
    font-size: 14px;
  }
  .article_layout .main .article_side a:not(:first-child)::before {
    width: 8px;
    height: 14px;
  }
  .article_layout .main .article_side .more_btn i {
    width: 13px;
    height: 10px;
  }
}
