 
:root {
--primary-color:;
--title_color:#171717;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.home_banner .home_banner_swiper {
 overflow: hidden;
 background-color: rgb(246, 244, 249);
 }
ul {
 list-style: none;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform, -webkit-transform;
 box-sizing: content-box;
 }
.swiper-container-android .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li.swiper-slide {
 height: auto;
 }
.home_banner .home_banner_swiper .swiper-slide {
 overflow: hidden;
 background: url("https://queenbi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_0_1/assets/img/home-banner.jpg") center center / cover no-repeat;
 position: relative;
 z-index: 2;
 background: none !important;
 }
.home_banner .home_banner_swiper .swiper-slide::before {
 content: "";
 display: block;
 opacity: 0.42;
 position: absolute;
 width: 100%;
 height: 50%;
 left: 0px;
 bottom: 0px;
 z-index: -1;
 pointer-events: none;
 background-image: linear-gradient(to top, rgb(0, 0, 0), transparent);
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform, -webkit-transform;
 }
@media screen and (max-width: 768px){
.home_banner .home_banner_swiper .swiper-slide::before {
 height: 100%;
 }}
.content {
 max-width: 1585px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1600px){
.content {
 max-width: 1440px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .account_dashboard .content, .account_latest .content, .orders_nav .content {
 padding: 0px 1.2rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .account_dashboard .content, .account_latest .content, .orders_nav .content, .post_main .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .account_dashboard .content, .account_latest .content, .orders_nav .content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.flex {
 display: flex;
 }
.wrap {
 flex-wrap: wrap;
 }
.between {
 justify-content: space-between;
 }
.flex_bottom {
 align-items: flex-end;
 }
.gap {
 gap: 1.25rem;
 }
.home_banner .home_banner_swiper .swiper-slide .flex {
 padding: 156px 0px;
 min-height: 784px;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.home_banner .home_banner_swiper .swiper-slide .flex {
 align-content: end;
 }}
@media screen and (max-width: 768px){
.home_banner .home_banner_swiper .swiper-slide .flex {
 min-height: unset;
 padding: 4rem 0px 8rem;
 }}
.home_banner .head {
 color: rgb(255, 255, 255);
 padding-bottom: 6px;
 }
@media screen and (max-width: 768px){
.home_banner .head {
 padding: 0px;
 }}
h1, h2, h3, h4, h5, h6, .title {
 font-family: "Shippori Mincho", sans-serif;
 }
.home_banner .head .title {
 font-size: 54px;
 font-weight: 500;
 line-height: 59px;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
@media screen and (max-width: 768px){
.head h1 {
 font-size: 25px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
.home_banner .head .title {
 font-size: 25px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){
br {
 display: none;
 }}
.home_banner .head .desc {
 font-size: 17px;
 font-weight: 200;
 margin-top: 20px;
 }
@media screen and (max-width: 768px){
.head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
@media screen and (max-width: 768px){
.home_banner .head .desc {
 font-size: 14px;
 line-height: 1.5;
 margin-top: 0.5rem;
 }}
a {
 color: inherit;
 font-size: inherit;
 text-decoration: none;
 }
.home_banner a {
 display: block;
 font-size: 17px;
 line-height: 22px;
 transition: 0.3s;
 background-color: rgb(255, 255, 255);
 padding: 15px 36px;
 }
.home_banner a:hover {
 background-color: rgba(255, 255, 255, 0.8);
 }
.fadeInRight {
 animation-name: fadeInRight;
 }
@media screen and (max-width: 768px){
.home_banner a {
 font-size: 14px;
 line-height: 1.5;
 padding: 0.7rem 1rem;
 min-width: 120px;
 text-align: center;
 }}
.home_banner .control_box {
 gap: 1rem;
 display: grid;
 align-items: center;
 grid-template-columns: auto 1fr auto;
 border-top: 1px solid rgba(255, 255, 255, 0.17);
 position: absolute;
 left: 0px;
 bottom: 68px;
 width: 100%;
 z-index: 2;
 padding-top: 2rem;
 filter: contrast(0) brightness(2);
 }
@media screen and (max-width: 768px){
.home_banner .control_box {
 bottom: 2.5rem;
 padding: 1rem 1.2rem 0px;
 }}
.home_banner .control_box .btn_prev, .home_banner .control_box .btn_next {
 width: 34px;
 aspect-ratio: 34 / 16;
 cursor: pointer;
 transition: 0.3s;
 background: url("https://queenbi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_0_1/assets/img/arrow-line-w.svg") center center / contain no-repeat;
 }
.home_banner .control_box .swiper-button-disabled {
 opacity: 0.5;
 pointer-events: none;
 }
@media screen and (max-width: 768px){
.home_banner .control_box .btn_prev, .home_banner .control_box .btn_next {
 width: 24px;
 }}
div.swiper-pagination {
 position: static;
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 14px;
 height: 10px;
 }
.swiper-pagination {
 position: absolute;
 text-align: center;
 transition: opacity 0.3s;
 transform: translate3d(0px, 0px, 0px);
 z-index: 10;
 }
div.swiper-pagination .swiper-pagination-bullet {
 width: 10px;
 height: 10px;
 opacity: 1;
 background-color: transparent;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
 pointer-events: none;
 margin: 0px !important;
 }
div.swiper-pagination .swiper-pagination-bullet::before {
 content: "";
 display: block;
 width: 6px;
 aspect-ratio: 1 / 1;
 pointer-events: all;
 border-radius: 50%;
 background-color: rgb(27, 27, 27);
 transition: 0.3s;
 }
div.swiper-pagination .swiper-pagination-bullet::after {
 content: "";
 display: block;
 position: absolute;
 inset: 0px;
 box-sizing: border-box;
 border: 1px solid rgb(27, 27, 27);
 transition: 0.3s;
 pointer-events: all;
 border-radius: 50%;
 transform: scale(0.5);
 opacity: 0;
 }
div.swiper-pagination .swiper-pagination-bullet-active::before {
 opacity: 0;
 transform: scale(1.5);
 }
div.swiper-pagination .swiper-pagination-bullet-active::after {
 opacity: 1;
 transform: scale(1);
 }
.swiper-pagination-bullet {
 width: 8px;
 height: 8px;
 display: inline-block;
 border-radius: 100%;
 background: rgb(0, 0, 0);
 opacity: 0.2;
 }
.swiper-pagination-clickable .swiper-pagination-bullet {
 cursor: pointer;
 }
.swiper-pagination-bullet-active {
 opacity: 1;
 background: var(--primary-color);
 }
.home_banner .control_box .btn_next {
 transform: rotate(180deg);
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){


}
 
/*
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;
  }
}

 
:root {
  --theme_color: #d5c8dc;
  --title_color: #171717;
  --content_color: #3d3d3d;
}

@media screen and (max-width: 768px){

}
@media screen and (min-width: 768px) and (max-width: 1600px){
.content {
 max-width: 1440px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .account_dashboard .content, .account_latest .content, .orders_nav .content {
 padding: 0px 1.2rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .account_dashboard .content, .account_latest .content, .orders_nav .content, .post_main .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .account_dashboard .content, .account_latest .content, .orders_nav .content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}

 
@media screen and (min-width: 768px) and (max-width: 1024px){

}
@media screen and (max-width: 768px){

}

@media screen and (max-width: 768px){

}
@media screen and (max-width: 768px){
.head h1 {
 font-size: 25px;
 line-height: 1.5;
 }}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 768px){
br {
 display: none;
 }}

 
@media screen and (max-width: 768px){
.head .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
@media screen and (max-width: 768px){

}
@media screen and (max-width: 768px){

}

@media screen and (max-width: 768px){

}

 
@media screen and (max-width: 768px){

}
.home_category_swiper {
  max-width: 1920px;
  margin: 0px auto 100px;
}
.home_category{
  overflow: hidden;
}
 .home_category_swiper .swiper-wrapper {
  transition: all linear;
}
 .home_category_swiper .swiper-slide a:hover img {
  transform: scale(1.03);
}
.home_category_swiper .swiper-slide a:hover .title::after {
  width: 100% !important;
}
 .home_category_swiper .swiper-slide .img {
  aspect-ratio: 460/581;
}
 .home_category_swiper .swiper-slide .title {
  font-size: 17px;
  font-weight: 500;
  max-width: max-content;
  margin: 22px auto 0;
  position: relative;
  padding: 2px 0;
}
.home_category_swiper .swiper-slide .title::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.3s;
  background-color: var(--title_color);
  position: absolute;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s;
}
.img.img_ct img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  .home_product .home_category_swiper {
    margin-top: 3rem;
  }
  .home_product .home_category_swiper .swiper-slide .title {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 1rem;
    padding: 0;
  }
}
 
@media screen and (max-width: 786px){


}
 
:root {
--title_color:#171717;
}
.home_collection {
 background-color: rgb(246, 244, 249);
 }
@media screen and (max-width: 768px){
.home_collection {
 padding: 4rem 0px;
 }}
.home_collection .content {
 z-index: 2;
 }
@media screen and (min-width: 768px) and (max-width: 1600px){
.content {
 max-width: 1440px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .account_dashboard .content, .account_latest .content, .orders_nav .content {
 padding: 0px 1.2rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .account_dashboard .content, .account_latest .content, .orders_nav .content, .post_main .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .account_dashboard .content, .account_latest .content, .orders_nav .content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.home_collection .bg1 {
 width: 14px;
 aspect-ratio: 14 / 22;
 position: absolute;
 right: 10.2208%;
 top: 0px;
 transform: translateY(-50%);
 background: url("https://queenbi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_2/assets/img/icon-star.svg") center center / contain no-repeat;
 }
.home_collection .inner {
 overflow: hidden;
 padding: 5rem 0px 96px;
 }
@media screen and (max-width: 768px){
.home_collection .inner {
 padding: 0px;
 }}
.home_collection .bg2 {
 width: 7.82334%;
 aspect-ratio: 124 / 370;
 transition: 2s;
 position: absolute;
 z-index: -1;
 right: 100%;
 top: 26px;
 opacity: 0.18;
 background: url("https://queenbi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_2/assets/img/violet.svg") center center / contain no-repeat;
 }
.center {
 text-align: center;
 }
.head .subtitle {
 color: rgb(125, 108, 127);
 font-size: 20px;
 letter-spacing: 2px;
 margin-bottom: 8px;
 font-family: Allura, sans-serif;
 display: inline-block;
 }
.fadeInUp {
 animation-name: fadeInUp;
 }
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 0.9rem;
 line-height: 1.5;
 margin-bottom: 8px;
 }}
.head h2 {
 font-size: 42px;
 font-weight: 500;
 }
.head h2::after {
 content: "";
 display: inline-block;
 vertical-align: top;
 width: 12px;
 margin-left: 10px;
 aspect-ratio: 12 / 20;
 transform: translateY(6px);
 background: url("https://queenbi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_2/assets/img/icon-star.svg") center center / contain no-repeat;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.head h2 {
 font-size: 32px;
 line-height: 1.3;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.btn {
 gap: 8px;
 display: inline-flex;
 vertical-align: top;
 align-items: center;
 justify-content: center;
 text-align: center;
 transition: 0.3s;
 cursor: pointer;
 font-size: 1rem;
 font-weight: 500;
 padding: 15px 30px;
 border: 1px solid var(--title_color);
 background-color: transparent;
 }
.btn::after {
 content: "";
 display: block;
 width: 12px;
 aspect-ratio: 1 / 1;
 transition: 0.3s;
 transform: translateY(1px);
 filter: contrast(0) brightness(0);
 background: url("https://queenbi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_2/assets/img/arrow-line-r.svg") center center / contain no-repeat;
 }
.btn:hover {
 color: rgb(255, 255, 255);
 background-color: var(--title_color);
 }
.btn:hover::after {
 transform: translate(5px, 1px);
 filter: contrast(0) brightness(2);
 }
.home_collection .btn {
 margin-top: 2rem;
 }
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 line-height: 1.5;
 padding: 0.6rem 1rem;
 min-width: 120px;
 text-align: center;
 }}
.home_collection .home_collection_swiper {
 margin-top: 52px;
 }
@media screen and (max-width: 768px){
.home_collection .home_collection_swiper {
 padding: 12px 0px;
 margin-top: 1.6rem;
 }}
.home_collection .home_collection_swiper .swiper-wrapper {
 transition: linear;
 }
.home_collection .home_collection_swiper .swiper-slide {
 display: flex;
 align-items: center;
 max-width: max-content;
 }
.home_collection .home_collection_swiper .swiper-slide a {
 position: relative;
 z-index: 2;
 }
.home_collection .home_collection_swiper .swiper-slide a::after {
 content: "";
 display: block;
 box-sizing: border-box;
 position: absolute;
 inset: 0px;
 z-index: -1;
 transition: 0.3s;
 border: 1px solid rgb(125, 108, 127);
 }
.home_collection .home_collection_swiper .swiper-slide a:hover::after {
 transform: translate(12px, 12px);
 }
.home_collection .home_collection_swiper .swiper-slide .img {
 overflow: hidden;
 }
.home_collection .home_collection_swiper .swiper-slide a:hover img {
 transform: scale(1.03);
 }
.home_collection .home_collection_swiper .swiper-slide .img img {
 display: block;
 transition: 0.5s;
 max-width: 600px;
 max-height: 600px;
 }
@media screen and (max-width: 768px){
.home_collection .home_collection_swiper .swiper-slide .img img {
 max-width: 200px;
 max-height: 200px;
 }}
.home_collection .bg3 {
 width: 18px;
 aspect-ratio: 18 / 28;
 position: absolute;
 left: -5.04732%;
 bottom: 0px;
 transform: translateY(50%);
 background: url("https://queenbi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_2/assets/img/icon-star.svg") center center / contain no-repeat;
 }
.home_collection .bg_box {
 max-width: 1920px;
 margin: 0px auto;
 position: relative;
 }
.home_collection .bg4 {
 width: 104.062%;
 max-width: 1998px;
 aspect-ratio: 1998 / 1131;
 position: absolute;
 right: 0px;
 bottom: 0px;
 transform: translateY(24.4032%);
 pointer-events: none;
 background: url("https://queenbi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_2/assets/img/home-collection-bg.svg") center center / contain no-repeat;
 }
 
@media screen and (max-width: 786px){


}
 
@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;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
:root {
--title_color:#171717;
--content_color:#3d3d3d;
}
.home_about {
 padding: 38px 0px 124px;
 overflow: hidden;
 }
@media screen and (max-width: 768px){
.home_about {
 padding: 3rem 0px 4rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1600px){
.content {
 max-width: 1440px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .account_dashboard .content, .account_latest .content, .orders_nav .content {
 padding: 0px 1.2rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .account_dashboard .content, .account_latest .content, .orders_nav .content, .post_main .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .account_dashboard .content, .account_latest .content, .orders_nav .content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.home_about .bg1 {
 width: 7.82334%;
 aspect-ratio: 124 / 370;
 transition: 2s;
 position: absolute;
 z-index: -1;
 right: 102.5%;
 top: 20%;
 opacity: 0.22;
 pointer-events: none;
 background: url("https://queenbi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_4/assets/img/violet.svg") center center / contain no-repeat;
 }
.home_about .bg2 {
 width: 21.0726%;
 aspect-ratio: 334 / 706;
 transition: 2s;
 position: absolute;
 z-index: -1;
 right: -17.5394%;
 bottom: -124px;
 pointer-events: none;
 background: url("https://queenbi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_4/assets/img/home-about-bg.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.home_about .flex {
 flex-direction: column;
 gap: 1rem;
 }}
.home_about .head {
 flex: 1 1 0%;
 max-width: 509px;
 }
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 0.9rem;
 line-height: 1.5;
 margin-bottom: 8px;
 }}
.head h2::after {
 content: "";
 display: inline-block;
 vertical-align: top;
 width: 12px;
 margin-left: 10px;
 aspect-ratio: 12 / 20;
 transform: translateY(6px);
 background: url("https://queenbi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_4/assets/img/icon-star.svg") center center / contain no-repeat;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.head h2 {
 font-size: 32px;
 line-height: 1.3;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
.home_about h2 span {
 position: relative;
 }
.home_about h2 span::after {
 content: "";
 display: block;
 width: 100%;
 height: 10px;
 background: url("https://queenbi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_4/assets/img/title-line2.svg") center center / contain no-repeat;
 position: absolute;
 left: 0px;
 bottom: 2px;
 }
.btn::after {
 content: "";
 display: block;
 width: 12px;
 aspect-ratio: 1 / 1;
 transition: 0.3s;
 transform: translateY(1px);
 filter: contrast(0) brightness(0);
 background: url("https://queenbi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_4/assets/img/arrow-line-r.svg") center center / contain no-repeat;
 }
.home_about .head .btn {
 margin-top: 42px;
 }
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 line-height: 1.5;
 padding: 0.6rem 1rem;
 min-width: 120px;
 text-align: center;
 }}
@media screen and (max-width: 768px){
.home_about .head .btn {
 margin-top: 2rem;
 }}
.home_about .desc {
 flex: 1 1 0%;
 max-width: 669px;
 color: var(--content_color);
 font-weight: 300;
 line-height: 28px;
 padding-bottom: 22px;
 }
.fadeIn {
 animation-name: fadeIn;
 }
@media screen and (max-width: 768px){
.home_about .desc {
 font-size: 14px;
 line-height: 1.5;
 padding-bottom: 0px;
 }}
.home_about .items {
 margin-top: 70px;
 }
@media screen and (max-width: 768px){
.home_about .items {
 margin-top: 2rem;
 }}
.home_about .items .syeditorlist {
 display: flex;
 flex-wrap: wrap;
 gap: 4rem 3.65931%;
 }
@media screen and (max-width: 768px){
.home_about .items .syeditorlist {
 gap: 2.6rem;
 }}
.home_about .item {
 flex: 1 0 20rem;
 display: block;
 }
.img.img_cv {
 overflow: hidden;
 }
.home_about .item .img {
 aspect-ratio: 490 / 582;
 }
.img.img_cv img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: 0.5s;
 }
.home_about .item:hover img {
 transform: scale(1.03);
 }
.home_about .item .info {
 overflow: hidden;
 }
.home_about .item:hover .info .title::after {
 width: 100%;
 }
.home_about .item .info .title {
 font-size: 20px;
 font-weight: 500;
 margin-top: 30px;
 position: relative;
 max-width: max-content;
 padding-bottom: 3px;
 }
.home_about .item .info .title::after {
 content: "";
 display: block;
 width: 0px;
 height: 1px;
 position: absolute;
 left: 0px;
 bottom: 0px;
 transition: 0.3s;
 background-color: var(--title_color);
 }
@media screen and (max-width: 768px){
.home_about .item .info .title {
 font-size: 18px;
 line-height: 1.5;
 margin-top: 1.2rem;
 padding: 0px;
 }}
.home_about .item .info .desc {
 color: var(--content_color);
 font-weight: 300;
 line-height: 26px;
 margin-top: 12px;
 padding-bottom: 0px;
 }
@media screen and (max-width: 768px){
.home_about .item .info .desc {
 line-height: 1.5;
 }}
.home_about .item:hover .info .arrow {
 transform: translate(0px);
 }
.home_about .item .info .arrow {
 width: 12px;
 aspect-ratio: 12 / 10;
 transition: 0.3s;
 margin-top: 1rem;
 transform: translateX(-100%);
 background: url("https://queenbi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_4/assets/img/arrow-line-r.svg") center center / contain no-repeat;
 }
 
@media screen and (max-width: 786px){


}
 
:root {
--theme_color:#d5c8dc;
--title_color:#171717;
}
.home_review {
 overflow: hidden;
 }
@media screen and (min-width: 768px) and (max-width: 1600px){
.content {
 max-width: 1440px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .account_dashboard .content, .account_latest .content, .orders_nav .content {
 padding: 0px 1.2rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .account_dashboard .content, .account_latest .content, .orders_nav .content, .post_main .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .account_dashboard .content, .account_latest .content, .orders_nav .content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.flex_center {
 justify-content: center;
 }
.flex_middle {
 align-items: center;
 }
.home_review .flex {
 padding: 4rem 0px;
 min-height: 512px;
 }
.home_review .flex::before {
 content: "";
 display: block;
 width: 100vw;
 height: 100%;
 position: absolute;
 left: -7.06625%;
 top: 0px;
 pointer-events: none;
 background: url(https://queenbi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_5/assets/img/home-review-bg.svg) no-repeat left center / auto 100% var(--theme_color);
 }
@media screen and (min-width: 768px) and (max-width: 1600px){
.home_review .flex::before {
 left: 0px;
 }}
@media screen and (max-width: 768px){
.home_review .flex {
 min-height: unset;
 }}
@media screen and (max-width: 768px){
.home_review .flex::before {
 left: 0px;
 }}
.home_review .home_review_swiper {
 position: relative;
 z-index: 2;
 max-width: 1022px;
 overflow: hidden;
 }
.home_review .home_review_swiper .swiper-slide::before {
 content: "";
 display: block;
 width: 38px;
 aspect-ratio: 38 / 30;
 margin: 0px auto;
 background: url("https://queenbi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_5/assets/img/icon-yinhao.svg") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.home_review .home_review_swiper .swiper-slide::before {
 width: 2rem;
 }}
.home_review .home_review_swiper .swiper-slide p {
 font-size: 20px;
 font-weight: 300;
 line-height: 2rem;
 text-align: center;
 margin-top: 34px;
 }
@media screen and (max-width: 768px){
.home_review .home_review_swiper .swiper-slide p {
 font-size: 16px;
 line-height: 1.5;
 margin-top: 1rem;
 }}
.home_review .home_review_swiper .swiper-slide .infos {
 gap: 20px;
 display: flex;
 align-items: center;
 justify-content: center;
 margin-top: 38px;
 }
@media screen and (max-width: 768px){
.home_review .home_review_swiper .swiper-slide .infos {
 margin-top: 2rem;
 }}
.home_review .home_review_swiper .swiper-slide .infos .avatar {
 width: 88px;
 aspect-ratio: 1 / 1;
 border-radius: 50%;
 border: 1px solid var(--title_color);
 padding: 4px;
 }
.home_review .home_review_swiper .swiper-slide .infos .avatar .img {
 border-radius: 50%;
 }
.home_review .home_review_swiper .swiper-slide .infos .avatar .img:hover img {
 transform: scale(1.03);
 }
.home_review .home_review_swiper .swiper-slide .infos .info .name {
 font-weight: 500;
 }
.home_review .home_review_swiper .swiper-slide .infos .info .desc {
 opacity: 0.8;
 font-size: 15px;
 font-weight: 300;
 margin-top: 6px;
 }
.home_review .swiper-pagination {
 margin-top: 2rem;
 }
 
@media screen and (max-width: 786px){


}
 
@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;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}
