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

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

.section-pd-01 .container-fluid {
  width: 80vw;
}

.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 {
  margin: 1.25rem 0;
  color: #A0AEC0;
}

.section-pd-01 .txt-box {
  display: flex;
  flex-direction: column;
}
.section-pd-01 .txt-box strong{
  font-size: 22px;
}
.section-pd-01 .txt-box{
  font-size: 16px;
}

.section-pd-01 .txt-box h2 {
  font-weight: 700;
  /*font-size: 1.375rem;*/
  font-size: 22px;
  margin: 0.5rem 0;
}

.section-pd-01 .txt-box p {
  margin-bottom: 20px;
}

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

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