* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #267dc0;
  --secondary: #4fb4d6;
  --title: #1a203a;
  --text: #585a5e;
  --box_shadow: 0 0 20px rgba(198, 198, 198, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
ul {
  list-style: none;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.content {
  max-width: 134rem;
  margin: 0px auto;
  position: relative;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.product_nav .nav_list {
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(198, 198, 198, 0.45) 0px 0px 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3.9%;
  padding: 0px 4.2%;
}
.product_nav .nav_item {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  color: rgb(130, 130, 130);
  border-bottom: 3px solid transparent;
  transition: 0.3s;
  padding: 3.2rem 0px 2.5rem;
}
.product_nav .nav_item.active,
.product_nav .nav_item:hover {
  border-bottom-color: var(--primary);
  color: rgb(22, 22, 22);
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@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: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0px 20px;
  }
  .product_nav .nav_list {
    flex-wrap: nowrap;
    padding: 0px 20px;
    gap: 2rem;
    overflow-x: auto;
    white-space: nowrap;
  }
  .product_nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .product_nav .nav_item {
    font-size: 1rem;
    padding: 14px 0px;
    border-bottom-width: 2px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #267dc0;
  --secondary: #4fb4d6;
  --title: #1a203a;
  --text: #585a5e;
  --box_shadow: 0 0 20px rgba(198, 198, 198, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
ul {
  list-style: none;
}
i {
  font-style: normal;
}
.content {
  max-width: 134rem;
  margin: 0px auto;
  position: relative;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
li.swiper-slide {
  height: auto;
}
.product_advantage {
  padding: 10.6rem 0px 5rem;
}
.product_advantage .product_advantage_swiper {
  overflow: hidden;
}
.product_advantage .item {
  background-color: rgb(248, 248, 248);
  padding: 3.7rem 2.5% 6.4rem;
}
.product_advantage .item.active .icon {
  background-color: transparent;
}
.product_advantage .item.active .icon::before {
  opacity: 1;
}
.product_advantage .item .icon {
  width: 8.7rem;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background-color: var(--title);
  transition: 0.3s;
}
.product_advantage .item .icon::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  border-radius: 50%;
  background-image: linear-gradient(
    -56.8703deg,
    rgb(10, 88, 144),
    rgb(15, 127, 195)
  );
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
.product_advantage .item .icon i {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  content: "";
  background: center center / contain no-repeat;
}
.product_advantage .item .info {
  margin-top: 2.5rem;
}
.product_advantage .item .info strong {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: rgb(63, 63, 63);
  display: block;
  max-width: 28rem;
}
.product_advantage .item .info p {
  font-size: 1.7rem;
  line-height: 2.6rem;
  color: rgb(96, 96, 96);
  margin-top: 0.9rem;
  max-width: 32.1rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@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: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0px 20px;
  }
  .product_advantage {
    overflow: hidden;
    padding: 3rem 0px;
  }
  .product_advantage .product_advantage_swiper {
    overflow: unset;
  }
  .product_advantage .item {
    padding: 1.2rem 20px;
  }
  .product_advantage .item .icon {
    width: 3rem;
    height: 3rem;
  }
  .product_advantage .item .info {
    margin-top: 1rem;
  }
  .product_advantage .item .info strong {
    font-size: 18px;
    line-height: 1.5;
    max-width: unset;
  }
  .product_advantage .item .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
    max-width: unset;
  }
}

/*
Theme Name: Sytech Web
Author: The Sytech Team
Author URI:  https://sytech-web.cn
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 2.0.0
*/

* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content { 
	margin: 0 auto;
	position: relative;
}

html {
	scroll-behavior: smooth;
}
.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;
}
.boxshadow {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: white;
}


.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}

.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }
  .solution_strength .head p {
    width: 70%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  .solution_strength .head p {
    width: 90%;
  }
}
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

/*
Theme Name: Sytech Web
Author: The Sytech Team
Author URI:  https://sytech-web.cn
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 2.0.0
*/

* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content { 
	margin: 0 auto;
	position: relative;
}

html {
	scroll-behavior: smooth;
}
.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;
}
.boxshadow {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: white;
} 

.tools_template_vendor .tools_template_box{
  padding: 4rem 0px;
  text-align: center;
}

.tools_template_vendor .tools_template_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid;
}

.tools_template_vendor .tools_template_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}

