/*.application_banner {
  background: url(../img/app-banner.jpg) no-repeat center / cover;
}*/
.application_banner .flex {
  height: 100vh;
  max-height: 887px;
}
.application_banner .head {
  padding-bottom: 12.295%;
}
.application_banner .head .subtitle {
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
  display: block;
}
.application_banner .head h1 {
  font-size: 59px;
  font-weight: 900;
  color: #fff;
  margin-top: 30px;
}
.app_intro {
  position: relative;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 50px 0;
}
.app_intro .flex {
  min-height: 960px;
}
.app_intro .head {
  width: 47.7541%;
}
.app_intro .head h2 {
  position: relative;
  margin: 20px 0 42px;
}
.app_intro .head p {
  color: var(--content_color);
  line-height: 29px;
}
.app_intro .head ul {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 46px!important;
}
.app_intro .head ul li {
  flex: 1;
  padding-left: 52px;
  position: relative;
}

.app_intro .head ul li::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/gou-yuan.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 0;
}

.app_intro .head ul li strong {
  display: block;
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.app_intro .head ul li p {
  color: #828282;
  line-height: 29px;
  margin-top: 5px;
}
.app_intro .img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 47.2135%;
  height: auto;
}
.app_intro .img .pic {
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: all 1s;
  border-radius: 8px;
  width: 100%;
  height: auto;
}
.app_intro .img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.app_list .syeditorlist > li {
  padding: 114px 0;
}
.app_list .syeditorlist > li .flex {
  justify-content: space-between;
  align-items: center;
}
.app_list .syeditorlist > li .pic {
  width: 48.6885%;
}
.app_list .syeditorlist > li .pic .img {
  max-height: 491px;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
}
.app_list .syeditorlist > li .pic .img img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  display: block;
}
.app_list .syeditorlist > li .pic span {
  display: block;
  text-align: center;
  color: var(--content_color);
  padding-top: 12px;
}
.app_list .syeditorlist > li .info {
  width: 45.4918%;
}
.app_list .syeditorlist > li .info h2 {
  color: var(--a_color);
  font-size: 46px;
  font-weight: 900;
  line-height: 55px;
  margin-bottom: 30px;
}
.app_list .syeditorlist > li .info strong {
  color: #333;
  font-size: 18px;
  line-height: 29px;
  font-weight: normal;
  margin-bottom: 5px;
  display: block;
}
.app_list .syeditorlist > li .info p {
  color: var(--content_color);
  line-height: 29px;
}
.app_list .syeditorlist > li .info ul {
  list-style: disc;
  padding-left: 1rem;
}
.app_list .syeditorlist > li .info ul li {
  color: var(--content_color);
  line-height: 29px;
}
.app_list .syeditorlist > li:nth-child(even) {
  background-color: #fafafa;
}
.app_list .syeditorlist > li:nth-child(even) .pic {
  order: 2;
}
.app_list .syeditorlist > li:nth-child(even) .info {
  width: 47.2131%;
}
.app_product {
  background-color: #f8f8f8;
  padding: 140px 0;
  overflow: hidden;
}
.app_product .head h2 {
  margin-top: 25px;
}
.app_product .app_product_swiper {
  margin: 95px auto 0;
  max-width: 1114px;
  position: relative;
}
.app_product .app_product_swiper .swiper_btns_full {
  width: calc(100% + 210px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.app_product .app_product_swiper .swiper_btns_full div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url(../img/left-w.svg) no-repeat center / 15%;
  background-color: var(--theme_color);
  cursor: pointer;
  transition: all 0.3s;
}
.app_product .app_product_swiper .swiper_btns_full div:hover {
  filter: brightness(1.3);
}
.app_product .app_product_swiper .swiper_btns_full .btn_next {
  background-image: url(../img/right-w.svg);
}
.app_product .app_product_swiper .swiper_btns_full div.swiper-button-disabled {
  cursor: default;
  background-color: #484848;
}
.app_product .app_product_swiper .swiper_btns_full div.swiper-button-disabled:hover {
  filter: brightness(1);
}
.app_product .app_product_swiper .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 8.797% 4.219%;
  overflow: hidden;
}
.app_product .app_product_swiper .swiper-slide a:hover img {
  transform: scale(1.05);
}
.app_product .app_product_swiper .swiper-slide a:hover .info .button {
  background-color: transparent;
  color: var(--theme_color);
}
.app_product .app_product_swiper .swiper-slide .img {
  width: 35.7843%;
  padding-bottom: 29.117647%;
  position: relative;
}
.app_product .app_product_swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.app_product .app_product_swiper .swiper-slide .info {
  flex: 1;
  padding-left: 1rem;
  padding-top: 22px;
}
.app_product .app_product_swiper .swiper-slide .info span {
  font-size: 14px;
  color: var(--theme_color);
}
.app_product .app_product_swiper .swiper-slide .info h3 {
  color: var(--title_color);
  font-size: 28px;
  font-weight: 700;
  margin: 9px 0 19px;
}
.app_product .app_product_swiper .swiper-slide .info p {
  color: var(--content_color);
  font-size: 17px;
  line-height: 29px;
  max-width: 600px;
}
.app_product .app_product_swiper .swiper-slide .info .button {
  display: block;
  width: max-content;
  font-weight: normal;
  font-size: 22px;
  padding: 13.5px 112.5px;
  margin: 30px 0 0 auto;
}
.faq_box {
  padding: 140px 0 148px;
}
.faq_box .head h2 {
  margin-top: 20px;
}
.faq_box .sy_contentfaq {
  margin-top: 65px;
}
.faq_box .sy_contentfaq button {
  display: none;
}
.faq_box .sy_contentfaq .faqs .faq .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 22px;
  padding: 22px 40px 22px 36px;
  position: relative;
  gap: 1rem;
}
.faq_box .sy_contentfaq .faqs .faq .question::after {
  content: '';
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: var(--theme_color);
  transition: all 0.3s;
  opacity: 0;
  border-radius: 4px;
}
.faq_box .sy_contentfaq .faqs .faq .question strong {
  color: #212121;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.faq_box .sy_contentfaq .faqs .faq .question span {
  display: block;
  min-width: 15px;
  height: 8px;
  background: url(../img/select.svg) no-repeat center / contain;
  position: relative;
  z-index: 2;
  transition: transform 0.3s;
}
.faq_box .sy_contentfaq .faqs .faq .answer {
  color: #707070;
  font-size: 17px;
  line-height: 2rem;
  padding: 10px 40px 65px 36px;
  display: none;
}
.faq_box .sy_contentfaq .faqs .faq.active .question::after {
  opacity: 1;
}
.faq_box .sy_contentfaq .faqs .faq.active .question strong {
  color: #fff;
}
.faq_box .sy_contentfaq .faqs .faq.active .question span {
  transform: rotate(180deg);
  filter: contrast(0) brightness(20);
}
.faq_box p.center {
  color: #434649;
  margin-top: 87px;
}
.faq_box p.center a {
  color: var(--theme_color);
  text-decoration: underline;
}
