/* 响应式断点设置 */
/* 移动优先 - 默认样式适用于375px及以下 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  max-width: 375px;
  background: #fbfbfb;
  margin: 0 auto;
}
.wrap {
  width: 100%;
  max-width: 335px;
  margin: 0 auto;
}
.more-btn {
  display: block;
  width: 160px;
  height: 42px;
  margin: 0 auto;
  border-radius: 32px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid rgba(160, 117, 62, 0.5);
  font-size: 16px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  letter-spacing: normal;
  color: #a0753e;
}
.floating {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 99;
  cursor: pointer;
  transition: opacity 0.3s;
  background: none;
  border: none;
  outline: none;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.floating.show {
  opacity: 1;
  display: flex;
}
.floating .back-to-top {
  position: relative;
  width: 42px;
  height: 42px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
  background: none;
  border: none;
  outline: none;
}
.floating .back-to-top.show {
  opacity: 1;
}
.floating .back-to-top .arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  fill: #737373;
  transition: transform 0.2s;
}
.floating .back-to-top .circle {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}
.floating .search_floating_icon {
  width: 64px;
}
.m-banner {
  display: block;
}
.supply-box {
  width: 100%;
  min-height: 708px;
  background: url(../images/supply_bg_375.png) no-repeat;
  background-size: cover;
  position: relative;
  top: -60px;
  padding-top: 214px;
}
.supply-box .inner {
  background: url(../images/supply_textBg_375.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 110px;
}
.supply-box .inner .title {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.supply-box .inner .txt {
  min-width: 287px;
  margin: 0 auto;
  padding-left: 58px;
  padding-right: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
  color: #818181;
}
.supply-box .inner .txt span {
  font-weight: 700;
  color: #a0753e;
}
.m-sort-box {
  padding-bottom: 70px;
}
.m-sort-box .list {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.m-sort-box .list .item .tit {
  text-align: center;
}
.m-sort-box .list .item .text {
  margin-bottom: 24px;
}
.m-sort-box .list .item .text h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #5a4949;
}
.m-sort-box .list .item .text p {
  font-size: 14px;
  font-weight: normal;
  line-height: 160%;
  text-align: center;
  letter-spacing: normal;
  color: #818181;
}
.team-swiper {
  padding-bottom: 77px;
}
.team-swiper .title {
  text-align: center;
}
.team-swiper .carousel-container {
  position: relative;
  width: 375px;
  margin: 0 auto;
  overflow: hidden;
}
.team-swiper .carousel-container .carousel {
  display: flex;
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}
.team-swiper .carousel-container .team-slide {
  flex: 0 0 200px;
  position: relative;
  transition: all 0.5s ease;
  opacity: 0.1;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  margin: 0 0;
}
.team-swiper .carousel-container .team-slide .text {
  text-align: center;
}
.team-swiper .carousel-container .team-slide .text p {
  font-size: 14px;
  font-weight: normal;
  line-height: 160%;
  letter-spacing: normal;
  color: #ed93af;
}
.team-swiper .carousel-container .team-slide .text h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #2b2c34;
  margin-bottom: 24px;
}
.team-swiper .carousel-container .team-slide .text .more-btn {
  display: none;
  transition: all 0.5s ease;
}
.team-swiper .carousel-container .team-slide.active {
  opacity: 1;
  z-index: 10;
}
.team-swiper .carousel-container .team-slide.active .text .more-btn {
  display: block;
}
.physician-banner {
  position: relative;
}
.physician-banner .banner-img {
  height: 394px;
}
.physician-banner .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.physician-banner .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.physician-list {
  padding-bottom: 60px;
}
.physician-list .inner .list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.physician-list .inner .list .item .image {
  width: 250px;
  margin: 0 auto;
}
.physician-list .inner .list .item .text p {
  font-size: 14px;
  font-weight: normal;
  line-height: 160%;
  text-align: center;
  letter-spacing: normal;
  color: #ed93af;
}
.physician-list .inner .list .item .text h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #2b2c34;
  text-align: center;
}
.physician-list .inner .more-btn {
  margin-top: 25px;
}
.physician-article {
  padding-top: 88px;
}
.physician-article .title {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #818181;
  margin-bottom: 24px;
}
.physician-article .title span {
  font-weight: 700;
  color: #ed93af;
}
.physician-article .team-slide {
  width: 200px;
  overflow: inherit !important;
}
.physician-article .team-slide .image {
  margin-bottom: 30px;
}
.physician-article .team-slide .text {
  width: 280px;
  position: relative;
  left: -40px;
  display: none;
  border-bottom: 1px solid #e1e1e1;
}
.physician-article .team-slide .text h3 {
  font-size: 32px !important;
}
.physician-article .team-slide.active .image img {
  transform: scale(1.2);
}
.physician-article .team-slide.active .text {
  display: block;
}
.physician-article .team-slide.active .intro {
  display: block;
}
.physician-article .team-slide .intro {
  display: none;
  width: 280px;
  position: relative;
  left: -40px;
  padding-top: 22px;
}
.physician-article .team-slide .intro .icon-list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.physician-article .team-slide .intro .icon-list a {
  display: block;
  width: 32px;
  height: 32px;
}
.physician-article .team-slide .intro .icon-list a img {
  width: 100%;
  height: 100%;
}
.physician-article .team-slide .intro .txt-content {
  padding-right: 44px;
  margin-bottom: 20px;
}
.physician-article .team-slide .intro .txt-content p {
  font-size: 14px;
  font-weight: normal;
  line-height: 180%;
  letter-spacing: normal;
  color: #737373;
}
.physician-article .team-slide .intro .more-btn {
  width: 100%;
}
.physician-article .switch-btn {
  width: 325px;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article-box {
  padding-bottom: 60px;
}
.article-box .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}
.article-box .list .item {
  border-radius: 24px;
  background: #fffffe;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  padding: 16px;
}
.article-box .list .item .image {
  margin-bottom: 16px;
}
.article-box .list .item .text h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #343434;
  margin-bottom: 16px;
}
.article-box .list .item .text h4 {
  padding-top: 16px;
  border-top: 1px solid #e1e1e1;
  font-size: 12px;
  font-weight: normal;
  line-height: 160%;
  letter-spacing: 0.1em;
  color: #818181;
  margin-bottom: 16px;
}
.article-box .list .item .text .intro {
  display: flex;
  gap: 15px;
}
.article-box .list .item .text .intro .head {
  width: 40px;
  height: 40px;
}
.article-box .list .item .text .intro .txt h5 {
  font-weight: 600;
  font-size: 14px;
  font-weight: normal;
  line-height: 160%;
  letter-spacing: normal;
  color: #717171;
}
.article-box .list .item .text .intro .txt p {
  font-weight: 400;
  font-size: 12px;
  font-weight: normal;
  line-height: 160%;
  letter-spacing: normal;
  color: #717171;
}
.article-box .more-btn2 {
  display: none;
}
.pc-physician-article {
  display: none;
}
.articleOverview-box {
  background: #fbfbfb;
}
.articleOverview-box .banner {
  margin-bottom: 25px;
}
.articleOverview-box .banner .banner-img {
  padding-top: 64px;
}
.articleOverview-box .banner .pc-img {
  display: none;
}
.articleOverview-box .tab-container {
  overflow: hidden;
  margin-bottom: 32px;
}
.articleOverview-box .tab-container .tab-nav-wrapper {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.articleOverview-box .tab-container .tab-nav-wrapper .tab-nav {
  width: 584px;
  display: flex;
  gap: 12px;
}
.articleOverview-box .tab-container .tab-nav-wrapper .tab-nav .tab-item {
  min-width: 107px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #717171;
  padding: 16px 21px;
  border-radius: 100px;
  background: #ffffff;
  transition: color 0.3s;
  white-space: nowrap;
}
.articleOverview-box .tab-container .tab-nav-wrapper .tab-nav .tab-item.active {
  color: #ffffff;
  background: #ed93af;
}
.articleOverview-box .tab-container .tab-nav-wrapper i {
  display: none;
}
.articleOverview-box .tab-container .search-box {
  display: none;
}
.articleOverview-box .select-box {
  margin-bottom: 20px;
}
.articleOverview-box .select-box .title {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #bebebe;
  margin-bottom: 10px;
}
.articleOverview-box .select-box .custom-select {
  position: relative;
  width: 100%;
  margin: 15px 0;
}
.articleOverview-box .select-box .custom-select .select-header {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 12px;
  padding: 12px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 14px;
  color: #717171;
}
.articleOverview-box .select-box .custom-select .select-header.active {
  border: 1px solid #ED93AF;
  color: #ED93AF;
}
.articleOverview-box .select-box .custom-select .select-header.active .arrow {
  color: #ED93AF;
  transform: rotate(180deg);
}
.articleOverview-box .select-box .custom-select .select-header .selected-value {
  flex-grow: 1;
  text-align: left;
}
.articleOverview-box .select-box .custom-select .select-header .arrow {
  transition: transform 0.3s ease;
  color: #7f8c8d;
  font-size: 0.9rem;
}
.articleOverview-box .select-box .custom-select .select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-top: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  z-index: 10;
  border-radius: 20px;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px 0px rgba(214, 214, 214, 0.25);
}
.articleOverview-box .select-box .custom-select .select-options.active {
  max-height: 160px;
  overflow-y: auto;
}
.articleOverview-box .select-box .custom-select .select-options .option {
  margin: 8px 12px;
  padding: 12px 24px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  color: #717171;
}
.articleOverview-box .select-box .custom-select .select-options .option.selected {
  color: #ED93AF;
  border-radius: 12px;
  background: rgba(255, 209, 223, 0.3);
}
.articleOverview-box .keywords-filter {
  display: none;
}
.search-floating .mask {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
}
.search-floating .search-floating-icon2 {
  position: fixed;
  top: 35px;
  right: 20px;
  z-index: 201;
  display: none;
}
.search-floating .inner {
  transition: all 0.5s ease-in;
  transform: translateY(100%);
  background: #fbfbfb;
  position: fixed;
  top: 112px;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 300;
  height: 656px;
  border-radius: 0.5333rem 0.5333rem 0 0;
}
.search-floating .inner.active {
  transform: translateY(0);
  opacity: 1;
}
.search-floating .inner .tit {
  background: #ffffff;
  font-weight: 400;
  padding: 16px 26px;
  font-size: 16px;
  line-height: 160%;
  border-radius: 20px 20px 0 0;
  border-bottom: 1px solid #d2dcd6;
}
.search-floating .inner .content {
  padding: 20px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 614px;
  padding-bottom: 150px;
}
.search-floating .inner .content .input-box {
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(185, 185, 185, 0.3);
  padding: 12px 4px 12px 24px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.search-floating .inner .content .input-box input {
  background: transparent;
  outline: none;
  border: none;
  width: 100%;
}
.search-floating .inner .content .input-box i {
  position: relative;
  right: 10px;
  color: #A0753E;
}
.search-floating .inner .content .keywords-box {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
  margin-top: 20px;
}
.search-floating .inner .content .keywords-box .title {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #bebebe;
  margin-bottom: 10px;
}
.search-floating .inner .content .keywords-box .list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.search-floating .inner .content .keywords-box span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  border-radius: 8px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid rgba(160, 117, 62, 0.5);
  font-weight: 700;
  font-size: 14px;
  color: #a0753e;
}
.search-floating .inner .content .keywords-box span:hover {
  background: #fff6e3;
  border: 1px solid rgba(160, 117, 62, 0.5);
}
.search-floating .inner .content .keywords-box span.active {
  background: #fff6e3;
  border: 1px solid rgba(160, 117, 62, 0.5);
}
.search-floating.active .search-floating-icon2 {
  display: block;
}
.articlePage-box {
  position: relative;
  padding-top: 88px;
}
.articlePage-box .crumbs {
  margin-bottom: 24px;
}
.articlePage-box .crumbs p {
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.1em;
  color: #ED93AF;
}
.articlePage-box .crumbs p span {
  font-weight: 400;
  color: #818181;
}
.articlePage-box .section-all {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding-bottom: 35px;
}
.articlePage-box .section-all .section1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.articlePage-box .section-all .section1 .statistics {
  display: none;
}
.articlePage-box .section-all .section1 .viewAr {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.articlePage-box .section-all .section1 .h1-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 140%;
  text-align: justify;
  letter-spacing: normal;
  color: #ED93AF;
}
.articlePage-box .section-all .section1 .keywords-tag {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.articlePage-box .section-all .section1 .keywords-tag span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  border-radius: 8px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid rgba(160, 117, 62, 0.5);
  font-weight: 700;
  font-size: 14px;
  color: #a0753e;
}
.articlePage-box .section-all .section1 .keywords-tag span:hover {
  background: #fff6e3;
  border: 1px solid rgba(160, 117, 62, 0.5);
}
.articlePage-box .section-all .section2 .h2-title {
  margin-bottom: 12px;
}
.articlePage-box .section-all .section2 .text {
  margin-bottom: 31px;
}
.articlePage-box .section-all .section2 .text:last-child {
  margin-bottom: 0;
}
.articlePage-box .section-all .section2 .image-box {
  width: 355px;
  height: 347px;
  overflow: hidden;
  overflow-x: scroll;
  margin-bottom: 32px;
}
.articlePage-box .section-all .section2 .image-box::-webkit-scrollbar-thumb {
  background: #ED93AF;
  border-radius: 16px;
}
.articlePage-box .section-all .section2 .image-box .slide-con {
  width: 820px;
}
.articlePage-box .section-all .section2 .image-box img {
  width: 100%;
  height: 347px;
}
.articlePage-box .section-all .section3 .image-box {
  margin-bottom: 20px;
}
.articlePage-box .section-all .section4 .ys-read {
  display: none;
}
.articlePage-box .section-all .section4 .image-box {
  margin-bottom: 20px;
}
.articlePage-box .section-all .section .h2-title {
  font-size: 24px;
  font-weight: normal;
  line-height: 160%;
  text-align: justify;
  letter-spacing: normal;
  color: #A0753E;
  margin-bottom: 12px;
}
.articlePage-box .section-all .section .text {
  font-size: 16px;
  font-weight: normal;
  line-height: 180%;
  text-align: justify;
  letter-spacing: normal;
  color: #818181;
}
.articlePage-box .section-all .section .text .sub-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 180%;
  color: #ED93AF;
  margin: 20px 0;
}
.articlePage-box .section-all .section .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  text-align: justify;
  letter-spacing: normal;
  color: #818181;
}
.articlePage-box .editor .section {
  margin-bottom: 20px;
}
.articlePage-box .editor h2 {
  margin: 0;
  font-weight: normal;
  line-height: 160%;
  text-align: justify;
  letter-spacing: normal;
  color: #A0753E;
  margin-bottom: 12px;
}
.articlePage-box .editor h3 {
  font-weight: 700;
  font-size: 18px;
  font-weight: normal;
  line-height: 200%;
  letter-spacing: normal;
  color: #ED93AF;
}
.articlePage-box .editor h4 {
  font-weight: 700;
  font-size: 18px;
  color: #343434;
  line-height: 160%;
  margin-bottom: 10px;
}
.articlePage-box .tit {
  font-size: 20px;
  font-weight: normal;
  line-height: 160%;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 12px;
}
.articlePage-box .message-box {
  padding: 50px 0;
  background: #FFFFFF;
  width: 375px;
  margin-left: -19px;
}
.articlePage-box .message-box .tit {
  margin-bottom: 34px;
}
.articlePage-box .message-box .statistics {
  margin: 0 8px;
  padding-bottom: 32px;
  border-bottom: 1px solid #E1E1E1;
}
.articlePage-box .message-box .statistics p {
  font-size: 16px;
  font-weight: normal;
  line-height: 160%;
  letter-spacing: normal;
  color: #000000;
}
.articlePage-box .message-box .statistics p span {
  color: #6379A8;
}
.articlePage-box .message-box .mess-list {
  padding: 27px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.articlePage-box .message-box .mess-list .mess-item {
  display: flex;
  gap: 12px;
}
.articlePage-box .message-box .mess-list .mess-item .headImg {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #D9D9D9;
}
.articlePage-box .message-box .mess-list .mess-item input {
  width: 253px;
  padding: 20px;
  outline: none;
  border: 1px solid #E1E1E1;
}
.articlePage-box .message-box .mess-list .mess-item .info h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.articlePage-box .message-box .mess-list .mess-item .info h4 {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #000000;
  opacity: 0.6;
}
.articlePage-box .message-box .mess-list .mess-item .info p {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #598CF4;
}
.articlePage-box .message-box .mess-list .mess-item .info p span {
  color: #A0A0A0;
}
.articlePage-box .message-box .more-comments {
  border-radius: 100px;
  background: #598CF4;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-bottom: 14px;
}
.articlePage-box .extended-reading {
  padding: 60px 0;
}
.articlePage-box .extended-reading .more-btn {
  display: none;
}
.articlePage-box .extended-reading.article-box .list {
  margin-bottom: 0;
  justify-content: left;
}
.articlePage-box .popular-articles {
  margin-bottom: 60px;
}
.articlePage-box .popular-articles .list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.articlePage-box .popular-articles .list .item {
  padding: 8px;
  display: flex;
  gap: 12px;
  border-radius: 24px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
}
.articlePage-box .popular-articles .list .item .image {
  width: 124px;
  height: 83px;
  border-radius: 12.6px;
}
.articlePage-box .popular-articles .list .item .image img {
  width: 100%;
  height: 100%;
  border-radius: 12.6px;
}
.articlePage-box .popular-articles .list .item .text {
  max-width: 157px;
  font-weight: bold;
  line-height: 140%;
  text-align: justify;
  letter-spacing: normal;
}
.articlePage-box .popular-articles .list .item .text p {
  margin: 4px 0;
  font-size: 10px;
  color: #ED93AF;
  line-height: 140%;
}
.articlePage-box .popular-articles .list .item .text h3 {
  font-size: 12px;
  color: #2B2C34;
  line-height: 140%;
}
.articlePage-box .popular-keywords {
  margin-bottom: 60px;
}
.articlePage-box .popular-keywords .keys-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 32px;
}
.articlePage-box .popular-keywords .keys-list span {
  display: block;
  padding: 8px 16px;
  color: #A0753E;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid rgba(160, 117, 62, 0.5);
}
.articlePage-box .popular-keywords .keys-list .fz1 {
  font-size: 10px;
}
.articlePage-box .popular-keywords .keys-list .fz2 {
  font-size: 14px;
}
.articlePage-box .popular-keywords .keys-list .fz3 {
  font-size: 18px;
}
.articlePage-box .popular-keywords .search-box {
  border-radius: 100px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(185, 185, 185, 0.3);
  padding: 12px 4px 12px 24px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
.articlePage-box .popular-keywords .search-box input {
  font-size: 16px;
  border: none;
  outline: none;
}
.articlePage-box .popular-keywords .search-box i {
  font-size: 20px;
  position: relative;
  right: 12px;
  color: #A0753E;
}
.articlePage-box .float-top {
  display: none;
}
.doctor-floating .content {
  padding: 48px !important;
  background: #fbfbfb;
  padding-bottom: 150px !important;
}
.doctor-floating .doctor-info .head-img {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.doctor-floating .doctor-info .head-img img {
  width: 100px;
}
.doctor-floating .doctor-info .name {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
}
.doctor-floating .doctor-info .tips {
  background: url(../images/articlePage/tips_bg.png) no-repeat;
  background-size: cover;
  width: 279px;
  height: 136px;
  margin: 0 auto;
  padding-top: 28px;
}
.doctor-floating .doctor-info .detail-box {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #E1E1E1;
}
.doctor-floating .doctor-info .detail-box .icon-list {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}
.doctor-floating .doctor-info .detail-box .icon-list a {
  display: block;
  width: 32px;
}
.doctor-floating .doctor-info .detail-box .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0%;
  color: #737373;
  margin-bottom: 20px;
}
.doctor-floating .doctor-info .detail-box .text span {
  font-weight: 700;
}
.catalog-floating .inner .content {
  padding: 20px;
  max-width: 614px;
  padding-bottom: 150px;
}
.catalog-floating .inner .content ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #737373;
  display: flex;
  border-radius: 12px;
  padding: 12px 8px;
}
.catalog-floating .inner .content ul li a span {
  font-size: 40px;
}
.catalog-floating .inner .content ul li .toc-link {
  position: relative;
  transition: all 0.3s ease;
  z-index: 1;
}
.catalog-floating .inner .content ul li .toc-link.active {
  border-radius: 12px;
  background: #FFFFFF;
  font-weight: bold;
  color: #ED93AF;
  box-shadow: 0px 5px 20px 0px rgba(202, 202, 202, 0.2);
  transform: translateX(5px);
}
.catalog-floating .inner .content ul li .sub-link.active {
  color: #ED93AF;
  background: rgba(255, 209, 223, 0.3);
}
.catalog-floating .inner .content ul li .toc-sublist {
  list-style: none;
  padding-left: 25px;
  margin-top: 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.catalog-floating .inner .content ul li .expanded {
  max-height: 500px;
}
.pc-banner {
  display: none;
}
.pc-sort-box {
  display: none;
}
.pc-team {
  display: none;
}
/* 小屏幕平板 (768px 及以上) */
/* 平板横向/小桌面 (1024px 及以上) */
@media (min-width: 1024px) {
  body {
    max-width: 100vw;
  }
  .wrap {
    max-width: 944px;
  }
  .m-banner {
    display: none;
  }
  .m-sort-box {
    display: none;
  }
  .team-swiper {
    display: none;
  }
  .floating {
    display: none !important;
  }
  .pc-banner {
    display: block;
  }
  .pc-banner .slider-container {
    position: relative;
    overflow: hidden;
  }
  .pc-banner .slider-container .slider {
    display: flex;
    width: 300%;
    min-height: 773px;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
    /* 单个幻灯片 */
  }
  .pc-banner .slider-container .slider .slide {
    width: 33.3%;
    height: 100%;
    position: relative;
  }
  .pc-banner .slider-container .slider .slide .banner-img {
    height: 773px;
  }
  .pc-banner .slider-container .slider .slide img {
    height: 100%;
    object-fit: cover;
  }
  .pc-banner .slider-container .arrow-box {
    position: absolute;
    width: 924px;
    padding: 0 10px;
    top: 320px;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, 0);
    display: flex;
    justify-content: space-between;
  }
  .pc-banner .slider-container .nav-arrow {
    width: 48px;
    height: 48px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
  }
  .pc-banner .slider-container .nav-arrow:hover {
    transform: scale(1.1);
  }
  .pc-banner .slider-container .indicators {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
  }
  .pc-banner .slider-container .indicators .indicator {
    width: 50px;
    height: 6px;
    border-radius: 5px;
    background: #e0e0e0;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .pc-banner .slider-container .indicators .indicator.active {
    background: #ed93af;
    transform: scale(1.05);
  }
  .pc-banner .slider-container .indicators .indicator:hover {
    transform: scale(1.05);
  }
  .supply-box {
    background: url(../images/supply_bg_1440.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 1060px;
    top: -40px;
    padding-top: 446px;
  }
  .supply-box .inner {
    width: 800px;
    min-height: 202px;
    padding-top: 20px;
    padding-bottom: 0;
    margin: 0 auto;
    background: url(../images/supply_textBg.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
  .pc-sort-box {
    display: block;
    padding-bottom: 80px;
  }
  .pc-sort-box .list {
    overflow: hidden;
    max-width: 902px;
    margin: 0 auto;
  }
  .pc-sort-box .list .item {
    position: relative;
    width: 807px;
    display: flex;
  }
  .pc-sort-box .list .item .image {
    flex: 1;
    width: 765px;
  }
  .pc-sort-box .list .item .text {
    position: absolute;
    bottom: 63px;
    right: 0;
  }
  .pc-sort-box .list .item .text h4 {
    font-size: 16px;
    font-weight: normal;
    line-height: 160%;
    color: #5a4949;
    margin-bottom: 4px;
  }
  .pc-sort-box .list .item .text p {
    font-size: 14px;
    font-weight: normal;
    line-height: 160%;
    color: #818181;
    margin-bottom: 24px;
  }
  .pc-sort-box .list .item .text .more-btn {
    margin: 0;
  }
  .pc-sort-box .list .item:nth-child(2) {
    float: right;
  }
  .pc-sort-box .list .item:nth-child(2) .text {
    left: 0;
  }
  .pc-sort-box .list .item:nth-child(4) {
    float: right;
  }
  .pc-sort-box .list .item:nth-child(4) .text {
    left: 0;
  }
  .pc-team {
    background: url(../images/team_bg_1280.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: block;
    padding-top: 62px;
    padding-bottom: 100px;
  }
  .pc-team .title {
    text-align: center;
  }
  .pc-team .team-list {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
    margin-bottom: 80px;
  }
  .pc-team .team-list .item .image {
    height: 250px;
    margin-bottom: 24px;
  }
  .pc-team .team-list .item .text p {
    font-size: 14px;
    font-weight: normal;
    line-height: 160%;
    text-align: center;
    letter-spacing: normal;
    color: #ed93af;
  }
  .pc-team .team-list .item .text h4 {
    font-size: 18px;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: 0.1em;
    color: #2b2c34;
    text-align: center;
  }
  .physician-list {
    padding-bottom: 0;
  }
  .physician-list .inner .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .physician-list .inner .list .item {
    width: 20%;
  }
  .physician-list .inner .list .item .image {
    width: auto;
  }
  .physician-list .inner .list .item .image img {
    width: 100%;
  }
  .physician-list .inner .more-btn {
    margin-top: 0;
    position: relative;
    margin-top: 150px;
  }
  .physician-article {
    display: none;
  }
  .pc-physician-article {
    display: block;
    padding-top: 150px;
    margin-bottom: 62px;
  }
  .pc-physician-article .wrap {
    min-width: 1240px;
  }
  .pc-physician-article .carousel-container {
    overflow: hidden;
  }
  .pc-physician-article .carousel-container .carousel {
    display: flex;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
  }
  .pc-physician-article .physician-swiper {
    display: block;
    position: relative;
  }
  .pc-physician-article .physician-swiper .title {
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.1em;
    color: #818181;
    margin-bottom: 45px;
  }
  .pc-physician-article .physician-swiper .title span {
    font-weight: 700;
    color: #ed93af;
  }
  .pc-physician-article .physician-swiper .carousel-container {
    width: 100%;
  }
  .pc-physician-article .physician-swiper .carousel-container .carousel {
    display: flex;
  }
  .pc-physician-article .physician-swiper .carousel-container .physician-slide {
    display: flex;
    flex: 0 0 815px;
    position: relative;
    transition: all 0.5s ease;
    opacity: 0.1;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    padding: 24px;
    justify-content: space-around;
  }
  .pc-physician-article .physician-swiper .carousel-container .physician-slide.active {
    border-radius: 24px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #E7E7E7;
    opacity: 1;
    z-index: 10;
  }
  .pc-physician-article .physician-swiper .carousel-container .physician-slide .image {
    width: 250px;
  }
  .pc-physician-article .physician-swiper .carousel-container .physician-slide .right .icon-list {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
  }
  .pc-physician-article .physician-swiper .carousel-container .physician-slide .right .icon-list a {
    display: block;
  }
  .pc-physician-article .physician-swiper .carousel-container .physician-slide .right .icon-list a img {
    width: 32px;
    height: 32px;
  }
  .pc-physician-article .physician-swiper .carousel-container .physician-slide .right .intro {
    padding-left: 32px;
    border-left: 1px solid #E1E1E1;
  }
  .pc-physician-article .physician-swiper .carousel-container .physician-slide .right .intro .text {
    margin-bottom: 73px;
  }
  .pc-physician-article .physician-swiper .carousel-container .physician-slide .right .intro .text p {
    font-size: 14px;
    font-weight: normal;
    line-height: 180%;
    letter-spacing: 0.1em;
    color: #ED93AF;
  }
  .pc-physician-article .physician-swiper .carousel-container .physician-slide .right .intro .text h3 {
    font-size: 32px;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: 0.1em;
    color: #2B2C34;
  }
  .pc-physician-article .physician-swiper .carousel-container .physician-slide .right .intro .txt-content {
    font-size: 14px;
    font-weight: normal;
    line-height: 180%;
    letter-spacing: 0.1em;
    color: #737373;
  }
  .pc-physician-article .physician-swiper .carousel-container .reverse {
    flex-direction: row-reverse;
  }
  .pc-physician-article .switch-btn2 {
    width: 940px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .article-box {
    padding-bottom: 0;
  }
  .article-box .wrap {
    min-width: 1240px;
  }
  .article-box .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .article-box .list .item {
    max-width: 397px;
    flex: 1 1 auto;
  }
  .article-box .more-btn1 {
    display: none;
  }
  .article-box .more-btn2 {
    display: block;
    position: relative;
    margin-top: 50px;
  }
  .articleOverview-box .banner {
    text-align: center;
  }
  .articleOverview-box .banner .banner-img {
    padding-top: 0;
  }
  .articleOverview-box .banner .m-img {
    display: none;
  }
  .articleOverview-box .banner .pc-img {
    display: inline-block;
  }
  .articleOverview-box .tab-container {
    position: relative;
    top: -64px;
    z-index: 50;
    margin-bottom: 0;
  }
  .articleOverview-box .tab-container .tab-nav-wrapper {
    height: 72px;
    padding: 12px;
    width: 680px;
    border-radius: 100px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(185, 185, 185, 0.3);
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .articleOverview-box .tab-container .tab-nav-wrapper .tab-nav {
    width: 584px;
    display: flex;
    gap: 12px;
  }
  .articleOverview-box .tab-container .tab-nav-wrapper .tab-nav .tab-item {
    min-width: 107px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    color: #717171;
    padding: 16px 21px;
    border-radius: 100px;
    background: #ffffff;
    transition: color 0.3s;
    white-space: nowrap;
  }
  .articleOverview-box .tab-container .tab-nav-wrapper .tab-nav .tab-item.active {
    color: #ffffff;
    background: #ed93af;
  }
  .articleOverview-box .tab-container .tab-nav-wrapper i {
    display: block;
    font-size: 24px;
    position: relative;
    right: 12px;
    color: #A0753E;
  }
  .articleOverview-box .tab-container .tab-nav-wrapper.focus {
    border: 1px solid rgba(160, 117, 62, 0.5);
    box-shadow: 0px 5px 20px 0px rgba(185, 185, 185, 0.3);
  }
  .articleOverview-box .tab-container .search-box {
    position: absolute;
    right: 60px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
    padding: 10px;
    transform: translateX(100%);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 10;
    opacity: 0;
  }
  .articleOverview-box .tab-container .search-box.active {
    opacity: 1;
    transform: translateX(0);
  }
  .articleOverview-box .tab-container .search-box.active .search-input {
    width: 600px;
    padding: 0 20px;
  }
  .articleOverview-box .tab-container .search-box .search-input {
    width: 0;
    height: 50px;
    padding: 0;
    border: none;
    background: transparent;
    color: #717171;
    font-size: 14px;
    outline: none;
    transition: all 0.5s ease;
  }
  .articleOverview-box .keywords-filter {
    display: block;
    margin-bottom: 30px;
  }
  .articleOverview-box .keywords-filter .box {
    display: flex;
    align-items: center;
    gap: 25px;
  }
  .articleOverview-box .keywords-filter .scroll-container {
    position: relative;
    width: 906px;
    overflow: hidden;
  }
  .articleOverview-box .keywords-filter .scroll-container .button-scroll {
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    gap: 12px;
  }
  .articleOverview-box .keywords-filter .scroll-container .button-scroll .button-scroll::-webkit-scrollbar {
    display: none;
  }
  .articleOverview-box .keywords-filter .scroll-container .scroll-btn {
    flex: 0 0 auto;
    display: inline-block;
    border-radius: 12px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #A0753E;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 16px;
    border: 1px solid rgba(160, 117, 62, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    background: none;
  }
  .articleOverview-box .keywords-filter .scroll-container .scroll-btn:hover {
    background: #FFF6E3;
  }
  .articleOverview-box .keywords-filter .scroll-container .scroll-btn:active {
    transform: translateY(1px);
  }
  .articleOverview-box .keywords-filter .scroll-container .nav-arrow {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    right: 0;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 30;
    opacity: 0.9;
    transform: rotate(0deg);
  }
  .articleOverview-box .keywords-filter .scroll-container .nav-arrow img {
    width: 20px;
    height: 20px;
  }
  .articleOverview-box .keywords-filter .scroll-container .nav-arrow.right {
    right: 0;
  }
  .articleOverview-box .keywords-filter .scroll-container .nav-arrow.left {
    left: 0;
    transform: rotate(180deg);
  }
  .articleOverview-box .keywords-filter .select-container {
    width: 308px;
    display: flex;
    gap: 8px;
  }
  .articleOverview-box .keywords-filter .select-container .select-box {
    margin-bottom: 0;
  }
  .articleOverview-box .keywords-filter .select-container .select-box .custom-select .select-header {
    min-width: 150px;
  }
  .articleOverview-box .article-box .list {
    justify-content: flex-start;
  }
  .articleOverview-box .article-box .list .item {
    flex: 1 1 auto;
  }
  .articleOverview-box .article-box .more-btn {
    position: relative;
    z-index: 1000;
  }
  .articlePage-box {
    padding-top: 150px;
  }
  .articlePage-box .wrap-div {
    min-width: 1240px;
    padding: 0 20px;
  }
  .articlePage-box .wrap {
    position: relative;
  }
  .articlePage-box .section-all {
    width: 900px;
    border-radius: 24px 24px 0 0;
    background: #FFFFFF;
    box-sizing: border-box;
    border-top: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    padding: 40px;
  }
  .articlePage-box .section-all .section1 .statistics {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .articlePage-box .section-all .section1 .statistics span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #343434;
  }
  .articlePage-box .section-all .section1 .h1-title {
    font-size: 48px;
    font-weight: normal;
    line-height: 60px;
  }
  .articlePage-box .section-all .section1 .viewAr {
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
  }
  .articlePage-box .section-all .section2 .image-box {
    width: 100%;
    overflow-x: hidden;
    height: 408px;
  }
  .articlePage-box .section-all .section2 .image-box img {
    height: 408px;
  }
  .articlePage-box .section-all .section4 .ys-read {
    border-radius: 12px;
    border: 1px solid #E1E1E1;
    display: flex;
    align-items: center;
    margin-top: 12px;
  }
  .articlePage-box .section-all .section4 .ys-read .txt {
    width: 606px;
    padding: 23px 24px;
  }
  .articlePage-box .section-all .section4 .ys-read .txt h3 {
    font-weight: 700;
    font-size: 18px;
    color: #343434;
    line-height: 160%;
    margin-bottom: 10px;
  }
  .articlePage-box .section-all .section4 .ys-read .txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #818181;
    margin-bottom: 20px;
  }
  .articlePage-box .section-all .section4 .ys-read .txt a {
    font-weight: 400;
    font-size: 12px;
    color: #343434;
  }
  .articlePage-box .section-all .section4 .ys-read .image {
    width: 210px;
    height: 200px;
  }
  .articlePage-box .message-box {
    width: 900px;
    margin-left: 0;
    padding: 50px;
    border-radius: 0 0 24px 24px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #E7E7E7;
  }
  .articlePage-box .extended-reading .tit {
    font-size: 32px;
  }
  .articlePage-box .extended-reading .more-btn {
    display: block;
    margin-top: 73px;
  }
  .articlePage-box .popular-articles {
    width: 292px;
    margin-bottom: 0;
  }
  .articlePage-box .popular-keywords {
    width: 292px;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .articlePage-box .float-top {
    display: block;
    height: fit-content;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    margin-top: 40px;
  }
  .articlePage-box .doctor-box {
    margin-bottom: 30px;
  }
  .articlePage-box .doctor-box .content {
    width: 292px;
    padding: 20px;
    border-radius: 24px;
    background: #F6F6F6;
    box-sizing: border-box;
    border: 1px solid #E7E7E7;
  }
  .articlePage-box .doctor-box .doctor-info .head-img {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .articlePage-box .doctor-box .doctor-info .head-img img {
    width: 100px;
  }
  .articlePage-box .doctor-box .doctor-info .name {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
  }
  .articlePage-box .doctor-box .doctor-info .tips {
    background: url(../images/articlePage/tips_bg.png) no-repeat;
    background-size: cover;
    height: 136px;
    margin: 0 auto;
    padding-top: 28px;
  }
  .articlePage-box .doctor-box .doctor-info .detail-box {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #E1E1E1;
  }
  .articlePage-box .doctor-box .doctor-info .detail-box .icon-list {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
  }
  .articlePage-box .doctor-box .doctor-info .detail-box .icon-list a {
    display: block;
    width: 32px;
  }
  .articlePage-box .doctor-box .doctor-info .detail-box .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0%;
    color: #737373;
    margin-bottom: 20px;
  }
  .articlePage-box .doctor-box .doctor-info .detail-box .text span {
    font-weight: 700;
  }
  .articlePage-box .catalog-box {
    margin-bottom: 30px;
  }
  .articlePage-box .catalog-box .inner .content {
    width: 292px;
    padding: 20px;
    border-radius: 24px;
    background: #F6F6F6;
    box-sizing: border-box;
    border: 1px solid #E7E7E7;
  }
  .articlePage-box .catalog-box .inner .content ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #737373;
    display: flex;
    border-radius: 12px;
    padding: 12px 8px;
  }
  .articlePage-box .catalog-box .inner .content ul li a span {
    font-size: 40px;
  }
  .articlePage-box .catalog-box .inner .content ul li .toc-link {
    position: relative;
    transition: all 0.3s ease;
    z-index: 1;
  }
  .articlePage-box .catalog-box .inner .content ul li .toc-link.active {
    border-radius: 12px;
    background: #FFFFFF;
    font-weight: bold;
    color: #ED93AF;
    box-shadow: 0px 5px 20px 0px rgba(202, 202, 202, 0.2);
    transform: translateX(5px);
  }
  .articlePage-box .catalog-box .inner .content ul li .sub-link.active {
    color: #ED93AF;
    background: rgba(255, 209, 223, 0.3);
  }
  .articlePage-box .catalog-box .inner .content ul li .toc-sublist {
    list-style: none;
    padding-left: 25px;
    margin-top: 5px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
  .articlePage-box .catalog-box .inner .content ul li .expanded {
    max-height: 500px;
  }
}
/* 中等桌面 (1280px 及以上) */
@media (min-width: 1280px) {
  .wrap {
    max-width: 1200px;
  }
  .pc-team {
    background: url(../images/team_bg_1440.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }
}
@media (min-width: 1440px) {
  .wrap {
    max-width: 1240px;
  }
  .supply-box {
    background: url(../images/supply_bg_1920.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .pc-team {
    background: url(../images/team_bg_1920.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
  }
}
