/* common  */

header {
  width: 100%;
  height: 60px !important;
}



nav {
  display: flex;
  width: 100%;
  border-bottom: 1px solid rgba(230, 230, 230, 1);
  align-items: center;
}

.navagation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.navagation li:not(:last-child) {
  margin-right: 24px;
}

/* .navagation li:nth-last-child(2) {
  margin-right: 10px;
} */

.main-width {
  max-width: 1280px;
  margin: 0 auto;
}

.nav-width {
  width: 1280px;
  margin: 0 auto; 
}

.text-back {
  font-size: 14px;
}

.lg\:grid-cols-3 {
  grid-template-columns: repeat(2,minmax(0,1fr));
}

@media only screen and (max-width: 1280px) {
  .main-width {
    width: auto;
    margin: 0 16px;
    padding-bottom: 40px;
  }
  .nav-width {
    margin: 0 20px;
  }

  .back-to-list-wrap {
    display: none;
  }
}

.lh-32 {
  line-height: 32px;
}

/* activity-detail */

.activity-title-wrap {
  padding: 20px 0 20px;
  border-bottom: 1px solid rgba(179, 179, 179, 1);
}

.activity-information-wrap ul li {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.activity-pictrue {
  padding: 20px 0;
  border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.activity-content-wrap {
  margin-top: 16px;
}

.activity-content-wrap ul li {
  /* margin-bottom: 1rem; */
  margin-bottom: 19px;
}

@media only screen and (max-width: 1280px) {
  .mobile-banner {
    display: none;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(1,minmax(0,1fr));
  }


}

.wechat-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #F787CF;
  /* text-decoration: underline; */
  word-break: break-all;
  border-bottom: 1px solid #F787CF;
}

/* .activity-summery {
  font-size: 16px;
  color: #262626;
  line-height: 30px;
}

@media only screen and (max-width: 1280px) {
  .activity-summery {
    line-height: 25px;
  }
} */

.act-time {
  padding-bottom: 6px;
}

.act-del-img-box {
  display: flex;
  justify-content: center;
  width: 100%;
}

.act-del-img {
  width: auto;
  object-fit: contain;
}

.act-summery-text,
.act-content-text {
  font-size: 16px;
  /* font-family: PingFangSC-Medium, PingFang SC; */
  color: #262626;
  line-height: 30px;
  margin-bottom: 19px;
  display: inline-block;
}

.act-summery-text {
  font-style: italic;
  display: contents;
}

@media only screen and (max-width: 1280px) {
  .act-summery-text,
  .act-content-text {
    line-height: 25px;
    margin-bottom: 16px;
  }
}

.pb-8 {
  padding-bottom: 8px;
}

.act-qr-box {
  width: 130px;
  height: 130px;
  background: #FFFFFF;
  object-fit: contain;
  display: block;
}

.act-qr-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.mt-17-cont {
  margin-top: 17px;
}

.wm-editor header {
  height: auto !important;
}

.wm-editor h1 {
  font-size: 28px;
}

@media only screen and (max-width: 1280px) {
  .wm-editor img {
    max-width: 100%;
  }
}

.wm-editor p {
  margin-bottom: 12px !important;
}

