.application_banner {
  position: relative;
}
.application_banner.mask::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.application_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.application_banner .flex {
  min-height: 635px;
  padding: 50px 0;
  position: relative;
  z-index: 5;
}
.application_banner .head {
  max-width: 700px;
}
.application_banner .head h1 {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 74px;
}
.application_banner .head p {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  margin: 25px 0 2rem;
}
.application_intro {
  overflow: hidden;
  padding: 50px 0 75px;
}
.application_intro .img {
  width: 46.9%;
  margin: 90px 0;
  transition: all 1s;
}
.application_intro .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
}
.application_intro .head {
  width: 45.635%;
}
.application_intro .head h2 {
  line-height: 61px;
}
.application_intro .head p {
  font-size: 20px;
  color: #374151;
  line-height: 2rem;
  margin: 20px 0 34px;
}
.application_intro .head .button {
  font-size: 18px;
  padding: 14px 37px;
}
.application_product {
  background-color: #f8f8f8;
  overflow: hidden;
  /* padding: 0 0 110px !important; */
  padding: 0 0 110px;
}
.application_product .flex {
  padding: 50px 0;
}
.application_product .flex .img {
  width: 60.1587%;
  height: auto;
}
.application_product .flex .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
}
.application_product .flex .head {
  width: 34.92%;
  padding-bottom: 14.2857%;
}
.application_product .flex .head p {
  font-size: 20px;
  line-height: 2rem;
  color: #374151;
  margin: 1rem 0 36px;
}
.application_product .flex .head .button {
  font-size: 18px;
  padding: 14px 37px;
}
.application_product p.center {
  color: #17212d;
  font-size: 28px;
  line-height: 40px;
  margin: 1rem auto;
  max-width: 1010px;
}
.application_product .main {
  padding-top: 60px;
}
.application_product .main ul {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
}
.application_product .main ul li {
  border-radius: 6px;
  background-color: #fff;
  padding: 19px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.application_product .main ul li:hover img {
  transform: scale(1.05);
}
.application_product .main ul li .img {
  padding-bottom: 61.979%;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.application_product .main ul li .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.application_product .main ul li .info {
  text-align: center;
  padding: 35px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.application_product .main ul li .info span {
  /* color: var(--theme_color); */
  color: #707075;
  line-height: 2rem;
  font-weight: 600;
}
.application_product .main ul li .info h3 {
  color: var(--title_color);
  font-size: 36px;
  font-weight: 700;
  margin: 24px 0;
}
.application_product .main ul li .info p {
  color: #606060;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 56px;
  flex: 1;
}
.application_product .main ul li .info .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7%;
}
.application_product .main ul li .info .btns a {
  color: var(--theme_color);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
}
.application_product .main ul li .info .btns a:hover i {
  right: -5px;
}
.application_product .main ul li .info .btns a i {
  display: block;
  width: 8px;
  height: 13px;
  background: url(../img/right-full.svg) no-repeat center / contain;
  transition: all 0.3s;
  position: relative;
  right: 0;
}
/* .application_hot {
  background-color: #f1f8ff;
  padding: 50px 0 50px;
}
.application_hot .main {
  margin-top: 70px;
}
.application_hot .main ul {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}
.application_hot .main ul li.active a {
  background-color: var(--theme_color);
}
.application_hot .main ul li.active span,
.application_hot .main ul li.active h3,
.application_hot .main ul li.active p,
.application_hot .main ul li.active strong {
  color: #fff;
}
.application_hot .main ul li.active i {
  filter: contrast(0) brightness(20);
}
.application_hot .main ul li.active strong i {
  filter: contrast(0) brightness(20);
}
.application_hot .main ul li a {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  border-radius: 4px;
  padding: 62px 11.7% 55px;
}
.application_hot .main ul li i {
  display: block;
  width: 58px;
  height: 58px;
  background: no-repeat left center / contain;
}
.application_hot .main ul li span {
  color: #848489;
  display: block;
  margin: 26px 0 14px;
}
.application_hot .main ul li h3 {
  color: var(--title_color);
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
}
.application_hot .main ul li p {
  color: #606060;
  font-size: 19px;
  line-height: 28px;
  margin: 20px 0 36px;
  flex: 1;
}
.application_hot .main ul li strong {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--theme_color);
  font-weight: 500;
  font-size: 18px;
}
.application_hot .main ul li strong i {
  display: block;
  width: 8px;
  height: 13px;
  background: url(../img/right-full.svg) no-repeat center / contain;
} */
.application_resource {
  padding: 90px 0 118px;
}
.application_resource .main {
  margin-top: 54px;
}
.application_resource .main table {
  border-collapse: collapse;
}
.application_resource .main table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.application_resource .main table tbody tr:first-child {
  background-color: #f1f8ff;
  border: none;
}
.application_resource .main table tbody tr:first-child td {
  color: var(--title_color);
  font-size: 19px;
  font-weight: 800;
  padding: 15.5px 11px;
}
.application_resource .main table tbody tr td {
  padding: 30px 11px 2rem;
  vertical-align: top;
  max-width: 325px;
}
.application_resource .main table tbody tr td a {
  color: var(--theme_color);
  font-size: 19px;
  line-height: 25px;
  padding-left: 2rem;
  position: relative;
  display: block;
  margin-bottom: 12px;
}
.application_resource .main table tbody tr td a:last-child {
  margin-bottom: 0;
}
.application_resource .main table tbody tr td a::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/icon-share.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 7px;
}
.application_resource .main table tbody tr td a:hover {
  text-decoration: underline;
}
.application_resource .main table tbody tr td p {
  color: var(--title_color);
  font-size: 17px;
  font-weight: 500;
  line-height: 23px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.application_resource .main table tbody tr td p::before {
  content: '';
  display: block;
  min-width: 15px;
  height: 10px;
  background: url(../img/gou-b.svg) no-repeat center / contain;
  position: relative;
  top: 5px;
}
.application_resource .main table tbody tr td:first-child {
  padding-left: 22px;
}
.application_resource .main table tbody tr td:last-child {
  padding-right: 22px;
  width: 285px;
}
.application_resource .main table tbody tr td:nth-child(2) a::before {
  width: 14px;
  height: 14px;
  background-image: url(../img/icon-dl.svg);
}
.application_resource .cat {
  margin-top: 44px;
}
.application_resource .cat strong {
  display: block;
  color: var(--title_color);
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
.application_resource .cat ul {
  margin-top: 4px;
}
.application_resource .cat ul li {
  color: #7f7f7f;
  line-height: 30px;
  font-size: 18px;
}


.tools_text_editor 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;
}
.tools_text_editor p{
  line-height: 1.5;
  color: #333;
  margin-bottom: 1rem;
}
.tools_text_editor h3{
  font-size: 34px;
  font-weight: normal;
  color: #000;
  margin-bottom: 1rem;
}
.tools_text_editor p + h3{
  margin-top: 5rem;
}
.tools_text_editor ul + h3{
  margin-top: 5rem;
}
.tools_text_editor h4{
  font-size: 2.15rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.tools_text_editor ul li, .tools_text_editor ol li{
  position: relative;
  margin-left: 16px;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}
.tools_text_editor ul li:before{
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: -16px;
  top: 9px;
  position: absolute;
  background: var(--theme_color);
}
.single-application ol li{
  list-style: auto;
}
.method_assay2{
  background-color: rgb(248, 248, 248);
  margin: 60px 0;
}