@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }
  .solution_strength .head p {
    width: 70%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  .solution_strength .head p {
    width: 90%;
  }
}
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #267dc0;
  --secondary: #4fb4d6;
  --title: #1a203a;
  --text: #585a5e;
  --box_shadow: 0 0 20px rgba(198, 198, 198, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
ul {
  list-style: none;
}
.content {
  max-width: 134rem;
  margin: 0px auto;
  position: relative;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
li.swiper-slide {
  height: auto;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.swiper_btns {
  gap: 3.1rem;
  display: flex;
}
.swiper_btns div {
  width: 6.2rem;
  height: 6.2rem;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--title);
  background-color: var(--title);
}
.swiper_btns div::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  transition: 0.3s;
  background: url("https://walmay.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/product6-product_app/assets/img/arrow.svg") center center / contain no-repeat;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(83, 84, 89, 0.3);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}
.head h2 {
  font-size: 5rem;
  line-height: 6.4rem;
  font-weight: 600;
}
.head h2::after {
  width: 3.8rem;
  height: 3.8rem;
  background: url("https://walmay.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/product6-product_app/assets/img/subtitle-icon.svg") center bottom / contain no-repeat;
}
.product_app {
  padding: 13.9rem 0px 11rem;
}
.product_app .swiper_btns {
  margin-bottom: -0.4rem;
}
.product_app .product_app_swiper {
  overflow: hidden;
  margin-top: 6rem;
}
.product_app .product_app_swiper .swiper-slide {
  width: 39.3rem;
}
.product_app .item {
  display: block;
  height: 100%;
}
.product_app .item:hover img {
  transform: scale(1.02);
}
.product_app .item .img {
  padding-bottom: 80.916%;
}
.product_app .item .info {
  margin-top: 2.8rem;
}
.product_app .item .info h3 {
  font-size: 2.6rem;
  font-weight: 600;
}
.product_app .item .info p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--text);
  margin-top: 1.5rem;
  max-width: 37.9rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@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: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0px 20px;
  }
  .gap {
    gap: 1rem;
  }
  .swiper_btns {
    gap: 1rem;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
  .swiper_btns div::after {
    width: 14px;
    height: 14px;
  }
  div.head h2 {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  div.head h2::after {
    width: 20px;
    height: 20px;
  }
  .product_app {
    padding: 4rem 0px 3rem;
    overflow: hidden;
  }
  .product_app .swiper_btns {
    margin: 0px;
  }
  .product_app .product_app_swiper {
    overflow: unset;
    margin-top: 2rem;
  }
  .product_app .product_app_swiper .swiper-slide {
    width: 322px;
  }
  .product_app .item .info {
    margin-top: 1rem;
  }
  .product_app .item .info h3 {
    font-size: 18px;
  }
  .product_app .item .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: unset;
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  div.head h2 {
    font-size: 22px;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #267dc0;
  --secondary: #4fb4d6;
  --title: #1a203a;
  --text: #585a5e;
  --box_shadow: 0 0 20px rgba(198, 198, 198, 0.45);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 14px);
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.content {
  max-width: 134rem;
  margin: 0px auto;
  position: relative;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.head h2 {
  font-size: 5rem;
  line-height: 6.4rem;
  font-weight: 600;
}
.head h2::after {
  width: 3.8rem;
  height: 3.8rem;
  background: url("https://walmay.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/resources3-resources_faqs/assets/img/subtitle-icon.svg") center bottom / contain no-repeat;
}
.resources_faqs {
  background-color: rgb(247, 247, 247);
  padding: 11.2rem 0px 10.4rem;
}
.resources_faqs .faqs {
  margin-top: 4.5rem;
}
.resources_faqs .faq_item {
  background-color: rgb(255, 255, 255);
  margin-bottom: 2.2rem;
}
.resources_faqs .faq_item:last-child {
  margin-bottom: 0px;
}
.resources_faqs .faq_item:first-child .answer {
  display: block;
}
.resources_faqs .faq_item .question {
  display: grid;
  font-size: 2.2rem;
  font-weight: 600;
  color: rgb(22, 22, 22);
  grid-template-columns: 1fr 1.3rem;
  align-items: center;
  cursor: pointer;
  gap: 2rem;
  padding: 2.7rem 3.2%;
}
.resources_faqs .faq_item .question::after {
  width: 100%;
  padding-bottom: 100%;
  display: block;
  content: "";
  background: url("https://walmay.sytech.site/wp-content/plugins/sytech-fronteditor/sytpl/resources3-resources_faqs/assets/img/add.svg") center center / contain no-repeat;
  transition: 0.3s;
}
.resources_faqs .faq_item .answer {
  border-top: 1px solid rgb(213, 219, 219);
  display: none;
  font-size: 1.8rem;
  line-height: 2.8rem;
  hyphens: auto;
  color: rgb(75, 85, 99);
  padding: 2rem 3.2% 3.1rem;
  margin-top: -0.5rem;
}
.resources_faqs .faq_item .answer p {
  max-width: 116.7rem;
  margin-bottom: 1.1rem;
}
.resources_faqs .faq_item .answer a {
  display: inline-block;
  font-weight: 600;
  color: rgb(22, 22, 22);
  text-decoration: underline;
  transition: 0.3s;
  margin-top: 1px;
}
.resources_faqs .faq_item .answer a:hover {
  color: var(--primary);
  text-decoration-color: transparent;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
}

@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: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1rem;
  }
  .content {
    padding: 0px 20px;
  }
  div.head h2 {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  div.head h2::after {
    width: 20px;
    height: 20px;
  }
  .resources_faqs {
    padding: 4rem 0px;
  }
  .resources_faqs .faqs {
    margin-top: 2rem;
  }
  .resources_faqs .faq_item {
    margin-bottom: 1rem;
  }
  .resources_faqs .faq_item .question {
    grid-template-columns: 1fr 12px;
    gap: 1rem;
    font-size: 18px;
    padding: 14px 20px;
  }
  .resources_faqs .faq_item .answer {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 1rem 20px 1.2rem;
    margin: 0px;
  }
  .resources_faqs .faq_item .answer p {
    max-width: unset;
    margin-bottom: 10px;
  }
  .resources_faqs .faq_item .answer a {
    margin-top: 0px;
  }
}

@media screen and (max-width: 576px) {
  div.head h2 {
    font-size: 22px;
  }
}
