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

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

.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 .section-title p:empty{
  display: none;
}
.section-pd-01 .item-heading-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.5rem;
  padding: 0.5rem 1rem;
}

.section-pd-01 .item-heading-btn .left-box {
  display: flex;
  width: 90%;
  align-items: center;
}

.section-pd-01 .item-heading-btn .left-box .timer-txt {
  margin-right: 5rem;
  padding: 0.25rem 0.5rem;
  height: 2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  background: #718096;
  color: #ffffff;
}

.section-pd-01 .item-heading-btn .left-box .btn-txt {
  font-weight: 600;
  font-size: 1rem;
}

.section-pd-01 .item-heading-btn .rigth-show-ico {
  display: flex;
  font-weight: 700;
  transition: all 0.3s;
}

.section-pd-01 .btn-right-box .rigth-show-ico {
  transform: rotate(0deg);
}

.section-pd-01 .collapsed .btn-right-box .rigth-show-ico {
  transform: rotate(180deg);
}

.section-pd-01 .my-heading {
  /* border-bottom: 1px solid #E2E8F0; */
  cursor: pointer;
}

.section-pd-01 .my-heading:hover {
  background: rgba(0, 0, 0, 0.04);
}

.section-pd-01 .accor-conten {
  overflow: auto;
  font-size: 16px;
}

.section-pd-01 .accor-conten a{
  color: inherit;
  text-decoration: none;
}

.section-pd-01 .accor-conten p{
  padding: .75em 0;
}

.section-pd-01 .accor-conten h6 {
  text-align: center;
}

.section-pd-01 .accordion-item:first-child .my-heading {
  border-top: 1px solid #E2E8F0;
}

.section-pd-01 .accordion-item:last-child .my-heading {
  border-bottom: 1px solid #E2E8F0;
}

.section-pd-01 .css-868vec {
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

.section-pd-01 .css-868vec a {
  text-decoration: inherit;
}

.section-pd-01 .css-st5uxc {
  padding: 0.75rem 0;
  text-align: left;
  color: #1A202C;
}

/* 模块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 .container-fluid {
    width: 100%;
  }

  .section-pd-01 .accor-conten p,.section-pd-01 .accor-conten ,
  .section-pd-01 .item-heading-btn .left-box .btn-txt{
    font-size: 12px;
  }
  .section-pd-01 .section-title p,.section-pd-01 .section-title {
    font-size: 16px;
  }

  .section-pd-01{
    padding-top: 2.5rem;
  }
  .my-accor-box{
    padding-left: 0;
    padding-right: 0;
    margin-top: 1.5rem;
    padding-bottom: 2.5rem;
  }

}

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


html[lang="ar"]  .section-pd-01 .accor-conten{
  text-align: right;
}