 
:root {
--theme_color:#0071b7;
--title_color:#000;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.product_nav {
 position: relative;
 z-index: 2;
 }
.product_nav::after {
 content: "";
 display: block;
 width: 100%;
 height: 1px;
 background-color: rgb(226, 228, 232);
 position: absolute;
 z-index: -1;
 left: 0px;
 bottom: 1px;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 1280px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
ul {
 list-style: none;
 }
.product_nav ul {
 display: flex;
 gap: 3.4375%;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.product_nav ul {
 gap: 20px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.product_nav ul {
 gap: 1rem;
 }}
@media screen and (max-width: 768px){
.product_nav ul {
 gap: 1rem;
 overflow: auto;
 width: 100vw;
 padding: 0px 1.2rem;
 margin: 0px -1.2rem;
 }}
.product_nav ul li:first-child {
 margin-left: auto;
 }
a {
 color: inherit;
 text-decoration: none;
 font-size: 1rem;
 }
.product_nav ul li.active a {
 color: rgb(36, 36, 36);
 font-weight: 600;
 border-color: var(--theme_color);
 }
.product_nav ul li a {
 height: 100%;
 display: block;
 text-align: center;
 color: rgb(81, 81, 81);
 font-size: 18px;
 font-weight: 500;
 transition: 0.3s;
 padding: 25px 0px;
 border-bottom: 3px solid transparent;
 }
.product_nav ul li a:hover {
 color: rgb(36, 36, 36);
 border-color: var(--theme_color);
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.product_nav ul li a {
 font-size: 1rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.product_nav ul li a {
 font-size: 15px;
 padding: 1rem 0px;
 }}
@media screen and (max-width: 768px){
.product_nav ul li a {
 font-size: 14px;
 line-height: 1.5;
 white-space: nowrap;
 padding: 12px 0px;
 }}
.product_nav ul li:last-child {
 margin-right: auto;
 }
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){


}
 
:root {
--theme_color:#0071b7;
--primary-color:;
--title_color:#000;
}
.product_intro {
 padding: 84px 0px 96px;
 }
@media screen and (max-width: 768px){
.product_intro {
 padding: 3rem 0px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.flex {
 display: flex;
 }
.between {
 justify-content: space-between;
 }
.flex_middle {
 align-items: center;
 }
.gap {
 gap: 1.25rem;
 }
@media screen and (max-width: 768px){
.product_intro .flex {
 display: grid;
 align-items: start;
 grid-template-columns: auto 1fr;
 gap: 1rem;
 }}
.product_intro .imgs {
 width: 46.5625%;
 border-radius: 6px;
 overflow: hidden;
 }
@media screen and (max-width: 768px){
.product_intro .imgs {
 width: 100%;
 }}
.product_intro .imgs > div {
 position: relative;
 aspect-ratio: 1 / 1;
 }
.img.img_cv {
 overflow: hidden;
 }
.product_intro .imgs .img {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 border-radius: 6px;
 transition: 0.3s;
 opacity: 0;
 pointer-events: none;
 }
.img.img_cv img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: 0.5s;
 }
.product_intro .imgs .img:hover img {
 transform: scale(1.03);
 }
.product_intro .imgs .img.active {
 opacity: 1;
 z-index: 2;
 pointer-events: all;
 }
.product_intro .product_intro_swiper {
 width: 41.4062%;
 overflow: hidden;
 margin-bottom: 8.75%;
 margin-left: 4.6875%;
 }
@media screen and (max-width: 768px){
.product_intro .product_intro_swiper {
 width: 100%;
 margin: 0px;
 }}
.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;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform, -webkit-transform;
 }
.head_sm h2 {
 font-size: 42px;
 line-height: 3rem;
 font-weight: 700;
 letter-spacing: 2px;
 }
.fadeIn {
 animation-name: fadeIn;
 }
@media screen and (max-width: 768px){
.head_sm h2 {
 font-size: 20px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
.product_intro .product_intro_swiper .head_sm .desc {
 font-size: 17px;
 line-height: 28px;
 font-weight: 300;
 margin-top: 28px;
 }
@media screen and (max-width: 768px){
.product_intro .product_intro_swiper .head_sm .desc {
 margin-top: 10px;
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
.product_intro .control_box {
 width: 2rem;
 min-width: 2rem;
 margin-top: 2.1875%;
 }
@media screen and (max-width: 768px){
.product_intro .control_box {
 order: -1;
 grid-row: span 2;
 }}
.product_intro .control_box .swiper-pagination {
 gap: 10px;
 height: 448px;
 position: static;
 display: flex;
 align-items: center;
 flex-direction: column;
 }
.swiper-pagination {
 position: absolute;
 text-align: center;
 transition: opacity 0.3s;
 transform: translate3d(0px, 0px, 0px);
 z-index: 10;
 }
.product_intro .control_box .swiper-pagination .swiper-pagination-bullet {
 flex: 1 1 0%;
 width: 3px;
 border-radius: 100px;
 background-color: rgba(198, 205, 212, 0.67);
 pointer-events: all;
 overflow: hidden;
 transition: 0.3s;
 opacity: 1;
 }
.product_intro .control_box .swiper-pagination .swiper-pagination-bullet::before {
 display: none;
 }
.product_intro .control_box .swiper-pagination .swiper-pagination-bullet::after {
 content: "";
 display: block;
 width: 100%;
 height: 0px;
 border: none;
 opacity: 1;
 border-radius: 100px;
 transform: translate(0px);
 transition: none;
 background-color: var(--theme_color);
 }
.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;
 }
.product_intro .control_box .swiper-pagination .swiper-pagination-bullet-active::after {
 height: 100%;
 transition: 6s linear;
 }
.swiper-pagination-bullet-active {
 opacity: 1;
 background: var(--primary-color);
 }
.product_intro .control_box .btn_control {
 margin-top: 14px;
 width: 2rem;
 aspect-ratio: 1 / 1;
 border-radius: 50%;
 cursor: pointer;
 transition: 0.3s;
 background: url("https://www.evaisun.com//wp-content/plugins/sytech-fronteditor/sytpl/product_2/assets/img/btn-stop.svg") center center / contain no-repeat;
 }
 
@media screen and (max-width: 786px){


}
 
:root {
--title_color:#000;
}
.product_video {
 padding: 42px 0px 174px;
 margin-bottom: -90px;
 background: url("https://www.evaisun.com/wp-content/plugins/sytech-fronteditor/sytpl/product_3_iframe/assets/img/pd-video-bg.png") center center / contain no-repeat;
 }
@media screen and (max-width: 768px){
.product_video {
 padding: 3rem 0px;
 margin: 0px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.center {
 text-align: center;
 }
.product_video .head_sm {
 max-width: 960px;
 margin: 0px auto;
 }
.fadeInUp {
 animation-name: fadeInUp;
 }
@media screen and (max-width: 768px){
.head_sm h2 {
 font-size: 20px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
.product_video .head_sm .desc {
 font-size: 18px;
 line-height: 28px;
 font-weight: 300;
 margin-top: 30px;
 }
@media screen and (max-width: 768px){
.product_video .head_sm .desc {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 10px;
 }}
.product_video .iframe_box .iframe {
 border-radius: 6px;
 overflow: hidden;
 aspect-ratio: 1244 / 700;
 max-width: 1244px;
 margin: 42px auto 0px;
 position: relative;
 cursor: pointer;
 }
.product_video .btn_video::after {
 content: "";
 display: block;
 position: absolute;
 z-index: 2;
 inset: 0px;
 transition: 0.3s;
 background-color: rgba(0, 0, 0, 0.2);
 }
@media screen and (max-width: 768px){
.product_video .iframe_box .iframe {
 margin-top: 22px;
 }}
.product_video .btn_video:not(.active):hover video {
 transform: scale(1.01);
 }
.product_video .iframe_box iframe {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: 0.5s;
 }
i {
 font-style: normal;
 }
.product_video .btn_video i {
 display: block;
 width: 60px;
 aspect-ratio: 1 / 1;
 border-radius: 50%;
 transition: 0.3s;
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: 3;
 background: url("https://www.evaisun.com/wp-content/plugins/sytech-fronteditor/sytpl/product_3_iframe/assets/img/btn-play-w.svg") center center / contain no-repeat;
 transform: translate(-50%, -50%);
 }
.product_video .btn_video i:hover {
 transform: translate(-50%, -50%) scale(1.1);
 }
@media screen and (max-width: 768px){
.product_video .btn_video i {
 width: 40px;
 }}

.iframe_box {
  position: relative;
}
 .product_video .iframe_box input {
  position: absolute;
  z-index: 9;
  left: 2rem;
  top: 1rem;
  padding: 8px;
  width: 80%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}
.toplevel_page_sytech_fronteditor .product_video .iframe_box input {
  display: block;
}
 
@media screen and (max-width: 786px){


}
.product_feature {
 padding: 84px 0px 98px;
 }
@media screen and (max-width: 768px){
.product_feature {
 padding: 3rem 0px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (max-width: 768px){
.head_sm h2 {
 font-size: 20px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
.flex_center {
 justify-content: center;
 }
.product_feature .main {
 margin-top: 106px;
 gap: 2.65625%;
 }
@media screen and (max-width: 1024px){
.product_feature .main {
 flex-direction: column;
 gap: 3rem;
 }}
@media screen and (max-width: 768px){
.product_feature .main {
 gap: 1.5rem;
 margin-top: 3rem;
 }}
.product_feature .left, .product_feature .right {
 transform: translateY(5%);
 position: relative;
 z-index: 3;
 }
.product_feature .left {
 flex: 1 1 0%;
 text-align: right;
 }
@media screen and (max-width: 1024px){
.product_feature .left {
 text-align: left;
 }}
@media screen and (max-width: 768px){
.product_feature .left, .product_feature .right {
 transform: translate(0px);
 }}
.product_feature .left > div, .product_feature .right > div {
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 gap: 3rem;
 }
@media screen and (max-width: 768px){
.product_feature .left > div, .product_feature .right > div {
 gap: 1.5rem;
 }}
.product_feature .item {
 gap: 7.36842%;
 transition: 1s;
 }
.product_feature .left .item {
 display: grid;
 align-items: center;
 grid-template-columns: 1fr auto;
 transform: translateX(12.1053%);
 }
@media screen and (max-width: 1024px){
.product_feature .left .item {
 transform: translate(0px);
 grid-template-columns: auto 1fr;
 }}
@media screen and (max-width: 768px){
.product_feature .item {
 gap: 1rem;
 }}
.product_feature .item .icon {
 display: block;
 width: 5rem;
 aspect-ratio: 1 / 1;
 border-radius: 50%;
 border: 2px solid var(--theme_color);
 box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 10px;
 background: center center / 50% no-repeat;
 align-self: start;
 }
.product_feature .left .item .icon {
 order: 2;
 }
@media screen and (max-width: 1024px){
.product_feature .left .item .icon {
 order: unset;
 }}
@media screen and (max-width: 768px){
.product_feature .item .icon {
 width: 3rem;
 }}
.product_feature .item .intro h3 {
 font-size: 22px;
 line-height: 28px;
 font-weight: 700;
 }
@media screen and (max-width: 768px){
.product_feature .item .intro h3 {
 font-size: 17px;
 line-height: 1.5;
 margin-top: 6px;
 }}
.product_feature .item .intro p {
 font-size: 17px;
 line-height: 26px;
 font-weight: 300;
 margin-top: 6px;
 }
@media screen and (max-width: 768px){
.product_feature .item .intro p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }}
.product_feature .left .item:nth-child(2n) {
 transform: translate(0px);
 }
.product_feature .middle {
 width: 35.3125%;
 aspect-ratio: 1 / 1;
 position: relative;
 z-index: 2;
 border-radius: 50%;
 background-color: rgba(0, 113, 183, 0.06);
 align-self: center;
 }
.product_feature .middle::after {
 content: "";
 display: block;
 width: 3.9823%;
 aspect-ratio: 18 / 686;
 background: url("https://www.evaisun.com//wp-content/plugins/sytech-fronteditor/sytpl/product_4/assets/img/product-line.svg") center center / contain no-repeat;
 position: absolute;
 left: 50%;
 top: 50%;
 z-index: -1;
 transform: translate(-50%, -50%);
 }
@media screen and (max-width: 1024px){
.product_feature .middle {
 order: -1;
 width: 60%;
 }}
@media screen and (max-width: 768px){
.product_feature .middle {
 width: 100%;
 max-width: 260px;
 margin: 0px auto 2rem;
 }}
.product_feature .middle .img {
 width: 122.124%;
 height: 122.124%;
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 }
@media screen and (max-width: 768px){
.product_feature .middle .img {
 width: 110%;
 height: 110%;
 }}
.img.img_ct img {
 width: 100%;
 height: 100%;
 object-fit: contain;
 display: block;
 transition: 0.5s;
 }
.product_feature .right {
 flex: 1 1 0%;
 }
.product_feature .right .item {
 display: grid;
 align-items: center;
 grid-template-columns: auto 1fr;
 transform: translateX(-12.1053%);
 }
@media screen and (max-width: 1024px){
.product_feature .right .item {
 transform: translate(0px);
 }}
.product_feature .right .item:nth-child(2n) {
 transform: translate(0px);
 }
 
@media screen and (max-width: 786px){


}
.product_application {
 padding: 98px 0px 60px;
 }
@media screen and (max-width: 768px){
.product_application {
 padding: 3rem 0px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (max-width: 768px){
.head_sm h2 {
 font-size: 20px;
 line-height: 1.5;
 letter-spacing: 0px;
 }}
.swiper_box {
 position: relative;
 }
.product_application .swiper_box {
 margin-top: 58px;
 }
@media screen and (max-width: 768px){
.product_application .swiper_box {
 margin-top: 20px;
 }}
.swiper_btns {
 display: flex;
 gap: 38px;
 }
.swiper_btns.middle {
 width: 98%;
 max-width: 1540px;
 justify-content: space-between;
 position: absolute;
 z-index: 2;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 pointer-events: none;
 }
@media screen and (min-width: 768px) and (max-width: 1024px){
.swiper_btns {
 gap: 2rem;
 }}
@media screen and (max-width: 768px){
.swiper_btns {
 gap: 1rem;
 }}
@media screen and (max-width: 768px){
.product_application .swiper_btns {
 display: none;
 }}
.swiper_btns div {
 cursor: pointer;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 68px;
 height: 68px;
 border-radius: 6px;
 border: 1px solid rgb(208, 208, 208);
 background-color: transparent;
 transition: 0.3s;
 }
.swiper_btns div::after {
 content: "";
 display: block;
 width: 1rem;
 height: 1rem;
 transition: 0.3s;
 background: url("https://www.evaisun.com//wp-content/plugins/sytech-fronteditor/sytpl/product_5/assets/img/arrow-b.svg") center center / contain no-repeat;
 }
.swiper_btns div:hover {
 border-color: var(--theme_color);
 background-color: var(--theme_color);
 }
.swiper_btns div:hover::after {
 filter: contrast(0) brightness(2);
 }
.swiper_btns .swiper-button-disabled {
 opacity: 0.5;
 pointer-events: none;
 }
.swiper_btns.middle div {
 pointer-events: all;
 }
.swiper_btns.middle .swiper-button-disabled {
 pointer-events: none;
 }
@media screen and (min-width: 768px) and (max-width: 1440px){
.swiper_btns div {
 width: 4rem;
 height: 4rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.swiper_btns div {
 width: 3.5rem;
 height: 3.5rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.swiper_btns div::after {
 width: 15px;
 height: 15px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.swiper_btns div {
 width: 3rem;
 height: 3rem;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.swiper_btns div::after {
 width: 14px;
 height: 14px;
 }}
@media screen and (max-width: 768px){
.swiper_btns div {
 width: 40px;
 height: 40px;
 }}
@media screen and (max-width: 768px){
.swiper_btns div::after {
 width: 12px;
 height: 12px;
 }}
.swiper_btns .btn_next::after {
 transform: rotate(180deg);
 }
.swiper_content {
 max-width: 1300px;
 margin: 0px auto;
 position: relative;
 padding: 10px;
 overflow: hidden;
 }
@media screen and (min-width: 768px) and (max-width: 1440px){
.swiper_content {
 padding: 15px 1.2rem;
 }}
@media screen and (max-width: 768px){
.swiper_content {
 padding: 10px 1.2rem;
 }}
.product_application .product_application_swiper {
 max-width: 454px;
 margin: 0px auto;
 }
@media screen and (max-width: 768px){
.product_application .product_application_swiper {
 max-width: 260px;
 }}
.product_application .product_application_swiper .swiper-slide {
 transition: 0.3s;
 transform: scale(0.731278);
 }
.product_application .product_application_swiper .swiper-slide-active {
 transform: scale(1);
 }
@media screen and (max-width: 768px){
.product_application .product_application_swiper .swiper-slide {
 transform: scale(0.9);
 }}
@media screen and (max-width: 768px){
.product_application .product_application_swiper .swiper-slide-active {
 transform: scale(1);
 }}
.product_application .product_application_swiper .swiper-slide .img {
 border-radius: 6px;
 aspect-ratio: 454 / 304;
 }
.product_application .product_application_swiper .swiper-slide .img:hover img {
 transform: scale(1.03);
 }
.product_application .product_application_swiper .swiper-slide .info {
 text-align: center;
 }
.product_application .product_application_swiper .swiper-slide .info h3 {
 font-size: 26px;
 line-height: 30px;
 font-weight: 600;
 margin-top: 42px;
 }
@media screen and (max-width: 768px){
.product_application .product_application_swiper .swiper-slide .info h3 {
 font-size: 17px;
 line-height: 1.5;
 margin-top: 1rem;
 }}
.product_application .product_application_swiper .swiper-slide .info p {
 font-size: 17px;
 line-height: 28px;
 font-weight: 300;
 margin-top: 1rem;
 transition: 0.3s;
 transform: translateY(-50%);
 opacity: 0;
 }
.product_application .product_application_swiper .swiper-slide-active .info p {
 opacity: 1;
 transform: translate(0px);
 }
@media screen and (max-width: 768px){
.product_application .product_application_swiper .swiper-slide .info p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 10px;
 }}
.product_application .product_application_swiper .swiper-slide-next {
 transform-origin: right center;
 }
 
@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;
  }
}
