@charset "utf-8";

body {
  overflow-x: hidden;
}

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: 100vh;
}

.banner .slick-slide a .pic {
  height: 100%;
  padding-top: 0;
}

.banner .slick-slide a .pic::before {
  content: none;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-list::before {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.88rem;
  background: linear-gradient(180deg, #00378F 0%, rgba(0, 42, 111, 0) 100%);
  z-index: 1;
}

.banner .slick-list::after {
  /* content: ""; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 14.58%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.banner .pic::after {
  /* content: ""; */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 26%;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  z-index: 1;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale img {
  transform: scale(1);
}

.banner .slick-slide .a {
  top: 0;
  left: 0;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale .a {
  transform: scale(1);
}

.banner .slick-dots {
  bottom: 0.88rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.16rem;
  padding: 0;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

.banner .slick-dots li span {
  font-size: 0;
}

.banner .slick-dots li.slick-active {
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  background: transparent;
  border: 1px dashed #FFFFFF;
}

.banner .slick-dots li.slick-active span {
  font-family: Arial;
  font-size: 0.14rem;
  color: #FFFFFF;
  vertical-align: middle;
}

/* .banner .slick-prev,
.banner .slick-next {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.16rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.4rem;
}

.banner .slick-next {
  right: 0.4rem;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
} */

/*首页样式*/
.title {
  width: 100%;
  margin-bottom: 0.3rem;
  position: relative;
}

.tit-c {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: left;
}

.tit-c::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.64rem;
  height: 0.63rem;
  background: url(../images/tit1.png) no-repeat center center / 100% auto;
  z-index: -1;
}

.tit-c h3 {
  display: flex;
  align-items: flex-start;
}

.tit-c h3 b {
  font-family: hongleixingshujianti;
  font-size: 0.66rem;
  font-weight: normal;
  line-height: 0.48rem;
  letter-spacing: -0.18em;
  color: #A32324;
  margin-right: 0.1rem;
}

.tit-c h3 span {
  font-family: sys-b;
  font-size: 0.36rem;
  font-weight: 600;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #2C2C2C;
}

.tit-c p {
  font-family: Bell MT;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.14rem;
  text-transform: uppercase;
  letter-spacing: normal;
  color: #CA9E79;
  margin-left: 0.06rem;
}

.more {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-family: Bell MT;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.3rem;
  text-transform: uppercase;
  letter-spacing: normal;
  background: url(../images/more1.png) no-repeat left center / 0.33rem auto;
  padding-left: 0.45rem;
  transition: all 0.5s;
}

.more a i {
  display: block;
  width: 0.4rem;
  height: 0.52rem;
  background: url(../images/more1.png) no-repeat center 0.18rem / 0.23rem auto;
}

.more a:hover {
  font-weight: bold;
  color: #C12024;
}

.title.white .tit-c h3 b {
  color: #FFF8C6;
}

.title.white .tit-c h3 span {
  color: #fff;
}

.title.white .tit-c p {
  color: #CA9E79;
}

.title.white .more a {
  color: #fff;
  background-image: url(../images/more2.png);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/
.swiper-container.index {
  width: 100%;
  height: 100vh;
}

.swiper-container.index>.swiper-wrapper>.swiper-slide {
  /* overflow-y: auto;
  overflow-x: hidden; */
  display: flex;
  flex-direction: column;
}

.swiper-container.index .swiper-slide>div.wp {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.index-pagination {
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: auto;
  width: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index-pagination span {
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  opacity: 0.6;
  margin: 0.055rem 0;
  transition: all 0.5s;
}

.index-pagination span.swiper-pagination-bullet-active {
  width: 0.4rem;
  height: 0.29rem;
  background: url(../images/dot1.png) no-repeat center center / 100% 100%;
  opacity: 1;
}

.index-pagination.theme-red span {
  background: #A21A22;
}

.index-pagination.theme-red span.swiper-pagination-bullet-active {
  background: url(../images/dot2.png) no-repeat center center / 100% 100%;
}

.index-pagination.theme-dark {
  top: 40%;
}

/* section1 */
.section1 {
  overflow: hidden;
  background: url(../images/s1-bg.jpg) no-repeat center center / cover;
}

.section1 .title {
  display: flex;
  justify-content: center;
  margin-bottom: 0.6rem;
}

.s1 {
  width: 100%;
}

.s1 .tit-c {
  cursor: pointer;
}

.s1 .tit-c+.tit-c {
  margin-left: 0.3rem;
}

.s1 .tit-c h3 b {
  margin-right: 0;
}

.s1 .tit-c h3 b,
.s1 .tit-c h3 span {
  font-family: sys-b;
  font-size: 0.36rem;
  line-height: 0.36rem;
  letter-spacing: normal;
  font-weight: normal;
  color: #666666;
}

.s1 .tit-c p {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.s1 .tit-c::before {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.s1 .more a {
  display: none;
}

.s1 .more a.on {
  display: block;
}

.s1 .tit-c.on p {
  opacity: 1;
  visibility: visible;
}

.s1 .tit-c.on::before {
  opacity: 1;
  visibility: visible;
}

.s1 .tit-c.on h3 b {
  font-family: hongleixingshujianti;
  font-size: 0.66rem;
  font-weight: normal;
  line-height: 0.48rem;
  letter-spacing: -0.18em;
  color: #A32324;
  margin-right: 0.1rem;
}

.s1 .tit-c.on h3 span {
  color: #2C2C2C;
}

.s1 .qh-bd {
  position: relative;
  overflow: hidden;
}

.s1 .qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
  overflow: hidden;
}

.s1 .qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.k2 ul li a {
  display: block;
  padding: 0.35rem 0.25rem 0.3rem 0.25rem;
  position: relative;
  z-index: 1;
}

.k2 ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #B31818;
  transition: all 0.5s;
  z-index: -1;
}

.k2 ul li a .pic {
  padding-top: 65.13%;
}

.k2 ul li a .date {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 1.48rem;
  height: 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  background: rgba(179, 24, 24, 0.9);
  transition: all 0.5s;
}

.k2 ul li a .date span {
  font-size: 0.16rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #FFFFFF;
  background: url(../images/jdt-sj.png) no-repeat left center / 0.15rem auto;
  padding-left: 0.22rem;
  transition: all 0.5s;
}

.k2 ul li a .tx {
  padding-top: 0.25rem;
}

.k2 ul li a .tx h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  transition: all 0.5s;
}

.k2 ul li a .tx p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  letter-spacing: normal;
  color: #999999;
  margin-top: 0.04rem;
  transition: all 0.5s;
}

.k2 ul li a .tx .b {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed rgba(155, 13, 20, 0.2);
  margin-top: 0.3rem;
  padding-top: 0.1rem;
  transition: all 0.5s;
}

.k2 ul li a .tx .b span {
  display: block;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #9E9E9E;
  transition: all 0.5s;
}

.k2 ul li a .tx .b i {
  display: block;
  width: 0.14rem;
  height: 0.11rem;
  background: url(../images/jdt-r1.png) no-repeat center center / 100% 100%;
  transition: all 0.5s;
}

.k2 .swiper-button {
  position: absolute;
  right: 0;
  bottom: 0.88rem;
  z-index: 1;
}

.k2 .swiper-button>div {
  position: static;
  margin-top: 0;
  width: 0.58rem;
  height: 0.58rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.24rem auto;
}

.k2 .swiper-button-prev {
  background-color: #F39800;
  background-image: url(../images/jdt-prev.png);
}

.k2 .swiper-button-next {
  background-color: #B31818;
  background-image: url(../images/jdt-next.png);
}

.k2 .swiper-pagination {
  width: 100%;
  position: static;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.k2 .swiper-pagination span {
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  border: 1px solid #B31818;
  margin: 0 0.12rem;
  background: none;
  opacity: 1;
  transition: all 0.5s;
}

.k2 .swiper-pagination span.swiper-pagination-bullet-active {
  width: 0.46rem;
  background: #B31818;
  border-radius: 0.08rem;
}


.s1 .k1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.jdt2 {
  width: 8.75rem;
  position: relative;
}

.jdt2 ul li a {
  display: block;
}

.jdt2 ul li a .pic {
  padding-top: 5.51rem;
}

.jdt2 ul li a .tx {
  margin-right: 0.58rem;
  background: #B31818;
  padding: 0.25rem 0.34rem;
}

.jdt2 ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.jdt2 ul li a .tx p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  height: 0.52rem;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-top: 0.14rem;
}

.jdt2 .swiper-button {
  position: absolute;
  right: 0;
  bottom: 0.88rem;
  z-index: 1;
}

.jdt2 .swiper-button>div {
  position: static;
  margin-top: 0;
  width: 0.58rem;
  height: 0.58rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.24rem auto;
}

.jdt2 .swiper-button-prev {
  background-color: #F39800;
  background-image: url(../images/jdt-prev.png);
}

.jdt2 .swiper-button-next {
  background-color: #B31818;
  background-image: url(../images/jdt-next.png);
}

.s1-r {
  width: 7.25rem;
  background-color: #FFFFFF;
  background-image: url(../images/s1-rb.png);
  background-repeat: no-repeat;
  background-position: 80% center;
  background-size: 2.5rem auto;
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.2);
  padding: 0.02rem 0.35rem 0rem 0.27rem;
  overflow: hidden;
}

.s1-r ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0;
  border-top: 1px dashed #D8D8D8;
  position: relative;
  transition: all 0.5s;
}

.s1-r ul li:first-child a {
  border-top: 0;
}

.s1-r ul li a .date {
  border-right: 1px solid #D8D8D8;
  padding-right: 0.2rem;
  margin-right: 0.2rem;
}

.s1-r ul li a .date b {
  display: block;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #B31818;
}

.s1-r ul li a .date span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #666666;
}

.s1-r ul li a .tx {
  flex: 1;
  min-width: 0;
}

.s1-r ul li a .tx h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #212121;
  transition: all 0.5s;
}

.s1-r ul li a .tx p {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.26rem;
  height: 0.52rem;
  letter-spacing: normal;
  color: #999999;
  margin-top: 0.09rem;
  transition: all 0.5s;
}

.s1-r ul li a .gd {
  position: absolute;
  right: -1.27rem;
  top: 0;
  bottom: 0;
  width: 0.92rem;
  background: url(../images/s1-rjt.png) no-repeat center center / auto 100%;
  transition: all 0.5s;
}


/* section2 */
.section2 {
  background: url(../images/s2-bg.png) no-repeat left center / auto 100%;
  position: relative;
}

.section2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  background: url(../images/s2-rbg.png) no-repeat left center / 100% 100%;
  z-index: -1;
}

