@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 .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 .accor-conten h2 {
    font-size: 16px;
    padding-top: 2.5rem;
    padding-bottom: 0.75rem;
    font-weight: bold;
}
.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 p {
  padding: 0.75rem 0;
}

.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 .bottom-box {
  width: 80vw;
  display: flex;
  justify-content: space-around;
  padding: 1.25rem 0;
  padding-top: 4rem;
}

.section-pd-01 .bottom-box .svg-box {
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  outline: transparent solid 2px;
  outline-offset: 2px;
  line-height: 1.2;
  border-radius: 0.375rem;
  font-weight: 600;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
  transition-duration: 200ms;
  height: 3rem;
  min-width: 3rem;
  font-size: 1.125rem;
  padding-inline-start: 1.5rem;
  padding-inline-end: 1.5rem;
  padding: 0px;
  background: #4A5568;
  color: #ffffff;
}

.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 {
    padding: 1rem;
  }
  .section-pd-01 .container-fluid {
    width: 100%;
  }
  .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;*/
  }
  .section-pd-01 .accor-conten{
    font-size: 14px;
  }

  html {
    font-size: 12px;
  }
}



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