.two_aa {
  display: flex;
  gap: 0.48rem;
  background-color: white;
  padding: 0.1rem 2.6rem 0 2.6rem;
  box-sizing: border-box;
  height: 6.74rem;
  background-size: 0;
}

.two_aa .wrapper {
  height: 100%;
  flex: 1;
  background-size: 0%;
  padding: 0;
}

.books_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.49rem;
  padding: 0.42rem 0 0 0;
  box-sizing: border-box;
}

.books_list .books_item {
  display: flex;
  cursor: pointer;
}
.books_list .books_item .cover{
  position: relative;
}
.books_item .awardName{
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  width: calc(100% - 0.18rem);
  display: none;
  font-size: 0.15rem;
  padding: 2px 6px;
  box-sizing: border-box;
}
.books_list .books_item:hover .cover .awardName{
  display: inherit;
}

.books_list .books_item:hover .cover img {
  transform: scale(1.1);
}

.books_list .books_item .cover img {
  width: 1.46rem;
  height: 2.09rem;
  margin-right: 0.18rem;
  object-fit: contain;
}

.books_list .books_item .right-arr {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.books_list .books_item .right-arr p {
  display: flex;
  gap: 0.09rem;
  align-items: center;
  margin: 0;
}

.books_list .books_item .right-arr .title {
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  width: 1.4rem;
}

.books_list .books_item:hover .right-arr .title {
  color: #9d080c;
  font-size: 0.16rem;
  font-weight: bold;
}

.books_list .books_item .right-arr p span:first-child {
  display: inline-block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #787878;
}

.books_list .books_item .right-arr p span:last-child {
  display: inline-block;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  width: 1rem;
}

.pagination {
  margin-top: 0.4rem;
}

.newBooks_main {
  margin-top: 0.52rem;
}

.newBooks_main .news-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 0.3rem;
  align-items: center;
  border-bottom: 1px solid #e2e4e6;
  padding-bottom: 0.25rem;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.newBooks_main .news-header .left {
  display: flex;

  flex-direction: column;
}

.newBooks_main .news-header .left .cn-name {
  font-weight: 400;
  font-size: 0.28rem;
  color: #333333;
}

.newBooks_main .news-header .left .cn-name span {
  color: #a0733e;
}

.newBooks_main .news-header .right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.32rem;
  height: 0.38rem;
  background: #9d080c;
  border-radius: 0.19rem;
  font-weight: 400;
  font-size: 0.14rem;
  color: #ffffff;
  text-align: center;
}

.newBooks_main .news-header .right .hx {
  margin-left: 6px;
  display: inline-block;
  width: 0.3rem;
  height: 0.01rem;
  background-color: #fff;
  position: relative;
  right: -4px;
}

.newBooks_main .news-header .right .yuan {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.11rem;
  height: 0.11rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}

.newBooks_main .news-header .right .yuan .yuan_t {
  display: inline-block;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background-color: #fff;
}

.qianyue .wrapper {
  height: 7.46rem !important;
}

.qianyue .handle {
  width: 100%;
  height: 0.43rem;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  /* margin: 0.48rem 0 0.43rem 0; */
}

.qianyue .handle .left:hover {
  border-radius: 50%;
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(122, 123, 124, 0.3);
}

.qianyue .handle .right:hover {
  border-radius: 50%;
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(122, 123, 124, 0.3);
}

.qianyue .handle .swiper-pagination {
  position: static !important;
  margin: 0 0.21rem !important;
}

.section6 .handle {
  width: 100%;
  height: 0.43rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
  /* margin: 0.48rem 0 0.43rem 0; */
  position: relative;
  top: -1.7rem;
  z-index: 3;
}

.section6 .handle .left:hover {
  border-radius: 50%;
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(122, 123, 124, 0.3);
}

.section6 .handle .right:hover {
  border-radius: 50%;
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(122, 123, 124, 0.3);
}

.recommend_banner {
  position: relative;
}