.s2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.s2-l {
  width: 7.5rem;
}

.s2-l ul li a {
  display: flex;
  align-items: center;
  padding: 0.18rem 0.45rem;
  border-top: 1px dashed rgba(0, 0, 0, 0.16);
  transition: all 0.5s;
  position: relative;
}

.s2-l ul li:first-child a {
  border-top: none;
}

.s2-l ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -0.29rem;
  background: url(../images/s2-lbg.png) no-repeat center center / 100% 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.s2-l ul li a .date {
  margin-right: 0.6rem;
}

.s2-l ul li a .date b {
  display: block;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #B31818;
  transition: all 0.5s;
}

.s2-l ul li a .date span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #666666;
  transition: all 0.5s;
}

.s2-l ul li a .tx {
  flex: 1;
  min-width: 0;
}

.s2-l ul li a .tx h3 {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.26rem;
  height: 0.52rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #353535;
  transition: all 0.5s;
}


.s2-l ul li a .tx p {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0;
  height: 0;
  text-align: justify;
  letter-spacing: normal;
  color: #FFFFFF;
  margin-top: 0.08rem;
  /* display: none; */
  transition: all 0.5s;
  word-break: break-all;
}

.s2-l ul li.on a {
  align-items: flex-start;
  padding: 0.2rem 0.45rem;
}

