 
* {
  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_module/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_module/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_module/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_module {
  padding: 4rem 0;
}
.product_module .left {
  flex: 1;
  max-width: 592px;
}
.product_module .left h1 {
  font-size: 45px;
  color: #16212d;
}
.product_module .left strong {
  display: block;
  margin-top: 1rem;
  font-size: 26px;
}
.product_module .left .button {
  font-size: 14px;
  margin-top: 40px;
}
.product_module .left p {
  font-size: 26px;
  margin-top: 2rem;
}
.product_module .img {
  width: 46.984127%;
}
.product_module .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/*----custom_pc_start----*/  #HJ066J .product_module{padding-top:64px;padding-bottom:30px;} /*----custom_pc_end----*/ 
/*----custom_mobile_start----*/ @media screen and (max-width: 786px) { #HJ066J .product_module{} } /*----custom_mobile_end----*/
 
@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_module {
    padding: 2rem 0;
  }
  .product_module .flex {
    flex-direction: column-reverse;
  }
  .product_module .img {
    width: 100%;
  }
  .product_module .left h1 {
    font-size: 30px;
  }
  .product_module .left p {
    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;
  }
  .product_module .left p {
    font-size: 1rem;
  }
}
.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_feature/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_feature/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_feature/assets/img/right-w.svg);
}
.product_feature {
  background-color: #f8f8f8;
  padding: 5rem 0;
}
.product_feature .left {
  width: 53.1%;
  padding-left: 6.35%;
}
.product_feature .left h2 {
  font-size: 45px;
}
.product_feature .left ul {
  margin: 2rem 0;
}
.product_feature .left ul li {
  font-size: 26px;
  margin: 13px 0;
  padding-left: 50px;
  position: relative;
}
.product_feature .left ul li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme_color);
  position: absolute;
  left: 1rem;
  top: 14px;
}
.product_feature .left a {
  color: var(--theme_color);
  display: flex;
  align-items: center;
  gap: 8px;
}
.product_feature .left a::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/product_feature/assets/img/right-full.svg) no-repeat center / contain;
  position: relative;
  top: 2px;
}
.product_feature .right {
  width: 39.68254%;
  position: relative;
}
.product_feature .right .swiper-pagination {
  filter: contrast(0) brightness(0);
  justify-content: center;
}
.product_feature .product_feature_swiper {
  overflow: hidden;
}
.product_feature .product_feature_swiper .pic {
  padding-bottom: 100%;
  position: relative;
}
.product_feature .product_feature_swiper .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}

 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .product_feature {
    padding: 2rem 0;
  }
  .product_feature .flex {
    flex-direction: column-reverse;
  }
  .product_feature .left {
    width: 100%;
    padding: 2rem 0 0;
  }
  .product_feature .left h2 {
    font-size: 30px;
  }
  .product_feature .left ul li {
    font-size: 14px;
    padding-left: 28px;
  }
  .product_feature .left ul li::before {
    left: 6px;
    width: 4px;
    height: 4px;
  }
  .product_feature .right {
    width: 100%;
  }
}

 
@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/product_spec/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_spec/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_spec/assets/img/right-w.svg);
}


