 
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.content {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
}
.largecontent {
  max-width: 100%;
  padding: 0 4rem;
}
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;
}
.vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* @font-face {
  font-family: 'SourceHanSansCN';
  src: url(../font/SourceHanSansCN-Regular.otf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url(../font/SourceHanSansCN-Medium.otf);
  font-weight: 500;
  font-display: swap;
} */
:root {
  --theme_color: #006cfa;
  --subtheme_color: #893ba4;
  --title_color: #15212f;
  --content_color: #4f4f4f;
  --bg_color: linear-gradient(to right, #006cfa, #893ba4);
}
ul {
  list-style: none;
}
a {
  color: #1c232f;
  text-decoration: none;
  font-size: 1rem;
}
i {
  font-style: normal;
}
.swiper_content {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: 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 {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
}
.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;
}
body {
  font-family: 'SourceHanSansCN', sans-serif;
}
.only_mobile {
  display: none;
}
.head h2 {
  color: var(--title_color);
  font-size: 50px;
  font-weight: 700;
  line-height: 82px;
}
.head p {
  color: var(--content_color);
  font-size: 24px;
  line-height: 30px;
}
.button {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  border: 1px solid var(--theme_color);
  background-color: var(--theme_color);
  transition: all 0.3s;
  border-radius: 4px;
  padding: 11px 34px;
}
.button:hover {
  background-color: transparent;
  color: var(--theme_color);
}
.button_r {
  display: inline-block;
  line-height: 1;
  color: var(--theme_color);
  font-size: 17px;
  font-weight: 500;
  border: 1px solid var(--theme_color);
  background-color: transparent;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 11px 34px;
}
.button_r:hover {
  background-color: var(--theme_color);
  color: #fff;
}
.button_bg {
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s;
  background-color: var(--theme_color);
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 4px;
  padding: 18px 61px;
}
.button_bg::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  background-image: var(--bg_color);
  z-index: -1;
}
.button_bg:hover {
  opacity: 0.6;
}
.btn_play {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--theme_color);
  font-size: 20px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 4px;
  padding: 13px 47.5px;
  transition: all 0.3s;
}
.btn_play i {
  transition: all 0.3s;
  display: block;
  width: 17px;
  height: 17px;
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/product_discount/assets/img/play.svg) no-repeat center / contain;
}
.btn_play:hover {
  opacity: 0.6;
}
div.swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  height: 1rem;
  gap: 28px;
}
div.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  transition: all 0.3s;
}
div.swiper-pagination .swiper-pagination-bullet-active {
  width: 1rem;
  height: 1rem;
  background-color: transparent;
}
.swiper_btns_full {
  display: flex;
  gap: 18px;
}
.swiper_btns_full div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--theme_color);
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/product_discount/assets/img/left-w.svg) no-repeat center / 15%;
  background-color: var(--theme_color);
  cursor: pointer;
  transition: all 0.3s;
}
.swiper_btns_full div:hover {
  filter: brightness(1.3);
}
.swiper_btns_full div.swiper-button-disabled {
  cursor: default;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.swiper_btns_full .btn_next {
  background-image: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/product_discount/assets/img/right-w.svg);
}
.swiper_btns_full.center {
  width: 98%;
  max-width: 1380px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.swiper_btns_full.center div {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.swiper_btns_full.center div.swiper-button-disabled {
  filter: brightness(0.2);
}
.swiper_btns_full.center .btn_next {
  left: unset;
  right: 0;
}
.product_discount {
  padding: 5rem 0;
}
.product_discount .left {
  width: 47%;
}
.product_discount .left .img {
  height: 456px;
  position: relative;
}
.product_discount .left .img span {
  background-color: #F8F8F8;
  color: #707075;
  position: absolute;
  top: 0;
  left: 3rem;
  line-height: 1;
  font-weight: 700;
  padding: 0.75rem;
  border-radius: 4px;
}
.product_discount .left .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_discount .right {
  width: 47%;
}
.product_discount .right h1 {
  font-weight: 700;
  font-size: 44px;
  line-height: 135%;
  color: #16212D;
}
.product_discount .right > span {
  color: var(--theme_color);
  font-size: 12px;
  font-weight: 500;
  padding-left: 23px;
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/product_discount/assets/img/gou-b.svg) no-repeat left center / 15px;
  display: block;
  margin-top: 12px;
}
.product_discount .right .price {
  font-size: 26px;
  font-weight: 600;
  margin-top: 1rem;
}
.product_discount .right .price span {
  color: #707070;
  text-decoration: line-through;
  opacity: 0.5;
  padding-left: 1rem;
}
.product_discount .right .button {
  margin-top: 2rem;
  font-size: 14px;
  font-weight: 600;
}
.product_discount .right strong {
  display: block;
  font-size: 26px;
  font-weight: normal;
  margin-top: 2rem;
}
.product_discount .right p {
  max-width: 444px;
  margin-top: 24px;
  color: #707075;
  line-height: 1.5rem;
}
.product_discount .content > p {
  max-width: 986px;
  margin: 128px auto 0;
  font-size: 26px;
}

 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .swiper_content {
    padding: 10px 1.2rem;
  }
  .obly_mobile {
    display: block;
  }
  .head .subtitle {
    font-size: 14px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .head .nav ul {
    margin-top: 20px;
    gap: 1rem;
  }
  .head .nav ul li {
    font-size: 14px;
    padding-bottom: 0.5rem;
  }
  .h2-line h2 {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .button {
    font-size: 14px;
    padding: 12px 22px 14px;
    border-radius: 4px;
  }
  .border_btn {
    font-size: 14px;
    padding: 11px 22px 13px;
  }
  .scroll-text {
    display: none;
  }
  .product_discount {
    padding: 2rem 0;
  }
  .product_discount .content > .flex {
    flex-direction: column;
  }
  .product_discount .content > p {
    font-size: 14px;
    margin-top: 4rem;
    line-height: 1.5;
  }
  .product_discount .left {
    width: 100%;
  }
  .product_discount .left .img {
    height: 265px;
  }
  .product_discount .left .img span {
    left: 0;
  }
  .product_discount .right {
    text-align: center;
    width: 100%;
  }
  .product_discount .right h1 {
    font-size: 2rem;
  }
  .product_discount .right > span {
    width: max-content;
    margin: 12px auto 0;
  }
  .product_discount .right .price {
    font-size: 18px;
  }
  .product_discount .right strong {
    font-size: 1rem;
    text-align: left;
  }
  .product_discount .right p {
    text-align: left;
    font-size: 14px;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1260px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  
}
.swiper_box {
  position: relative;
}
.btn_play i {
  transition: all 0.3s;
  display: block;
  width: 17px;
  height: 17px;
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/product_services/assets/img/play.svg) no-repeat center / contain;
}
.swiper_btns_full div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--theme_color);
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/product_services/assets/img/left-w.svg) no-repeat center / 15%;
  background-color: var(--theme_color);
  cursor: pointer;
  transition: all 0.3s;
}
.swiper_btns_full .btn_next {
  background-image: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/product_services/assets/img/right-w.svg);
}
.product_services {
  padding: 56px 0 88px;
}
.product_services .head h2 {
  font-size: 44px;
}
.product_services .head p {
  font-size: 22px;
  margin-top: 20px;
}
.product_services .product_services_swiper {
  margin: 40px 0 10px;
}
.product_services .product_services_swiper .swiper-slide {
  height: auto;
}
.product_services .product_services_swiper .swiper-slide a {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  padding: 2rem 9.52381%;
  background-color: #f8f8f8;
  border-radius: 6px;
}
.product_services .product_services_swiper .swiper-slide a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.product_services .product_services_swiper .swiper-slide .img {
  padding-bottom: 54.172727%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.product_services .product_services_swiper .swiper-slide .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.product_services .product_services_swiper .swiper-slide .info {
  padding-top: 1rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product_services .product_services_swiper .swiper-slide .info h3 {
  font-size: 26px;
  font-weight: 600;
}
.product_services .product_services_swiper .swiper-slide .info p {
  flex: 1;
  margin-top: 1rem;
}
.product_services .product_services_swiper .swiper-slide .info strong {
  margin-top: 3rem;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 0.25rem;
  background-color: var(--theme_color);
  text-transform: uppercase;
  padding: 15px 39px;
  color: #fff;
  width: max-content;
  transition: all 0.3s;
}
.product_services .product_services_swiper .swiper-slide .info strong:hover {
  opacity: 0.6;
}
.product_services p.center {
  margin-top: 2rem;
}
.product_services p.center a {
  color: var(--theme_color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: max-content;
  margin: 0 auto;
}
.product_services p.center a:hover::after {
  transform: translateX(5px);
}
.product_services p.center a::after {
  content: '';
  display: block;
  width: 5px;
  height: 10px;
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/product_services/assets/img/right-full.svg) no-repeat center / contain;
  transition: all 0.3s;
}
.product_services .swiper_btns_full {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  justify-content: space-between;
  max-width: 1500px;
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1260px) {
  .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;
  }
  .product_services {
    padding: 4rem 0;
  }
  .product_services .swiper_btns_full {
    display: none;
  }
  .product_services .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .product_services .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .product_services .product_services_swiper {
    margin: 2rem 0 0;
  }
  .product_services .product_services_swiper .swiper-slide a {
    padding: 1rem;
  }
  .product_services .product_services_swiper .swiper-slide a .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_services .product_services_swiper .swiper-slide a .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0.5rem 0 1rem;
  }
  .product_services .product_services_swiper .swiper-slide a .info strong {
    margin: 0;
    font-size: 14px;
    padding: 9px 22px;
  }
}

 
* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content {
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
}
.largecontent {
	max-width: 100%;
	padding: 0 4rem;
}
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;
}
.vertical {
	display: flex;
	flex-direction:column;
	justify-content: center;
}
.btn_play i {
  transition: all 0.3s;
  display: block;
  width: 17px;
  height: 17px;
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/show_benefits/assets/img/play.svg) no-repeat center / contain;
}
.swiper_btns_full div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--theme_color);
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/show_benefits/assets/img/left-w.svg) no-repeat center / 15%;
  background-color: var(--theme_color);
  cursor: pointer;
  transition: all 0.3s;
}
.swiper_btns_full .btn_next {
  background-image: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/show_benefits/assets/img/right-w.svg);
}

