 
* {
	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;
}
.center {
  text-align: center;
}
.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/application_banner_img_nomask/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/application_banner_img_nomask/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/application_banner_img_nomask/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;
}
.application_banner_img {
  position: relative;
  background: url(https://opentrons.com.cn/wp-content/plugins/sytech-fronteditor/sytpl/application_banner_img_nomask/assets/img/webinar-14-scaled.jpeg) no-repeat center/cover;
}
.application_banner_img.nomask::after {
  display: none !important;
}
.application_banner_img .flex {
  min-height: 500px;
  padding: 100px 0;
  position: relative;
  z-index: 5;
}
.application_banner_img .head h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 74px;
}
.application_banner_img .head p {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  margin: 25px 0 2rem;
  max-width: 896px;
}
 
@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;
  }
  .application_banner_img .flex {
    min-height: 420px;
    padding: 4rem 0;
    align-items: flex-end;
  }
  .application_banner_img .head {
    text-align: center;
  }
  .application_banner_img .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .application_banner_img .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0.5rem 0 1.2rem;
  }
  .application_banner_img .head .btn_play {
    margin: 0 auto;
  }
}

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

.method_assay_text {
  padding: 4rem 1.2rem;
}
.method_assay_text p {
  color: #374151;
  margin-bottom: 20px;
}
.method_assay_text h2 {
  font-size: 51px;
  font-weight: normal;
  margin-bottom: 1rem;
  background: linear-gradient(90deg,#006cfa -100%,#893ba4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.method_assay_text h3 {
  font-size: 34px;
  font-weight: normal;
  color: #000;
  margin-bottom: 1rem;
}
.method_assay_text ul {
  margin: 20px 0;
  padding-left: 26px;
}
.method_assay_text ul li {
  list-style: disc;
}
.method_assay_text ol {
  margin: 20px 0;
  padding-left: 26px;
}
.method_assay_text ol li {
  list-style: decimal;
}
.method_assay_text li {
  padding-left: 6px;
  color: #374151;
  margin: 8px 0;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .method_assay {
    padding: 2rem 0;
  } 
  .method_assay strong{
    font-size: 25px;
    margin-bottom: 0rem;
  }
  .method_assay p,
  .method_assay li{
    font-size: 15px;
  }


  .method_assay_text {
    padding: 2rem 0;
  }
  .method_assay_text h2 {
    font-size: 30px;
  }
  .method_assay_text h3 {
    font-size: 20px;
  }
}

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


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

 
@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;
  }
  .solution_strength .head p {
    width: 70%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .solution_strength .head p {
    width: 90%;
  }
}
:root {
  --theme_color: #006cfa;
  --subtheme_color: #893ba4;
  --title_color: #15212f;
  --content_color: #4f4f4f;
  --bg_color: linear-gradient(to right, #006cfa, #893ba4);
}
.head h2 {
  color: var(--title_color);
  font-size: 48px !important;
  font-weight: 700;
  line-height: 82px;
}
.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;
  cursor: pointer;
}
/* .button:hover {
  background-color: transparent;
  color: var(--theme_color);
} */
.button:hover {
  background-color: var(--theme_color) !important;
  color: #fff !important;
  background-color: rgb(0 108 250 / 0.6) !important;
  border-color: transparent !important;
}
.button_r:hover {
  background-color: transparent !important;
  color: var(--theme_color) !important;
}
.btn_play {
  cursor: pointer;
  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;
}


 @media all{
  *,::after,::before{
     box-sizing:border-box;
     border-width:0;
     border-style:solid;
     border-color:#e5e7eb;
 }
  ::after,::before{
     --tw-content:'';
 }
  h2{
     font-size:inherit;
     font-weight:inherit;
 }
  h2,p{
     margin:0;
 }
  ol{
     list-style:none;
     margin:0;
     padding:0;
 }
  :disabled{
     cursor:default;
 }
  *,::after,::before{
     --tw-border-spacing-x:0;
     --tw-border-spacing-y:0;
     --tw-translate-x:0;
     --tw-translate-y:0;
     --tw-rotate:0;
     --tw-skew-x:0;
     --tw-skew-y:0;
     --tw-scale-x:1;
     --tw-scale-y:1;
     --tw-scroll-snap-strictness:proximity;
     --tw-ring-offset-width:0px;
     --tw-ring-offset-color:#fff;
     --tw-ring-color:rgb(59 130 246 / 0.5);
     --tw-ring-offset-shadow:0 0 #0000;
     --tw-ring-shadow:0 0 #0000;
     --tw-shadow:0 0 #0000;
     --tw-shadow-colored:0 0 #0000;
 }
  .prose{
     color:var(--tw-prose-body);
     max-width:65ch;
 }
  .prose :where(ol):not(:where([class~=not-prose] *)){
     list-style-type:decimal;
     margin-top:1.25em;
     margin-bottom:1.25em;
     padding-left:1.625em;
 }
  .prose :where(h2):not(:where([class~=not-prose] *)){
     color:#000;
     font-weight:700;
     font-size:1.875rem;
     font-size:[object Object];
     margin-top:2em;
     margin-bottom:1em;
     line-height:1.3333333;
     font-family:Open Sans;
     margin:0 0 1rem 0;
 }
  @media (min-width:880px){
      .prose :where(h2):not(:where([class~=not-prose] *)){
         font-size:3.2rem;
     }
 }
  .prose{
     --tw-prose-body:#374151;
     --tw-prose-headings:#111827;
     --tw-prose-lead:#4b5563;
     --tw-prose-links:#111827;
     --tw-prose-bold:#111827;
     --tw-prose-counters:#6b7280;
     --tw-prose-bullets:#d1d5db;
     --tw-prose-hr:#e5e7eb;
     --tw-prose-quotes:#111827;
     --tw-prose-quote-borders:#e5e7eb;
     --tw-prose-captions:#6b7280;
     --tw-prose-code:#111827;
     --tw-prose-pre-code:#e5e7eb;
     --tw-prose-pre-bg:#1f2937;
     --tw-prose-th-borders:#d1d5db;
     --tw-prose-td-borders:#e5e7eb;
     --tw-prose-invert-body:#d1d5db;
     --tw-prose-invert-headings:#fff;
     --tw-prose-invert-lead:#9ca3af;
     --tw-prose-invert-links:#fff;
     --tw-prose-invert-bold:#fff;
     --tw-prose-invert-counters:#9ca3af;
     --tw-prose-invert-bullets:#4b5563;
     --tw-prose-invert-hr:#374151;
     --tw-prose-invert-quotes:#f3f4f6;
     --tw-prose-invert-quote-borders:#374151;
     --tw-prose-invert-captions:#9ca3af;
     --tw-prose-invert-code:#fff;
     --tw-prose-invert-pre-code:#d1d5db;
     --tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);
     --tw-prose-invert-th-borders:#4b5563;
     --tw-prose-invert-td-borders:#374151;
     font-size:1rem;
     line-height:1.75;
 }
  .prose :where(p):not(:where([class~=not-prose] *)){
     margin-top:1.25em;
     margin-bottom:1.25em;
 }
  .prose :where(li):not(:where([class~=not-prose] *)){
     margin-top:.5em;
     margin-bottom:.5em;
 }
  .prose :where(ol > li):not(:where([class~=not-prose] *)){
     padding-left:.375em;
 }
  .prose :where(.prose > ol > li > :first-child):not(:where([class~=not-prose] *)){
     margin-top:1.25em;
 }
  .prose :where(.prose > ol > li > :last-child):not(:where([class~=not-prose] *)){
     margin-bottom:1.25em;
 }
  .prose :where(h2 + *):not(:where([class~=not-prose] *)){
     margin-top:0;
 }
  .prose :where(.prose > :first-child):not(:where([class~=not-prose] *)){
     margin-top:0;
 }
  .prose :where(.prose > :last-child):not(:where([class~=not-prose] *)){
     margin-bottom:0;
 }
  h2{
     font-family:'Public Sans';
     font-style:normal;
     font-weight:700;
     font-size:32px;
     line-height:135%;
     color:#16212d;
 }
  @media (min-width:880px){
      h2{
         font-family:'Public Sans';
         font-style:normal;
         font-weight:700;
         font-size:44px;
         line-height:135%;
         color:#16212d;
     }
 }
  .max-w-none{
     max-width:none;
 }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  

}

 
@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/method_assay2/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/method_assay2/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/method_assay2/assets/img/right-w.svg);
}
.method_assay2 {
  padding: 4rem 0;
}
.method_assay2 h2{  
  text-align: center;
  font-weight: 700;
  font-size: 44px;  
  color: #16212D;
}