.product_data {
  padding-top: 5rem;
  padding-bottom: 60px;
}
.product_data .main {
  margin-top: 35px;
}
.product_data .main ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  padding: 30px 0 26px;
}
.product_data .main ul li img {
  max-width: 100%;
  height: auto;
}
.product_data .main ul li .left {
  width: 39.68254%;
  padding: 0 1rem 0 7.142857%;
}
.product_data .main ul li .left strong {
  color: var(--title_color);
  font-size: 30px;
  font-weight: 700;
}
.product_data .main ul li .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.product_data .main ul li .right p {
  color: var(--title_color);
  font-size: 18px;
  line-height: 25px;
}
.product_data .main ul li .right a {
  color: var(--theme_color);
  font-size: 18px;
  line-height: 25px;
}
.product_data .main ul li .right .links {
  margin-left: 14.47%;
}
.product_data .main ul li .right .links a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product_data .main ul li .right .links a::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/product_spec/assets/img/icon-dl.svg) no-repeat center / contain;
}
.product_data .main ul li .right .more {
  display: inline-block;
  font-weight: 500;
  position: relative;
  padding-right: 1rem;
  margin-top: 8px;
}
.product_data .main ul li .right .more:hover::after {
  right: -5px;
}
.product_data .main ul li .right .more::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 13px;
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/product_spec/assets/img/right-full.svg) no-repeat center / contain;
  transition: all 0.3s;
}
.product_data .main ul li .right table {
  width: 100%;
  max-width: 651px;
  border-collapse: collapse;
}
.product_data .main ul li .right table tr {
  width: 100%;
  transition: all 0.3s;
}
.product_data .main ul li .right table tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.product_data .main ul li .right table tr:first-child {
  background-color: #f1f8ff;
}
.product_data .main ul li .right table tr:first-child td {
  font-weight: 600;
}
.product_data .main ul li .right table tr:hover {
  background-color: #f0f0f0;
}
.product_data .main ul li .right table tr:hover:first-child {
  background-color: #f1f8ff;
}
.product_data .main ul li .right table tr td {
  color: var(--title_color);
  font-size: 20px;
  line-height: 24px;
  padding: 17px 10px;
}
.product_data .main ul li .right table tr td:first-child {
  padding-left: 25px;
}
.product_data .main ul li .right table tr td:last-child {
  padding-right: 25px;
}
.product_data .main ul li .right .lt {
  width: 46.0526%;
  padding-right: 1rem;
}
.product_data .main ul li .right .rt {
  flex: 1;
}
.product_data .main ul li .right .flex {
  width: 100%;
}
.product_data .main ul li .right .lt strong,
.product_data .main ul li .right .rt strong {
  font-weight: 700;
  color: var(--title_color);
  font-size: 18px;
  line-height: 25px;
  display: block;
  margin: 18px 0 6px;
}
.product_data .main ul li .right .lt strong:first-child,
.product_data .main ul li .right .rt strong:first-child {
  margin-top: 0;
}
.product_data .main ul li .right .lt p,
.product_data .main ul li .right .rt p {
  color: #3f3f3f;
  line-height: 25px;
}


/*----custom_pc_start----*/  #00Z7V7 .product_data{padding-top:20px;padding-bottom:60px;} /*----custom_pc_end----*/ 
/*----custom_mobile_start----*/ @media screen and (max-width: 786px) { #00Z7V7 .product_data{} } /*----custom_mobile_end----*/
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  
  .product_data {
    overflow: hidden;
    padding: 2rem 0 4rem;
  }
  .product_data .main {
    margin-top: 2rem;
  }
  .product_data .main ul li {
    padding: 1rem 0;
    flex-flow: wrap;
  }
  .product_data .main ul li img {
    max-height: 200px;
  }
  .product_data .main ul li .left {
    padding: 0 10px;
    width: 100%;
    padding-left: 0;
    margin-bottom: 1rem;
  }
  .product_data .main ul li .left strong {
    font-size: 1rem;
    line-height: 1.5;
  }
  .product_data .main ul li .right{
    flex: unset;
    width: 100%;
  }
  .product_data .main ul li .right p {
    font-size: 13px;
    line-height: 1.5;
  }
  .product_data .main ul li .right a {
    font-size: 13px;
    line-height: 1.5;
  }
  .product_data .main ul li .right .links {
    margin-left: 1rem;
  }
  .product_data .main ul li .right .links a {
    gap: 5px;
  }
  .product_data .main ul li .right .links a::after {
    width: 12px;
    height: 12px;
    position: relative;
    top: -1px;
  }
  .product_data .main ul li .right .more {
    padding-right: 10px;
  }
  .product_data .main ul li .right .more::after {
    width: 5px;
    height: 8px;
  }
  .product_data .main ul li .right .lt strong,
  .product_data .main ul li .right .rt strong {
    font-size: 13px;
    line-height: 1.5;
  }
  .product_data .main ul li .right table {
    /* display: block; */
    overflow: scroll;
    width: 100%;
  }
  .product_data .main ul li .right table tbody{
    width: 100%;
  }
  .product_data .main ul li .right table tr td {
    min-width: 50px;
    font-size: 12px;
    line-height: 1.5;
    padding: 8px 5px;
  }
  .product_data .main ul li .right table tr td:first-child {
    padding-left: 8px;
  }
  .product_data .main ul li .right table tr td:last-child {
    padding-right: 8px;
  }
}

 
@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;
  }
  .product_data .main ul li .right table tr td {
    padding: 10px 5px;
  }
  .product_data .main ul li .right table tr td:first-child {
    padding-left: 12px;
  }
  .product_data .main ul li .right table tr td:last-child {
    padding-right: 12px;
  }

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

  .product_data .main ul li .right table tr td {
    font-size: 1rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  
  .product_data .main ul li .right table tr td {
    font-size: 14px;
  }
}
.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_resource/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_resource/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_resource/assets/img/right-w.svg);
}