.show_benefits {
  margin: 4rem 0;
}
.show_benefits .head {
  color: #252525;
}
.show_benefits .head .subtitle {
  font-size: 14px;
  display: block;
  font-weight: 600;
  color: var(--theme_color);
  line-height: 20px;
  margin-bottom: 8px;
}
.show_benefits .head h2 {
  font-size: 2rem;
  line-height: 46px;
  margin-bottom: 1rem;
  font-weight: normal;
}
.show_benefits .head p {
  font-size: 1rem;
  max-width: 768px;
  margin: 0 auto 1rem;
}
.show_benefits .main {
  padding: 2rem 0;
}
.show_benefits .main ul {
  max-width: 1152px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.show_benefits .main ul li {
  text-align: center;
  padding: 1rem;
  color: #252525;
}
.show_benefits .main ul li h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 1rem;
}
.show_benefits .main ul li p {
  margin-bottom: 1rem;
  font-size: 14px;
  line-height: 1.5;
}

.show_benefits table {
  width: 100%;
  border-collapse: collapse;
}
.show_benefits table tr {
  width: 100%;
  transition: all 0.3s;
}
.show_benefits table tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.show_benefits table tr:first-child {
  background-color: #f1f8ff;
}
.show_benefits table tr:first-child td {
  font-weight: 600;
}
.show_benefits table tr:hover {
  background-color: #f0f0f0;
}
.show_benefits table tr:hover:first-child {
  background-color: #f1f8ff;
}
.show_benefits table tr td {
  color: var(--title_color);
  font-size: 20px;
  line-height: 24px;
  padding: 17px 10px;
}
.show_benefits table tr td:first-child {
  padding-left: 25px;
}
.show_benefits table tr td:last-child {
  padding-right: 25px;
}
 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1260px) {
  .content {
    max-width: 1000px;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  
  .show_benefits .main ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .show_benefits .head h2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .show_benefits .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
  .show_benefits .main {
    padding: 2rem 0 0;
  }
  .show_benefits .main ul {
    display: flex;
    overflow: auto;
  }
  .show_benefits .main ul li {
    min-width: 65%;
  }
  .show_benefits .main ul li h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .show_benefits .main ul li p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .show_benefits table {
    /* display: block; */
    overflow: scroll;
    width: 100%;
  }
  .show_benefits table tbody{
    width: 100%;
  }
  .show_benefits table tr td {
    min-width: 50px;
    font-size: 12px;
    line-height: 1.5;
    padding: 8px 5px;
  }
  .show_benefits table tr td:first-child {
    padding-left: 8px;
  }
  .show_benefits table tr td:last-child {
    padding-right: 8px;
  }
}
.btn_play i {
  transition: all 0.3s;
  display: block;
  width: 17px;
  height: 17px;
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/product_faq/assets/img/play.svg) no-repeat center / contain;
}
.swiper_btns_full div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--theme_color);
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/product_faq/assets/img/left-w.svg) no-repeat center / 15%;
  background-color: var(--theme_color);
  cursor: pointer;
  transition: all 0.3s;
}
.swiper_btns_full .btn_next {
  background-image: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/product_faq/assets/img/right-w.svg);
}