.s2-l ul li.on a .date b,
.s2-l ul li.on a .date span {
  color: #fff;
}

.s2-l ul li.on a .tx h3 {
  color: #fff;
  font-weight: bold;
}

.s2-l ul li.on a .tx p {
  /* display: block; */
  line-height: 0.24rem;
  height: 0.48rem;
}

.s2-l ul li.on a::before {
  opacity: 1;
  visibility: visible;
}

.s2-r {
  width: 7.95rem;
}

.s2-r .title {
  padding-left: 0.75rem;
}

.s2-r ul li+li {
  margin-top: 0.46rem;
}

.s2-r ul li:nth-child(2) {
  margin-left: 0.45rem;
}

.s2-r ul li:nth-child(3),
.s2-r ul li:nth-child(4) {
  margin-left: 0.75rem;
}

.s2-r ul li:nth-child(5) {
  margin-left: 0.61rem;
}

.s2-r ul li a {
  display: flex;
}

.s2-r ul li a .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 0.9rem;
  height: 0.9rem;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #B31818;
  margin-right: 0.58rem;
  transition: all 0.5s;
}

.s2-r ul li a .date b {
  display: block;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #B31818;
  transition: all 0.5s;
}

.s2-r ul li a .date span {
  display: block;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.24rem;
  letter-spacing: normal;
  color: #666666;
  transition: all 0.5s;
}

.s2-r ul li a .tx {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #FFFFFF;
}

.s2-r ul li a .tx h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  max-height: 0.6rem;
  letter-spacing: normal;
  color: #FFFFFF;
  transition: all 0.5s;
}

/* section3 */
.section3 {
  background: url(../images/s3-bg.png) no-repeat center center / cover;
}

.section3 .title {
  text-align: center;
}

.s3 {
  width: 100%;
  position: relative;
}

.s3 .swiper-container {
  padding-right: 1.55rem;
}

.s3 .swiper-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #A72424;
  z-index: 1;
  transform: translateY(-50%);
}

.s3 .swiper-slide {
  height: 7.4rem;
  overflow: visible;
}

.s3 ul li a {
  width: 3.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: left;
}

/* 奇数在上，偶数在下 */
.s3 ul li:nth-child(odd) a {
  justify-content: flex-end;
  padding-bottom: 4rem;
  /* 50% (3rem) + 0.3rem gap */
}

.s3 ul li:nth-child(even) a {
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-top: 4rem;
  /* 50% (3rem) + 0.3rem gap */
}

.s3 ul li.swiper-slide-prev,
.s3 ul li.swiper-slide-active+li+li+li+li+li+li+li {
  opacity: 0;
}

.s3 .tx {
  display: flex;
  flex-direction: column;
}

.s3 ul li:nth-child(even) .tx {
  flex-direction: column-reverse;
}

.s3 .tx p {
  font-size: 0.14rem;
  color: #666666;
  line-height: 1.6;
}

.s3 .tx h3 {
  font-size: 0.22rem;
  color: #B62B2B;
  font-weight: bold;
}

