.h_main {
  padding: 20px 0 56px;
  background: linear-gradient(180deg, rgba(255, 216, 188, 0.5) 0%, rgba(255, 216, 188, 0) calc(100% - 78px));
}
.h_swiper .swiper .swiper-slide a {
  display: block;
}
.h_swiper .swiper .swiper-slide a img {
  width: 100%;
}
.h_swiper .swiper .swiper-pagination {
  bottom: 0;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  --swiper-theme-color: #fff;
}
.h_swiper .mySwiper2 {
  margin-top: 32px;
}
.h_swiper .mySwiper2 .swiper-wrapper {
  transition-timing-function: linear;
}
.h_swiper .mySwiper2 .swiper-slide {
  width: 224px;
}
.h_swiper .mySwiper2 .swiper-slide a,
.h_swiper .mySwiper2 .swiper-slide div {
  aspect-ratio: 224/140;
}
.h_swiper .mySwiper2 .swiper-slide a img,
.h_swiper .mySwiper2 .swiper-slide div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h_detailBox {
  padding: 50px;
  background-color: #fff;
}
.h_detailBox .h_title {
  font-family: "MiSans-Demibold";
  font-size: 32px;
  color: #222222;
  text-align: center;
}
.h_detailBox > .h_date {
  text-align: center;
  font-size: 14px;
  color: #B2B0B3;
  margin-top: 8px;
}
.h_detailBox .h_hr {
  margin: 20px 0;
  height: 1px;
  background-color: #D8D8D8;
}
.h_detailBox .h_content {
  line-height: 1.8;
  font-size: 16px;
  color: #666666;
}
.h_detailBox .h_fBox a {
  font-family: Regular;
  font-size: 15px;
  color: #555555;
  margin: 10px 0;
}
.h_detailBox .h_fBox a:hover {
  color: var(--active-color);
}
.h_detailBox .h_imgs {
  margin-top: 20px;
}
.h_detailBox .h_imgs .h_img {
  overflow: hidden;
  aspect-ratio: 10/7;
}
.h_detailBox .h_imgs .h_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.h_detailBox .h_imgs .h_img:hover img {
  transform: scale(1.05);
}
.h_detailBox .h_index_list {
  margin-top: 50px;
}
.h_form .h_title {
  text-align: center;
  font-family: "MiSans-Demibold";
  font-size: 28px;
  color: #333333;
}
.h_form form .h_input {
  padding: 0 24px;
  margin-bottom: 22px;
  width: calc(50% - 13px);
  background: #FFFFFF;
  transition: 0.3s border;
  border: 1px solid #f0f0f0;
}
.h_form form .h_input img {
  width: 20px;
}
.h_form form .h_input input {
  height: 54px;
  width: calc(100% - 30px);
  font-size: 16px;
  font-family: "MiSans-Regular";
}
.h_form form .h_input:hover {
  border: 1px solid var(--active-color);
}
.h_form form .h_input:hover input,
.h_form form .h_input:hover textarea {
  color: var(--active-color);
}
.h_form form .h_input:hover input::placeholder,
.h_form form .h_input:hover textarea::placeholder {
  color: var(--active-color);
}
.h_form form .h_input textarea {
  width: calc(100% - 30px);
  height: 340px;
  font-size: 16px;
  font-family: "MiSans-Regular";
}
.h_form form .h_textarea {
  width: 100%;
  padding: 18px 24px;
}
.h_form form .h_btns {
  width: 100%;
}
.h_form form .h_btns button {
  width: 140px;
  height: 48px;
  background: #FFBA00;
  font-size: 16px;
  color: #FFFFFF;
  transition: opacity 0.3s;
  opacity: 0.7;
}
.h_form form .h_btns button.h_btn2 {
  margin-left: 20px;
  background-color: var(--active-color);
}
.h_form form .h_btns button:hover {
  opacity: 1;
}
