.h_page {
  padding: 32px 16px 16px;
  position: relative;
}
.h_page .h_bg {
  width: 121px;
  position: absolute;
  top: 10px;
  right: 26px;
  z-index: -1;
}
.h_page::before {
  position: absolute;
  content: '';
  width: 100%;
  top: -80px;
  left: 0;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 55%;
  z-index: -1;
}
.h_page .h_title {
  font-size: 22.5px;
  color: #1e1c21;
  font-family: 'MiSans-Demibold';
}
.h_page .h_tag {
  margin-top: 4px;
  font-size: 10px;
  color: #fe8106;
  line-height: 15px;
  padding: 0 5px;
  display: inline-block;
  border-radius: 4px;
  background-color: rgba(254, 152, 6, 0.1);
}
.h_page .h_userInfo {
  margin-top: 15px;
}
.h_page .h_userInfo .h_l {
  column-gap: 9px;
}
.h_page .h_userInfo .h_l .h_avatar {
  width: 40px;
  height: 40px;
  border: 50%;
  overflow: hidden;
}
.h_page .h_userInfo .h_l .h_msg .h_name {
  font-family: 'MiSans-Demibold';
  font-size: 14px;
  color: #1e1c21;
}
.h_page .h_userInfo .h_l .h_msg .h_name span {
  font-size: 12px;
  color: #858786;
  margin-left: 8px;
}
.h_page .h_userInfo .h_l .h_msg .h_desc {
  font-size: 12px;
  margin-top: 4px;
  color: #8f6940;
}
.h_page .h_userInfo .h_r {
  background: linear-gradient(90deg, #01d3b7, #00bebc);
  line-height: 28px;
  padding: 0 12px;
  column-gap: 5px;
  border-radius: 14px;
}
.h_page .h_userInfo .h_r img {
  width: 13px;
}
.h_page .h_userInfo .h_r span {
  font-size: 12px;
  color: #fff;
}
.h_page .h_content p {
  line-height: 1.55;
  margin-top: 18px;
  font-size: 15px;
  color: #000;
}
.h_page .h_content p span {
  color: var(--active-color);
}
.h_posFixed {
  position: fixed;
  width: 100%;
  max-width: 480px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.h_footer {
  height: 38px;
  padding-bottom: constant(safe-area-inset-bottom);
  /* 兼容 iOS < 11.2 */
  padding-bottom: calc(env(safe-area-inset-bottom) / 2);
  /* 兼容 iOS >= 11.2 */
  box-sizing: content-box;
}
.h_footer .h_posFixed {
  background-color: #fff;
  bottom: 0;
  box-sizing: content-box;
  padding-bottom: constant(safe-area-inset-bottom);
  /* 兼容 iOS < 11.2 */
  padding-bottom: calc(env(safe-area-inset-bottom) / 2);
  /* 兼容 iOS >= 11.2 */
  box-shadow: 0 -2px 6px #ededed;
}
.h_footer .h_posFixed .h_box {
  height: 38px;
  line-height: 38px;
  flex: 1;
  column-gap: 4.5px;
}
.h_footer .h_posFixed .h_box img {
  width: 20px;
}
.h_footer .h_posFixed .h_box span {
  font-size: 15px;
  color: #333;
}
.h_footer .h_posFixed a.h_box {
  background-color: var(--active-color);
}
.h_footer .h_posFixed a.h_box span {
  font-size: 20px;
  font-family: 'Altinn-DIN';
  color: #fff;
  font-weight: bold;
}
.h_page2 {
  background: linear-gradient(170deg, #fff 0% 200px, #d8c9b4 200px 100%);
  padding: 0 16px 18px;
}
.h_page2 .h_logo {
  padding: 0 16px;
  position: relative;
  z-index: 6;
}
.h_page2 .h_logo img {
  width: 70px;
}
.h_page2 .h_Box {
  position: relative;
  margin-top: -10px;
  z-index: 2;
  width: calc(100% - 15px);
}
.h_page2 .h_Box .h_box {
  position: relative;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #d6b59d;
  border-radius: 6px;
  padding: 0 15px;
  width: 100%;
}
.h_page2 .h_Box .h_bborder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.h_page2 .h_Box .h_bborder::before,
.h_page2 .h_Box .h_bborder::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #d6b59d;
  border-radius: 6px;
  background-color: #fff;
}
.h_page2 .h_Box .h_bborder::before {
  top: 7px;
  left: 7px;
}
.h_page2 .h_Box .h_bborder::after {
  top: 15px;
  z-index: -2;
  left: 15px;
}
.h_page2 .h_Box .h_tag {
  margin-top: 32px;
  background-color: #bf9177;
  color: #fff;
  display: inline-block;
  font-size: 19px;
  padding: 5px 10px;
}
.h_page2 .h_Box .h_subtitle {
  font-size: 16px;
  color: #000;
  margin-top: 20px;
  font-family: 'MiSans-Normal';
}
.h_page2 .h_Box .h_title {
  color: #000;
  font-size: 25px;
  font-family: 'MiSans-Demibold';
  margin-top: 5px;
}
.h_page2 .h_Box .h_imgbox {
  border: 1px solid #d6b59d;
  background-color: #f7f6f2;
  border-radius: 7px;
  padding: 10px 12px;
  margin-top: 20px;
}
.h_page2 .h_Box .h_imgbox img {
  border: 1px solid #d6b59d;
  max-width: 100%;
  width: calc(100% - 26px);
}
.h_page2 .h_Box .h_content {
  margin-top: 20px;
}
.h_page2 .h_Box .h_content .h_text .h_desc {
  font-size: 14px;
  color: #000;
  font-family: 'MiSans-Normal';
  margin-bottom: 5px;
}
.h_page2 .h_Box .h_content .h_text .h_en {
  font-size: 6px;
  color: #666666;
}
.h_page2 .h_Box .h_content .h_text .h_line {
  width: 24px;
  height: 2px;
  background-color: #d6b59d;
  margin: 10px 0 12px;
}
.h_page2 .h_Box .h_content .h_text .h_bgbox {
  padding: 0 10px;
  display: inline-block;
  background-color: #b17c5d;
  border-radius: 4px;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin: 4px 0;
}
.h_page2 .h_Box .h_content .h_text .h_name {
  font-size: 11px;
}
.h_page2 .h_Box .h_content .h_text .h_nameen {
  font-size: 8px;
  color: #666;
  margin: 2px 0  16px;
}
.h_page2 .h_Box .h_content .h_img {
  width: 100px;
}
.h_page2 .h_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 8px;
  margin-top: 28px;
}
.h_page2 .h_list .h_item {
  width: calc(50% - 4px);
  padding: 8px;
  border: 1px solid #d6b59d;
  border-radius: 6px;
  background-color: #fff;
}
.h_page2 .h_list .h_item .h_img {
  padding-top: 140%;
  border-radius: 6px;
}
