.form-container {
  width: 100%;
  margin: 30px auto;
  padding: 30px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-title {
  text-align: center;
  color: rgb(38, 142, 102);
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
}

.form-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: rgb(38, 142, 102);
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: rgb(38, 142, 102);
}

.form-label .required {
  color: #e74c3c;
  margin-left: 4px;
}

.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  transition: border-color 0.3s;
}

.form-control:focus {
  border-color: rgb(38, 142, 102);
  outline: none;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.submit-btn {
  background: rgb(38, 142, 102);
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s;
}

.form-note {
  font-size: 14px;
  color: #7f8c8d;
  margin-top: 5px;
}

/* 验证错误样式 */
.error {
  border-color: #e74c3c !important;
}

.error-message {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .form-container {
    padding: 20px;
  }

  .form-title {
    font-size: 20px;
  }
}

.section-block-demo63-header .header-top {
  padding-top: 0px;
  background-color: var(--bs-theme-color);
}

.section-block-demo63-header .header-top .layout {
  justify-content: center;
  border-bottom-width: 0px;
  border-bottom-style: initial;
  border-bottom-color: initial;
  padding-top: 6px;
  padding-right: 0px;
  padding-bottom: 6px;
  padding-left: 0px;
}

.section-block-demo63-header .head-contact a {
  font-size: 14px;
  font-weight: normal;
}

.section-block-demo63-header .head-contact li:not(:first-child) {
  margin-left: 0px;
}

.section-block-demo63-header .head-contact li img {
  margin-right: 9px;
}

.section-block-demo63-header .head-contact li .line {
  font-size: 20px;
  margin-top: 0px;
  margin-right: 25px;
  margin-bottom: 0px;
  margin-left: 25px;
  opacity: 0.24;
  display: inline-block;
  vertical-align: middle;
}

.section-block-demo63-header .head-contact li:last-child .line {
  display: none;
}

.section-block-demo63-header .nav > li > a,
.section-block-demo63-header .change-language .change-language-title {
  color: rgb(51, 51, 51);
}

.section-block-demo63-header .nav > li > a {
  font-size: 18px;
  font-weight: normal;
}

.section-block-demo63-header .change-language svg,
.section-block-demo63-header .header-top svg,
.section-block-demo63-header .search-toggle svg {
  fill: rgb(0, 0, 0);
}

.section-block-demo63-header .header-bottom {
  padding-top: 12px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
}

.section-block-demo1-productlist1 .sc-block-item .item-inner .item-img,
.section-block-demo01-relatedproduct1 .sc-block-item .item-inner .item-img {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: rgb(236, 236, 236);
  border-right-color: rgb(236, 236, 236);
  border-bottom-color: rgb(236, 236, 236);
  border-left-color: rgb(236, 236, 236);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}

.demo240-body
  > .section-footer-wrap-block.section-block-footer107-footer
  > .gotop.la {
  bottom: 48px;
}

@media only screen and (max-width: 1366px) {
  .section-block-demo63-header .head-contact a {
    font-size: 12px;
  }

  .section-block-demo63-header .nav > li > a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1280px) {
  .section-block-demo63-header .nav > li > a {
    font-size: 14px;
  }
}
.section-breadcrumb-wrap-block {
  background-color: #eee;
}

.section-breadcrumb-wrap-block .breadcrumb-nav {
  padding: 20px 0;
}

.section-breadcrumb-wrap-block .breadcrumb-nav li {
  list-style: none;
  margin-right: 15px;
}

.section-breadcrumb-wrap-block .breadcrumb-nav li a {
  display: inline-block;
  margin-right: 10px;
}

.section-breadcrumb-wrap-block .breadcrumb-nav li .la:after {
  content: "\f105";
}

.section-breadcrumb-wrap-block .breadcrumb-nav li:last-of-type .la {
  display: none;
}

.section-breadcrumb-wrap-block .breadcrumb-nav li:last-of-type a {
  color: var(--bs-theme-color);
}
.section-block-yh-about1 {
  padding: 1rem 0;
}

.section-block-yh-about1 .title-bar .title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #002140;
}