.product_resources .main {
  margin-top: 54px;
}
.product_resources .main .items .item {
  margin-bottom: 44px;
}
.product_resources .main .items .item:last-child {
  margin-bottom: 0;
}
.product_resources .main .items .item h3 {
  color: var(--theme_color);
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 18px;
}
.product_resources .main .items .item ul {
  display: grid;
  gap: 17px 15px;
  grid-template-columns: repeat(3, 1fr);
}
.product_resources .main .items .item ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  gap: 1rem;
  padding: 19.5px 22px;
  transition: all 0.3s;
}
.product_resources .main .items .item ul li a:hover {
  background-color: var(--theme_color);
}
.product_resources .main .items .item ul li a:hover p {
  color: #fff;
}
.product_resources .main .items .item ul li a:hover i,
.product_resources .main .items .item ul li a:hover span {
  filter: contrast(0) brightness(20);
}
.product_resources .main .items .item ul li a span {
  display: block;
  width: 28px;
  height: 28px;
  background: no-repeat center / contain;
}
.product_resources .main .items .item ul li a i {
  display: block;
  width: 14px;
  height: 14px;
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/product_resource/assets/img/icon-dl.svg) no-repeat center / contain;
}
.product_resources .main .items .item ul li a p {
  flex: 1;
  color: var(--title_color);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.product_resources .main .items .icon1 ul li a span {
  background-image: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/product_resource/assets/img/pd-r-icon1.svg);
}
.product_resources .main .items .icon2 ul li a span {
  background-image: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/product_resource/assets/img/pd-r-icon2.svg);
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .product_resources {
    padding: 4rem 0 3rem;
  }
  .product_resources .main {
    margin-top: 2rem;
  }
  .product_resources .main .items .item {
    margin-bottom: 2rem;
  }
  .product_resources .main .items .item h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .product_resources .main .items .item ul {
    display: block;
  }
  .product_resources .main .items .item ul li {
    margin-bottom: 1rem;
  }
  .product_resources .main .items .item ul li a {
    padding: 1rem;
    gap: 10px;
  }
  .product_resources .main .items .item ul li a span {
    width: 1.5rem;
    height: 1.5rem;
  }
  .product_resources .main .items .item ul li a p {
    font-size: 14px;
    line-height: 1.5;
  }
}

 
@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/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;
  }
  
}
 
* {
	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/citations_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/citations_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/citations_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/citations_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;
}
.citations_more {
  background-color: #eff6ff;
}
.citations_more p {
  max-width: 640px;
}
.citations_more .button {
  padding: 14px 38px;
}

 
@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;
  }
  
}