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

.section-pd-01 .accor-conten table{
	font-size: 12px;
}

.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;*/
  font-size: 16px;
}

.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  .css-1eyj61a > *:nth-child(n+1){
	margin-top: 1.25em;
}
.section-pd-01 .accor-conten  .css-1eyj61a .wp-block-table table{
	width: auto;
}
.section-pd-01 .accor-conten  .css-1eyj61a .wp-block-table table tr:nth-child(1){
	    background-color: #E7E6E6;
}
.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;
}
.section-pd-01 .section-title p:empty{
  display: none;
}
.section-pd-01 .container-fluid .my-accor-box{
    margin-top: 2.5rem;
}
/* 模块1样式  end*/
@media (max-width: 768px) {
  .section-pd-01 .section-title p{
    font-size: 16px;
  }
  .section-pd-01 .section-title h2{
    line-height: 1.5;
  }
  .section-pd-01 {
    /*padding: 1rem;*/
    padding: 2.5rem;
  }
  .section-pd-01 .item-heading-btn .left-box .timer-txt {
    margin-right: 1rem;
  }
  .section-pd-01 .container-fluid{
    width: 100%;
  }
  .section-pd-01 .item-heading-btn .left-box .btn-txt{
    font-size: 12px;
  }
  .section-pd-01 .container-fluid .my-accor-box {
    width: 96vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .accordion-flush .accordion-item{
    padding: .5rem 0;
  }
  .section-pd-01 .item-heading-btn .left-box{
    width: 96%;
  }
}

@media (max-width: 575px) {
  .section-pd-01 .item-heading-btn .left-box .btn-txt {
    /*font-size: .75rem;*/
  }
  .section-pd-01 .accor-conten{
    font-size: 14px;
  }
  .section-pd-01 .container-fluid{
    /*width: 92vw;*/
  }

  html {
    font-size: 12px;
  }
}


.section-pd-01 .accor-conten table td,.section-pd-01 .accor-conten table th{
  border:1px solid #E2E8F0;
  padding: .25em .5em;
}

.section-pd-01 .accor-conten table tr td *,.section-pd-01 .accor-conten table tr th *{
  /*font-weight: normal;*/
}
.section-pd-01 .accor-conten table tr td span,
.section-pd-01 .accor-conten table tr td strong,
.section-pd-01 .accor-conten table tr td b{
  /*font-weight: bold;*/
  font-weight: 500;
}
.section-pd-01 .accor-conten table tr:nth-child(1){
  background-color: #D9D9D9;
}