/* 奇数项外边距 (内容在上方) */
.s3 ul li:nth-child(odd) .picbox {
  margin-bottom: 0.2rem;
}

.s3 ul li:nth-child(odd) .tx p {
  margin-bottom: 0.1rem;
}

.s3 ul li:nth-child(odd) .tx h3 {
  margin-bottom: 0;
}

/* 偶数项外边距 (内容在下方) */
.s3 ul li:nth-child(even) .picbox {
  margin-top: 0.2rem;
}

.s3 ul li:nth-child(even) .tx p {
  margin-top: 0.1rem;
}

.s3 ul li:nth-child(even) .tx h3 {
  margin-top: 0;
}

/* 图片盒子 */
.s3 .picbox {
  width: 2.6rem;
  padding: 0.1rem;
  background: rgba(162, 26, 34, 0.01);
  box-shadow: inset 0px 0px 30px 0px rgba(162, 78, 26, 0.37);
  position: relative;
}

.s3 .picbox .pic {
  padding-top: 66.94%;
}

/* 图片四个角的红色直角装饰 */
.s3 .picbox::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0.12rem;
  height: 0.12rem;
  border-top: 2px solid #B62B2B;
  border-left: 2px solid #B62B2B;
  z-index: 2;
  box-sizing: content-box;
}

.s3 .picbox::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0.12rem;
  height: 0.12rem;
  border-bottom: 2px solid #B62B2B;
  border-right: 2px solid #B62B2B;
  z-index: 2;
  box-sizing: content-box;
}


/* 时间轴上的红点 */
.s3 .tx .d {
  position: absolute;
  top: 50%;
  left: 0.1rem;
  /* 调整圆点在列中的水平位置 */
  width: 0.16rem;
  height: 0.16rem;
  background: #B62B2B;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 2;
  box-shadow: 0 0 0 0.04rem rgba(182, 43, 43, 0.2);
}

.s3 .swiper-button-prev,
.s3 .swiper-button-next {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  border: 1px solid #D1A159;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.18rem auto;
}

.s3 .swiper-button-prev {
  left: -0.56rem;
  background-image: url(../images/s3-prev.png);
}

.s3 .swiper-button-next {
  right: -0.56rem;
  background-image: url(../images/s3-next.png);
}

/* section4 */
.section4 {
  background: url(../images/s4-bg.png) no-repeat center center / cover;
}

.section4 .title {
  text-align: center;
}

.s4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.s4-big {
  width: 5.2rem;
  position: relative;
  z-index: 1;
}

.s4-big ul li a {
  display: block;
}

.s4-big ul li a .pic {
  /* padding-top:142.3%; */
  padding-top: 7.4rem;
}

.s4-r {
  width: 9.92rem;
}

.s4-zi {
  position: relative;
  z-index: 1;
}

.s4-zi ul li a {
  display: block;
}

.s4-zi ul li a h3 {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.36rem;
  letter-spacing: normal;
  color: #FFF8C6;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-left: 0.06rem solid #FFF8C6;
  padding-left: 0.26rem;
}

.s4-zi ul li a h3 span {
  font-size: 0.24rem;
}

.s4-zi ul li a p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.36rem;
  height: 1.08rem;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: normal;
  color: #FFF8C6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
  word-break: break-all;
}

.s4-sml {
  position: relative;
  z-index: 1;
  padding: 0.73rem 0 0.5rem 0.3rem;
  margin-top: 0.7rem;
}

.s4-sml::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1.6rem;
  left: 0;
  bottom: 0;
  background: url(../images/s4-smlbg.png) no-repeat center center / cover;
  z-index: -1;
}

.s4-sml ul li a {
  display: block;
  margin: 0 0.35rem;
}

.s4-sml ul li a .pic {
  /* padding-top: 142.3%; */
  padding-top: 2.56rem;
  border: 5px solid transparent;
}

.s4-sml ul li.slick-current a .pic {
  border-color: #a32324;
}

.s4-sml ul li a h3 {
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  text-align: center;
  letter-spacing: normal;
  margin-top: 0.17rem;
}

/* 
.s4-sml .slick-prev,
.s4-sml .slick-next {
  top: 1.04rem;
  transform: none;
  width: 0.46rem;
  height: 0.46rem;
  border: 1px solid #0067C2;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.2rem auto;
  transition: all 0.5s;
}

.s4-sml .slick-prev {
  left: -1.86rem;
  
}

.s4-sml .slick-prev:hover {
  background-color: #0067C2;
  
}

.s4-sml .slick-next {
  left: -0.96rem;
  right: auto;
  
}

.s4-sml .slick-next:hover {
  background-color: #0067C2;
 
} */

/* section5 */
.section5 {
  background: url(../images/s5-bg.png) no-repeat center center / cover;
}

.section5 .title {
  text-align: center;
}

.s5 {
  width: 100%;
}

.s5 .swiper-slide {
  width: 48.18%;
}

.s5 ul li a {
  display: block;
  position: relative;
}

