.h_servceBox {
  border: 1px solid #eaa761;
  background: linear-gradient(0deg, #fff2d0, #fff);
  margin-top: 4px;
  padding: 12px 10px;
}
.h_servceBox .h_item {
  margin-bottom: 9px;
}
.h_servceBox .h_item:last-child {
  margin: 0;
}
.h_servceBox .h_item .h_L {
  font-family: 'Medium';
  font-size: 13px;
  color: #e60e1a;
}
.h_servceBox .h_item .h_R {
  width: calc(100% - 65px);
  gap: 5px;
}
.h_servceBox .h_item .h_R a {
  font-family: 'Medium';
  font-size: 13px;
}
.h_servceBox .h_item .h_R a:hover {
  color: #2f8cde;
}
.h_swiper {
  margin-top: 4px;
}
.h_swiper .swiper-slide img {
  width: 100%;
}
.h_swiper .swiper-pagination {
  text-align: right;
  padding-right: 7px;
}
.h_swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 0;
  opacity: 1;
  color: #fff;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.35);
}
.h_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d7381a;
}
.h_swiper .swiper-button-prev,
.h_swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background: var(--rgba5-bcolor);
}
.h_swiper .swiper-button-prev:hover,
.h_swiper .swiper-button-next:hover {
  background-color: #d7381a;
}
.h_swiper .swiper-button-prev::after,
.h_swiper .swiper-button-next::after {
  font-size: 20px;
  color: #fff;
}
.h_border {
  border: 1px solid #eaa761;
  background-color: #fff;
  margin-top: 1px;
}
.h_border.nom {
  margin: 0;
}
.h_ggBox {
  position: relative;
}
.h_ggBox .bgt,
.h_ggBox .bgb {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.h_ggBox .bgt::after,
.h_ggBox .bgb::after,
.h_ggBox .bgt::before,
.h_ggBox .bgb::before {
  content: '';
  position: absolute;
  aspect-ratio: 287/23;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
}
.h_ggBox .bgt {
  top: 0;
}
.h_ggBox .bgt::before {
  top: 0;
  left: 0;
  background-image: url(../static/bg_tl.png);
}
.h_ggBox .bgt::after {
  top: 0;
  right: 0;
  background-image: url(../static/bg_tr.png);
}
.h_ggBox .bgb {
  bottom: 0;
}
.h_ggBox .bgb::before {
  bottom: 0;
  left: 0;
  background-image: url(../static/bg_bl.png);
}
.h_ggBox .bgb::after {
  bottom: 0;
  right: 0;
  background-image: url(../static/bg_br.png);
}
.h_bgss {
  background: url(../static/bg_b.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.h_bigBox {
  padding: 4px 0;
  gap: 4px;
}
.h_bigBox .h_w1 {
  width: 100%;
}
.h_bigBox .h_w20_2 {
  width: calc(20% + 2px);
}
.h_bigBox .h_w55-7 {
  width: calc(55% - 7px);
}
.h_bigBox .h_w3 {
  width: calc(33.333% - (8px / 3));
}
.h_bigBox .h_w4-2 {
  width: calc(25% - 2px);
}
.h_bigBox .h_w4-3 {
  width: calc(25% - 3px);
}
.h_bigBox .h_w6 {
  width: calc(50% - 2px);
}
.h_bigBox .h_w8-2 {
  width: calc(75% - 2px);
}
.h_bigBox .h_w73125 {
  width: calc(73.125% - 2px);
}
.h_bigBox .h_w26875 {
  width: calc(26.875% - 2px);
}
.h_bigBox .h_ggTitle {
  height: 25px;
  background: url(../static/bg_t2.jpg);
  background-size: contain;
  text-align: center;
  font-family: "Bold";
  font-size: 13px;
  color: #fff;
  line-height: 25px;
  z-index: 2;
  position: relative;
}
.h_bigBox .h_ggTitle::after,
.h_bigBox .h_ggTitle::before {
  content: '';
  position: absolute;
  top: 0;
  aspect-ratio: 30/25;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.h_bigBox .h_ggTitle::before {
  left: 0;
  background-image: url(../static/bg_left.jpg);
}
.h_bigBox .h_ggTitle::after {
  right: 0;
  background-image: url(../static/bg_right.jpg);
}
.h_bigBox .h_ggTitle2 {
  text-align: center;
  color: var(--t-color);
  font-size: 14px;
  font-family: "Bold";
}
.h_bigBox .h_cBox .h_text,
.h_bigBox .h_cBox .h_link {
  position: relative;
  z-index: 2;
}
.h_bigBox .h_Box1 .h_bBox {
  padding: 12px;
}
.h_bigBox .h_Box1 .h_bBox .h_nav a {
  border: 1px solid #f8955a;
  border-radius: 4px;
  text-align: center;
  width: calc(50% - 5px);
  font-family: 'Medium';
  font-size: 14px;
  color: #333;
  line-height: 28px;
  margin-bottom: 5px;
  background: linear-gradient(180deg, #fff 0% 50%, #fee2cc 50%, #fff 100%);
}
.h_bigBox .h_Box1 .h_bBox .h_nav a:hover {
  color: var(--active-color);
}
.h_bigBox .h_Box1 .h_bBox .h_telBox {
  margin-top: 4px;
  border: 1px solid #f8955a;
  border-radius: 4px;
  padding: 6px 12px;
}
.h_bigBox .h_Box1 .h_bBox .h_telBox img {
  width: 41px;
}
.h_bigBox .h_Box1 .h_bBox .h_telBox .h_r {
  width: calc(100% - 53px);
}
.h_bigBox .h_Box1 .h_bBox .h_telBox .h_r .h_p1 {
  font-family: 'Medium';
  font-size: 14px;
  color: #333;
}
.h_bigBox .h_Box1 .h_bBox .h_telBox .h_r .h_p2 {
  color: #e60e1a;
  font-size: 20px;
  font-family: 'Bold';
}
.h_bigBox .h_Box2 .h_cBox {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 15px 24px 6px;
}
.h_bigBox .h_Box2 .h_cBox .h_text {
  width: calc(100% - 140px);
}
.h_bigBox .h_Box2 .h_cBox .h_text .h_content p {
  margin: 7px 0;
  font-size: 13px;
  color: #111111;
  line-height: calc(21/13);
}
.h_bigBox .h_Box2 .h_cBox .h_text .h_content a {
  color: #2f8cde;
}
.h_bigBox .h_Box2 .h_cBox .h_img {
  width: 120px;
}
.h_bigBox .h_Box3 {
  padding: 18px 0 18px 10px;
  --width: 25px;
}
.h_bigBox .h_Box3 .h_ggTitleX {
  width: var(--width);
  background-image: url(../static/bg_t.jpg);
  position: relative;
  padding: 30px 2px;
  font-size: 0;
  text-align: center;
  writing-mode: tb;
  line-height: 1;
}
.h_bigBox .h_Box3 .h_ggTitleX span {
  font-size: 14px;
  font-family: "Bold";
  color: #fff;
  letter-spacing: -1px;
}
.h_bigBox .h_Box3 .h_ggTitleX::after,
.h_bigBox .h_Box3 .h_ggTitleX::before {
  font-size: 0;
  content: '';
  position: absolute;
  right: 0;
  aspect-ratio: 30/25;
  height: var(--width);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}
.h_bigBox .h_Box3 .h_ggTitleX::before {
  transform-origin: right bottom;
  top: -25px;
  background-image: url(../static/bg_right.jpg);
}
.h_bigBox .h_Box3 .h_ggTitleX::after {
  transform-origin: right bottom;
  bottom: 25px;
  background-image: url(../static/bg_left.jpg);
}
.h_bigBox .h_Box3 .h_list {
  padding: 0 15px;
  width: calc(100% - 25px);
}
.h_bigBox .h_Box3 .h_list .h_item .h_img {
  padding: 1px;
  border: 1px solid #ccc;
  aspect-ratio: 132/100;
}
.h_bigBox .h_Box3 .h_list .h_item .h_name {
  margin-top: 6px;
  text-align: center;
  font-size: 13px;
  color: #111;
}
.h_bigBox .h_Box4 .h_cBox {
  position: relative;
  z-index: 2;
  min-height: calc(100% - 26px);
  padding: 14px 12px;
}
.h_bigBox .h_Box4 .h_cBox.h_cBox2 {
  padding: 14px 28px;
}
.h_bigBox .h_Box4 .h_cBox .h_img {
  aspect-ratio: 213/100;
}
.h_bigBox .h_Box4 .h_cBox .h_img2 {
  margin-top: 10px;
  aspect-ratio: 465/95;
}
.h_bigBox .h_Box4 .h_cBox .h_text {
  margin-top: 15px;
  font-size: 13px;
  line-height: calc(20/13);
  color: #111;
  text-align: justify;
}
.h_bigBox .h_Box4 .h_cBox .h_text a {
  padding-left: 12px;
  position: relative;
}
.h_bigBox .h_Box4 .h_cBox .h_text a::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--t-color);
  left: 0;
  top: 7px;
}
.h_bigBox .h_Box4 .h_cBox .h_text a:hover {
  color: var(--active-color);
}
.h_bigBox .h_Box4 .h_cBox .h_text a:hover::before {
  background: var(--active-color);
}
.h_bigBox .h_Box4 .h_cBox .h_link {
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
}
.h_bigBox .h_Box4 .h_cBox .h_link a {
  color: #111;
}
.h_bigBox .h_Box4 .h_cBox .h_link a:hover {
  color: var(--active-color);
}
.h_bigBox .h_Box4 .h_cBox .h_link2 {
  margin-top: 5px;
}
.h_bigBox .h_Box5 {
  padding: 5px;
  background: url(../static/bg2.png);
  aspect-ratio: 960/310;
}
.h_bigBox .h_Box5 .h_cBox {
  padding: 24px 30px;
  height: calc(100% - 25px);
}
.h_bigBox .h_Box5 .h_cBox .h_ovHide {
  overflow: hidden;
  height: 100%;
}
.h_bigBox .h_Box5 .h_cBox .scroll li {
  margin-bottom: 10px;
}
.h_bigBox .h_Box5 .h_cBox .scroll li .h_p1 {
  display: inline-block;
  color: var(--t-color);
  font-size: 14px;
  padding-right: 94px;
  background: url(../static/star.jpg) no-repeat right center;
  background-size: auto 20px;
}
.h_bigBox .h_Box5 .h_cBox .scroll li .h_p2 {
  margin-top: 4px;
  color: #111;
  font-size: 13px;
}
.h_bigBox .h_Box6 {
  margin: 0;
}
.h_bigBox .h_Box6 .h_ggTitle2 {
  height: 25px;
  line-height: 25px;
  border: 1px solid #eaa761;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.h_bigBox .h_Box6 .h_ggTitle2 .bgt {
  z-index: -1;
}
.h_bigBox .h_Box6 .h_tabs {
  gap: 1px;
}
.h_bigBox .h_Box6 .h_tabs .h_tab {
  position: relative;
  flex: 1;
  text-align: center;
  z-index: 5;
  cursor: pointer;
}
.h_bigBox .h_Box6 .h_tabs .h_tab .bgt {
  z-index: -1;
}
.h_bigBox .h_Box6 .h_tabs .h_tab .title {
  display: block;
  width: 100%;
  line-height: 25px;
  position: relative;
  z-index: 2;
  color: var(--t-color);
  font-family: 'Medium';
  font-size: 14px;
}
.h_bigBox .h_Box6 .h_tabs .h_tab.active .title {
  background: linear-gradient(0deg, #feede5 0%, #fff 100%);
  box-shadow: 0 0 0 1px #eaa761;
}
.h_bigBox .h_Box6 .h_cBox {
  height: calc(100% - 25px);
  padding: 14px 12px;
}
.h_bigBox .h_Box6 .h_cBox .h_img {
  aspect-ratio: 293/120;
}
.h_bigBox .h_Box6 .h_cBox .h_img.h_img2 {
  aspect-ratio: 293/146;
  margin: 0;
}
.h_bigBox .h_Box6 .h_cBox .h_text {
  margin-top: 4px;
}
.h_bigBox .h_Box6 .h_cBox .h_text a {
  margin-top: 10px;
  padding-left: 13px;
  position: relative;
}
.h_bigBox .h_Box6 .h_cBox .h_text a::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--t-color);
  left: 0;
  top: 7px;
}
.h_bigBox .h_Box6 .h_cBox .h_text a .name {
  width: calc(100% - 40px);
}
.h_bigBox .h_Box6 .h_cBox .h_text a .date {
  font-size: 12px;
}
.h_bigBox .h_Box6 .h_cBox .h_text a:hover .name,
.h_bigBox .h_Box6 .h_cBox .h_text a:hover .date {
  color: var(--active-color);
}
.h_bigBox .h_Box6 .h_cBox .h_text a:hover::before {
  background: var(--active-color);
}
.h_bigBox .h_Box6 .h_cBox .h_text.h_text2 {
  margin-top: 15px;
}
.h_bigBox .h_Box6 .h_cBox.h_cBox2 {
  padding: 10px 20px;
}
.h_bigBox .h_Box6 .h_cBox .h_list {
  display: none;
}
.h_bigBox .h_Box6 .h_cBox .h_list:first-child {
  display: block;
}
.h_bigBox .h_Box6 .h_cBox .h_list .h_text {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.h_bigBox .h_Box6 .h_cBox .h_list .h_text a {
  margin-top: 7px;
  width: calc(50% - 16px);
}
.h_bigBox .h_Box6 .h_cBox .bgb::after {
  display: none;
}
.h_bigBox .h_Box7 {
  padding: 20px 18px 18px 10px;
}
.h_bigBox .h_Box7 .h_title {
  width: 24px;
  background-color: #d87c15;
  border-radius: 6px;
  font-size: 12px;
  color: #fff;
  padding: 4px;
  text-align: center;
}
.h_bigBox .h_Box7 .h_videos {
  width: calc(100% - 41px);
}
.h_bigBox .h_Box7 .h_videos .h_imgs {
  position: relative;
}
.h_bigBox .h_Box7 .h_videos .h_imgs .h_img {
  aspect-ratio: 206/136;
  border: 1px solid #ccc;
  padding: 1px;
  display: block;
}
.h_bigBox .h_Box7 .h_videos .h_imgs .h_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.h_bigBox .h_Box7 .h_videos .h_imgs .h_play img {
  width: 63px;
  cursor: pointer;
}
.h_bigBox .h_Box7 .h_videos .h_name {
  text-align: center;
  margin-top: 6px;
}
.h_bigBox .h_Box8 {
  padding: 8px 0;
}
.h_bigBox .h_Box8 .h_text {
  width: 68%;
  padding-left: 5%;
}
.h_bigBox .h_Box8 .h_text .h_title {
  font-family: 'Bold';
  font-size: 30px;
  color: #fbedcb;
  letter-spacing: 2px;
}
.h_bigBox .h_Box8 .h_text .h_title span {
  color: var(--t-color);
  font-family: inherit;
  font-size: inherit;
}
.h_bigBox .h_Box8 .h_text .h_desc {
  margin-top: 8px;
  font-size: 14px;
  color: #fbedcb;
  line-height: calc(20/14);
}
.h_bigBox .h_Box8 .h_img {
  text-align: center;
  width: 32%;
}
.h_bigBox .h_Box8 .h_img img {
  text-align: center;
  width: auto;
  height: 122px;
}
.h_bigBox .h_Box9 .h_cBox {
  padding: 22px;
}
.h_bigBox .h_Box9 .h_cBox .h_item {
  --width: 50px;
  --b-color: #fa64ca;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.h_bigBox .h_Box9 .h_cBox .h_item:nth-child(2) {
  --b-color: #37bcb7;
}
.h_bigBox .h_Box9 .h_cBox .h_item:nth-child(3) {
  --b-color: #4da9ff;
}
.h_bigBox .h_Box9 .h_cBox .h_item:nth-child(4) {
  --b-color: #fc8490;
}
.h_bigBox .h_Box9 .h_cBox .h_item:nth-child(5) {
  --b-color: #ffdf75;
}
.h_bigBox .h_Box9 .h_cBox .h_item:nth-child(6) {
  --b-color: #b485d1;
}
.h_bigBox .h_Box9 .h_cBox .h_item:nth-child(7) {
  --b-color: #16d4cd;
}
.h_bigBox .h_Box9 .h_cBox .h_item:nth-child(8) {
  --b-color: #545f9c;
}
.h_bigBox .h_Box9 .h_cBox .h_item:nth-child(9) {
  --b-color: #6189fc;
}
.h_bigBox .h_Box9 .h_cBox .h_item:nth-child(10) {
  --b-color: #ff710d;
}
.h_bigBox .h_Box9 .h_cBox .h_item:nth-child(11) {
  --b-color: #fa64ca;
}
.h_bigBox .h_Box9 .h_cBox .h_item:nth-child(12) {
  --b-color: #388beb;
}
.h_bigBox .h_Box9 .h_cBox .h_item:nth-child(13) {
  --b-color: #96bf1b;
}
.h_bigBox .h_Box9 .h_cBox .h_item:nth-child(14) {
  --b-color: #eaa761;
}
.h_bigBox .h_Box9 .h_cBox .h_item:nth-child(15) {
  --b-color: #fe965d;
}
.h_bigBox .h_Box9 .h_cBox .h_item:nth-child(16) {
  --b-color: #eaa761;
}
.h_bigBox .h_Box9 .h_cBox .h_item .h_icon {
  width: var(--width);
  line-height: calc(var(--width) - 4px);
  aspect-ratio: 1;
  border-radius: 12px;
  background: var(--b-color);
  text-align: center;
}
.h_bigBox .h_Box9 .h_cBox .h_item .h_icon img {
  width: 33px;
}
.h_bigBox .h_Box9 .h_cBox .h_item .h_text {
  width: calc(100% - var(--width) - 12px);
}
.h_bigBox .h_Box9 .h_cBox .h_item .h_text .h_price {
  margin-top: 7px;
}
.h_bigBox .h_Box9 .h_cBox .h_item .h_hide {
  position: absolute;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  width: 243px;
  left: calc(100% - 10px);
  top: 0;
  border-radius: 10px;
  padding: 10px 12px;
  z-index: 4;
  display: block;
  visibility: hidden;
  opacity: 0;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}
.h_bigBox .h_Box9 .h_cBox .h_item .h_hide::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: -8px;
  top: 18px;
  border-right: 9px solid #f5f5f5;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  filter: drop-shadow(-1px 0px 0px #cacaca);
}
.h_bigBox .h_Box9 .h_cBox .h_item:hover .h_text .h_name,
.h_bigBox .h_Box9 .h_cBox .h_item:hover .h_text .h_price {
  color: #ff002d;
}
.h_bigBox .h_Box9 .h_cBox .h_item:hover .h_hide {
  visibility: visible;
  opacity: 1;
}
.h_bigBox .h_Box10 .h_cBox {
  height: 304px;
  padding: 22px 16px;
}
.h_bigBox .h_Box10 .h_cBox .h_hideBox {
  height: 100%;
  overflow-y: hidden;
}
.h_bigBox .h_Box10 .h_cBox .h_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.h_bigBox .h_Box10 .h_cBox .h_list .h_item {
  margin-bottom: 18px;
  column-gap: 12px;
  position: relative;
  --width: 50px;
}
.h_bigBox .h_Box10 .h_cBox .h_list .h_item .h_icon {
  width: var(--width);
  line-height: calc(var(--width) - 4px);
  border-radius: 12px;
  text-align: center;
  aspect-ratio: 1;
  border: 1px solid #e87808;
  box-shadow: inset 0 1px #fad392;
  background: linear-gradient(0deg, #e97b08 0% 50%, #f3a332 50% 100%);
}
.h_bigBox .h_Box10 .h_cBox .h_list .h_item .h_icon img {
  width: 34px;
}
.h_bigBox .h_Box10 .h_cBox .h_list .h_item .h_text {
  max-width: calc(100% - var(--width) - 12px);
}
.h_bigBox .h_Box10 .h_cBox .h_list .h_item .h_text .h_price {
  margin-top: 7px;
}
.h_bigBox .h_Box10 .h_cBox .h_list .h_item .h_hide {
  position: absolute;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  width: 243px;
  left: calc(100% - 10px);
  top: 0;
  border-radius: 10px;
  padding: 10px 12px;
  z-index: 2;
  display: block;
  visibility: hidden;
  opacity: 0;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}
.h_bigBox .h_Box10 .h_cBox .h_list .h_item .h_hide::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: -8px;
  top: 18px;
  border-right: 9px solid #f5f5f5;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  filter: drop-shadow(-1px 0px 0px #cacaca);
}
.h_bigBox .h_Box10 .h_cBox .h_list .h_item:hover .h_text .h_name,
.h_bigBox .h_Box10 .h_cBox .h_list .h_item:hover .h_text .h_price {
  color: #ff002d;
}
.h_bigBox .h_Box11 {
  padding: 17px 20px;
}
.h_bigBox .h_Box11 .swiper-slide {
  width: 186px;
}
.h_bigBox .h_Box11 .swiper-slide a {
  display: block;
}
.h_bigBox .h_Box11 .swiper-slide a .h_img {
  aspect-ratio: 186/140;
  border: 1px solid #cccccc;
  padding: 1px;
}
.h_bigBox .h_Box11 .swiper-slide a .h_name {
  text-align: center;
  margin-top: 7px;
}
.h_bigBox .h_Box11 .swiper-slide a:hover .h_name {
  color: var(--active-color);
}
.h_bigBox .h_container {
  display: flex;
  align-items: stretch;
  column-gap: 4px;
}
.h_bigBox .h_container .h_L {
  background: #fff;
  width: 238px;
}
.h_bigBox .h_container .h_L .h_avatar {
  z-index: 2;
  width: 100%;
  font-size: 0;
  position: relative;
  padding: 10px;
}
.h_bigBox .h_container .h_L .h_mt4 {
  margin-top: 4px;
}
.h_bigBox .h_container .h_L .h_cBox .h_text {
  margin: 0;
}
.h_bigBox .h_container .h_L .h_cBox .h_text a:first-child {
  margin: 0;
}
.h_bigBox .h_container .h_L .h_search input {
  width: calc(100% - 60px);
  padding: 0 10px;
}
.h_bigBox .h_container .h_L .h_search button {
  width: 60px;
  background: #ff8c00;
  height: 34px;
  color: #fff;
}
.h_bigBox .h_container .h_L .h_search button:hover {
  background-color: #ea7c09;
}
.h_bigBox .h_container .h_R {
  padding: 10px;
  width: calc(100% - 238px);
  height: 100%;
  flex-grow: 1;
}
.h_bigBox .h_container .h_R .h_ggTitle2 {
  font-size: 24px;
  position: relative;
  z-index: 2;
}
.h_bigBox .h_container .h_R .h_msg {
  text-align: center;
  margin-top: 4px;
}
.h_bigBox .h_container .h_R .h_msg span {
  color: #aaa;
  font-size: 12px;
  margin-right: 14px;
}
.h_bigBox .h_container .h_R .h_hr {
  border-bottom: 1px dashed #ccc;
  margin: 12px 0;
}
.h_bigBox .h_container .h_R .h_content {
  min-height: 200px;
  padding: 10px;
  position: relative;
  z-index: 2;
}
.h_bigBox .h_container .h_R .h_content p {
  margin: 4px 0;
}
.h_bigBox .h_container .h_R .h_content img,
.h_bigBox .h_container .h_R .h_content iframe,
.h_bigBox .h_container .h_R .h_content table {
  max-width: 100%;
  height: auto !important;
}
.h_bigBox .h_container .h_R .h_links {
  margin-top: 10px;
}
.h_bigBox .h_container .h_R .h_links a {
  font-size: 14px;
  width: calc(50% - 7px);
  color: #444;
}
.h_bigBox .h_container .h_R .h_links a:hover {
  color: var(--active-color);
}
.h_bigBox .h_container .h_R .h_links .h_next {
  text-align: right;
}
.h_bigBox .h_container .h_R .h_links .h_nextm {
  display: none;
}
.h_bigBox .h_container .h_R .social-share {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 10px;
}
.h_bigBox .h_container .h_R .bgt::after,
.h_bigBox .h_container .h_R .bgb::after,
.h_bigBox .h_container .h_R .bgt::before,
.h_bigBox .h_container .h_R .bgb::before {
  height: 32px;
}
.h_bigBox .h_container .h_R .h_List {
  position: relative;
  z-index: 2;
}
.h_bigBox .h_container .h_R .h_List .h_item {
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.h_bigBox .h_container .h_R .h_List .h_item .h_img {
  width: 90px;
  aspect-ratio: 1;
}
.h_bigBox .h_container .h_R .h_List .h_item .h_text {
  width: calc(100% - 100px);
  flex-grow: 1;
}
.h_bigBox .h_container .h_R .h_List .h_item .h_text .h_name {
  font-size: 15px;
  font-family: 'Medium';
  color: var(--t-color);
}
.h_bigBox .h_container .h_R .h_List .h_item .h_text .h_desc {
  margin-top: 2px;
}
.h_bigBox .h_container .h_R .h_List .h_item .h_text .h_msg {
  text-align: left;
}
.h_bigBox .h_container .h_R .h_List .h_item:hover .h_text .h_name {
  color: var(--active-color);
}
.h_bigBox .h_container .h_R .h_title2 {
  margin-top: 15px;
  color: var(--t-color);
  font-size: 18px;
  padding: 6px 16px;
  font-family: 'Medium';
  background: #ffe4ce;
  border-left: 4px solid #eaa761;
}
.h_bigBox .h_container .h_R .h_cBox {
  position: relative;
  z-index: 2;
}
.h_bigBox .h_container .h_R .h_cBox .h_hide {
  z-index: 3;
}
.h_bigBox .h_container .h_R .h_Box9 .h_cBox,
.h_bigBox .h_container .h_R .h_Box10 .h_cBox {
  padding: 15px;
  z-index: 1;
  height: auto;
}
.h_bigBox .h_container .h_R .h_Box9 .h_cBox .h_item,
.h_bigBox .h_container .h_R .h_Box10 .h_cBox .h_item {
  column-gap: unset;
  margin: 0;
  text-align: center;
}
.h_bigBox .h_container .h_R .h_Box9 .h_cBox .h_item .h_icon,
.h_bigBox .h_container .h_R .h_Box10 .h_cBox .h_item .h_icon {
  margin: 0 auto;
}
.h_bigBox .h_container .h_R .h_Box9 .h_cBox .h_item .h_text,
.h_bigBox .h_container .h_R .h_Box10 .h_cBox .h_item .h_text {
  margin-top: 3px;
  width: 100%;
  max-width: none;
}
.h_bigBox .h_container .h_R .h_Box9 .h_cBox .h_item .h_text .h_price,
.h_bigBox .h_container .h_R .h_Box10 .h_cBox .h_item .h_text .h_price {
  margin-top: 1px;
}
.h_bigBox .h_container .h_R .h_Box9 .h_cBox .h_item:hover .h_hide,
.h_bigBox .h_container .h_R .h_Box10 .h_cBox .h_item:hover .h_hide {
  visibility: visible;
  opacity: 1;
}
.h_bigBox .h_container .h_R .h_Box9 .h_cBox .h_list,
.h_bigBox .h_container .h_R .h_Box10 .h_cBox .h_list {
  flex-direction: row;
}
.h_bigBox .h_container .h_R .h_form {
  position: relative;
  z-index: 2;
  padding: 20px 10px;
}
.h_bigBox .h_container .h_R .h_form .h_input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.h_bigBox .h_container .h_R .h_form .h_input label {
  width: 96px;
  font-size: 14px;
}
.h_bigBox .h_container .h_R .h_form .h_input input,
.h_bigBox .h_container .h_R .h_form .h_input textarea {
  flex-grow: 1;
  padding: 9px 10px;
  width: calc(100% - 100px);
  border: 1px solid #c7c7c7;
  color: #111;
  font-size: 14px;
}
.h_bigBox .h_container .h_R .h_form .h_input input:focus,
.h_bigBox .h_container .h_R .h_form .h_input textarea:focus {
  border-color: var(--active-color);
}
.h_bigBox .h_container .h_R .h_form .h_input.h_price label {
  width: auto;
}
.h_bigBox .h_container .h_R .h_form .h_input.h_price p {
  width: calc(100% - 50px);
  color: #ff002d;
  font-size: 18px;
  font-family: 'Medium';
}
.h_bigBox .h_container .h_R .h_form .h_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.h_bigBox .h_container .h_R .h_form .h_box .h_input {
  margin: 0;
  width: calc(50% - 30px);
}
.h_bigBox .h_container .h_R .h_form .h_btn {
  text-align: center;
}
.h_bigBox .h_container .h_R .h_form button {
  width: 260px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 10px 20px;
  background-color: var(--active-color);
  border-radius: 5px;
  cursor: pointer;
}
.h_bigBox .h_container .h_R .h_form button:hover {
  background-color: #b64600;
}
@media screen and (max-width: 767px) {
  .h_bigBox .h_mhide {
    display: none;
  }
  .h_bigBox .h_mw1 {
    width: 100%;
  }
  .h_bigBox .h_mw2 {
    width: calc(50% - 2px);
  }
  .h_bigBox .h_mw3 {
    width: calc(33.333% - (8px / 3));
  }
  .h_bigBox .h_mw4-2 {
    width: calc(25% - 2px);
  }
  .h_bigBox .h_mw4-3 {
    width: calc(25% - 3px);
  }
  .h_bigBox .h_mw8-2 {
    width: calc(75% - 2px);
  }
  .h_bigBox .h_Box5 .h_cBox {
    padding: 15px;
  }
  .h_bigBox .h_Box7 .h_videos .h_imgs .h_play img {
    width: 46px;
  }
  .h_bigBox .h_Box8 {
    padding: 10px 15px;
  }
  .h_bigBox .h_Box8 .h_img {
    display: none;
  }
  .h_bigBox .h_Box8 .h_text {
    width: 100%;
    padding: 0;
  }
  .h_bigBox .h_Box8 .h_text .h_title {
    font-size: 22px;
  }
  .h_bigBox .h_Box10 .h_cBox {
    height: auto;
  }
  .h_bigBox .h_Box10 .h_cBox .h_hideBox {
    overflow: auto;
    width: 100%;
    height: auto;
  }
  .h_bigBox .h_Box10 .h_cBox .h_list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .h_bigBox .h_Box9 .h_cBox .h_item .h_hide,
  .h_bigBox .h_Box10 .h_cBox .h_list .h_item .h_hide {
    display: none;
  }
  .h_bigBox .h_Box10 .h_cBox .h_list .h_item {
    margin: 0;
    width: calc(33.333% - (40px/3));
  }
  .h_bigBox .h_Box10 .h_cBox .h_list .h_item .h_text {
    width: calc(100% - var(--width) - 12px);
  }
  .h_bigBox .h_container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .h_bigBox .h_container .h_R {
    width: 100%;
    height: auto;
  }
  .h_bigBox .h_container .h_L {
    width: 100%;
  }
  .h_bigBox .h_container .h_L .h_avatar {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .h_bigBox .h_shide {
    display: none;
  }
  .h_bigBox .h_sw1 {
    width: 100%;
  }
  .h_bigBox .h_sw2 {
    width: calc(50% - 2px);
  }
  .h_servceBox,
  .h_bigBox .h_Box2 .h_cBox .h_img,
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .h_bigBox .h_Box3,
  .h_bigBox .h_Box6 .h_cBox.h_cBox2,
  .h_bigBox .h_Box4 .h_cBox,
  .h_bigBox .h_Box6 .h_cBox,
  .h_bigBox .h_Box7,
  .h_bigBox .h_Box2 .h_cBox {
    padding: 10px;
  }
  .h_bigBox .h_Box2 .h_cBox .h_text,
  .h_servceBox .h_item .h_R {
    width: 100%;
  }
  .h_bigBox .h_Box3 .h_ggTitleX span {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .h_bigBox .h_Box3 .h_list {
    padding: 0 0 0 10px;
    --c-gap: 10px;
    --r-gap: 10px;
  }
  .h_bigBox .h_Box4 .h_cBox .h_link {
    margin-top: 4px;
  }
  .h_bigBox .h_Box4 .h_cBox .h_text {
    margin-top: 7px;
  }
  .h_bigBox .h_Box5 {
    padding: 0;
    background: none;
    aspect-ratio: 680 / 310;
  }
  .h_bigBox .h_Box5 .h_cBox {
    padding: 10px;
    border: 1px solid #eaa761;
    background-color: #fff;
    margin-top: 1px;
    padding-left: 10px;
  }
  .h_bigBox .h_Box6 .h_cBox .h_text a {
    margin-top: 6px;
    padding-left: 10px;
  }
  .h_bigBox .h_Box6 .h_cBox .h_text a::before {
    width: 4px;
    height: 4px;
    top: 8px;
  }
  .h_bigBox .h_Box7 .h_videos .h_imgs .h_play img {
    width: 38px;
  }
  .h_bigBox .h_Box7 .h_videos {
    width: calc(100% - 34px);
  }
  .h_bigBox .h_Box6 .h_cBox .h_list .h_text a {
    margin: 0 0 6px 0;
  }
  .h_bigBox .h_Box7 .h_videos {
    width: calc(100% - 34px);
  }
  .h_bigBox .h_Box8 .h_text .h_title {
    font-size: 18px;
  }
  .h_bigBox .h_Box8 .h_text .h_desc {
    margin-top: 6px;
    font-size: 13px;
  }
  .h_bigBox .h_Box9 .h_cBox {
    padding: 10px;
    --c-gap: 10px;
    --r-gap: 10px;
  }
  .h_bigBox .h_Box11,
  .h_bigBox .h_Box10 .h_cBox {
    padding: 10px;
  }
  .h_bigBox .h_Box10 .h_cBox .h_list {
    gap: 10px;
  }
  .h_bigBox .h_Box10 .h_cBox .h_list .h_item {
    width: calc(50% - 5px);
  }
  .h_bigBox .h_container .h_R .h_ggTitle2 {
    font-size: 18px;
  }
  .h_bigBox .h_container .h_R .h_List .h_item {
    padding: 10px 0;
  }
  .h_bigBox .h_container .h_R .h_Box9 .h_cBox,
  .h_bigBox .h_container .h_R .h_Box10 .h_cBox {
    padding: 10px 0;
  }
  .h_bigBox .h_container .h_R .h_title2 {
    font-size: 16px;
  }
  .h_bigBox .h_container .h_R .bgt::after,
  .h_bigBox .h_container .h_R .bgb::after,
  .h_bigBox .h_container .h_R .bgt::before,
  .h_bigBox .h_container .h_R .bgb::before {
    height: 20px;
  }
  .h_bigBox .h_container .h_R .h_links .h_next {
    display: none;
  }
  .h_bigBox .h_container .h_R .h_links a {
    width: 100%;
  }
  .h_bigBox .h_container .h_R .h_links .h_nextm {
    display: block;
    margin-top: 7px;
  }
  .h_bigBox .h_container .h_R .h_form {
    padding: 15px 0 0;
  }
  .h_bigBox .h_container .h_R .h_form .h_box {
    flex-wrap: wrap;
  }
  .h_bigBox .h_container .h_R .h_form .h_box .h_input {
    width: 100%;
    margin-bottom: 10px;
  }
  .h_bigBox .h_container .h_R .h_form .h_input {
    margin-bottom: 10px;
  }
  .h_bigBox .h_container .h_R .h_form .h_input label {
    width: 100%;
    margin-bottom: 4px;
  }
  .h_bigBox .h_container .h_R .h_form .h_input.h_price,
  .h_bigBox .h_container .h_R .h_form .h_input.h_price label {
    margin: 0;
  }
}