.section-block-yh-about1 .about-content {
  padding: 5% 0 0;
  background-image: url(https://ecdn6.globalso.com/upload/p/2/image_other/2023-12/6572e052e908168675.png);
  background-position: center 60px;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
}

.section-block-yh-about1 .about-content .title {
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
}

.section-block-yh-about1 .about-content .about-items {
  display: flex;
  flex-wrap: wrap;
}

.section-block-yh-about1 .about-items .about-item {
  padding: 0.8rem;
}

.section-block-yh-about1 .about-item .about-item-content {
  border-radius: 10px;
  box-shadow: 3px 5px 8px #c1c1c1;
  text-align: center;
  height: 100%;
}

.section-block-yh-about1 .about-item .about-item-content .item-img {
  padding-top: 30px;
  padding-bottom: 8px;
  transition: transform 1s;
}

.section-block-yh-about1 .about-item .about-item-content .item-img:hover {
  transform: rotateY(360deg);
}

.section-block-yh-about1 .about-item .about-item-content .item-title {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #ff0101;
}

.section-block-yh-about1 .about-item .about-item-content .item-desc {
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 25px 10px;
  display: block;
}

@media only screen and (max-width: 480px) {
  .section-block-yh-about1 .about-items .about-item {
    width: 100%;
  }
}
.section-block-footer107-footer {
  padding: 100px 0 60px;
}

.section-block-footer107-footer {
  background-image: url("img/zxn32.webp");
}

.section-block-footer107-footer .foot-title {
  color: #313131;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
}

.section-block-footer107-footer .foot-nav a {
  color: #595757;
  font-size: 18px;
  font-weight: 400;
}

.section-block-footer107-footer .foot-nav li:before {
  color: #595757;
  font-size: 18px;
}

.section-block-footer107-footer .foot-address p,
.section-block-footer107-footer .foot-val a {
  color: #595757;
  font-size: 18px;
  font-weight: 400;
}

.section-block-footer107-footer .foot-social {
  margin-top: 0;
}

.section-block-footer107-footer .copyright {
  font-size: 18px;
  color: #313131;
  font-weight: 400;
  margin: auto;
  flex: 1;
}

.section-block-footer107-footer .foot-social li {
  margin-right: 12px;
}

.section-block-footer107-footer .foot-social a {
  padding: 8px;
  background-color: #ffffff;
  border-radius: 50%;
}

.section-block-footer107-footer .foot-social a svg {
  width: 30px;
  height: 30px;
}

.section-block-footer107-footer .foot_logo {
  position: relative;
  transform: unset;
}

.section-block-footer107-footer .foot-social {
  margin: auto;
}

.section-block-footer107-footer .foot_logo img {
  max-height: 65px;
}

.section-block-footer107-footer .foot-bottom {
  margin-bottom: 0;
  padding-top: 30px;
  border-top: 1px solid #bfbfbf;
  margin-top: 50px;
}

.section-block-footer107-footer .foot-item.foot-support {
  width: 43%;
  max-width: 43%;
}

.section-block-footer107-footer .foot-item.foot-support .item-nav .foot-nav {
  width: 50%;
}

.section-block-footer107-footer .foot-title i {
  width: 128px;
  height: 3px;
  background: var(--bs-theme-color);
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all ease-in-out 0.35s;
  -webkit-transition: all ease-in-out 0.35s;
}

.section-block-footer107-footer .foot-item:hover .foot-title i {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .section-block-footer107-footer {
    padding: 40px 0;
  }

  .section-block-footer107-footer .foot-title {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .section-block-footer107-footer .foot-nav a {
    font-size: 14px;
  }

  .section-block-footer107-footer .foot-nav li:before {
    font-size: 14px;
  }

  .section-block-footer107-footer .foot-nav li {
    padding-left: 15px;
  }

  .section-block-footer107-footer .foot-item.foot-support .item-nav .foot-nav {
    width: 100%;
  }

  .section-block-footer107-footer .foot-address p,
  .section-block-footer107-footer .foot-val a {
    font-size: 14px;
  }

  .section-block-footer107-footer .foot-bottom {
    width: 100%;
  }

  .section-block-footer107-footer .copyright {
    font-size: 14px;
    margin: 10px 0;
    flex: 0 0 100%;
  }

  .section-block-footer107-footer .foot-bottom {
    padding-top: 20px;
    margin-top: 20px;
  }

  .section-block-footer107-footer .foot_logo {
    margin: auto;
  }

  .section-block-footer107-footer .foot-social a {
    padding: 10px;
  }
}
#sectionIdkgktwyh > .layout.about-content {
  background-size: contain;
}

#sectionIdkgktwyh
  > .layout.about-content
  > .about-items
  > .block-item.about-item
  > .about-item-content
  > .item-title {
  color: var(--bs-theme-color);
}

#sectionIdkgktwyh {
  padding-bottom: 20px;
}

#sectionIdkgktwyh > .layout.about-content > .title {
  font-weight: 700;
}

#sectionIdkgktwyh
  > .layout.about-content
  > .about-items
  > .block-item.about-item
  > .about-item-content
  > .item-img
  > svg {
  fill: var(--bs-theme-color);
}
