a {
  /* 去除下划线 */
  text-decoration: none;
  /* 继承父级字体颜色 */
  color: inherit;
  /* 去除点击虚线框 (针对部分浏览器) */
  outline: none;
  /* 禁用移动端点击高亮 */
  -webkit-tap-highlight-color: transparent;
}
ul,
li {
  list-style: none;
}
/* 移除所有状态的样式 */
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
/* 可选：添加自定义交互效果 */
a:hover {
  opacity: 0.8;
  /* 悬停时轻微透明 */
  cursor: pointer;
  /* 确保显示手型指针 */
}
.content {
  width: 10rem;
  background: white;
  margin-top: 1rem;
  /* 遮罩层样式 */
  /* 大图容器 */
  /* 大图样式 */
  /* 关闭按钮 */
  /* 动画效果 */
}
.content * {
  box-sizing: border-box;
  /* 所有元素默认使用 border-box 盒模型 */
}
.content .show {
  width: 100%;
  background-color: #d8127e;
  padding: 0.3rem;
  color: white;
  position: relative;
}
.content .show .title {
  width: 100%;
  height: 3rem;
  font-size: 1rem;
}
.content .show .info {
  font-size: 0.25rem;
}
.content .show .info > div {
  height: 0.5rem;
  line-height: 0.5rem;
}
.content .show .btn-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4rem;
  text-align: center;
}
.content .show .btn-box > img {
  display: block;
  height: 1.5rem;
  margin: 0 auto;
}
.content .show .btn-box .btn {
  width: 100%;
  height: 1rem;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1rem;
  text-align: center;
  letter-spacing: 0.08rem;
  background-color: black;
  color: white;
  cursor: pointer;
}
.content .data-detail {
  padding: 0.4rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  /* 元素间距 */
  font-size: 0.4rem;
}
.content .data-detail > div {
  width: calc(33.333% - 0.7rem);
  /* 等同效果 */
}
.content .data-detail > div > p {
  text-align: center;
}
.content .data-detail > div > p:nth-of-type(2) {
  color: #d8127e;
}
.content .line {
  width: 100%;
  height: 0.2rem;
  background-color: #d8127e;
}
.content .banner {
  position: relative;
}
.content .banner .swiper-container {
  width: 100%;
  height: 5rem;
}
.content .banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.content .banner .swiper-container .swiper-button-prev,
.content .banner .swiper-container .swiper-button-next {
  width: 40px;
  height: 40px;
  background: none;
  opacity: 0;
}
.content .banner .short {
  width: 100%;
  height: 1rem;
  position: absolute;
  bottom: 0;
  z-index: 999;
  padding: 0 0.2rem;
  font-size: 0.2rem;
  color: white;
  line-height: 0.5rem;
  display: -webkit-box;
  /* 旧版弹性盒模型（必需） */
  -webkit-line-clamp: 2;
  /* 限制显示行数 */
  -webkit-box-orient: vertical;
  /* 文本垂直排列 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出显示省略号 */
}
.content .box .navs {
  width: 18%;
  float: left;
  background-color: #EFEFEF;
}
.content .box .navs .navs-item {
  display: block;
  margin: 1.5rem auto;
}
.content .box .navs .navs-item > p:nth-of-type(1) {
  font-size: 0.3rem;
  text-align: center;
}
.content .box .navs .navs-item > p:nth-of-type(2) {
  font-size: 0.1rem;
  text-align: center;
}
.content .box .fixed_nav {
  position: fixed;
  top: 0;
  z-index: 100;
}
.content .box .box-content {
  width: 80%;
  float: right;
  padding: 0.2rem;
}
.content .box .box-content .item-title {
  height: 0.8rem;
  margin: 0.5rem auto;
}
.content .box .box-content .item-title > div {
  float: left;
  height: 100%;
  margin-right: 0.1rem;
}
.content .box .box-content .item-title img {
  height: 100%;
}
.content .box .box-content .item-title .name {
  height: 0.8rem;
  color: #d8127e;
  display: inline-block;
  font-size: 0.5rem;
  line-height: 0.8rem;
}
.content .box .box-content .item-title .name_en {
  font-size: 0.1rem;
  color: #333333;
  display: flex;
  /* 启用Flex布局 */
  align-items: flex-end;
  /* 垂直方向对齐到底部 */
  letter-spacing: 2px;
  padding: 0.1rem;
}
.content .box .box-content .item-title .xie {
  display: block;
  margin: 0 auto;
  width: 80%;
  height: 80%;
}
.content .box .box-content .intro .intro-content {
  max-width: 100%!important;
  overflow: scroll !important;
  line-height: 0.5rem;
  font-size: 0.3rem;
  color: #333333;
  letter-spacing: 2px;
}
.content .box .box-content .intro .intro-content *,
.content .box .box-content .intro .intro-content table {
  max-width: 100%!important;
}
.content .box .box-content .require ul,
.content .box .box-content .require li {
  list-style: none;
}
.content .box .box-content .require > ul li {
  line-height: 0.5rem;
  font-size: 0.3rem;
  color: #333333;
  letter-spacing: 2px;
  margin-bottom: 0.2rem;
}
.content .box .box-content .articles .articles-list .articles-list-item {
  display: block;
  margin-bottom: 0.5rem;
}
.content .box .box-content .articles .articles-list .articles-list-item > img {
  display: block;
  width: 100%;
  height: 3rem;
}
.content .box .box-content .articles .articles-list .articles-list-item .title {
  text-align: center;
  font-size: 0.3rem;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #d8127e;
  display: -webkit-box;
  /* 旧版弹性盒模型（必需） */
  -webkit-line-clamp: 1;
  /* 限制显示行数 */
  -webkit-box-orient: vertical;
  /* 文本垂直排列 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出显示省略号 */
}
.content .box .box-content .fee .note {
  line-height: 0.5rem;
  font-size: 0.3rem;
  color: #d8127e;
}
.content .box .box-content .fee .fee-content {
  color: #333333;
  letter-spacing: 0.05rem;
  max-width: 100%!important;
  overflow: scroll;
}
.content .box .box-content .fee .fee-content > ul {
  color: #4e555b;
  padding: 0.1rem;
}
.content .box .box-content .fee .fee-content > ul li {
  display: flex;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.3rem;
}
.content .box .box-content .fee .fee-content > ul li div {
  width: 50%;
  text-align: center;
  height: 100%;
  line-height: 0.8rem;
}
.content .box .box-content .fee .fee-content > ul li:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.content .box .box-content .fee .fee-content > ul li:nth-of-type(1) {
  height: 0.6rem;
  background-color: #d8127e;
}
.content .box .box-content .fee .fee-content > ul li:nth-of-type(1) div {
  color: white;
  line-height: 0.6rem;
}
.content .box .box-content .fee .fee-zhusu {
  color: #333333;
  letter-spacing: 0.05rem;
  margin-top: 1rem;
}
.content .box .box-content .fee .fee-zhusu > ul {
  color: #4e555b;
  padding: 0.1rem;
}
.content .box .box-content .fee .fee-zhusu > ul li {
  display: flex;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
}
.content .box .box-content .fee .fee-zhusu > ul li > div {
  width: 33.3%;
  height: 100%;
  text-align: center;
  line-height: 0.8rem;
}
.content .box .box-content .fee .fee-zhusu > ul li:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.content .box .box-content .fee .fee-zhusu > ul li:nth-of-type(1) {
  height: 0.6rem;
  background-color: #d8127e;
}
.content .box .box-content .fee .fee-zhusu > ul li:nth-of-type(1) div {
  color: white;
  line-height: 0.6rem;
}
.content .box .box-content .advantage .advantage-content {
  color: #4e555b;
  font-size: 0.3rem;
  letter-spacing: 0.05rem;
}
.content .box .box-content .envs {
  width: 100%;
}
.content .box .box-content .envs .pictures-list {
  width: 100%;
}
.content .box .box-content .envs .pictures-list .pictures-item {
  width: 100%;
  margin-top: 0.6rem;
}
.content .box .box-content .envs .pictures-list .pictures-item .title {
  width: 60%;
  margin: 0 auto;
  color: #d8127e;
}
.content .box .box-content .envs .pictures-list .pictures-item .title .decorated-title {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  /* 文字与横线间距 */
}
.content .box .box-content .envs .pictures-list .pictures-item .title .decorated-title::before,
.content .box .box-content .envs .pictures-list .pictures-item .title .decorated-title::after {
  content: "";
  flex: 1;
  /* 横线自动填充剩余空间 */
  height: 0.02rem;
  /* 横线粗细 */
  background: #d8127e;
  /* 横线颜色 */
}
.content .box .box-content .envs .pictures-list .pictures-item .title span {
  font-size: 0.3rem;
  font-weight: bold;
}
.content .box .box-content .envs .pictures-list .pictures-item .title .title-en {
  font-size: 0.1rem;
  text-align: center;
  height: 0.3rem;
  line-height: 0.3rem;
}
.content .box .box-content .envs .pictures-list .pictures-item .pic {
  position: relative;
  margin-top: 0.3rem;
  width: 100%;
  height: 3rem;
}
.content .box .box-content .envs .pictures-list .pictures-item .pic > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* 将元素自身平移其宽度和高度的一半 */
  max-width: 100%;
  max-height: 100%;
}
.content .box .box-content .envs .pictures-list .pictures-item .pic .btn {
  font-size: 0.2rem;
  color: white;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 0.3rem;
  line-height: 0.3rem;
  background-color: #d8127e;
  text-align: center;
  cursor: pointer;
}
.content .box .box-content .envs .pictures-list .pictures-item .desc {
  text-align: center;
  width: 100%;
  height: 1rem;
  line-height: 0.4rem;
  font-size: 0.25rem;
  padding: 0.1rem;
  color: #666666;
  box-shadow: 0 1px 0 #f5f5f5, 0 2px 3px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.01rem;
  display: -webkit-box;
  /* 旧版弹性盒模型（必需） */
  -webkit-line-clamp: 2;
  /* 限制显示行数 */
  -webkit-box-orient: vertical;
  /* 文本垂直排列 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出显示省略号 */
}
.content .box .box-content .hot {
  margin-top: 1rem;
}
.content .box .box-content .hot .items-title {
  color: #d8127e;
  font-size: 0.5rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-bottom: 2px solid #d8127e;
}
.content .box .box-content .hot .hot-item {
  display: block;
  margin-top: 0.4rem;
  border: 1px solid #ccc;
  height: 144px;
}
.content .box .box-content .hot .hot-item img {
  width: 100%;
  height: 100%;
}
.content .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: fadeIn 0.3s ease;
}
.content .preview-box {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}
.content .preview-img {
  max-width: 100%;
  max-height: 80vh;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.content .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: #ff4757;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
/*# sourceMappingURL=detail.css.map */