.recommend_banner .handle {
  width: 100%;
  height: 0.43rem;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  margin: 0.48rem 0 0.43rem 0;
}

.recommend_banner .handle {
  position: absolute;
  bottom: 210px;
  z-index: 1001;
  display: flex;
  justify-content: space-between;
  padding: 0 0.42rem;
  box-sizing: border-box;
}

.recommend_banner .handle .left,
.recommend_banner .handle .right {
  cursor: pointer;
  width: 0.36rem;
  height: 0.36rem;
}

.recommend_banner .swiper-pagination-bullet {
  width: 0.12rem !important;
  height: 0.12rem !important;
  background: #ffffff !important;
  opacity: 1 !important;
  border-radius: 50% !important;
}

.recommend_banner .swiper-pagination-bullet-active {
  background-color: #9d080c !important;
}

.newsSwiper1 {
  margin-top: 0.4rem;
}

.newsSwiper1 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  gap: 0.09rem;
}

.newsSwiper1 .swiper-slide .item {
  width: 1.66rem;
  height: 2.25rem;
  position: relative;
  overflow: hidden;
}

.newsSwiper1 .swiper-slide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsSwiper1 .swiper-slide .item span {
  display: none;
}

.newsSwiper1 .swiper-slide .item:hover img {
  transform: scale(1.1);
}

.newsSwiper1 .swiper-slide .item:hover span {
  display: inline-block;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: rgba(157, 8, 12, 0.8);
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  text-align: center;
}

.right_desc {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #999999 !important;
}

.sidebar-title {
  width: 100%;
  cursor: pointer;
}

.book-container {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 0.3rem 0;
  border-radius: 4px;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

/* 书籍封面区域 */
.book-container .book-cover {
  width: 100%;
  min-height: 2.8rem;
  display: flex;
  /* align-items: center; */
  overflow: hidden;
}

.book-container .cover-title img {
  width: 2.5rem;
  height: 3.2rem;
  object-fit: contain;
}

.book-container .right_div {
  margin-left: 0.65rem;
}

/* 书籍信息区域 */
.book-container .book-info {
  flex: 1;
}

.book-container .book-main-title {
  font-size: 0.18rem;
  font-weight: bold;
  margin-bottom: 0.15rem;
  color: #333;
}

.book-container .info-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.2rem;
  font-size: 0.14rem;
}

.book-container .info-table td {
  padding: 0.08rem 0.12rem;
  border: none;
  color: #333333;
}

.book-container .info-table td:first-child {
  width: 1.04rem;
  font-weight: 500;
  color: #787878;
}

/* 标签页区域 */
.book-container .tab-wrapper {
  margin-top: 0.2rem;
}

.book-container .tab-buttons {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
}

.book-container .tab-btn {
  padding: 0.18rem 0.4rem;
  background-color: #f5f7fa;
  cursor: pointer;
  margin-right: 2px;
  font-size: 0.2rem;
  transition: all 0.2s;
}

.book-container .tab-btn.active {
  background-color: #9d080c;
  font-weight: bold;
  color: #fff;
}

.book-container .tab-content {
  padding: 0.48rem 0;
  font-size: 0.16rem;
  line-height: 0.36rem;
  color: #444;
  display: none;
}

.book-container .tab-content.active {
  display: block;
}

.topLab {
  position: relative;
}

.about_cont {
  position: absolute;
  top: 0.86rem;
  /* 距离按钮下方的距离 */
  left: 0;
  transform: translateY(50%);
  min-width: 200px;
  max-height: 500px;
  overflow-y: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  /* 滑入+淡入动画 */
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* 弹窗显示状态 */
.topLab:hover .about_cont {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateY(0);
}

.about_cont a {
  width: 100%;
  margin: 0;
  color: #2b2b2b;
  line-height: 0.6rem;
  
  font-size: 0.16rem;
  box-sizing: border-box;
}

.about_cont p:hover {
  background-color: #f4f4f4;
}

.about_cont a:hover p {
  color: #9d080c;
  font-weight: bold;
}

.about_cont a p {
  padding: 0 8px;

  color: #2b2b2b;
}

.socialBar {
  position: relative;
}

.qrcode-popup {
  position: absolute;
  top: -40px;
  /* 距离按钮下方的距离 */
  left: -100px;
  /* transform: translateX(-50%); */
  width: 150px;
  height: 150px;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  /* 滑入+淡入动画 */
  z-index: 100;
}

/* 弹窗显示状态 */
.socialBar:hover .qrcode-popup {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.footer .xmt_item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.27rem;
  width: 440px;
  margin-top: 30px;
}

.footer .xmt_title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #C52E22;
}