.method_assay2 p{
  text-align: center;
  color: #374151;
  font-size: 16px;
  line-height: 28px;
  padding-top: 1rem;
} 
.method_assay2 ul {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: 1.5rem;
}


.method_assay2 ul li{
  width: 31.33%;
  padding: 3rem;background-color: #fff;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
} 
.method_assay2 ul li a{
  color: #006cfa;
}
.method_assay2 ul li svg{
  --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    fill: #006cfa;
    width: 0.25rem;
}
/*----custom_pc_start----*/  section .method_assay2{margin-top:60px;margin-bottom:0;padding-top:64px;padding-bottom:64px;} /*----custom_pc_end----*/ 
/*----custom_mobile_start----*/ @media screen and (max-width: 786px) { section .method_assay2{} } /*----custom_mobile_end----*/
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .method_assay2 {
    padding: 4rem 0;
  }
  .method_assay2 h2{  
    text-align: center;
    font-weight: 700;
    font-size: 32px;  
    color: #16212D;
  }
  
  .method_assay2 p{
    text-align: center;
    color: #374151;
    font-size: 15px;
    line-height: 28px;
    padding-top: 1rem;
  } 
  .method_assay2 ul {
    display: flex;
    margin-top: 2rem;
    flex-wrap: wrap;
    gap: 1.5rem;
  } 
  .method_assay2 ul li{
    width: 100%;
    padding: 2rem;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }  
}

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

