.javabox6 {
  padding: 0;
  background: linear-gradient(0deg, #FFFFFF, #E3F1FE);
}
.javabox6 .module-title {
  padding: 0.8rem 0 0 0;
}
.javabox6 .module-title .hot {
  color: #1471FE;
}
.javabox6 .seek-btn {
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}
.javabox6 .bot .swiper-wrapper .swiper-slide {
  padding-bottom: 0.4rem;
}
.javabox6 .bot .swiper-wrapper .swiper-slide span {
  position: relative;
  display: inline-block;
  width: 1.27rem;
  height: 0.54rem;
  background: linear-gradient(-22deg, #D0E7FF, #E0EFFF);
  border-radius: 0.08rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.19rem;
  color: #1471FE;
  line-height: 0.54rem;
  text-align: center;
}
.javabox6 .bot .swiper-wrapper .swiper-slide .aitag::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0.1rem;
  transform: translateY(-50%);
  width: 0.62rem;
  height: 0.22rem;
  background: url('../images/m-part8-icon2.png') no-repeat center center;
  background-size: cover;
}
.javabox6 .bot .swiper-wrapper .swiper-slide-thumb-active span {
  position: relative;
  background: linear-gradient(-22deg, #1471FE, #1488FE);
  box-shadow: 0.05rem 0.05rem 0rem 0rem rgba(20, 134, 254, 0.2);
  font-weight: bold;
  color: #32FFDB;
}
.javabox6 .bot .swiper-wrapper .swiper-slide-thumb-active span::after {
  content: '';
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.38rem;
  height: 0.28rem;
  background: url('../images/m-part8-arrow.png') no-repeat center center;
  background-size: cover;
}
.javabox6 .bot .swiper-wrapper .swiper-slide-thumb-active .aitag::before {
  background: url('../images/m-part8-icon1.png') no-repeat center center;
  background-size: cover;
}
.javabox6 .javabox6_con {
  position: relative;
  margin-top: 0.21rem;
  padding: 0 0.4rem;
}
.javabox6 .javabox6_con .gallery-top2 {
  padding: 0.5rem 0;
  width: 6.7rem !important;
  height: 10.5rem;
  background: linear-gradient(180deg, #1E6EFF, #32A6FF);
  border-radius: 0.08rem;
}
.javabox6 .javabox6_con .gallery-top2 .swiper-wrapper {
  width: 6.7rem !important;
}
.javabox6 .javabox6_con .gallery-top2 .swiper-slide {
  margin-right: 0 !important;
}
.javabox6 .javabox6_con .gallery-top2 .swiper-slide .con {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.javabox6 .javabox6_con .gallery-top2 .swiper-slide h3 {
  color: #fff;
  font-weight: bold;
}
.javabox6 .javabox6_con .gallery-top2 .swiper-slide h3 span {
  color: #fff;
}
.javabox6 .javabox6_con .gallery-top2 .swiper-slide h4 {
  margin-bottom: 0;
}
.javabox6 .javabox6_con .gallery-top2 .swiper-slide h4 span {
  background: #39A0FF;
  border-radius: 0.1rem;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 0.24rem;
  color: #4EFFCB;
}
.javabox6 .javabox6_con .gallery-top2 .swiper-slide .desc {
  margin: 0.15rem 0 0 0.45rem;
  width: 5.61rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 0.36rem;
}
.javabox6 .javabox6_con .gallery-top2 .swiper-slide .pic-box {
  margin: 0.36rem 0.52rem 0 0.45rem;
  display: flex;
  justify-content: space-between;
}
.javabox6 .javabox6_con .gallery-top2 .swiper-slide .pic-box img {
  width: 3.85rem;
  height: 2rem;
  border-radius: 0.06rem;
  border: 0.04px solid #E0F3FF;
}
.javabox6 .javabox6_con .gallery-top2 .swiper-slide .pic-box .tag-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.javabox6 .javabox6_con .gallery-top2 .swiper-slide .pic-box .tag-box .tag {
  width: 1.7rem;
  height: 0.46rem;
  background: #5AFFE6;
  border-radius: 0.06rem;
  border: 0px solid #50D4FF;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #1F71FF;
  line-height: 0.46rem;
  text-align: center;
}
.javabox6 .javabox6_con .gallery-top2 .swiper-slide .scroll-content {
  margin: 0.36rem 0.41rem 0 0.48rem;
  padding-right: 0.32rem;
  flex: 1;
  overflow-y: auto;
  /* 滚动条基础样式 */
  /* 滚动条轨道样式 */
  /* 滚动条滑块样式 */
}
.javabox6 .javabox6_con .gallery-top2 .swiper-slide .scroll-content::-webkit-scrollbar {
  width: 0.13rem;
  /* 滚动条宽度 */
}
.javabox6 .javabox6_con .gallery-top2 .swiper-slide .scroll-content::-webkit-scrollbar-track {
  background: #57B9FF;
  /* 轨道背景色 */
}
.javabox6 .javabox6_con .gallery-top2 .swiper-slide .scroll-content::-webkit-scrollbar-thumb {
  width: 0.13rem;
  /* 滑块宽度 */
  background: #B1DEFF;
  /* 使用与容器相同的渐变背景 */
  border: 0.02rem solid rgba(255, 255, 255, 0.2);
  /* 滑块边框，增加层次感 */
}
.javabox6 .javabox6_con .gallery-top2 .swiper-slide .scroll-content .con-box {
  margin-bottom: 0.3rem;
}
.javabox6 .javabox6_con .gallery-top2 .swiper-slide .scroll-content .title {
  width: 2.48rem;
  height: 0.42rem;
  background: #FF6485;
  border-radius: 0.15rem 0.15rem 0.15rem 0rem;
  border: 0.01px solid #FFA0EA;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFF29C;
  line-height: 0.42rem;
  text-align: center;
}
.javabox6 .javabox6_con .gallery-top2 .swiper-slide .scroll-content .p3 {
  margin-top: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.3rem;
}
.javabox6 .javabox6_con .swiper-button-prev {
  left: 0;
  background: url('../images/m-arrow-left.png') no-repeat center center;
  background-size: cover;
  width: 0.35rem;
  height: 0.51rem;
}
.javabox6 .javabox6_con .swiper-button-prev::after {
  content: '';
}
.javabox6 .javabox6_con .swiper-button-next {
  right: 0;
  background: url('../images/m-arrow-right.png') no-repeat center center;
  background-size: cover;
  width: 0.35rem;
  height: 0.51rem;
}
.javabox6 .javabox6_con .swiper-button-next::after {
  content: '';
}
