.meetingSpecialDetail {
  padding-bottom: 29rem;
  background: #f6f6f6;
}

.meetingSpecialDetail .detailCard {
  display: flex;
  padding: 4rem 4rem 3rem;
  background: #fff;
  box-sizing: border-box;
}

.meetingSpecialDetail .coverWrap {
  flex: 0 0 20rem;
  height: 26.667rem;
  margin-right: 3.2rem;
  box-shadow: 0.53rem 0.67rem 1.6rem rgba(0, 0, 0, 0.2);
}

.meetingSpecialDetail .cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.meetingSpecialDetail .mainInfo {
  flex: 1;
  width: 0;
  color: #333;
}

.meetingSpecialDetail .title {
  color: #333;
  font-size: 3.733rem;
  font-weight: 500;
  line-height: 4.8rem;
  max-height: 9.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-word;
}

.meetingSpecialDetail .subTitle {
  display: block;
  margin-top: 1.6rem;
  color: #1ba3ff;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4rem;
  text-decoration: underline;
}

.meetingSpecialDetail .infoRow {
  display: flex;
  margin-top: 2rem;
  color: #333;
  font-size: 3.467rem;
  line-height: 4.6rem;
}

.meetingSpecialDetail .infoRowSubject {
  margin-top: 3rem;
}

.meetingSpecialDetail .label {
  flex: 0 0 18rem;
  font-weight: 500;
  white-space: nowrap;
}

.meetingSpecialDetail .value {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.meetingSpecialDetail .deadline {
  color: #ff7d13;
  font-weight: 500;
}

.meetingSpecialDetail .contentBlock {
  margin-top: 2rem;
  padding: 4rem 5.067rem;
  background: #fff;
}

.meetingSpecialDetail .blockTitle {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 3.733rem;
  font-weight: 500;
  line-height: 5.333rem;
}

.meetingSpecialDetail .blockTitle::before {
  content: '';
  display: inline-block;
  width: 0.933rem;
  height: 4rem;
  margin-right: 2rem;
  background-image: linear-gradient(180deg, #2EA4F0 0%, #1268E4 100%);
}

.meetingSpecialDetail .blockBody {
  margin-top: 3.2rem;
  color: #333;
  font-size: 3.467rem;
  line-height: 5.333rem;
  word-break: break-word;
}

.meetingSpecialDetail .blockBody img {
  max-width: 100%;
  height: auto;
}

.meetingSpecialDetail .emptyText {
  color: #999;
  text-align: center;
}

.meetingSpecialDetail .journalTips {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 18.667rem;
  max-width: 750px;
  padding: 2.53rem 4.4rem;
  margin: 0 auto;
  background: #fffbe8;
  box-sizing: border-box;
}

.meetingSpecialDetail .tipsIcon {
  width: 3.2rem;
  margin-right: 2.67rem;
}

.meetingSpecialDetail .journalTips .spans {
  width: 87%;
}

.meetingSpecialDetail .innerTips {
  color: #ed6a0c;
  animation: meetingSpecialTips 10s linear infinite normal;
}

@keyframes meetingSpecialTips {
  0% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(-36%);
  }
}

.meetingSpecialDetail .footerBar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 750px;
  height: 18.667rem;
  padding: 0 5.333rem 0 0;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 -0.267rem 2.667rem rgba(198, 194, 194, 0.5);
  box-sizing: border-box;
}

.meetingSpecialDetail .footerItem {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.meetingSpecialDetail .footerIcon {
  display: block;
  height: 4.8rem;
}

.meetingSpecialDetail .footerText {
  margin-top: 1.07rem; 
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4rem;
}

.meetingSpecialDetail .footerBtn {
  flex: 0 0 44.667rem;
}

.meetingSpecialDetail .submitBtn {
  display: block;
  width: 44.667rem;
  height: 10.667rem;
  border-radius: 5px;
  background: #0056d2;
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  line-height: 10.667rem;
  text-align: center;
}

.meetingSpecialDetail .submitBtnDisabled {
  background: #999;
  pointer-events: none;
}