.mast_top_div {
  position: relative;
  z-index: 1;
}

.xmt_icon {
  padding: 6px;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  z-index: 99999;
  position: relative;
  top: 0;
  left: 0;
}

.yuan_yy {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(122, 123, 124, 0.3);
  z-index: 1;
  position: absolute;
  top: 5px;
  right: -5px;
}

.qrcode_popup_top {
  position: absolute;
  top: -164px;
  /* 距离按钮下方的距离 */
  left: -50px;
  /* transform: translateY(50%); */
  width: 150px;
  height: 150px;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  /* 滑入+淡入动画 */
  z-index: 100;
}

/* 底部尖角，用伪元素实现 */
.qrcode_popup_top::after {
  content: "";
  position: absolute;
  /* 定位在底部居中 */
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  /* 三角形实现：透明左右边，白色上边 */
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ffffff;
  /* 尖角同步发光效果 */
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.6));
}

/* 弹窗显示状态 */
.mast_top_div:hover .qrcode_popup_top {
  opacity: 1;
  visibility: visible;
  transform: translateX(0) translateY(0);
}

/* 二维码图片 */
.qrcode-img {
  width: 100%;
  display: block;
}

.outBtn_div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: fixed;
  right: 21px;
  bottom: 19px;
  z-index: 1001;
}

.outBtn_div .item {
  position: relative;
  width: 0.92rem;
  height: 0.92rem;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.outBtn_div .item>img {
  width: 0.4rem;
  height: 0.4rem;
}

.outBtn_div .item:hover img {
  transform: scale(1.2);
}

.outBtn_div .item .img_div {
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: #9d080c;
  border-radius: 50%;
  color: white;
  font-size: 0.12rem;
  font-weight: bold;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.outBtn_div .item:hover .img_div {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.14rem;
}

.outBtn_div .item p {
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  margin: 0;
}

.outBtn_div .last_item {
  background-color: #9d080c;
  display: none;
}

.outBtn_div .last_item p {
  color: white;
}

/* 按钮显示时的状态 */
#backToTopBtn.show {
  display: flex;
  /* 使用flex布局来居中图标 */
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 水平居中 */
}

.animate-element {
  opacity: 0;
  /* 初始透明 */
  transform: translateY(100px);
  /* 初始向下偏移 */
  transition: all 1s ease-out;
  /* 过渡动画，0.8秒完成 */
}

/* 触发动画后的状态 */
.animate-element.animated {
  opacity: 1;
  /* 完全显示 */
  transform: translateY(0);
  /* 回到原位置 */
}

.animate-element-left {
  opacity: 0;
  /* 初始透明 */
  transform: translateX(-100px);
  /* 初始向下偏移 */
  transition: all 1s ease-out;
  /* 过渡动画，0.8秒完成 */
}

/* 触发动画后的状态 */
.animate-element-left.animated {
  opacity: 1;
  /* 完全显示 */
  transform: translateX(0);
  /* 回到原位置 */
}

.animate-element-right {
  opacity: 0;
  /* 初始透明 */
  transform: translateX(100px);
  /* 初始向下偏移 */
  transition: all 1s ease-out;
  /* 过渡动画，0.8秒完成 */
}

/* 触发动画后的状态 */
.animate-element-right.animated {
  opacity: 1;
  /* 完全显示 */
  transform: translateX(0);
  /* 回到原位置 */
}