@charset "UTF-8";
.section-pd-01 .module-box1 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.section-pd-01 .module-box1 .select-box {
  width: 30vw;
  display: flex;
  align-items: center;
  margin: 2.5rem 0;
}

.section-pd-01 .module-box1 .select-box span {
  display: flex;
  width: 50px;
  font-weight: 600;
  padding-right: 0.5rem;
  white-space: nowrap;
}

.section-pd-01 .module-box1 .my-select {
  width: 100%;
  height: 2.5rem;
  font-size: 1rem;
  padding: 0 1rem;
  border-radius: 0.375rem;
  border: 1px solid #ced4da;
  outline: transparent solid 2px;
  outline-offset: 2px;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  appearance: none;
  background: url(../img/select-r-bj.svg);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  line-height: 20px;
}

.section-pd-01 .module-box1 .item-ipt:focus-visible {
  z-index: 1;
  border-color: #3182ce;
  box-shadow: #3182ce 0px 0px 0px 1px;
}

.section-pd-01 .hit-txt {
  display: flex;
  margin: 0.75rem;
  padding: 0.75rem;
  background: tomato;
  color: #FFFFFF;
  width: 92vw;
}

.section-pd-01 .tabel-box {
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 5rem;
  width: 90vw;
}

.section-pd-01 .tabel-txt-name {
  display: flex;
  width: 100%;
  justify-content: center;
}

.section-pd-01 .tabel-txt-name h2 {
  color: inherit;
  min-height: auto;
  font-weight: 700;
  font-size: 30px;
  margin: 0.5rem 0;
}

.section-pd-01 .tabel-box thead th:not(:nth-of-type(2)), .section-pd-01 .tabel-box tfoot th:not(:nth-of-type(2)) {
  width: 11%;
  padding: 3px;
}

.section-pd-01 .tabel-box thead th, .section-pd-01 .tabel-box tfoot th {
  color: white;
  background-color: #c53030;
}

.section-pd-01 .tabel-box td, .section-pd-01 .tabel-box th {
  border: 1px solid white;
}

.section-pd-01 .tabel-box tbody td {
  padding: 3px;
}

.section-pd-01 .tabel-box tbody tr:nth-of-type(2n+1) {
  background: #edf2f7;
}

.section-pd-01 .mobile-tabel-box {
  width: 90vw;
  display: none;
}

.section-pd-01 .mobile-tabel-box .item-module-box {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  border: 1px solid #E2E8F0;
  margin: 2.5rem 0;
  overflow: hidden;
}

.section-pd-01 .mobile-tabel-box .item-module-box .txt-box:nth-child(odd) {
  background: #FFFFFF;
}

.section-pd-01 .mobile-tabel-box .item-module-box .txt-box:nth-child(even) {
  background: #EDF2F7;
}

.section-pd-01 .mobile-tabel-box .item-module-box .txt-box {
  display: flex;
  padding: 0.5rem;
}

.section-pd-01 .mobile-tabel-box .item-module-box .txt-box div {
  width: 50%;
}

.section-pd-01 .mobile-tabel-box .item-module-box .txt-box div:nth-child(1) {
  text-align: left;
  font-weight: 600;
}

.section-pd-01 .mobile-tabel-box .item-module-box .txt-box div:nth-child(2) {
  text-align: center;
}
.section-pd-01 .module-box1{
  min-height: 70vh;
}
.section-pd-01 .tabel-txt-name{
  margin-bottom: .5rem;
}

/* banner区样式 end */
@media (max-width: 830px) {
  .section-pd-01 .pc-tabel-box {
    display: none;
  }
  .section-pd-01 .mobile-tabel-box {
    display: block;
  }
  .section-pd-01 .module-box1 .select-box {
    width: 80vw;
  }
}
table.pc-tabel-box{
  width: 100%;
}


html[lang="ar"]  .section-pd-01 .hit-txt{
    justify-content: center;
}