.main {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

.scroll {
  background: url(/upload/images/2025/5/89295e4b0db39e71.jpg) no-repeat center bottom / cover;
  min-height: 100%;
  width: 100%;
  position: relative;
}

.logo-box {
  width: 242px;
  height: 98px;
  background-color: #fff;
  position: absolute;
  border-radius: 0 0 10px 10px;
  top: 0;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.logo-box img{
  width:70%;
}
.banner-box {
  width: 100%;
  position: relative;
}

.banner {
  width: 100%;
}

.grid {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-top: 64px;
}

.grid .btn {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #9d9d9d;
  font-size: 12px;
  box-shadow: 2px 8px 8px 0px rgb(0 0 0 / 5%);
}

.grid .btn.share {
  left: 100px;
}

.grid .btn:hover {
  cursor: pointer;
  color: #fff;
  background-color: #bb2929;
}

.mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title {
  font-size: 32px;
  color: #00683D;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 25px;
}

.desc {
 
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  line-height: 2;
  padding-bottom: 90px;
}

.swiper-box {
  width: 100%;
  position: relative;
  padding-bottom: 120px;
}

.string {
  position: absolute;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  top: 230px;
}

.swiper-container {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.swiper-containers{
  width: 100%;
  max-width: 100%;
  height:100px;
  overflow: hidden;
  margin: 0px 40px;
  box-sizing: border-box;
}
.swiper-container::before,
.swiper-container::after {
  content: '';
  width: 36px;
  height: 30px;
  position: absolute;
}

.swiper-container::before {
  top: 0;
  left: 0;
  background: url(../images/anniversary/mark_1.png) no-repeat center/cover;
}

.swiper-container::after {
  right: 0;
  bottom: 0;
  background: url(../images/anniversary/mark_2.png) no-repeat center/cover;
}

.swiper-slide .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tabs {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.prev,
.next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #9d9d9d;
  position: absolute;
  top: 268px;
  z-index: 999;
}


.prev {
  background: url(../images/anniversary/arrow_prev.svg) no-repeat center;
}

.next {
  background: url(../images/anniversary/arrow_next.svg) no-repeat center;
  right: 0px;
  bottom: -56px;
}

.tab {
  width: 76px;
  height: 76px;
  border: 2px solid #9d9d9d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9d9d9d;
  line-height: 1em;
  margin: 0 40px;
}
.swiper-slide-thumb-active .tab{
  color: #000;
  border-color: #00683D;
}
.tab.current {
  color: #000;
  border-color: #00683D;
}

.prev:hover,
.next:hover,
.tab:hover {
  cursor: pointer;
  opacity: .6;
}

.bold {
  font-weight: bold;
  text-align: center;
  padding-bottom: 32px;
}

.text {
  text-align: center;
  max-width: 80%;
}

.content-box {
  width: 100%;
  min-height: 300px;
  padding: 0 20px;
  line-height: 1.5;
}

.close {
  cursor: pointer;
}

.post {
  max-height: 80%;
}

.tip {
  color: #fff;
  padding: 16px 0;
}



@media (max-width: 767px) {  body {
 .logo-box{
    width: 27%;
    height: 45px;
    display: none;
 }
.tab{
  margin: 0 14px;
}
.grid .btn{
    width: 50px;
    height: 50px;
    top: 13px;
    left:11px;
}
.grid .btn.share{
      left: 74px;
}
.grid .btn svg{
     width: 17px;
    height: 17px;
}
.desc{
  padding-bottom: 14px;
}
.post{
  width: 80%;
}
.swiper-box{
  padding-bottom: 50px;
}
.content-wrap img{
  max-width:100% !important;
  height: auto !important;
}

}
