 
* {
	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/section_image/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/section_image/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/section_image/assets/img/right-w.svg);
}
.section_image {
  padding: 80px 0;
}
.section_image h2 {
  margin: 0 0 12px;
}
.section_image p {
  font-size: 22px;
  margin: 0 auto 34px;
  max-width: 1010px;
}
.section_image .button {
  font-size: 18px;
  padding: 14px 31px;
}
.section_image p {
  max-width: 800px;
}
.section_image .button {
  padding: 14px 38px;
}
.section_image .img {
  margin-top: 50px;
}
.section_image .img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
/*----custom_pc_start----*/  #OC09U3 .section_image{padding-top:80px;padding-bottom:80px;} /*----custom_pc_end----*/ 
/*----custom_mobile_start----*/ @media screen and (max-width: 786px) { #OC09U3 .section_image{} } /*----custom_mobile_end----*/
 
@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;
  }
  .section_image {
    padding: 3rem 0;
  }
  .section_image i {
    width: 3rem;
    height: 3rem;
  }
  .section_image h2 {
    margin: 0 0 0.5rem;
  }
  .section_image p {
    margin: 0 0 1.2rem;
  }
  .section_image .button {
    font-size: 14px;
    padding: 11px 22px;
  }
  .section_image .img {
    margin-top: 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;
  }
  
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}
.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_intro/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_intro/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_intro/assets/img/right-w.svg);
}
.show_intro {
  margin: 4rem 0;
}
.show_intro .flex {
  gap: 20px;
}
.show_intro .head {
  flex: 1;
  max-width: 567px;
  padding-left: 8.254%;
}
.show_intro .head h1 {
  font-size: 40px;
  line-height: 3rem;
  font-weight: 700;
  color: #252525;
  margin-bottom: 1rem;
}
.show_intro .head p {
  color: #858585;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 2rem;
}
.show_intro .head a {
  font-size: 14px;
  background-color: var(--theme_color);
  color: #fff;
  padding: 1rem 2rem;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
}
.show_intro .head a:hover {
  opacity: 0.8;
}
.show_intro .img {
  width: 47.62%;
  aspect-ratio: 1/1;
}
.show_intro .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}
 
@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;
  }
  .show_intro {
    margin: 3rem 0;
  }
  .show_intro .flex {
    display: block;
  }
  .show_intro .head {
    padding: 0;
  }
  .show_intro .head h1 {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .show_intro .head p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .show_intro .head a {
    padding: 12px 22px;
  }
  .show_intro .img {
    width: 100%;
    margin-top: 1rem;
  }
}
 
@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;
  }
}

 
* {
  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;
}
.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/product_list/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_list/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_list/assets/img/right-w.svg);
}
.product_list ul {
  margin: 0 auto;
  max-width: 1920px;
}
.product_list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.product_list ul li:nth-child(even) .img {
  order: 2;
}
.product_list ul li .img {
  width: 50%;
  height: 600px;
}
.product_list ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_list ul li .info {
  width: 50%;
  color: #16212D;
  padding: 112px 5.04466%;
}
.product_list ul li .info h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 135%;
  max-width: 576px;
}
.product_list ul li .info p {
  font-size: 22px;
  font-weight: 500;
  margin-top: 25px;
  line-height: 135%;
  max-width: 576px;
}
.product_list ul li .info .button {
  margin-top: 2rem;
  font-size: 1rem;
  padding: 15px 60px;
}

 
@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_list ul li {
    display: block;
  }
  .product_list ul li .img {
    width: 100%;
    height: 300px;
  }
  .product_list ul li .info {
    width: 100%;
    padding: 56px 3rem;
    text-align: center;
  }
  .product_list ul li .info h2 {
    font-size: 2rem;
  }
  .product_list ul li .info p {
    font-size: 1rem;
  }
  .product_list ul li .info .button {
    font-size: 14px;
    padding: 15px 22px;
    margin-top: 1.2rem;
    min-width: 140px;
  }
}
.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;
  }
  
}
.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;
  }
  
}