.application_table {
  padding: 4rem 0;
  max-width: 1000px;
  margin: 0 auto;
  h2 {
    margin: 1rem 0;
    font-size: 3.2rem;
    font-weight: normal;
    background:linear-gradient(90deg, #006CFA -100%, #893BA4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;
  }
  h3 {
    font-size: 2.15rem;
    font-weight: normal;
    margin: 1rem 0;
    color: #000;
  }
  p {
    color: #374151;
    line-height: 28px;
    margin-bottom: 1rem;
  }
  table {
    margin: 20px 0;
    border-collapse: collapse;
    tr {
      border-bottom: 1px solid #e5e7eb;
      &:last-child {
        border-bottom: none;
      }
      td {
        padding: 8px;
        font-size: 14px;
        line-height: 20px;
        &:first-child {
          padding-left: 0;
        }
        &:last-child {
          padding-right: 0;
        }
        strong {
          font-weight: 600;
        }
      }
    }
  }
  a {
    font-size: inherit;
    color: var(--theme_color);
    font-weight: 500;
    &:hover {
      text-decoration: underline;
    }
  }
  ul {
    margin: 1rem 0;
    padding-left: 20px;
    li {
      list-style: disc;
    }
  }
  ol {
    margin: 1rem 0;
    padding-left: 20px;
    li {
      list-style: decimal;
    }
  }
  li {
    margin: 8px 0;
    color: #374151;
    line-height: 28px;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  
  .application_table {
    padding: 3rem 0;
    h2 {
      font-size: 30px;
      line-height: 38px;
    }
    h3 {
      font-size: 20px;
      line-height: 27px;
    }
  }
}

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