.sy_contentfaq {
  max-width: 898px;
  margin: 0 auto;
}
.sy_contentfaq .sy_fap_group .faqs_list {
  display: flex;
  gap: 15px;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.sy_contentfaq .sy_fap_group .faqs_list li {
  flex: 1;
  font-size: 19px;
  color: #585859;
  font-weight: 500;
  background-color: #f8f8f8;
  transition: all 0.3s;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  white-space: nowrap;
}
.sy_contentfaq .sy_fap_group .faqs_list li.active,
.sy_contentfaq .sy_fap_group .faqs_list li:hover {
  background-color: var(--theme_color);
  color: #fff;
}
.sy_contentfaq .sy_fap_group .faqs {
  margin-top: 42px;
}
.sy_contentfaq .sy_fap_group .faqs .faq {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}
.sy_contentfaq .sy_fap_group .faqs .faq:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sy_contentfaq .sy_fap_group .faqs .faq.active .question span::after {
  height: 2px;
  opacity: 0;
}
.sy_contentfaq .sy_fap_group .faqs .faq .question {
  gap: 1rem;
  display: flex;
  align-items: center;
  padding: 40px 28px 28px 25px;
  cursor: pointer;
}
.sy_contentfaq .sy_fap_group .faqs .faq .question strong {
  flex: 1;
  color: var(--title_color);
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
.sy_contentfaq .sy_fap_group .faqs .faq .question span {
  display: block;
  width: 14px;
  height: 14px;
  position: relative;
}
.sy_contentfaq .sy_fap_group .faqs .faq .question span::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sy_contentfaq .sy_fap_group .faqs .faq .question span::after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.sy_contentfaq .sy_fap_group .faqs .faq .question span svg {
  display: none;
}
.sy_contentfaq .sy_fap_group .faqs .faq .answer {
  color: #5e5e5e;
  font-size: 18px;
  line-height: 30px;
  padding: 0 68px 36px 25px;
  display: none;
}
.sy_contentfaq .sy_fap_group .faqs .faq .answer a {
  color: var(--theme_color);
  font-size: 18px;
  line-height: 30px;
}
.sy_contentfaq .sy_fap_group button {
  display: none;
}
.product_faq {
  padding: 80px 0 90px;
}
.product_faq .head p {
  color: #5e5e5e;
  font-size: 20px;
  margin-top: 36px;
}
.product_faq .head p a {
  color: var(--theme_color);
  font-size: 20px;
  line-height: 30px;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  
  .product_faq {
    padding: 3rem 0 5rem;
  }
  .product_faq .head p {
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 1.5;
  }
  .product_faq .head p a {
    font-size: 1rem;
    line-height: 1.5;
    display: block;
  }
  .sy_contentfaq .sy_fap_group .faqs_list {
    margin-top: 1.2rem;
    gap: 10px;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .sy_contentfaq .sy_fap_group .faqs_list::-webkit-scrollbar {
    display: none;
  }
  .sy_contentfaq .sy_fap_group .faqs_list li {
    font-size: 14px;
    padding: 9px 22px;
  }
  .sy_contentfaq .sy_fap_group .faqs {
    margin-top: 1.2rem;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq {
    padding: 0;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq .question {
    padding: 1.2rem 1rem 1rem;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq .question strong {
    font-size: 15px;
    line-height: 1.5;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq .question span {
    width: 12px;
    height: 12px;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq .answer {
    font-size: 13px;
    line-height: 1.7;
    padding: 0 1rem 1.2rem;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq .answer a {
    font-size: 13px;
    line-height: 1.7;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1260px) {
  .content {
    max-width: 1000px;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  
}
.btn_play i {
  transition: all 0.3s;
  display: block;
  width: 17px;
  height: 17px;
  background: url(https://opentrons.com.cn//wp-content/plugins/sytech-fronteditor/sytpl/bottom_more/assets/img/play.svg) no-repeat center / contain;
}
.swiper_btns_full div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--theme_color);
  background: url(https://opentrons.com.cn//wp-content/plugins/sytech-fronteditor/sytpl/bottom_more/assets/img/left-w.svg) no-repeat center / 15%;
  background-color: var(--theme_color);
  cursor: pointer;
  transition: all 0.3s;
}
.swiper_btns_full .btn_next {
  background-image: url(https://opentrons.com.cn//wp-content/plugins/sytech-fronteditor/sytpl/bottom_more/assets/img/right-w.svg);
}
.bottom_more {
  background-color: #f8f8f8;
  padding: 85px 0 75px;
}
.bottom_more i {
  display: inline-block;
  width: 53px;
  height: 79px;
  background: url(https://opentrons.com.cn//wp-content/plugins/sytech-fronteditor/sytpl/bottom_more/assets/img/app-more.svg) no-repeat center / contain;
}
.bottom_more h2 {
  margin: 2rem 0 12px;
}
.bottom_more p {
  font-size: 22px;
  margin: 0 auto 34px;
  max-width: 1010px;
}
.bottom_more .button {
  font-size: 18px;
  padding: 14px 31px;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .bottom_more {
    padding: 3rem 0;
  }
  .bottom_more i {
    width: 3rem;
    height: 3rem;
  }
  .bottom_more h2 {
    margin: 1rem 0 0.5rem;
  }
  .bottom_more p {
    margin: 0 0 1.2rem;
  }
  .bottom_more .button {
    font-size: 14px;
    padding: 11px 22px;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1260px) {
  .content {
    max-width: 1000px;
  }

}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  
}