@font-face {
  src: url("../font/SourceHanSansSC-ExtraLight.otf");
  font-family: 'SourceHanSansSC';
  font-weight: 200;
  font-display: swap;
}
@font-face {
  src: url("../font/SourceHanSansSC-Light.otf");
  font-family: 'SourceHanSansSC';
  font-weight: 300;
  font-display: swap;
}
@font-face {
  src: url("../font/SourceHanSansSC-Regular.otf");
  font-family: 'SourceHanSansSC';
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../font/SourceHanSansSC-Medium.otf");
  font-family: 'SourceHanSansSC';
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("../font/SourceHanSansSC-Bold.otf");
  font-family: 'SourceHanSansSC';
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url("../font/SourceHanSansSC-Heavy.otf");
  font-family: 'SourceHanSansSC';
  font-weight: 900;
  font-display: swap;
}
.toplevel_page_sytech_fronteditor .bg_moble{
  display: block;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #0d54a5;
  --secondary: #000;
  --title: #262628;
  --text: #686870;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
ul {
  list-style: none;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i {
  font-style: normal;
}
.content {
  max-width: 115.2rem;
  margin: 0 auto;
  position: relative;
}
.content .content {
  padding: 0;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 118.2rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
  color: var(--title);
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex1 {
  flex: 1;
}
.flex2 {
  flex: 2;
}
.flex3 {
  flex: 3;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
  font-family: 'SourceHanSansSC', sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.Poppins {
  font-family: 'Poppins', sans-serif;
}
.only_mobile {
  display: none;
}
.gap {
  gap: 3rem;
}
li.swiper-slide {
  height: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--primary);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
div[data-wpr-lazyrender] {
  content-visibility: unset;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img.img_ab .bg_pc,
.img.img_ab .bg_moble {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.img.img_aba {
  position: relative;
}
.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border-radius: 100px;
  transition: all 0.3s;
  color: #fff;
  font-size: 1.7rem;
  line-height: normal;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 1.3rem 4.4rem;
}
.btn:hover {
  background-color: var(--primary);
}
.btn_w {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border-radius: 100px;
  transition: all 0.3s;
  color: var(--title);
  font-size: 1.5rem;
  line-height: normal;
  font-weight: 500;
  background-color: #fff;
  padding: 1.1rem 3.45rem;
}
.btn_w:hover {
  background-color: var(--primary);
  color: #fff;
}
.btn_line {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid #94979e;
  color: #94979e;
  font-size: 1.4rem;
  line-height: normal;
  font-weight: 300;
  gap: 1rem;
  padding: 0.4rem 1.8rem 0.6rem;
}
.btn_line::after {
  width: 1.1rem;
  height: 1.1rem;
  display: inline-block;
  content: '';
  transition: all 0.3s;
  background: url("../img/arrow-r.png") no-repeat center / contain;
  filter: contrast(0) brightness(0);
  opacity: 0.5;
}
.btn_line:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.btn_line:hover::after {
  filter: contrast(0) brightness(2);
  transform: translateX(20%);
  opacity: 1;
}
.swiper_btns {
  gap: 3.6rem;
  display: flex;
}
.swiper_btns div {
  width: 4.8rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/arrow.png) no-repeat center / 22.9166667%;
}
.swiper_btns div:hover {
  background-color: var(--primary);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 140rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.bg_pc,
.bg_moble {
  width: 100%;
  height: auto;
}
.bg_pc img,
.bg_moble img,
.bg_pc video,
.bg_moble video {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}
.bg_pc {
  display: block;
}
.bg_moble {
  display: none;
}
.head.lar strong {
  margin-bottom: 0.4rem;
}
.head.lar h2 {
  font-size: 5.3rem;
  letter-spacing: 0.4px;
}
.head strong {
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--text);
  display: block;
  line-height: normal;
  margin-bottom: 0.3rem;
}
.head h2 {
  font-size: 3.5rem;
  line-height: normal;
  font-weight: 700;
  letter-spacing: 0.1px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 996;
  width: 100%;
  transition: all 0.3s;
  background-color: transparent;
}
header.opt {
  top: -5.5rem;
}
header.sticky,
header.style {
  background-color: #fff;
}
header.sticky .left .logo .img_w,
header.style .left .logo .img_w {
  opacity: 0;
}
header.sticky .left .logo .img_b,
header.style .left .logo .img_b {
  opacity: 1;
}
header.sticky nav .menu > li > a,
header.style nav .menu > li > a {
  color: var(--text);
  font-weight: 400;
}
header.sticky .btns .btn_search,
header.style .btns .btn_search,
header.sticky .btns .btn_user,
header.style .btns .btn_user,
header.sticky .btns .btn_menu,
header.style .btns .btn_menu {
  filter: unset;
}
header.sticky {
  position: sticky;
}
header.sticky nav .menu > li > a {
  letter-spacing: 0.3px;
}
header .btn_faqs {
  display: none;
}
header .left {
  display: flex;
  align-items: center;
  margin-right: 2%;
}
header .left .logo {
  display: block;
  position: relative;
  width: 12rem;
}
header .left .logo::after {
  padding-bottom: 17.284%;
  display: block;
  content: '';
}
header .left .logo img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
header .left .logo .img_b {
  opacity: 0;
}
header .left .logo p {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
header nav .menu {
  display: flex;
  gap: 4.2rem;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li::after {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  opacity: 0;
  background-color: var(--primary);
  transform: translateX(-50%);
  transition: all 0.3s;
}
header nav .menu > li > a {
  display: block;
  font-size: 1.5rem;
  transition: all 0.3s;
  line-height: 5.4rem;
  padding-bottom: 1px;
  color: #fff;
  letter-spacing: 0.3px;
  font-weight: 200;
}
header nav .menu > li.current-menu-item::after,
header nav .menu > li.current-menu-parent::after,
header nav .menu > li:hover::after {
  opacity: 1;
}
header nav .menu > li:hover ul {
  opacity: 1;
  pointer-events: all;
  padding: 1.6rem 2.4rem;
}
header nav .menu > li:hover ul li {
  transform: translate(0);
}
header nav .sub-menu {
  left: -2.4rem;
  position: absolute;
  min-width: 20rem;
  background-color: #fff;
  padding: 1.6rem 2.4rem 0;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}
header nav .sub-menu > li {
  margin-bottom: 0.5rem;
  transition: all 0.4s;
  transform: translateY(-1.6rem);
}
header nav .sub-menu > li > a {
  display: block;
  padding: 0.8rem 0;
  transition: all 0.3s;
  font-size: 1.3rem;
}
header nav .sub-menu > li > a:hover {
  color: var(--primary);
}
header .btns {
  gap: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 5.5rem;
  margin-left: auto;
}
header .btns .purchase {
  position: relative;
  z-index: 2;
}
header .btns .purchase:hover .list {
  opacity: 1;
  padding-top: 1rem;
  pointer-events: all;
}
header .btns .purchase .list {
  position: absolute;
  left: 0;
  top: 100%;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
header .btns .purchase .list ul {
  padding: 0.8rem;
  border-radius: 1.2rem;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
header .btns .purchase .list a {
  display: block;
  white-space: nowrap;
  position: relative;
  font-size: 1.4rem;
  transition: all 0.3s;
  padding: 1.2rem 0.8rem 1.2rem 4rem;
}
header .btns .purchase .list a::before {
  width: 2.4rem;
  height: 2.4rem;
  display: block;
  content: '';
  position: absolute;
  left: 0.8rem;
  top: 50%;
  border-radius: 0.6rem;
  transform: translateY(-50%);
  background: no-repeat center / contain;
}
header .btns .purchase .list a:hover {
  background-color: #f8f9fc;
}
header .btns .purchase .list .tmall a::before {
  background-image: url("../img/tmall.png");
}
header .btns .purchase .list .jd a::before {
  background-image: url("../img/jd.png");
}
header .btns .purchase .list .pinduoduo a::before {
  background-image: url("../img/pinduoduo.png");
}
header .btns .purchase .list .tiktok a::before {
  background-image: url("../img/tiktok.png");
}
header .btns .purchase .list .kuaishou a::before {
  background-image: url("../img/kuaishou.png");
}
header .btns .btn_search {
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  transition: all 0.3s;
  background: url(../img/icon-search.png) no-repeat center / contain;
  filter: contrast(0) brightness(2);
  margin-right: 2px;
}
header .btns .btn_user {
  width: 1.8rem;
  height: 1.8rem;
  display: none;
  cursor: pointer;
  transition: all 0.3s;
  background: url(../img/icon-user.png) no-repeat center / contain;
  filter: contrast(0) brightness(2);
}
header .btns .btn_menu {
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
  display: none;
}
header .btns .btn_purchase {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 100px;
  background-color: var(--primary);
  color: #fff;
  font-size: 1.2rem;
  font-size: 1.4rem;
  gap: 0.7rem;
  padding: 0.85rem 2.1rem;
  margin-bottom: 1px;
  font-weight: 200;
}
header .btns .btn_purchase::before {
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
  content: '';
  background: url("../img/icon-purchase.png") no-repeat center / contain;
}
header .btns .btn_purchase:hover {
  background-color: var(--title);
}
.btn_mega_menu .sub-menu {
  display: none;
}
.mega_menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #f6f7f9;
  display: none;
}
.mega_menu .inner {
  overflow: auto;
  padding: 4rem 0 6rem;
  max-height: calc(100vh - 8rem);
}
.mega_menu .mega_con {
  display: none;
}
.mega_menu .nav {
  width: 19.2rem;
}
.mega_menu .nav li + li {
  margin-top: 4px;
}
.mega_menu .nav a {
  display: block;
  transition: all 0.3s;
  font-weight: 500;
  font-size: 1.4rem;
  border-radius: 0.8rem;
  padding: 1.2rem 1.6rem;
}
.mega_menu .nav .active a {
  background-color: #f6f7f9;
}
.mega_menu .nav .compare {
  padding-top: 1rem;
  margin-top: 3rem;
  border-top: 1px solid rgba(128, 128, 128, 0.1);
  display: none;
}
.mega_menu .nav .compare a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}
.mega_menu .nav .compare a::after {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  content: '';
  background: url("../img/icon-compare.png") no-repeat center / contain;
}
.mega_menu .box {
  flex: 1;
  display: none;
}
.mega_menu .box.active {
  display: block;
}
.mega_menu .menu_title {
  display: none;
}
.mega_menu .list ul {
  gap: 1.2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.mega_menu .list li a {
  border-radius: 2.2rem;
  background-color: #f9fafc;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mega_menu .list .img {
  padding-bottom: 90.34268%;
}
.mega_menu .list .img i {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 1px solid rgba(137, 138, 147, 0.5);
  background: url("../img/faqs-r.png") no-repeat center / 15%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: block;
}
.mega_menu .list .title {
  font-weight: 500;
  text-align: center;
  padding: 1rem 1rem 2rem;
}
.mega_menu .list .btn_line {
  position: relative;
  z-index: 2;
  margin-top: 3rem;
}
.mega_menu .row_list {
  position: relative;
}
.mega_menu .row_list ul {
  grid-template-columns: repeat(2, 1fr);
}
.mega_menu .row_list li a {
  padding: 2rem 3rem;
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 52.4% 1fr;
}
.mega_menu .row_list li a:hover img {
  transform: scale(1.03);
}
.mega_menu .row_list .img {
  padding-bottom: 86.16715%;
}
.mega_menu .row_list .info .title {
  text-align: left;
  padding: 0;
}
.mega_menu .row_list .info .desc {
  color: #686870;
  font-size: 1.4rem;
  margin-top: 8px;
}
.mega_menu .row_list::after {
  content: '';
  display: block;
  width: 100%;
  height: 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
  background-image: linear-gradient(to top, #fff, transparent);
}
.mega_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
}
.mega_overlay.active {
  opacity: 1;
  pointer-events: all;
}
nav.header_nav {
  display: none;
}
footer {
  color: var(--text);
}
footer .footer_main {
  border-top: 1px solid rgba(128, 128, 128, 0.1);
  padding: 8rem 0 1.4rem;
}
footer .footer_main .flex {
  gap: 5rem 2rem;
}
footer .footer_main .slide_obj {
  min-width: 14rem;
}
footer .footer_main .slide_obj strong {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: var(--title);
  font-weight: 500;
}
footer .footer_main .slide_obj li {
  font-size: 1.4rem;
  position: relative;
  z-index: 9;
}
footer .footer_main .slide_obj li img{
  width: 10rem;
  padding: 1rem;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 2rem);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  background-color: white;
}
footer .footer_main .slide_obj li:hover img{
  pointer-events: all;
  opacity: 1;
}
footer .footer_main .slide_obj li a {
  font-size: 1.4rem;
  transition: all 0.3s;
  vertical-align: top;
  font-weight: 300;
}
footer .footer_main .slide_obj li a:hover {
  color: var(--primary);
  text-decoration: underline;
}
footer .footer_main .slide_obj li + li {
  margin-top: 0.7rem;
}
footer .footer_main .slide_purchase li {
  position: relative;
  padding-left: 2.6rem;
}
footer .footer_main .slide_purchase li::before {
  width: 2rem;
  height: 2rem;
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: no-repeat center / contain;
}
footer .footer_main .slide_purchase .tmall::before {
  background-image: url("../img/tmall.png");
}
footer .footer_main .slide_purchase .jd::before {
  background-image: url("../img/jd.png");
}
footer .footer_main .slide_purchase .pinduoduo::before {
  background-image: url("../img/pinduoduo.png");
}
footer .footer_main .slide_purchase .tiktok::before {
  background-image: url("../img/tiktok.png");
}
footer .footer_main .slide_purchase .kuaishou::before {
  background-image: url("../img/kuaishou.png");
}
footer .footer_main .slide_connect .code {
  margin-top: 1.4rem;
}
footer .footer_main .slide_connect .code img {
  width: 9.9rem;
  height: 9.9rem;
  display: block;
  object-fit: cover;
}
footer .footer_main .slide_connect .code p {
  font-size: 1.4rem;
}
footer .footer_main .slide_connect .social {
  gap: 2rem 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4.1rem;
}
footer .footer_main .slide_connect .social li + li {
  margin-top: 0;
}
footer .footer_main .slide_connect .social a {
  opacity: 1;
  display: block;
  width: 3.1rem;
  height: 1.9rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
}
footer .footer_main .slide_connect .social a::after {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  background: no-repeat center / contain;
}
footer .footer_main .slide_connect .social a:hover {
  transform: scale(1.1);
}
footer .footer_main .slide_connect .social .tiktok a::after, footer .footer_main .slide_connect .social .douyin1 a::after {
  background-image: url(../img/tiktok2.png);
}
footer .footer_main .slide_connect .social .kuaishou1 a::after {
  background-image: url(../img/kuaishou2.png);
}
footer .footer_main .slide_connect .social .channels a::after {
  background-image: url(../img/channels.png);
}
footer .footer_main .slide_connect .social .bilibili a::after {
  background-image: url(../img/bilibili.png);
}
footer .footer_main .slide_connect .social .xiaohonghshu a::after {
  background-image: url(../img/xiaohongshu.png);
}
footer .footer_bottom {
  border-top: 1px solid rgba(128, 128, 128, 0.1);
  padding: 1.4rem 0 3.7rem;
  font-weight: 300;
}
footer .footer_bottom .copyright {
  font-size: 1.4rem;
}
footer .footer_bottom .copyright a {
  display: block;
  transition: all 0.3s;
}
footer .footer_bottom .copyright a:hover {
  opacity: 1;
  color: var(--primary);
  text-decoration: underline;
}
footer .footer_bottom .copyright ul li {
  display: inline-flex;
  align-items: center;
}
footer .footer_bottom .copyright ul li:first-child::before {
  display: none;
}
footer .footer_bottom .copyright ul li::before {
  content: ' | ';
  display: inline-block;
  margin: 0 0.9rem 0 0.5rem;
}
footer .footer_bottom .copyright p {
  margin-top: 0.9rem;
}
footer .footer_bottom .btn_lang {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 1rem;
  font-size: 1.2rem;
  margin-top: 2px;
}
footer .footer_bottom .btn_lang::before {
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
  content: '';
  background: url("../img/icon-lang.png") no-repeat center / contain;
  margin-bottom: -1px;
}
.footer_more {
  padding: 6rem 0 6.2rem;
}
.footer_more .items > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.footer_more .item {
  background-color: #f8f9fc;
  border-radius: 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.8rem;
  color: #414144;
  gap: 2rem;
  padding: 5.5rem 2rem 5.7rem;
  transition: all 0.3s;
}
.footer_more .item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.footer_more .item:hover .title {
  border-color: #414144;
}
.footer_more .item .icon {
  width: 5rem;
  height: 5rem;
  content: '';
  background: no-repeat center / contain;
}
.footer_more .item .title {
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
}
.page_nav .nav_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem 7.37847222%;
}
.page_nav .nav_item {
  display: block;
  transition: all 0.3s;
  font-size: 1.8rem;
  color: #8c8d8f;
  cursor: pointer;
}
.page_nav .nav_item::after {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #0053a4;
  display: block;
  content: '';
  margin: 0.6rem auto 0;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.3s, transform 0.4s;
}
.page_nav .nav_item.active,
.page_nav .nav_item:hover {
  color: #262629;
}
.page_nav .nav_item.active::after,
.page_nav .nav_item:hover::after {
  transform: translateY(0);
  opacity: 1;
}
.page_banner {
  background: url("../img/page-banner.jpg") no-repeat center / cover;
}
.page_banner .flex {
  flex-direction: column;
  min-height: 17.7rem;
  padding: 4rem 0 4.2rem;
}
.page_banner .breadcrumbs {
  line-height: 2rem;
  min-height: 2rem;
}
.page_banner .breadcrumbs span {
  font-size: 1.5rem;
  font-weight: 300;
}
.page_banner .breadcrumbs span span::before {
  content: ' > ';
  display: inline-block;
  margin: 0 1.75rem 0 1.4rem;
}
.page_banner .breadcrumbs span span:first-child::before {
  display: none;
}
.page_banner .breadcrumbs span a {
  transition: all 0.3s;
  text-decoration: underline transparent;
}
.page_banner .breadcrumbs span a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}
.page_banner form {
  display: grid;
  border-radius: 100px;
  border: 1px solid #e8eaec;
  background-color: #fff;
  grid-template-columns: 3.2rem 1fr;
  align-items: center;
  min-height: 4.2rem;
  max-width: 52.5rem;
  margin-top: 1.5rem;
  margin-bottom: 3px;
}
.page_banner form input[type=text] {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  color: #8c8d8f;
  background-color: transparent;
  padding: 0.4rem 1.2rem 0.7rem;
  font-weight: 300;
}
.page_banner form input[type=text]::placeholder {
  color: #8c8d8f;
}
.page_banner form input[type=submit] {
  text-indent: -999px;
  color: transparent;
  display: block;
  background: url("../img/icon-search.png") no-repeat center right / 46.875% transparent;
}
.page_banner2 {
  position: relative;
}
.page_banner2 .wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page_banner2 .content {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 101rem;
}
.page_banner2 .head {
  flex: 1;
  color: #fff;
  padding-top: 8.3%;
}
.page_banner2 h1 {
  font-size: 4.5rem;
  font-weight: 700;
}
.page_banner2 .btn {
  margin-top: 4.7rem;
}
.blog_list a {
  border-radius: 2.2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f6f7f9;
  overflow: hidden;
}
.blog_list a:hover img {
  transform: scale(1.03);
}
.blog_list .img {
  background-color: #4a5eb3;
  padding-bottom: 77.333%;
}
.blog_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
  padding: 1.2rem 7.5% 2.7rem;
}
.blog_list .info strong {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.blog_list .info p {
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-top: 0.3rem;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.blog_list .info .more {
  font-size: 1.5rem;
  transition: all 0.3s;
  cursor: pointer;
  max-width: max-content;
  margin-top: auto;
  font-weight: 500;
}
.blog_list .info .more:hover {
  color: var(--primary);
}
.blog_list .info .flex {
  margin-top: auto;
}
.blog_list .info .date {
  display: none;
}

 form span.wpcf7-spinner{
  width: 24px !important;
  margin-left: 0;
  margin-top: 1rem;
  display: block;
}
body .wpcf7 form .wpcf7-response-output{
  padding: 0;
  margin: 0;
  border: none;
}



.video_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 9999;
  padding: 0 2rem;
}
.video_pop.active {
  opacity: 1;
  pointer-events: all;
}
.video_pop.active .pop_content {
  transform: translate(-50%, -50%);
  position: relative;
}
.video_pop .mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.video_pop .mask .close {
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/mobile-menu/close.svg) no-repeat center / contain;
  position: absolute;
  right: 2rem;
  top: 1rem;
  cursor: pointer;
}
.video_pop .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  transition: all 0.3s;
  width: max-content;
  max-width: 90vw;
  max-height: 90vh;
}
.video_pop .pop_content iframe {
  max-width: 100%;
  max-height: 100%;
  min-width: 766px;
  min-height: 431px;
  object-fit: contain;
}



.default_head{
  padding: 9rem 0;
  background-color: #eee;
}
.default_head h1{
  font-size: 4.5rem;
}
.default_body{
  padding: 5rem 0;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #171717;
}

.default_body h2 {
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin: 3.5rem 0 3.3rem;
}
.default_body h3 {
  font-size: 2rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin: 1.6rem 0 1rem;
}
.default_body p {
  margin: 1rem 0;
}
.default_body img {
  border-radius: 8px;
  width: 100%;
  display: block;
  object-fit: cover;
  margin: 4.7rem 0;
}
.default_body ul {
  margin: 1rem 0;
}
.default_body ul li {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 1rem;
}
.default_body ul li:last-child {
  margin-bottom: 0;
}
.default_body ul li::before {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  left: 0;
  top: 0.8rem;
  border-radius: 50%;
  background-color: var(--theme_color);
  content: '';
}

div.search-block {
  position: fixed;
  /* visibility: hidden; */
  z-index: 400;
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0 55 96 / 12%);
  transition: 0.3s ease;
  /* opacity: 0; */
  width: 100%;
  bottom: -100vh;
  height: 100vh;
  transition: 0.3s ease;
}
div.search-block.active {
  bottom: 0;
  opacity: 1;
  transform: translateY(122px);
}
div.search-block div.content {
  position: relative;
  display: block;
}
.wd-action-btn {
  display: inline-flex;
  vertical-align: middle;
  background: url(../../global/img/cloes.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  transition: all 0.3s;
  cursor: pointer;
}
.wd-action-btn:hover{
  transform: rotate(180deg);
}
div.search-block .searchform {
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  /* opacity: 0; */
  transition: opacity 0.35s ease 0.2s;
  --wd-form-color: #333;
  --wd-form-placeholder-color: #333;
  text-align: center;
  transition: 0.75s all ease;
}
div.search-block.active .searchform {
  opacity: 1;
}
div.search-block .searchform input[type='text'] {
  padding: 0;
  height: 110px;
  border: none;
  text-align: center;
  font-size: 35px;
  outline: none;
}
header div.main-menu div.main div.right {
  display: none;
}
div.search-block .searchform ::-webkit-input-placeholder {
  color: #333333;
}

.download_main .item .info {
  font-size: 1.8rem !important;
  line-height: 2rem !important;
  font-weight: 300;
}
.download_main .item .title {
  font-size: 2.5rem !important;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 1px;
}



@media screen and (min-width: 769px) and (max-width: 1220px) {
  .page_banner2 .head {
    padding: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content {
    padding: 0 2rem;
  }
  .swiper_content {
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}
@media screen and (min-width: 769px) {
  div::-webkit-scrollbar {
    width: 4px;
  }
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px !important;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0 1rem;
  }
  .content_big {
    padding: 0 23px;
  }
  .swiper_content {
    padding: 10px 1rem;
  }
  .swiper_content_big {
    padding: 10px 1rem;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 1rem;
  }
  .btn,
  .btn_w {
    font-size: 14px;
    line-height: 1.5;
    padding: 6px 1rem;
  }
  .btn_line {
    font-size: 14px;
    line-height: 1.5;
    padding: 3px 1rem;
    gap: 8px;
  }
  .btn_line::after {
    width: 10px;
    height: 10px;
  }
  .swiper_btns {
    gap: 1rem;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
  div.head.lar strong {
    margin-bottom: 3px;
  }
  div.head.lar h2 {
    font-size: 22px;
    letter-spacing: unset;
  }
  div.head .subtitle,
  div.head strong {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 3px;
    letter-spacing: 1px;
  }
  div.head h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .btn,
  div.head .btn_line,
  div.head .btn_w {
    margin-top: 8px;
  }
  header.opt {
    top: -44px;
  }
  header.sticky .btns .btn_menu,
  header.style .btns .btn_menu,
  header.sticky .btns .btn_user,
  header.style .btns .btn_user,
  header.sticky .btns .btn_search,
  header.style .btns .btn_search {
    filter: contrast(0) brightness(0);
  }
  header.sticky.pd_header {
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
  }
  header.sticky nav .menu > li > a {
    letter-spacing: unset;
  }
  header.sticky:not(.pd_header) {
    background-color: #000;
  }
  header.sticky:not(.pd_header) .left .logo .img_w {
    opacity: 1;
  }
  header.sticky:not(.pd_header) .left .logo .img_b {
    opacity: 0;
  }
  header.sticky:not(.pd_header) .btns .btn_search,
  header.sticky:not(.pd_header) .btns .btn_user,
  header.sticky:not(.pd_header) .btns .btn_menu {
    filter: contrast(0) brightness(2);
  }
  header .left {
    margin: 0;
    padding: 0;
  }
  header .left .logo {
    width: 93px;
  }
  header nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    transition: all 0.3s;
    display: none;
  }
  header nav.active {
    pointer-events: all;
  }
  header nav.active .close {
    opacity: 1;
  }
  header nav.active .con {
    opacity: 1;
    transform: translate(0);
  }
  header nav .close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    opacity: 0;
  }
  header nav .con {
    position: absolute;
    left: 0;
    top: 0;
    width: min(300px, 80vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-100%);
  }
  header nav .con .close_box {
    padding: 32px 20px 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  header nav .con .close_box .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    filter: brightness(0);
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
    cursor: pointer;
    transition: all 0.3s;
  }
  header nav .con .close_box .close:hover {
    transform: rotate(180deg);
  }
  header nav .con .close_box + div {
    flex: 1;
    overflow: auto;
  }
  header nav .con .close_box + div::-webkit-scrollbar {
    width: 5px;
  }
  header nav .con .close_box + div::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 10px;
  }
  header nav .con .menu {
    display: block;
  }
  header nav .con .menu > li {
    cursor: pointer;
  }
  header nav .con .menu > li::after {
    display: none;
  }
  header nav .con .menu > li > a {
    color: var(--title);
    line-height: 64px;
    padding: 0 0 0 32px;
    font-size: 18px;
  }
  header nav .con .menu > li > a:hover {
    color: var(--primary);
  }
  header nav .con .menu > li.menu-item-has-children > a {
    margin-right: 52px;
  }
  header nav .con .menu > li.menu-item-has-children::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    left: calc(100% - 32px);
    top: 26px;
    transition: all 0.3s;
  }
  header nav .con .menu > li.active::after {
    transform: rotate(180deg);
  }
  header nav .con .menu > li:hover ul {
    padding: 16px 24px;
  }
  header nav .con .menu .current-menu-item > a,
  header nav .con .menu .current-menu-parent > a {
    color: var(--primary);
  }
  header nav .con .sub-menu {
    position: static;
    padding: 16px 24px;
    background-color: #f8f8f8;
    margin: 0 32px;
    box-shadow: none;
    border-radius: 8px;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    transform: translate(0);
    min-width: unset;
  }
  header nav .con .sub-menu li {
    transform: translate(0);
  }
  header nav .con .sub-menu li a {
    padding: 8px 0;
    word-break: break-word;
    font-size: 14px;
    color: var(--title);
  }
  header nav .con .sub-menu li a::after {
    display: none;
  }
  header nav .con .sub-menu li a:hover {
    color: var(--primary);
  }
  header .btns {
    padding: 0;
    margin: 0;
    min-height: 44px;
    gap: 14px;
  }
  header .btns .btn_search,
  header .btns .btn_user,
  header .btns .btn_menu {
    width: 19px;
    height: 19px;
    margin: 0;
  }
  header .btns .btn_lang,
  header .btns .btn_user {
    display: none;
  }
  header .btns .purchase {
    display: none;
  }
  header .btns .btn_menu {
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    background: url(../img/icon-menu.png) no-repeat center / contain;
  }
  header .btns .btn_menu.unfold {
    background-image: url("../img/nav_close.png");
  }
  nav.header_nav {
    position: fixed;
    left: 0;
    top: 44px;
    z-index: 995;
    width: 100%;
    bottom: 0;
    pointer-events: none;
    display: block;
    transition: all 0.3s;
  }
  nav.header_nav.active {
    pointer-events: all;
  }
  nav.header_nav.active .close {
    opacity: 1;
  }
  nav.header_nav.active .con {
    opacity: 1;
    transform: translate(0);
  }
  nav.header_nav .con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-100%);
    padding: 22px;
  }
  nav.header_nav .con > div:has(.menu) {
    flex: 1;
    overflow-y: auto;
  }
  nav.header_nav .con > div:has(.menu)::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  nav.header_nav .con > div:has(.menu)::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 10px;
  }
  nav.header_nav .menu {
    display: block;
  }
  nav.header_nav .menu > li {
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid rgba(128, 128, 128, 0.1);
  }
  nav.header_nav .menu > li::after {
    display: none;
  }
  nav.header_nav .menu > li > a {
    display: block;
    transition: all 0.3s;
    color: var(--title);
    line-height: 56px;
    font-size: 16px;
  }
  nav.header_nav .menu > li > a:hover {
    color: var(--primary);
  }
  nav.header_nav .menu > li.menu-item-has-children > a {
    margin-right: 52px;
  }
  nav.header_nav .menu > li.menu-item-has-children::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/icon-select.png) no-repeat center / contain;
    position: absolute;
    right: 0;
    top: 26px;
    transition: all 0.3s;
  }
  nav.header_nav .menu > li.active::after {
    transform: rotate(90deg);
  }
  nav.header_nav .menu .current-menu-item > a,
  nav.header_nav .menu .current-menu-parent > a {
    color: var(--primary);
  }
  nav.header_nav .sub-menu {
    position: static;
    padding: 0 0 20px;
    box-shadow: none;
    border-radius: 8px;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    transform: translate(0);
    min-width: unset;
  }
  nav.header_nav .sub-menu li {
    transform: translate(0);
  }
  nav.header_nav .sub-menu li a {
    word-break: break-word;
    font-size: 14px;
    line-height: 32px;
    color: var(--title);
  }
  nav.header_nav .sub-menu li a::after {
    display: none;
  }
  nav.header_nav .sub-menu li a:hover {
    color: var(--primary);
  }
  nav.header_nav .btns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  nav.header_nav .btns .btn_user,
  nav.header_nav .btns .btn_lang {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    gap: 12px;
    padding: 12px 0;
  }
  nav.header_nav .btns .btn_user::after,
  nav.header_nav .btns .btn_lang::after {
    width: 14px;
    height: 14px;
    display: inline-block;
    content: '';
    background: no-repeat center / contain;
  }
  nav.header_nav .btns .btn_user::after {
    background-image: url("../img/icon-user.png");
  }
  nav.header_nav .btns .btn_lang::after {
    background-image: url("../img/icon-lang.png");
  }
  .mega_menu {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    bottom: 0;
    transition: all 0.3s;
    transform: translateX(-100%);
    pointer-events: none;
  }
  .mega_menu.active {
    transform: translateX(0);
    pointer-events: all;
  }
  .mega_menu .inner {
    padding: 0;
    max-height: unset;
    height: 100%;
  }
  .mega_menu .content {
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .mega_menu .mega_con {
    display: grid;
    align-items: center;
    grid-template-columns: 15px auto 15px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(128, 128, 128, 0.1);
    padding: 15px 21px;
    font-weight: 700;
  }
  .mega_menu .mega_con .btn_prev,
  .mega_menu .mega_con .btn_close {
    width: 100%;
    padding-bottom: 100%;
    display: block;
    content: '';
    background: no-repeat center / contain;
  }
  .mega_menu .mega_con .btn_prev {
    background-image: url("../img/nav_prev.png");
  }
  .mega_menu .mega_con .btn_close {
    background-image: url("../img/nav_close.png");
  }
  .mega_menu .flex {
    flex: 1;
    overflow-y: auto;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    padding-top: 18px;
  }
  .mega_menu .flex::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .mega_menu .flex::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 10px;
  }
  .mega_menu .nav {
    order: 20;
    width: 100%;
  }
  .mega_menu .nav li:not(.compare) {
    display: none;
  }
  .mega_menu .nav .compare {
    padding: 15px 21px 13px;
    margin-top: 12px;
  }
  .mega_menu .nav .compare a {
    position: relative;
    padding: 16px 0;
    padding-right: 2rem;
    font-size: 13px;
    width: 100%;
  }
  .mega_menu .nav .compare a::after {
    width: 16px;
    height: 16px;
  }
  .mega_menu .nav .compare a::before {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: url("../img/icon-select.png") no-repeat center / contain;
  }
  .mega_menu .box {
    flex: unset;
    display: block;
    padding: 0 18px 0 22px;
  }
  .mega_menu .box.active .menu_title::after {
    transform: rotate(-90deg);
  }
  .mega_menu .box .menu_title {
    display: grid;
    grid-template-columns: 1fr 10px;
    align-items: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    padding: 9px 0;
  }
  .mega_menu .box .menu_title::after {
    padding-bottom: 100%;
    display: block;
    content: '';
    background: url("../img/icon-select.png") no-repeat center / contain;
    transition: all 0.3s;
  }
  .mega_menu .box .list {
    display: none;
    padding: 13px 0 17px;
  }
  .mega_menu .box .list ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 7.5px 8px;
  }
  .mega_menu .box .list li a {
    border-radius: 11px;
    gap: 0;
  }
  .mega_menu .box .list .title {
    font-size: 12px;
    padding: 5px 10px 28px;
  }
  .mega_menu .box .list .img i {
    width: 39.5px;
    height: 39.5px;
  }
  .mega_menu .box .row_list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .mega_menu .box .row_list li a {
    padding: 0;
  }
  .mega_menu .box .row_list .info {
    padding: 10px;
    margin-left: -24%;
    margin-bottom: 5px;
  }
  .mega_menu .box .row_list .info .title {
    font-size: 14px;
    font-weight: 700;
    padding: 0;
  }
  .mega_menu .box .row_list .info .desc {
    font-size: 14px;
    color: #686870;
    margin-top: 7px;
  }
  .mega_menu .box .row_list::after {
    display: none;
  }
  .mega_menu .box .center:has(.btn_line) {
    display: none;
  }
  footer {
    background-color: #262628;
    color: #898a93;
  }
  footer .footer_main {
    padding: 1rem 0 10px;
  }
  footer .footer_main .flex {
    display: block;
  }
  footer .footer_main .slide_intro {
    margin: 0;
    width: 100%;
    display: grid;
  }
  footer .footer_main .slide_intro .logo {
    max-width: 180px;
    margin: 0 auto;
  }
  footer .footer_main .slide_intro p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    text-align: center;
    margin: 20px 0 0;
  }
  footer .footer_main .slide_intro .social {
    margin-top: 2rem;
    gap: 1rem;
    justify-content: space-around;
  }
  footer .footer_main .slide_intro .social a {
    width: 22px;
    height: 22px;
  }
  footer .footer_main .slide_intro div {
    order: 2;
    margin: 3rem 0 1rem;
  }
  footer .footer_main .slide_intro .menu a {
    min-height: unset;
    font-size: 1rem;
    padding: 3px 22px;
    min-height: 3rem;
  }
  footer .footer_main .slide_intro .menu a::after {
    width: 12px;
  }
  footer .footer_main .slide_obj:not(.slide_connect) {
    width: 100%;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  }
  footer .footer_main .slide_obj:not(.slide_connect) strong {
    color: #fff;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    padding: 22px 0 25px;
    margin-bottom: 0;
  }
  footer .footer_main .slide_obj:not(.slide_connect) strong::after {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    background: url(../img/add.png) no-repeat center / contain;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  footer .footer_main .slide_obj:not(.slide_connect).active strong::after {
    transform: translateY(-50%) rotate(135deg);
  }
  footer .footer_main .slide_obj:not(.slide_connect) > div {
    display: none;
    padding: 1rem 0 1.2rem;
  }
  footer .footer_main .slide_obj:not(.slide_connect) > div li + li {
    margin-top: 14px;
  }
  footer .footer_main .slide_obj:not(.slide_connect) > div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .footer_main .slide_obj:not(.slide_connect) > div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  footer .footer_main .slide_purchase {
    display: none;
  }
  footer .footer_main .slide_connect {
    width: 100%;
    padding-top: 22px;
  }
  footer .footer_main .slide_connect strong {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 8px;
  }
  footer .footer_main .slide_connect li + li {
    margin-top: -3px;
  }
  footer .footer_main .slide_connect li {
    font-size: 13px;
  }
  footer .footer_main .slide_connect li::before {
    width: 1rem;
    height: 1rem;
    top: 5px;
  }
  footer .footer_main .slide_connect li a {
    font-size: 13px;
  }
  footer .footer_main .slide_connect .code {
    margin-top: 20px;
  }
  footer .footer_main .slide_connect .code img {
    width: 83px;
    height: 83px;
  }
  footer .footer_main .slide_connect .code p {
    font-size: 13px;
    margin-top: 5px;
  }
  footer .footer_main .slide_connect .social {
    gap: 12px;
    justify-content: unset;
    margin-top: 28px;
  }
  footer .footer_main .slide_connect .social a {
    width: 25px;
    height: 16px;
  }
  footer .footer_bottom {
    border-top: none;
    padding: 11px 0 23px;
  }
  footer .footer_bottom .flex {
    flex-direction: column-reverse;
    gap: 0;
  }
  footer .footer_bottom .btn_lang {
    font-size: 9px;
    gap: 7px;
  }
  footer .footer_bottom .btn_lang::before {
    width: 13px;
    height: 13px;
  }
  footer .footer_bottom .copyright {
    width: 100%;
    font-size: 10px;
    line-height: 1.3;
    margin-top: 8px;
  }
  footer .footer_bottom .copyright ul li::before {
    margin: 0 7px 0 3px;
  }
  footer .footer_bottom .copyright p {
    margin-top: 8px;
  }
  .footer_more {
    padding: 4rem 0;
  }
  .footer_more .items > div {
    gap: 1rem;
  }
  .footer_more .item {
    padding: 2rem 23px;
    font-size: 1rem;
    gap: 1rem;
    border-radius: 12px;
  }
  .footer_more .item .icon {
    width: 3rem;
    height: 3rem;
  }
  .blog_list a {
    border-radius: 11px;
    overflow: hidden;
  }
  .blog_list .info {
    padding: 1.5rem 23px;
    gap: 20px;
  }
  .blog_list .info strong {
    font-size: 18px;
  }
  .blog_list .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .blog_list .info .more {
    font-size: 14px;
  }
  .blog_list .info .flex {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .blog_list .info .date {
    display: block;
    font-size: 10px;
    color: #686870;
  }
  .page_banner {
    background: none;
  }
  .page_banner .flex {
    min-height: unset;
    flex-direction: column-reverse;
    padding: 2rem 0;
    gap: 1rem;
  }
  .page_banner .breadcrumbs span {
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
  }
  .page_banner .breadcrumbs span span::before {
    margin: 0 17px 0 13px;
  }
  .page_banner form {
    max-width: unset;
    grid-template-columns: 20px 1fr;
    min-height: 27px;
    margin: 0;
  }
  .page_banner form input[type=text] {
    font-size: 14px;
    padding: 3px 8px;
  }
  .page_nav .nav_list {
    width: calc(100% + 2rem);
    margin: 0 -1rem;
    padding: 0 1rem;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 30px;
    overflow-x: auto;
  }
  .page_nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .page_nav .nav_item {
    font-size: 14px;
  }
  .page_nav .nav_item::after {
    width: 4px;
    height: 4px;
    margin-top: 8px;
  }
  .page_banner2 .head {
    padding: 0;
  }

  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }
    .video_pop {
    padding: 0;
  }
  .video_pop .pop_content iframe {
    min-width: 90vw;
    min-height: 194px;
  }
  .video_pop .mask .close {
    right: 1rem;
  }



  .default_head{
    padding: 9rem 0;
    background-color: #eee;
  }
  .default_head h1{
    font-size: 4.5rem;
  }
  .default_body{
    padding: 5rem 0;
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: #171717;
  }

  .default_body h2 {
    font-size: 2.6rem;
    line-height: 3.4rem;
    font-weight: 700;
    margin: 3.5rem 0 3.3rem;
  }
  .default_body h3 {
    font-size: 2rem;
    line-height: 3.4rem;
    font-weight: 700;
    margin: 1.6rem 0 1rem;
  }
  .default_body p {
    margin: 1rem 0;
  }
  .default_body img {
    border-radius: 8px;
    width: 100%;
    display: block;
    object-fit: cover;
    margin: 4.7rem 0;
  }
  .default_body ul {
    margin: 1rem 0;
  }
  .default_body ul li {
    position: relative;
    padding-left: 2.4rem;
    margin-bottom: 1rem;
  }
  .default_body ul li:last-child {
    margin-bottom: 0;
  }
  .default_body ul li::before {
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    left: 0;
    top: 0.8rem;
    border-radius: 50%;
    background-color: var(--theme_color);
    content: '';
  }

  div.search-block input[type='text'] {
        flex: 1;
      }
    
      div.search-block input[type='submit'] {
        width: 1.5rem;
        height: 1.5rem;
        margin: 0 2.2vw 0 1.2vw;
        /* background: url(../img/page_home-header_search.svg) no-repeat center; */
        background-size: 1.4rem;
        display: inline-block;
        vertical-align: middle;
        transition: 0.3s all ease;
        display: none;
        cursor: pointer;
        border: none;
        outline: none;
      }
    
      div.search-block div.content {
        position: unset;
      }
    
      div.search-block .searchform input[type='text'] {
        font-size: 22px;
        height: 70px;
      }
    
      .wd-action-btn {
        width: 25px;
        height: 25px;
        top: unset;
        right: 2rem;
        bottom: 2rem;
      }
    
      div.search-block {
        height: 100%;
        width: 100%;
        top: 120%;
        bottom: unset;
        display: none;
      }
    
      div.search-block.active {
        top: 20%;
        display: block;
        height: 80%;
        transform: translateY(0);
      }
    
      .search-block input[type="submit"]:not(:disabled):hover {
        /* background: url(../img/page_home-header_search.svg) no-repeat center; */
        background-size: 1.4rem;
        border: none;
      }


      form span.wpcf7-spinner{
        position: absolute;
      }
  .download_main .item .info {
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #787878;
  }
  .download_main .item .title {
    font-size: 18px !important;
    color: var(--title);
  }

}
@media screen and (max-width: 576px) {
  div.head.lar h2 {
    font-size: 19px;
  }
  div.head h2 {
    font-size: 27px;
  }
  div.head .btn,
  div.head .btn_line {
    margin-top: 32px;
  }
  div.head .btn_w {
    margin-top: 1rem;
  }
  .bg_pc {
    display: none;
  }
  .bg_moble {
    display: block;
  }
  header .content {
    padding: 0 15px;
  }
  footer .footer_bottom .copyright ul {
    max-width: 267px;
  }
  .footer_more {
    padding: 52px 0;
  }
  .footer_more .items > div {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .footer_more .item {
    flex-direction: row;
    font-size: 15px;
    gap: 6px;
    padding: 19px 21px 19px 25px;
  }
  .footer_more .item .icon {
    width: 25px;
    height: 25px;
  }
  .footer_more .item::after {
    width: 10px;
    height: 10px;
    background: url("../img/arrow-r2.png") no-repeat center / contain;
    filter: contrast(0) brightness(0);
    content: '';
    display: inline-block;
    margin-left: auto;
  }
  .btn {
    min-width: 134px;
    padding: 14px 2rem 15px;
  }
  .btn_w {
    font-size: 16px;
    min-width: 142px;
    padding: 11px;
  }
  .btn_line {
    font-size: 13px;
    line-height: 19px;
    padding: 0 13px;
    gap: 3px;
  }
  .btn_line::after {
    width: 9px;
    height: 9px;
  }
  .blog_list .img {
    padding-bottom: 52.996845%;
    background-color: #6e8aa3;
  }
  .blog_list .info {
    padding: 5px 16px 14px;
    gap: 10px;
  }
  .blog_list .info strong {
    font-size: 19px;
    font-weight: 500;
  }
  .blog_list .info p {
    line-height: 20px;
    margin-top: 6px;
    letter-spacing: 1px;
    font-weight: 500;
  }
  .blog_list .info .more {
    font-size: 10px;
    font-weight: 700;
  }
  .only_mobile {
    display: block;
  }
  .page_banner {
    padding: 11px 0;
  }
  .page_banner .flex {
    padding: 0;
    gap: 17px;
  }
  .page_banner .breadcrumbs span {
    color: #686870;
  }
  .page_banner form {
    margin: 10px 0 0;
  }
  .page_banner2 .content {
    align-items: flex-end;
  }
  .page_banner2 .head {
    text-align: center;
    padding-bottom: 53px;
  }
  .page_banner2 .head h1 {
    font-size: 32px;
  }
  .page_banner2 .head .btn {
    margin-top: 26px;
  }
  .page_banner2 .btn {
    background-color: #1e1e20;
  }
  .mega_menu .box .list ul {
    grid-template-columns: 1fr 1fr;
  }
  .mega_menu .box .row_list ul {
    grid-template-columns: 1fr;
  }

  .download_main .item .info {
    font-size: 11px !important;
    line-height: 13px;
  }
  .download_main .item .title {
    font-size: 16px !important;
    margin-bottom: 0;
  }
}
#tip {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-color: #3d434c;
  z-index: 999;
  display: none;
  padding: 30px 50px;
  white-space: nowrap;
  border-radius: 8px;
}
/*# sourceMappingURL=global.css.map */