.s5 ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/bf.png) no-repeat center center / 100% 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.s5 ul li.swiper-slide-active a::after {
  opacity: 1;
  visibility: visible;
}

.s5 ul li a .pic {
  padding-top: 60.63%;
}

.s5 ul li a .tx {
  position: absolute;
  left: 0;
  right: 16%;
  bottom: 0;
  height: 0.8rem;
  line-height: 0.8rem;
  background: url(../images/s5-xbg.png) no-repeat right center / 100% 100%;
  padding: 0 0.5rem 0 0.3rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.s5 ul li a .tx h3 {
  font-size: 0.22rem;
  font-weight: normal;
  letter-spacing: normal;
  color: #FFFFFF;
}

.s5 ul li.swiper-slide-active a .tx {
  opacity: 1;
  visibility: visible;
}

.s5 .swiper-button {
  width: 15.23rem;
  height: 1.2rem;
  background: url(../images/s5-button.png) no-repeat center center / 100% 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.s5 .swiper-button .k {
  width: 0.56rem;
  height: 0.56rem;
  background: #B31818;
  border-radius: 50%;
  margin-bottom: -0.28rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.s5 .swiper-button .k>div {
  position: static;
  margin-top: 0;
  width: 0.28rem;
  height: 0.56rem;
  background-position: center center;
  background-size: 0.06rem auto;
  background-repeat: no-repeat;
}

.s5 .swiper-button-prev {
  background-image: url(../images/s5-prev.png);
}

.s5 .swiper-button-next {
  background-image: url(../images/s5-next.png);
}

.s5 .swiper-slide {
  clip-path: polygon(0 100%, 0 0, 100% 8%, 100% 92%);
}

.s5 .swiper-slide-active {
  clip-path: none;
}

.s5 .swiper-slide-active+.swiper-slide,
.s5 .swiper-slide-active+.swiper-slide+.swiper-slide {
  clip-path: polygon(0 92%, 0% 8%, 100% 0%, 100% 100%);
}

/* section6 */
.section6 {
  background: url(../images/s6-bg.jpg) no-repeat center center / cover;
}

.section6 .title {
  text-align: center;
}

.section6 div.wp {
  padding-top: 6.22%;
  padding-bottom: 3.63%;
  height: calc(100% - 0.8rem) !important;
}

.s6 {
  position: relative;
  width: 100%;
  height: calc(100vh - 2.5rem);
  min-height: 6rem;
}

/* 祝福语飘动气泡 */
.s6-wishes {
  position: relative;
  width: 100%;
  height: 100%;
}

.s6-wishes .wish-item {
  position: absolute;
  background: rgba(182, 43, 43, 0.4);
  background: linear-gradient(180deg, #d3443b 0%, #b32120 100%);
  border: 1px solid #ffd8a7;
  border-radius: 0.3rem;
  padding: 0.04rem 0.1rem;
  width: 27.25%;
  color: #F6E0E0;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.26rem;
  display: flex;
  align-items: center;
  /* opacity: 0.6; */
  cursor: default;
  transition: all 0.4s ease;
  animation: float-up-down 4s ease-in-out infinite alternate;
}

.s6-wishes .wish-item:hover {
  opacity: 1;
  background: rgba(182, 43, 43, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  z-index: 10;
  transform: scale(1.05);
}

.s6-wishes .wish-item p {
  display: flex;
  align-items: center;
}

.s6-wishes .wish-item p span {
  display: inline-block;
  width: 0.53rem;
  height: 0.53rem;
  background: url(../images/star.png) no-repeat center center / 100% 100%;
  margin-right: 0.1rem;
  flex-shrink: 0;
}

/* 气泡随机位置与动画延迟配置 */
.s6-wishes .wish1 {
  top: 5%;
  left: 5%;
  opacity: 0.6;
  animation-delay: 0s;
}

.s6-wishes .wish2 {
  top: 18%;
  left: 15%;
  animation-delay: 0.5s;
}

.s6-wishes .wish3 {
  top: 30%;
  left: 5%;
  opacity: 0.6;
  animation-delay: 1.2s;
}

.s6-wishes .wish4 {
  top: 48%;
  left: 18%;
  opacity: 0.8;
  animation-delay: 0.8s;
}

.s6-wishes .wish5 {
  top: 60%;
  left: 3%;
  opacity: 0.6;
  animation-delay: 1.5s;
}

.s6-wishes .wish6 {
  top: 80%;
  left: 12%;
  animation-delay: 0.3s;
}

.s6-wishes .wish7 {
  top: 6%;
  left: 35%;
  animation-delay: 1.1s;
}

.s6-wishes .wish8 {
  top: 36%;
  left: 38%;
  animation-delay: 0.6s;
}

.s6-wishes .wish9 {
  top: 65%;
  left: 35%;
  opacity: 0.6;
  animation-delay: 1.4s;
}

.s6-wishes .wish10 {
  top: 3%;
  left: 65%;
  animation-delay: 0.2s;
}

.s6-wishes .wish11 {
  top: 20%;
  left: 60%;
  opacity: 0.6;
  animation-delay: 0.9s;
}

.s6-wishes .wish12 {
  top: 32%;
  left: 68%;
  opacity: 0.9;
  animation-delay: 1.7s;
}

.s6-wishes .wish13 {
  top: 48%;
  left: 58%;
  opacity: 0.6;
  animation-delay: 0.4s;
}

.s6-wishes .wish14 {
  top: 62%;
  left: 65%;
  animation-delay: 1.3s;
}

.s6-wishes .wish15 {
  top: 80%;
  left: 60%;
  opacity: 0.6;
  animation-delay: 0.7s;
}

@keyframes float-up-down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-0.15rem);
  }
}

.s6-wishes .wish-item:hover {
  animation-play-state: paused;
}

/* 送祝福按钮 */
.send-wish-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s;
}

.send-wish-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.send-wish-btn:hover {
  transform: translateX(-50%) scale(1.05);
}

/* 祝福表单弹窗 */
.s6-form-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s6-form-popup .form-box {
  width: 8.8rem;
  max-width: 94%;
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.66rem 0.5rem;
  position: relative;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.3);
}

