.section {
  width: 100%;
}
.section-banner {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  color: #fff;
}
.section-banner-wrapper {
  width: 100%;
  height: 100%;
}
.section-banner-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.section-banner-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.section-banner-title {
  margin: 0;
  padding-top: 50px;
  text-align: center;
  font-size: 3rem;
  letter-spacing: 4px;
}
.section-banner-des {
  text-align: center;
  font-size: 1.8rem;
}
.optional {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
.optional-header {
  line-height: 50px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #d6cfe3;
}
.optional-header-item {
  float: left;
  line-height: inherit;
  box-sizing: border-box;
  padding: 0 1.5rem;
  font-size: 1.2rem;
  cursor: pointer;
  border: 1px solid #fff;
  transition: all 0.5s ease;
}
.optional-header-item-active {
  border-bottom-color: transparent;
  color: #f08200;
  background-color: #fff;
}
.optional-content {
  padding: 1rem;
}
.optional-panel {
  padding: 1rem 0;
  display: none;
}
.optional-panel:first-child {
  display: block;
}
.htable {
  overflow: auto;
  width: 100%;
  background-color: #fff;
}
.htable-date {
  padding: 1rem;
  font-size: 1.2rem;
}
.htable-row {
  min-width: 100%;
  display: inline-flex;
  justify-content: space-around;
  line-height: 70px;
  font-size: 1.1rem;
}
.htable-row:nth-child(2n) {
  background-color: #f8f8f8;
}
.htable-header {
  background-color: #d6cfe3 !important;
  font-weight: 600;
}
.htable-cell {
  width: 160px;
  line-height: inherit;
  text-align: center;
}
.htable-cell:first-child {
  width: 60px;
}
@media (min-width: 1201px) {
  .section-middle {
    width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .section-middle {
    width: 100%;
  }
  .section-banner {
    height: 200px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .section-banner-wrapper img {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 768px) {
  .section-banner-wrapper img {
    height: 100%;
    width: auto;
  }
  .section-banner {
    height: 150px;
  }
}
