@charset "UTF-8";
.common-header {
  width: 100%;
  height: 100%;
  position: relative;
}

/* 模块1样式  start*/
.section-pd-01 {
  min-height: 70vh;
}

.section-pd-01 .title-container-fluid {
  width: 80vw;
  padding: 5rem;
  padding-bottom: 0;
}

.section-pd-01 .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section-pd-01 .section-title h2 {
  font-weight: 700;
  font-size: 30px;
  padding: 0.5rem 0;
}

.section-pd-01 .section-title p {
  font-size: 16px;
  margin: 1.25rem 0;
  color: #A0AEC0;
}

.section-pd-01 .iframe-box {
  padding: 2.5rem 0;
  display: flex;
}

/* 模块1样式  end*/
@media (max-width: 768px) {
  .section-pd-01 {
    padding: 1rem;
  }
  .section-pd-01 .item-heading-btn .left-box .timer-txt {
    margin-right: 1rem;
  }
  .section-pd-01 .title-container-fluid {
    padding: 0;
    padding-top: 2.5rem;
  }
}

@media (max-width: 575px) {
  .section-pd-01 .item-heading-btn .left-box .btn-txt {
    font-size: .75rem;
  }
}


.section-pd-01 .section-title .text-align-center,
.section-pd-01 .section-title .has-text-align-center{
  text-align: left;
}