.s6-form-popup .close-btn {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s;
}

.s6-form-popup .close-btn img {
  display: block;
  width: 50%;
  height: 50%;
  opacity: 0.85;
}

.s6-form-popup .close-btn:hover {
  transform: rotate(90deg);
}

.s6-form-popup .close-btn:hover img {
  opacity: 1;
}

.s6-form-popup h2 {
  text-align: center;
  font-size: 0.3rem;
  color: #333;
  margin-bottom: 0.27rem;
  font-weight: bold;
}

.form-item {
  display: flex;
  margin-bottom: 0.27rem;
  align-items: flex-start;
}

.form-item label {
  width: 1.2rem;
  font-size: 0.18rem;
  color: #333;
  line-height: 0.42rem;
}

.form-item .input-box {
  flex: 1;
  min-width: 0;
}

.form-item input {
  width: 100%;
  height: 0.42rem;
  border: 1px solid #D1D1D1;
  border-radius: 0.04rem;
  padding: 0 0.15rem;
  font-size: 0.14rem;
  font-weight: normal;
  color: #333;
  transition: all 0.3s;
}

.form-item input:focus,
.form-item textarea:focus {
  border-color: #B62B2B;
}

.form-item.yzm-item .input-box {
  flex: none;
  width: 2.2rem;
  margin-right: 0.2rem;
}

.form-item .yzm-pic {
  width: 1.29rem;
  height: 0.42rem;
  cursor: pointer;
}

.form-item .yzm-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.textarea-box {
  border: 1px solid #D1D1D1;
  border-radius: 0.04rem;
  padding: 0.15rem;
  transition: all 0.3s;
}

.textarea-box textarea {
  width: 100%;
  height: 0.3rem;
  border: none;
  resize: none;
  font-size: 0.14rem;
  font-weight: normal;
  color: #333;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
}

.recommend-wishes {
  height: 1.4rem;
  overflow-y: auto;
}

.recommend-wishes::-webkit-scrollbar {
  width: 4px;
}

.recommend-wishes::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.08);
}

.recommend-wishes::-webkit-scrollbar-thumb {
  background: #B41818;
  border-radius: 2px;
}

