.home_product {
  padding: 74px 0 116px;
}
.home_product .swiper_box {
  margin-top: 60px;
}
.home_product .home_product_swiper {
  overflow: hidden;
}
.home_product .center .btn_more {
  margin-top: 40px;
}
.home_application {
  overflow: hidden;
  padding: 60px 0;
  background-color: #f5f5f7;
}
.home_application .nav {
  margin-top: 16px;
}
.home_application .swiper_box {
  margin-top: 48px;
}
.home_application .swiper_btns {
  max-width: 1302px;
}
.home_application .swiper_item {
  display: none;
  max-width: 1082px;
  margin: 0 auto;
}
.home_application .swiper_item.active {
  display: block;
}
.home_application .home_application_swiper a {
  height: 100%;
  display: flex;
  background-color: #fff;
  border: 1px solid #e2e2e2;
}
.home_application .home_application_swiper a:hover img {
  transform: scale(1.03);
}
.home_application .home_application_swiper .img {
  width: 46.395564%;
  padding-bottom: 39.279113%;
}
.home_application .home_application_swiper .info {
  flex: 1;
  padding: 4.251386% 4.85% 3.327172%;
  display: flex;
  flex-direction: column;
}
.home_application .home_application_swiper .info .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: auto;
  text-transform: none;
}
.home_application .home_application_swiper .info .desc {
  color: var(--content_color);
  font-size: 18px;
  line-height: 26px;
  margin: 24px 0;
}
.home_application .home_application_swiper .info .btn_a {
  max-width: max-content;
}
.home_application .btn_more {
  margin-top: 56px;
}
.home_blog {
  padding: 60px 0;
}
.home_blog .flex .btn_a {
  margin-bottom: 8px;
}
.home_blog .swiper_box {
  margin-top: 25px;
}
.section_more {
  padding: 0px 0 60px;
}
.section_more .left {
  flex: 1;
  position: relative;
}
.section_more .icon {
  width: 97px;
  height: 97px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--subtheme_color);
}
.section_more .icon::before {
  content: '';
  display: block;
  width: 35px;
  height: 30px;
  filter: contrast(0) brightness(0);
  background: url(../img/icon-msg.svg) no-repeat center / contain;
}
.section_more .icon::after {
  content: '';
  display: block;
  border: 9px solid transparent;
  border-top-color: var(--subtheme_color);
  border-right-color: var(--subtheme_color);
  position: absolute;
  right: 0;
  top: 100%;
}
.section_more .head {
  padding-top: 2px;
  padding-right: 120px;
}
.section_more .faqs {
  max-width: 644px;
  margin-top: 18px;
}
.section_more .right {
  width: 49.305556%;
  color: #fff;
  background-color: #242424;
  padding: 56px 3.888889% 35px;
}
.section_more .right .title {
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 2px;
}
.section_more .right .desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  margin-top: 25px;
}
.section_more .form {
  gap: 10px;
  display: grid;
  margin-top: 22px;
}
.section_more .form p > br {
  display: none;
}
.section_more .form p > span >br:first-child {
  display: none;
}
.section_more .form span {
  width: 100%;
}
.section_more .form input,
.section_more .form select,
.section_more .form textarea {
  display: block;
  width: 100%;
  color: var(--title_color);
  font-size: 16px;
  padding: 20px;
  background-color: #fff;
}
.section_more .form input::placeholder,
.section_more .form select::placeholder,
.section_more .form textarea::placeholder {
  color: #65676b;
}
.section_more .form textarea {
  height: 118px;
}
.section_more .form span:has(input[type="checkbox"]) {
  margin-top: 14px;
}
.section_more .form input[type="checkbox"] {
  padding: 0;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.section_more .form input[type="checkbox"]::after {
  content: '';
  display: block;
  transition: all 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon-gou.svg) no-repeat center / contain;
}
.section_more .form input[type="checkbox"]:checked::after {
  opacity: 1;
}
.section_more .form input[type="checkbox"] ~ span {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: top;
  padding-left: 12px;
  cursor: pointer;
}
.section_more .form span:has(.btn) {
  margin-top: 20px;
  display: block;
}
.section_more .form .btn input {
  display: none;
}
.faq_list .faq_item {
  transition: all 0.3s;
  border-bottom: 1px solid #c6c6c6;
}
.faq_list .faq_item.active {
  border-color: var(--title_color);
}
.faq_list .faq_item.active .question {
  color: var(--theme_color);
}
.faq_list .faq_item.active .question::after {
  filter: none;
  transform: rotate(270deg);
}
.faq_list .faq_item:first-child .answer {
  display: block;
}
.faq_list .faq_item .question {
  gap: 20px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  cursor: pointer;
  font-size: 22px;
  transition: all 0.3s;
  text-transform: none;
  padding: 26px 0 22px;
}
.faq_list .faq_item .question::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  transition: all 0.3s;
  transform: rotate(90deg);
  filter: contrast(0) brightness(0);
  background: url(../img/arrow-st.svg) no-repeat center / contain;
}
.faq_list .faq_item .answer {
  color: var(--content_color);
  font-size: 18px;
  line-height: 26px;
  display: none;
  padding-bottom: 22px;
}
.advantage_list .icon + div {
  flex: 1;
}
section {
    zoom: 0.9;
}
@media screen and (max-width: 768px) {
  section {
    zoom: 1;
    }  
}