.recommend-wishes ul li {
  font-size: 0.14rem;
  color: #666;
  line-height: 1.8;
  padding: 0.05rem 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.recommend-wishes ul li:hover,
.recommend-wishes ul li.active {
  color: #B62B2B;
}

.recommend-wishes ul li span {
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
  background: #C1C1C1;
  border-radius: 50%;
  margin-right: 0.1rem;
}

.recommend-wishes ul li:hover span,
.recommend-wishes ul li.active span {
  background: #9E0710;
  box-shadow: 0 0 0.04rem rgba(158, 7, 16, 0.4);
}

.form-submit {
  text-align: center;
  margin-top: 0.24rem;
}

.form-submit button {
  width: 1.7rem;
  height: 0.42rem;
  background: #B41818;
  border: none;
  border-radius: 0.26rem;
  color: #fff;
  font-size: 0.18rem;
  font-weight: normal;
  cursor: pointer;
  transition: all 0.3s;
}

.form-submit button:hover {
  background: #9A2323;
  transform: scale(1.05);
}

@media screen and (min-width: 1025px) {
  .s1-r ul li:hover a .gd {
    right: -0.35rem;
  }

  .s1-r ul li:hover a {
    padding-right: 0.65rem;
  }

  .s1-r ul li:hover a .tx h3 {
    font-weight: bold;
    color: #B31818;
  }

  .s1-r ul li:hover a .tx p {
    color: #666666;
  }

  .k2 ul li:hover a::before {
    height: 100%;
  }

  .k2 ul li:hover a .date {
    background: #F39800;
  }

  .k2 ul li:hover a .tx h3 {
    font-weight: bold;
    color: #fff;
  }

  .k2 ul li:hover a .tx p {
    color: #FFFFFF;
    opacity: 0.8;
  }

  .k2 ul li:hover a .tx .b {
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
  }

  .k2 ul li:hover a .tx .b span {
    color: #ffffff;
  }

  .k2 ul li:hover a .tx .b i {
    background-image: url(../images/jdt-r2.png);
  }

  .s2-r ul li:hover a .date {
    background: #F39800;
    border: 1px solid #9F1717;
  }

  .s2-r ul li:hover a .date b {
    color: #fff;
  }

  .s2-r ul li:hover a .date span {
    color: #fff;
  }
}

@media screen and (min-width: 1921px) {
  .section2::before {
    left: 47.5vw;
  }
}

@media screen and (max-width: 1024px) {

  /* 移动端取消全屏滚动，改为正常上下排布 */
  .swiper-container.index>.swiper-wrapper {
    transform: none !important;
    /* 彻底干掉父级的 transform，释放 fixed 定位 */
  }

  .swiper-container.index {
    height: auto;
  }

  .swiper-container.index>.swiper-wrapper {
    display: block;
  }

  .swiper-container.index>.swiper-wrapper>.swiper-slide {
    height: auto !important;
    overflow: visible;
    display: block;
  }

  .swiper-container.index>.swiper-slide>a {
    flex: none;
    height: auto;
    display: block;
  }

  .index-pagination {
    display: none !important;
  }

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .banner .slick-slide a .pic {
    padding-top: 50%;
  }

  .banner .slick-dots {
    bottom: 0.2rem;
  }

  .banner .slick-dots li {
    margin: 0 0.1rem;
  }

  .banner .slick-dots li.slick-active {
    width: 0.34rem;
    height: 0.34rem;
    line-height: 0.34rem;
  }

  .title {
    margin-bottom: 0.2rem;
  }

  .tit-c::before {
    width: 1rem;
    height: 0.38rem;
  }

  .tit-c h3 b {
    font-size: 0.36rem;
    line-height: 0.28rem;
    margin-right: 0.05rem;
  }

  .tit-c h3 span {
    font-size: 0.22rem;
    line-height: 0.22rem;
  }

  .more a {
    background-size: 0.2rem auto;
    padding-left: 0.26rem;
  }

  .section1 {
    padding: 0.3rem 0;
  }

  .k2 ul li a {
    padding: 0;
  }

  .k2 ul li a .date {
    width: 1.3rem;
    height: 0.36rem;
    line-height: 0.36rem;
  }

  .k2 ul li a .tx {
    padding-top: 0.15rem;
  }

  .k2 ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .k2 ul li a .tx p {
    margin-top: 0.1rem;
  }

  .k2 ul li a .tx .b {
    margin-top: 0.2rem;
  }

  .section1 .title {
    margin-bottom: 0.2rem;
  }

  .s1 .tit-c h3 b,
  .s1 .tit-c h3 span {
    font-size: 0.22rem;
    line-height: 0.22rem;
  }

  .s1 .tit-c.on h3 b {
    font-size: 0.36rem;
    line-height: 0.28rem;
    margin-right: 0.05rem;
  }

  .s1 .tit-c+.tit-c {
    margin-left: 0;
  }

  .k2 .swiper-button {
    display: none;
  }

  .k2 .swiper-pagination {
    margin-top: 0.2rem;
  }

  .k2 .swiper-pagination span {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.1rem;
  }

  .k2 .swiper-pagination span.swiper-pagination-bullet-active {
    width: 0.36rem;
    height: 0.1rem;
  }

  .jdt2 {
    width: 100%;
  }

  .jdt2 ul li a .pic {
    padding-top: 62.97%;
  }

  .jdt2 .swiper-button>div {
    width: 0.35rem;
    height: 0.35rem;
    background-size: 0.2rem auto;
  }

  .jdt2 ul li a .tx {
    margin-right: 0;
    padding: 0.15rem;
  }

  .jdt2 ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .jdt2 ul li a .tx p {
    margin-top: 0.1rem;
  }

  .jdt2 .swiper-button {
    display: none;
  }

  .s1-r {
    width: 100%;
    padding: 0.05rem 0.2rem;
  }

  .s1-r ul li a {
    padding: 0.15rem 0;
  }

  .s1-r ul li a .tx p {
    margin-top: 0.1rem;
    font-size: 0.16rem;
  }

  .section2 {
    padding: 0.3rem 0 0 0;
  }

  .section2::before {
    display: none;
  }

  .s2-l {
    width: 100%;
  }

  .s2-l ul li a .date {
    margin-right: 0.3rem;
  }

  .s2-l ul li a,
  .s2-l ul li.on a {
    padding: 0.2rem;
  }

  .s2-l ul li a::before {
    background: #B31818;
    bottom: 0;
    border-radius: 0.05rem;
  }

  .s2-r {
    width: 100%;
    padding: 0.3rem 0;
    position: relative;
  }

  .s2-r .title {
    padding-left: 0;
  }

  .s2-r::before {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    top: 0;
    bottom: 0;
    height: auto;
    transform: none;
    background: #B31818;
    z-index: -1;
  }

  .s2-r ul li {
    margin-left: 0 !important;
  }

  .s2-r ul li+li {
    margin-top: 0.2rem;
  }

  .s2-r ul li a .date {
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.25rem;
  }

  .s2-r ul li a .tx h3 {
    font-size: 0.18rem;
  }

  .section3 {
    padding: 0.3rem 0;
  }

  .s3 ul li a {
    width: auto;
    height: auto;
    display: flex !important;
    flex-direction: column !important;
  }

  .s3 .swiper-container {
    padding-right: 0;
  }

  .s3 .swiper-button-prev,
  .s3 .swiper-button-next {
    display: none;
  }

  .s3 .swiper-container::before {
    display: none;
  }

  .s3 ul li:nth-child(even) a {
    padding-top: 0;
  }

  .s3 ul li:nth-child(odd) a {
    padding-bottom: 0;
    justify-content: flex-start;
  }

  .s3 .swiper-slide {
    height: auto;
  }

  .s3 .picbox {
    width: 100%;
    order: 2;
    margin-top: 0 !important;
  }

  .s3 .tx {
    order: 1;
  }

  .s3 .tx .d {
    display: none;
  }

  .s3 .tx h3 {
    order: 2;
    font-size: 0.18rem;
  }

  .s3 .tx p {
    order: 3;
    font-size: 0.16rem;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem !important;
    line-height: 0.26rem;
    height: 1.04rem;
  }

  .s3 ul li:nth-child(even) .tx p {
    margin-bottom: 0.2rem;
  }

  .s3 ul li:nth-child(even) .tx {
    flex-direction: column;
  }

  .section4 {
    padding: 0.3rem 0;
  }

  .s4-big {
    width: 3rem;
    margin: 0 auto;
  }

  .s4-big ul li a .pic {
    padding-top: 142.3%;
  }

  .s4-r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .s4-zi ul li a h3 {
    font-size: 0.22rem;
    line-height: 0.22rem;
    padding-left: 0.2rem;
    border-left: 0.04rem solid #FFF8C6;
  }

  .s4-zi ul li a p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    height: 0.9rem;
  }

  .s4-sml {
    padding: 0.2rem;
    margin-top: 0.3rem;
    display: none;
  }

  .s4-sml::after {
    right: 0;
  }

  .s4-sml ul li a h3 {
    margin-top: 0.1rem;
    font-size: 0.18rem;
  }

  .s4-sml ul li a {
    margin: 0 0.2rem;
  }

  .s4-sml ul li a .pic {
    padding-top: 142.3%;
  }

  .section5 {
    padding: 0.3rem 0 0.5rem 0;
  }

  .s5 .swiper-container {
    width: 100%;
  }

  .s5 .swiper-button {
    width: 100%;
    height: 0.8rem;
    background-size: auto 100%;
  }

  .s5 ul li a::after {
    width: 0.5rem;
    height: 0.5rem;
  }

  .s5 ul li a .tx {
    height: 0.5rem;
    line-height: 0.5rem;
    right: 5%;
    padding: 0 0.3rem 0 0.15rem;
  }

  .s5 ul li a .tx h3 {
    font-size: 0.16rem;
  }

  .section6 div.wp {
    height: auto !important;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .s6 {
    height: auto;
    min-height: auto;
    margin-top: 0.05rem;
  }

  .s6-wishes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .s6-wishes .wish-item {
    position: static;
    width: 48%;
  }

  .s6-wishes .wish-item:nth-child(2)~.wish-item {
    margin-top: 0.2rem;
  }

  .s6-wishes .wish-item:nth-child(10)~.wish-item {
    display: none;
  }

  .send-wish-btn {
    position: static;
    width: 100%;
    transform: none;
    height: 0.8rem;
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .title {
    text-align: left !important;
  }

  .section1 .title {
    justify-content: flex-start;
  }

  .s1-r ul li a .date {
    padding-right: 0.1rem;
    margin-right: 0.15rem;
  }

  .s3 .tx p {
    height: auto;
  }

  .s6-wishes .wish-item {
    width: 100%;
  }

  .s6-wishes .wish-item:nth-child(1)~.wish-item {
    margin-top: 0.15rem;
  }

  .s6-wishes .wish-item:nth-child(5)~.wish-item {
    display: none;
  }

  .s5 .swiper-button {
    height: 0.5rem;
  }

  .s5 ul li a::after {
    top: 37%;
    width: 0.4rem;
    height: 0.4rem;
  }

  .s5 ul li a .tx {
    height: 0.4rem;
    line-height: 0.4rem;
    padding: 0 0.2rem 0 0.1rem;
  }

  .s6-form-popup .form-box {
    padding: 0.4rem 0.2rem;
  }

  .s6-form-popup .close-btn {
    top: 0.1rem;
    right: 0.1rem;
  }

  .s6-form-popup h2 {
    font-size: 0.24rem;
    margin-bottom: 0.2rem;
  }

  .form-item {
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
  }

  .form-item label {
    width: 100%;
  }

  .form-item .input-box {
    flex: none;
    width: 100%;
  }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}