@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;
  }
  div.head h2 {
    font-size: 22px !important;
    line-height: 1.5;
  }
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .button,
  .button_r {
    padding: 11px 22px;
    font-size: 14px;
  }
  .button_bg {
    font-size: 14px !important;
    padding: 15px 20px !important;
  }
  .btn_play {
    padding: 11px 22px !important;
    font-size: 14px !important;
  }
  .btn_play i {
    width: 15px;
    height: 15px;
  }
  div.swiper-pagination {
    gap: 1rem;
  }
  div.swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
  div.swiper-pagination .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
  }
  .swiper_btns_full {
    gap: 1rem;
  }
  .swiper_btns_full div {
    width: 2.5rem;
    height: 2.5rem;
  }
  header > .product_menu {
    display: none !important;
  }
  header.sticky {
    top: 0;
  }
  header .top {
    display: none;
  }
  header .header {
    padding: 20px 0;
  }
  header .header .logo {
    position: absolute;
    left: 50%;
    top: calc(50% + 3px);
    transform: translate(-50%, -50%);
  }
  header .header .logo img {
    width: 128px;
  }
  header .header nav {
    position: absolute;
    top: calc(100% + 20px);
    left: 0;
    width: 100%;
    background-color: rgb(0, 108, 250);
    padding: 2rem 0 0;
    display: none;
    max-height: 90vh;
    overflow: auto;
    padding-top: 0;
    margin-left: 0;
  }
  .tools-menu li a{
    line-height: 2rem !important;
    padding-left: 0 !important;
  }
  header .header nav div > ul {
    display: block;
  }
  header .header nav div > ul > li:hover > a {
    color: #fff;
  }
  header .header nav div > ul > li > a {
    line-height: 4rem;
    margin: 0 1.2rem;
  }
  header .header nav div > ul > li ul {
    position: static;
    visibility: visible;
    padding: 1rem 0 0.8rem;
    background-color: #f8f8f8;
    box-shadow: none;
    display: none;
    max-height: unset;
    border-radius: 0;
  }
  header .header nav div > ul > li ul.menu_parent li,  header .header nav div > ul > li .menu_child li{
    min-width: max-content;
  }
  header .header nav div > ul > li ul.menu_parent li a, header .header nav div > ul > li .menu_child li a{
    padding: 0;
    margin: 0;
    line-height: 1;
  }
  header .header nav div > ul > li.product-icon a::after{
    display: none;
  }
  header .product_menu ul li p{
    font-size: 13px;
    text-align: center;
    margin: 0;
  }
  header .product_menu{
    padding-top: 0;
    position: relative;
  }
  header .header nav div > ul > li ul.menu_parent{
    display: flex;
    flex-flow: unset;
    gap: 1rem;
    overflow: auto;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  header .header nav div > ul > li .menu_child ul{
    display: flex;
    flex-flow: unset;
    gap: 1rem;
    overflow: auto;
  }
  header .header nav div > ul > li ul li a {
    color: var(--title_color);
    font-weight: 500;
    padding: 0.8rem 3rem;
    padding-left: 4rem;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  header .header nav div > ul > li ul li a::before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: no-repeat center / contain;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header nav div > ul > li ul li.ngs a::before{
    background: url('../img/NGS.svg') no-repeat center/contain;
  }
  .header nav div > ul > li ul li.danbaizhi a::before{
    background: url('../img/Extraction.svg') no-repeat center/contain;
  }
  .header nav div > ul > li ul li.juhemei a::before{
    background: url('../img/PCR-1.svg') no-repeat center/contain;
  }
  .header nav div > ul > li ul li.hesuan a::before{
    background: url('../img/Protein-Purification.svg') no-repeat center/contain;
  }
  .header nav div > ul > li ul li.meilian a::before{
    background: url('../img/ELISA.svg') no-repeat center/contain;
  }
  .header nav div > ul > li ul li.konwledge a::before{
    background: url('../img/Knowledge-Hub-2.svg') no-repeat center/contain;
  }
  .header nav div > ul > li ul li.case a::before{
    background: url('../img/Customer-Stories.svg') no-repeat center/contain;
  }
  .header nav div > ul > li ul li.citations a::before{
    background: url('../img/Documentation.svg') no-repeat center/contain;
  }
  .header nav div > ul > li ul li.start a::before{
    background: url('../img/Getting-Started.svg') no-repeat center/contain;
  }
  .header nav div > ul > li ul li.faq a::before{
    background: url('../img/FAQ.svg') no-repeat center/contain;
  }
  header .header nav div > ul > li.menu-item-has-children.active > a {
    color: white;
  }
  header .header nav div > ul > li.product-icon.active a{
    color: white;
  }
  header .header nav div > ul > li.current-menu-item > a, header .header nav div > ul > li:hover > a{
    color: white;
  }
  header .header nav div > ul > li:hover > a{
    color: white;
  }
  header .header nav div > ul > li.active::after {
    transform: rotate(180deg);
  }
  header .header nav div > ul > li.menu-item-has-children::after, header .header nav div > ul > li.product-icon::after{
    content: '';
    display: block;
    width: 13px;
    height: 8px;
    background: url(../img/select-full.svg) no-repeat center / contain;
    position: absolute;
    top: 28px;
    right: 25px;
    transition: all 0.3s;
    filter: contrast(0) brightness(100);
  }
  header .header nav div > ul > li.menu-item-has-children > a, header .header nav div > ul > li.product-icon > a {
    margin-right: 68px;
  }
  header .header nav div > ul > li{
    border-bottom: 1px solid #eee;
  }
  
  header .header .btns {
    width: 100%;
    gap: 1rem;
  }
  header .header .btns::before {
    content: '';
    flex: 1;
    order: 2;
  }
  header .header .btns .icon_menu {
    display: block;
    width: 23px;
    height: 23px;
    background: url(../img/mobile-menu/nav-btn.svg) no-repeat center / contain;
    filter: brightness(20);
  }
  header .header .btns .button_r, header .header .btns .button {
    display: none;
  }
  header .header .btns2{
    background-color: white;
    padding: 30px 40px;
    gap: 1.5rem;
    justify-content: center;
  }
  header .header .btns2 .button_r{
    padding: 13px 22px 10px;
    font-size: 14px;
    line-height: 1;
  }
  header .header .btns .icon_search {
    order: 4;
  }
  header .header .btns .icon_earth {
    order: 3;
    margin: 0;
  }
  header .header .btns .overlay_m {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 9999;
  }
  /* header .product_menu {
    display: none !important;
  } */
  header .link {
    padding: 6px 0;
  }
  header .link a {
    font-size: 12px;
    width: 100%;
  }
  header .link a i {
    min-width: 6px;
    height: 12px;
  }
  footer .footer {
    padding: 50px 0 30px;
  }
  footer .footer .content > .flex {
    display: block;
  }
  footer .footer .left {
    width: 100%;
  }
  footer .footer .left .logo img {
    width: 50%;
  }
  footer .footer .left ul {
    margin-top: 1.2rem;
  }
  footer .footer .left ul li {
    gap: 8px;
    margin-bottom: 8px;
  }
  footer .footer .left ul li i {
    width: 1rem;
    height: 1rem;
  }
  footer .footer .left ul li a,
  footer .footer .left ul li span {
    font-size: 13px;
  }
  footer .footer .right {
    width: 100%;
    display: block;
  }
  footer .footer .right .slide_obj strong {
    font-size: 15px;
    line-height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    padding: 0 1.2rem;
    margin-bottom: 1rem;
    position: relative;
  }
  footer .footer .right .slide_obj strong::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    filter: brightness(100);
  }
  footer .footer .right .slide_obj.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .footer .right .slide_obj div {
    display: none;
    padding: 0 1.2rem 1.5rem;
  }
  footer .footer .right .slide_obj ul:not(.social) li {
    margin-bottom: 0.5rem;
  }
  footer .footer .right .slide_obj ul:not(.social) li a {
    font-size: 14px;
    display: block;
    padding: 0.2rem 0;
  }
  footer .copyright .flex {
    padding: 8px 0;
    flex-flow: wrap;
  }
  footer .copyright ul.social {
    display: none;
  }
  footer .copyright p {
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
  .home_banner {
    padding-bottom: 2rem;
  }
  .home_banner .banner_video {
    padding: 0;
    width: 100%;
  }
  .home_banner .banner_video .video {
    min-height: 28.125rem;
    height: auto;
    border-radius: 0;
  }
  .home_banner .banner_video .video > .flex {
    align-items: flex-end;
    padding: 4rem 0;
  }
  .home_banner .banner_video .video .con {
    width: 100%;
    padding: 0 1.2rem;
  }
  .home_banner .banner_video .video .con h1 {
    width: 220px;
    font-size: 2.13rem;
    line-height: 0.6;
    margin: 0 auto;
  }
  .home_banner .banner_video .video .con p {
    font-size: 1rem;
    margin: 1.6rem 0 2rem;
  }
  .home_banner .banner_video .video .con .btns {
    gap: 1rem;
  }
  .home_banner .banner_video .video .con .btns a, .home_banner .banner_video .video .con .btns span{
    flex: 1;
    text-align: center;
    justify-content: center;
  }
  .home_banner .logo {
    margin-top: 4rem;
  }
  .home_banner .logo img {
    width: 205px;
  }
  .home_banner .intro .content {
    padding: 0;
  }
  .home_banner .intro .left {
    width: 100%;
    padding-bottom: 100%;
    left: 0;
    background-size: 113%;
  }
  .home_banner .intro .left img {
    width: 85%;
  }
  .home_banner .intro .left li i {
    min-width: 40px;
    height: 40px;
  }
  .home_banner .intro .flex{
    flex-flow: wrap;
  }
  .home_banner .intro .left li span,
  .home_banner .intro .left li::after {
    display: none;
  }
  .home_banner .intro .left .btn1 {
    left: 40.5%;
    top: 32%;
  }
  
  .home_banner .intro .left .btn2 {
    top: 36%;
  }
  .home_banner .intro .left .btn3 {
    top: 48%;
  }
  .home_banner .intro .left .btn4 {
    left: 29%;
    top: 54%;
  }
  .home_banner .intro .right {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 3rem 1.2rem;
    z-index: 2;
    min-height: unset;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
  }
  .home_banner .intro .right.active {
    opacity: 1;
    pointer-events: all;
  }
  .home_banner .intro .right::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/mobile-menu/close.svg) no-repeat center / contain;
    position: absolute;
    right: 1.2rem;
    top: 1.2rem;
  }
  .home_banner .intro .right .img {
    display: none;
  }
  .home_banner .intro .right strong {
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
  }
  .home_banner .intro .right p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 1.2rem;
  }
  .home_banner .intro .right2{
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    color: white;
  }
  .home_banner .intro .right2 strong{
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
  }
  .home_banner .intro .right2 p{
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 1.2rem;
  }
  .home_solution {
    padding: 4rem 0;
  }
  .home_solution .head p {
    margin-top: 1rem;
  }
  .home_solution .main {
    margin-top: 2rem;
  }
  .home_solution .main ul {
    overflow: auto;
    gap: 0;
    display: flex;
  }
  .home_solution .main ul::-webkit-scrollbar {
    display: none;
  }
  .home_solution .main ul li {
    margin-right: 1rem;
    min-width: 80%;
  }
  .home_solution .main ul li:last-child {
    margin-right: 0;
  }
  .home_solution .main ul li a {
    padding: 2rem 1.2rem 1.6rem;
  }
  .home_solution .main ul li i {
    width: 2.6rem;
    height: 2.6rem;
    padding: 0;
  }
  .home_solution .main ul li h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1.2rem 0 0.6rem;
  }
  .home_solution .main ul li p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }
  .home_solution .main ul li strong {
    font-size: 14px;
  }
  .home_solution .main ul li strong::after {
    width: 6px;
    height: 10px;
  }
  .home_product {
    padding: 4rem 0;
    /* padding: 4rem 0 !important; */
  }
  .home_product .flex {
    display: block;
  }
  .home_product .info {
    margin: 0;
    text-align: center;
    padding-bottom: 2rem;
  }
  .home_product .info h2 {
    font-size: 40px;
    line-height: 1.5;
  }
  .home_product .info p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0.5rem 0 2rem;
  }
  .home_product .info .btns {
    gap: 1rem;
    justify-content: center;
  }
  .home_product .info .btns a {
    padding: 11px 22px;
    font-size: 14px;
  }
  .home_product .img {
    width: 100%;
    height: 200px;
  }
  .home_step {
    padding: 4rem 0;
  }
  .home_step .head p {
    margin-top: 1rem;
  }
  .home_step .main {
    margin-top: 2rem !important;
  }
  .home_step .main ul {
    display: flex;
    gap: 0;
    overflow: auto;
  }
  .home_step .main ul::-webkit-scrollbar {
    display: none;
  }
  .home_step .main ul li {
    margin-right: 1rem;
    min-width: 70%;
    width: 70%;
  }
  .home_step .main ul li:last-child {
    margin-right: 0;
  }
  .home_step .main ul li a {
    padding: 2rem 0 1.6rem;
  }
  .home_step .main ul li .info {
    margin-top: 1rem;
    padding: 0 1.2rem;
  }
  .home_step .main ul li .info h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .home_step .main ul li .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0.5rem 0 1rem;
  }
  .home_step .main ul li .info .button {
    font-size: 14px;
    padding: 12px;
  }
  .home_say {
    padding-top: 0;
  }
  .home_say .head p {
    margin-top: 1rem;
  }
  .home_say .main {
    margin-top: 0;
    display: block;
  }
  .home_say .main .imgs {
    width: 100%;
    height: 300px;
  }
  .home_say .main .right {
    padding: 0 1.2rem;
  }
  .home_say .main .right .home_say_swiper_box {
    width: 100%;
    left: 0;
    padding: 4rem 0 2rem;
  }
  .home_say .main .right .home_say_swiper .swiper-slide {
    padding: 2.5rem 1.2rem 1.6rem;
    min-height: 250px;
  }
  .home_say .main .right .home_say_swiper .swiper-slide::before {
    width: 3rem;
    height: 3rem;
    left: 1.2rem;
  }
  .home_say .main .right .home_say_swiper .swiper-slide p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .home_say .main .right .home_say_swiper .swiper-slide .info {
    margin-bottom: 1rem;
  }
  .home_say .main .right .home_say_swiper .swiper-slide .info .logo {
    width: 70px;
  }
  .home_say .main .right .home_say_swiper .swiper-slide .info .name {
    margin-left: 1rem;
    padding-left: 1rem;
  }
  .home_say .main .right .home_say_swiper .swiper-slide .info .name strong {
    font-size: 15px;
  }
  .home_say .main .right .home_say_swiper .swiper-slide .info .name span {
    font-size: 13px;
  }
  .home_say .main .right .home_say_swiper .swiper-slide .button {
    font-size: 14px;
    padding: 11px 22px;
  }
  .home_say .main .right .flex {
    width: 100%;
    margin-left: 0;
    padding-bottom: 3rem;
  }
  .home_say .partner {
    padding: 2rem 0;
  }
  .home_say .partner p {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_say .partner ul {
    margin-top: 1.2rem;
    gap: 1rem;
  }
  .home_service {
    padding: 4rem 0;
  }
  .home_service .content {
    padding: 0;
  }
  .home_service .content .flex {
    flex-wrap: wrap;
  }
  .home_service .head {
    width: 100%;
    padding: 0 1.2rem;
    order: 2;
    margin-top: 2rem;
    text-align: center !important;
  }
  .home_service .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0.5rem 0 1.2rem;
  }
  .home_service .head .button {
    font-size: 14px;
    padding: 11px 22px;
  }
  .home_service .img {
    width: 100%;
    height: 300px;
  }
  .video_pop {
    padding: 0 1.2rem;
  }
  .video_pop .mask .close {
    top: 2rem;
    right: 1.2rem;
  }
  .video_pop .pop_content {
    height: 300px;
    max-width: 100vw;
  }
  .application_banner .flex {
    min-height: 420px;
    padding: 4rem 0;
    align-items: flex-end;
  }
  .application_banner .head {
    text-align: center;
  }
  .application_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .application_banner .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0.5rem 0 1.2rem;
  }
  .application_banner .head .btn_play {
    margin: 0 auto;
  }
  .application_intro {
    padding: 4rem 0;
  }
  .application_intro .flex {
    display: block;
  }
  .application_intro .img {
    width: 100%;
    margin: 0;
    height: 220px;
  }
  .application_intro .head {
    width: 100%;
    margin-top: 2rem;
  }
  .application_intro .head h2 {
    line-height: 1.5;
  }
  .application_intro .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0.5rem 0 1.2rem;
  }
  .application_intro .head .button {
    font-size: 14px;
    padding: 11px 22px;
  }
  .application_product {
    padding: 4rem 0;
    /* padding: 4rem 0 !important; */
  }
  .application_product .flex {
    padding: 0;
    display: flex !important;
    flex-flow: wrap !important;
  }
  .application_product .flex .img {
    width: 100%;
    height: 200px;
    order: 9 !important;
  }
  .application_product .flex .head {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 2rem;
    padding: 0;
    text-align: center;
  }
  .application_product .flex .head p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0.5rem 0 1.2rem;
  }
  .application_product .flex .head .button {
    font-size: 14px;
    padding: 11px 22px;
  }
  .application_product p.center {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 2rem 0 0;
  }
  .application_product .main {
    padding-top: 2rem;
  }
  .application_product .main ul {
    display: block;
  }
  .application_product .main ul li {
    margin-bottom: 1.2rem;
    padding: 1rem;
  }
  .application_product .main ul li:last-child {
    margin-bottom: 0;
  }
  .application_product .main ul li .info {
    padding: 1rem 0 0.5rem;
  }
  .application_product .main ul li .info span {
    font-size: 14px;
    line-height: 1.5;
  }
  .application_product .main ul li .info h3 {
    font-size: 20px;
    margin: 0.5rem 0;
    line-height: 1.5;
  }
  .application_product .main ul li .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
  }
  .application_product .main ul li .info .btns {
    gap: 1rem;
  }
  .application_product .main ul li .info .btns a {
    font-size: 14px;
  }
  .application_product .main ul li .info .btns a i {
    width: 6px;
    height: 10px;
  }
  .comment_box {
    padding: 3rem 0;
  }
  .comment_box .swiper-pagination {
    margin-top: 2rem;
  }
  .comment_box .swiper_btns_full div {
    width: 2rem;
    height: 2rem;
  }
  .comment_box .comment_swiper_box {
    margin-top: 2rem;
    padding: 0 2rem;
  }
  .comment_box .comment_swiper_box .swiper_btns_full {
    width: calc(100% - 2rem);
  }
  .comment_box .comment_swiper .swiper-slide {
    padding: 4rem 1.6rem 1.6rem;
  }
  .comment_box .comment_swiper .swiper-slide p {
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
  }
  .comment_box .comment_swiper .swiper-slide p::before {
    left: -3.1rem;
    top: -2rem;
  }
  .comment_box .comment_swiper .swiper-slide strong {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 3rem;
  }
  .comment_box .comment_swiper .swiper-slide .logo {
    width: 100px;
    height: 30px;
  }
  .application_hot {
    padding: 4rem 0;
  }
  .application_hot .main {
    margin-top: 2rem;
  }
  .application_hot .main ul {
    display: flex;
    gap: 0;
    overflow: auto;
    flex-flow: wrap !important;
  }
  .application_hot .main ul li {
    min-width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .application_hot .main ul li:last-child {
    margin-right: 0;
  }
  .application_hot .main ul li a {
    padding: 2rem 1.2rem 1.6rem;
  }
  .application_hot .main ul li i {
    width: 3rem;
    height: 3rem;
  }
  .application_hot .main ul li span {
    font-size: 14px;
    margin: 1.2rem 0 0.5rem;
  }
  .application_hot .main ul li h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .application_hot .main ul li p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0.5rem 0 1rem;
  }
  .application_hot .main ul li strong {
    font-size: 14px;
  }
  .application_hot .main ul li strong i {
    width: 6px;
    height: 10px;
  }
  .application_resource {
    padding: 4rem 0;
  }
  .application_resource .main {
    margin-top: 2rem;
  }
  .application_resource .main table {
    display: block;
    overflow: auto;
  }
  .application_resource .main table tbody tr:first-child td {
    font-size: 15px;
    line-height: 1.5;
  }
  .application_resource .main table tbody tr td {
    font-size: 13px;
    line-height: 1.5;
    padding: 1rem 10px !important;
    min-width: 160px;
  }
  .application_resource .main table tbody tr td:nth-child(2) a::before {
    width: 12px;
    height: 12px;
  }
  .application_resource .main table tbody tr td a {
    font-size: 13px;
    line-height: 1.5;
    padding-left: 1rem;
  }
  .application_resource .main table tbody tr td a::before {
    width: 12px;
    height: 12px;
    top: 4px;
  }
  .application_resource .main table tbody tr td p {
    font-size: 13px;
    gap: 5px;
  }
  .application_resource .main table tbody tr td p::before {
    min-width: 10px;
    height: 10px;
  }
  .application_resource .cat {
    margin-top: 2rem;
  }
  .application_resource .cat strong {
    font-size: 17px;
    line-height: 1.5;
  }
  .application_resource .cat ul li {
    font-size: 0.85rem;
    line-height: 1.3rem;
    margin-bottom: 5px;
  }
  .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;
    font-size: 0.9rem !important;
    line-height: 1.5rem !important;
  }
  .bottom_more .button {
    font-size: 14px;
    padding: 11px 22px;
  }
  .applications_banner .title {
    display: block;
    padding: 2rem 0;
    min-height: unset;
  }
  .applications_banner .title h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .applications_banner .title .links {
    margin-top: 2rem;
  }
  .applications_banner .title .links a {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .applications_banner .title .links a span {
    width: 1rem;
    height: 1rem;
  }
  .applications_banner .title .links a i {
    width: 6px;
    height: 10px;
  }
  .applications_main {
    padding: 2rem 0 4rem;
  }
  .applications_main .main .container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .applications_main .main .container li.app a {
    padding: 1rem 0;
    min-height: unset;
  }
  .applications_main .main .container li .img {
    height: 80px;
  }
  .applications_main .main .container li .info {
    margin-top: 1rem;
  }
  .applications_main .main .container li .info h2 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .applications_main .main .container li .info p {
    font-size: 0.85rem;
    line-height: 1.3rem;
    margin-top: 0.5rem;
  }
  .applications_main .main .container li .info ul {
    margin-top: 1rem;
  }
  .applications_main .main .container li .info ul li {
    font-size: 12px;
    gap: 5px;
    margin-bottom: 8px;
  }
  .applications_main .main .container li .info ul li i {
    width: 1rem;
    height: 1rem;
  }
  .applications_other {
    padding: 4rem 0;
  }
  .applications_other .main {
    margin-top: 2rem;
  }
  .applications_other .main ul {
    display: block;
  }
  .applications_other .main ul li {
    margin-bottom: 1rem;
  }
  .applications_other .main ul li a {
    padding: 1rem;
    min-height: unset;
  }
  .applications_other .main ul li a span {
    width: 2rem;
    height: 2rem;
  }
  .applications_other .main ul li a h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .applications_other .main ul li a i {
    width: 6px;
    height: 10px;
  }
  .careers_banner {
    padding: 4rem 0;
  }
  .careers_banner .flex {
    min-height: 80px;
  }
  .careers_banner h1 {
    font-size: 25px;
    padding: 0;
    line-height: 1.5;
  }
  .careers_main {
    padding: 4rem 0;
  }
  .careers_main .main {
    margin-top: 2rem;
  }
  .careers_main .main .items .item {
    margin-bottom: 2rem;
  }
  .careers_main .main .items .item h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .careers_main .main .items .item ul {
    margin-top: 1.2rem;
  }
  .careers_main .main .items .item ul li {
    margin-bottom: 1rem;
  }
  .careers_main .main .items .item ul li a {
    padding: 1rem;
  }
  .careers_main .main .items .item ul li a h4 {
    font-size: 15px;
    line-height: 1.5;
  }
  .careers_main .main .items .item ul li a span {
    font-size: 12px;
    gap: 5px;
    line-height: 1.5;
  }
  .careers_main .main .items .item ul li a span i {
    width: 14px;
    height: 14px;
  }
  .careers_main .links {
    margin-top: 3rem;
  }
  .careers_main .links ul li {
    padding: 1.2rem 0;
    gap: 1rem;
  }
  .careers_main .links ul li .title strong {
    font-size: 1rem;
    line-height: 1.5;
  }
  .careers_main .links ul li .title p {
    font-size: 0.85rem;
    line-height: 1.3rem;
    margin-top: 5px;
  }
  .careers_main .links ul li a {
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
  }
  .careers_main .links ul li a i {
    width: 6px;
    height: 10px;
  }
  .citations_banner {
    padding: 0 0 4rem;
  }
  .citations_banner .content {
    padding: 0;
  }
  .citations_banner .content .flex {
    display: block;
  }
  .citations_banner .img {
    width: 100%;
    border-radius: 0;
  }
  .citations_banner .head {
    width: 100%;
    padding: 2rem 1.2rem 0;
  }
  .citations_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .citations_banner .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
  }
  .citations_main {
    padding: 3rem 0 4rem;
  }
  .citations_main .top {
    padding: 0 1rem;
  }
  .citations_main .top .num {
    padding: 8px 0;
  }
  .citations_main .top .num i {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 5px;
  }
  .citations_main .top .num strong span {
    font-size: 1rem;
  }
  .citations_main .top .num > span {
    font-size: 1rem;
    position: relative;
    top: 1px;
  }
  .citations_main .top .num + .line {
    display: block;
  }
  .citations_main .top .num + .line + div {
    display: block;
  }
  .citations_main .top .line {
    margin: 0 1rem;
    display: none;
  }
  .citations_main .top .line + div {
    font-size: 1rem;
    line-height: 1.5;
    white-space: nowrap;
    display: none;
  }
  .citations_main .top .line + .trend {
    display: none;
  }
  .citations_main .filter {
    display: none;
  }
  .citations_main .select {
    margin-top: 2rem;
    position: relative;
  }
  .citations_main .select::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--theme_color);
    position: absolute;
    left: 0;
    top: -1rem;
  }
  .citations_main .citations_main_swiper_box {
    margin-top: 1rem;
  }
  .citations_main .citations_main_swiper_box .swiper_btns_full div {
    width: 2rem;
    height: 2rem;
  }
  .citations_main .citations_main_swiper {
    padding-top: 1rem;
  }
  .citations_main .citations_main_swiper .swiper-slide {
    display: block;
    padding: 0 1rem;
  }
  .citations_main .citations_main_swiper .swiper-slide .img {
    width: 100%;
    height: 280px;
  }
  .citations_main .citations_main_swiper .swiper-slide .info {
    width: 100%;
    padding-top: 1.2rem;
  }
  .citations_main .citations_main_swiper .swiper-slide .info h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .citations_main .citations_main_swiper .swiper-slide .info span {
    font-size: 13px;
    line-height: 1.5;
  }
  .citations_main .citations_main_swiper .swiper-slide .info div {
    font-size: 14px;
    line-height: 1.5;
  }
  .citations_main .citations_main_swiper .swiper-slide .info div a {
    font-size: 14px;
    line-height: 1.5;
  }
  .citations_main .citations_main_swiper .swiper-slide .info strong {
    font-size: 1rem;
    line-height: 1.5;
  }
  .citations_main .citations_main_swiper .swiper-slide .info p {
    margin: 10px 0 1.2rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .citations_main .citations_main_swiper .swiper-slide .info p a,
  .citations_main .citations_main_swiper .swiper-slide .info p i {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .citations_main .powered {
    font-size: 14px;
    line-height: 1.5;
  }
  .citations_main .powered i {
    width: 1rem;
    height: 1rem;
  }
  .contact_banner {
    padding: 4rem 0;
    /* padding: 4rem 0 !important; */
  }
  .contact_banner h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .contact_banner p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0.5rem 0 1.2rem;
  }
  .contact_banner .flex {
    gap: 1.2rem;
  }
  .contact_banner .button {
    font-size: 14px;
    padding: 11px 22px;
    white-space: nowrap;
  }
  .contact_banner .phone {
    font-size: 14px;
    top: 0;
  }
  .contact_banner .phone i {
    width: 1rem !important;
    height: 1rem !important;
    position: relative;
    top: -2px;
  }
  .contact_infos {
    padding: 4rem 0;
  }
  .contact_infos ul {
    overflow: auto;
    gap: 0;
  }
  .contact_infos ul::-webkit-scrollbar {
    display: none;
  }
  .contact_infos ul li {
    min-width: 75%;
    margin-right: 1rem;
  }
  .contact_infos ul li:last-child {
    margin-right: 0;
  }
  .contact_infos ul li a {
    padding: 2rem 1.2rem 1.6rem;
  }
  .contact_infos ul li i {
    width: 2.5rem;
    height: 2.5rem;
  }
  .contact_infos ul li h2 {
    margin: 1rem 0 0.5rem;
    font-size: 20px;
    line-height: 1.5;
  }
  .contact_infos ul li p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 1.2rem;
  }
  .contact_infos ul li .button {
    font-size: 14px;
    padding: 11px 22px;
  }
  .contact_inquiry {
    padding: 4rem 0;
  }
  .contact_inquiry .inquiry_form {
    margin-top: 2rem;
    max-width: 100%;
  }
  .inquiry_form form {
    gap: 1rem;
  }
  .inquiry_form form .col2 {
    width: 100%;
  }
  .inquiry_form form strong {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .inquiry_form form label input {
    padding: 0.65rem 1rem;
    font-size: 14px;
  }
  .inquiry_form form textarea {
    padding: 0.65rem 1rem;
    font-size: 14px;
    height: 130px;
  }
  .inquiry_form form select {
    font-size: 14px;
    padding: 0.7125rem 1rem;
    background: url(../img/select-full.svg) no-repeat right 1rem center / 10px;
    background-color: #f4f8fb;
  }
  .inquiry_form form input[type="submit"] {
    font-size: 14px;
    padding: 7px 2rem;
    margin-top: 8px;
  }
  .event_main {
    padding: 2rem 0 5rem;
  }
  .event_main .flex {
    display: block;
  }
  .event_main .img {
    width: 100%;
    min-height: 330px;
  }
  .event_main .info {
    padding: 1.6rem 1rem 1.2rem;
  }
  .event_main .info span {
    font-size: 14px;
    line-height: 1.5;
  }
  .event_main .info h1 {
    font-size: 22px;
    line-height: 1.5;
    margin: 0.5rem 0 1rem;
  }
  .event_main .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .event_main .info p a {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .event_main .info div {
    padding-left: 1.4rem;
  }
  .event_main .info div i {
    width: 18px;
    height: 18px;
  }
  .event_main .info .date {
    margin-bottom: 14px;
  }
  .event_main .info .pos {
    margin-bottom: 1.2rem;
  }
  .events_main {
    padding: 4rem 0 0;
  }
  .events_main h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .events_main .main {
    margin-top: 4rem;
    padding: 1rem 0 5rem;
  }
  .events_main .main .left {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80vw;
    height: 100vh;
    background-color: #fff;
    z-index: 29999;
    padding: 4rem 1.2rem;
    overflow: scroll;
    transition: all 0.3s;
  }
  .events_main .main .left.active {
    right: 0;
  }
  .events_main .main .left form{
    display: none;
  }
  .events_main .main .left form, form.event_search{
    background-color: rgb(248, 248, 248);
    padding: 0;
    border-radius: 2px;
  }
  form.event_search{
    margin-top: 2rem;
  }
  .events_main .main .left form input[type="text"] {
    padding: 0 1rem;
    font-size: 14px;
    background-color: white;
  }
 form.event_search input[type="text"] {
    padding: 0 1rem;
    font-size: 14px;
    background-color: transparent;
  }
  .events_main .main .left form input[type="submit"] {
    width: 40px;
    height: 40px;
  }
  form.event_search input[type="submit"] {
    width: 40px;
    height: 40px;
  }
  .events_main .main .left .cat {
    background-color: #f8f8f8;
    padding: 2rem 1rem 3rem;
  }
  .events_main .main .left .cat .title strong {
    font-size: 20px;
    line-height: 1.5;
  }
  .events_main .main .left .cat .title button {
    font-size: 1rem;
  }
  .events_main .main .left .cat ul li {
    font-size: 15px;
    line-height: 1.5;
    gap: 8px;
    margin-bottom: 8px;
  }
  .events_main .main .left .cat ul li i {
    min-width: 1rem;
    height: 1rem;
    top: 2px;
  }
  .events_main .main .right {
    width: 100%;
  }
  .events_main .main .right ul {
    margin-bottom: 2rem;
    display: block;
  }
  .events_main .main .right ul li {
    margin-bottom: 1rem;
  }
  .events_main .main .right ul li a {
    padding: 1.2rem;
  }
  .events_main .main .right ul li .img {
    height: 200px;
  }
  .events_main .main .right ul li .info {
    padding-top: 1rem;
  }
  .events_main .main .right ul li .info span {
    font-size: 14px;
    line-height: 1.5;
  }
  .events_main .main .right ul li .info h2 {
    font-size: 18px;
    line-height: 1.5;
    margin: 0.5rem 0 1rem;
  }
  .events_main .main .right ul li .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .events_main .main .right ul li .info p a {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .events_main .main .right ul li .info div {
    padding-left: 1.4rem;
  }
  .events_main .main .right ul li .info div i {
    width: 18px;
    height: 18px;
    top: 2px;
  }
  .events_main .main .right ul li .info .date {
    margin-bottom: 14px;
  }
  .events_main .main .right ul li .info .pos {
    margin-bottom: 1.2rem;
  }
  .events_main .main .right ul li .info strong {
    font-size: 14px;
  }
  .events_main .main .right ul li .info strong i {
    width: 6px;
    height: 10px;
  }
  .events_main .main .right .button_r {
    padding: 11px 22px;
    font-size: 14px;
  }
  .events_main .main .icon_menu_e {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/mobile-menu/nav-btn-p.svg) no-repeat center / contain;
    margin: 0 0 1rem auto;
  }
  .faqs_banner {
    padding: 4rem 0;
  }
  .faqs_banner h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .faqs_banner .nav {
    margin-top: 2rem;
  }
  .faqs_banner .nav ul {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .faqs_banner .nav ul li {
    width: 100%;
  }
  .faqs_banner .nav ul li a {
    padding: 1rem;
    min-height: 164px;
  }
  .faqs_banner .nav ul li a i {
    width: 2.5rem;
    height: 2.5rem;
  }
  .faqs_banner .nav ul li a p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 1.2rem;
  }
  .faqs_main {
    padding-bottom: 2rem;
  }
  .faqs_main .faq_box {
    padding: 2rem 0;
  }
  .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;
  }
  .mission_banner {
    padding: 0 0 4rem;
  }
  .mission_banner .content {
    padding: 0;
  }
  .mission_banner .content .flex {
    display: block;
  }
  .mission_banner .img {
    width: 100%;
    border-radius: 0;
  }
  .mission_banner .head {
    width: 100%;
    padding: 2rem 1.2rem 0 !important;
  }
  .mission_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .mission_banner .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
  }
  .mission_banner .head .button {
    font-size: 14px;
    padding: 11px 22px;
    margin-top: 1.2rem;
  }
  .mission_story {
    padding: 4rem 0;
  }
  .mission_story .head {
    gap: 1.2rem;
  }
  .mission_story .head .swiper_btns_full {
    gap: 1rem;
  }
  .mission_story .head .swiper_btns_full div {
    width: 2.5rem;
    height: 2.5rem;
  }
  .mission_story .mission_story_swiper {
    margin-top: 2rem;
  }
  .mission_story .mission_story_swiper .swiper-slide a {
    padding: 14px;
  }
  .mission_story .mission_story_swiper .swiper-slide .img {
    height: 140px;
  }
  .mission_story .mission_story_swiper .swiper-slide .info {
    padding-top: 1rem;
  }
  .mission_story .mission_story_swiper .swiper-slide .info h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .mission_story .mission_story_swiper .swiper-slide .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0.5rem 0;
  }
  .mission_story .mission_story_swiper .swiper-slide .info span {
    font-size: 13px;
    line-height: 1.5;
  }
  .mission_story .mission_story_swiper .swiper-slide .info .button {
    font-size: 14px;
    padding: 11px 22px;
    margin-top: 1.2rem;
  }
  .mission_video {
    padding: 0;
  }
  .mission_video .main {
    border-radius: 0;
  }
  .mission_video .main .con {
    min-height: 400px;
  }
  .mission_video .main .con .flex {
    justify-content: center;
  }
  .mission_video .main .con .head {
    text-align: center;
  }
  .mission_video .main .con .head p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem 0 2rem;
  }
  .mission_video .main .con .head .btn_play {
    margin: 0 auto;
  }
  .mission_say > i {
    width: 3rem;
    height: 3rem;
    transform: translate(-50%, 3rem);
  }
  .mission_say .title {
    padding: 7rem 0 2rem;
  }
  .mission_say .title .button {
    font-size: 14px;
    padding: 11px 22px;
    margin-top: 1.2rem;
  }
  .mission_say .main .flex {
    display: block;
  }
  .mission_say .main .img {
    width: 100%;
    min-height: unset;
    height: 300px;
  }
  .mission_say .main .right {
    left: 0;
    padding: 3rem 1.2rem 4rem;
  }
  .mission_say .main .right .con {
    padding: 2.5rem 1.2rem 1.6rem;
    min-height: 250px;
  }
  .mission_say .main .right .con::before {
    width: 3rem;
    height: 3rem;
    left: 1.2rem;
  }
  .mission_say .main .right .con p {
    font-size: 1rem;
    line-height: 1.5;
  }
  .mission_say .main .right .con .info {
    margin-bottom: 1rem;
  }
  .mission_say .main .right .con .info .logo {
    width: 70px;
  }
  .mission_say .main .right .con .info .name {
    margin-left: 1rem;
    padding-left: 1rem;
  }
  .mission_say .main .right .con .info .name strong {
    font-size: 15px;
  }
  .mission_say .main .right .con .info .name span {
    font-size: 13px;
  }
  .mission_say .main .right .con .button {
    font-size: 14px;
    padding: 11px 22px;
  }
  .news_main {
    padding: 0;
  }
  .news_main .top {
    display: block;
    padding: 2rem 0;
  }
  .news_main .top h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .news_main .top .links {
    margin-top: 2rem;
  }
  .news_main .top .links a {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .news_main .top .links a i {
    width: 1rem;
    height: 1rem;
  }
  .news_main .top .links a span {
    width: 6px;
    height: 10px;
  }
  .news_main .nav {
    margin-top: 0;
    padding-bottom: 2rem;
    max-width: 100%;
  }
  .news_main .nav ul {
    gap: 0;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .news_main .nav ul::-webkit-scrollbar {
    display: none;
  }
  .news_main .nav ul li {
    margin-right: 1rem;
  }
  .news_main .nav ul li:last-child {
    margin-right: 0;
  }
  .news_main .nav ul li a {
    font-size: 14px;
    padding: 9px 22px;
  }
  .news_main .main {
    padding: 2rem 0 5rem;
  }
  .news_main .main ul {
    margin-bottom: 2rem;
  }
  .news_main .main ul li {
    margin-bottom: 1rem;
  }
  .news_main .main .button_r {
    padding: 11px 22px;
    font-size: 14px;
  }
  .news .new .con {
    padding: 1rem;
    display: block;
  }
  .news .new .con .img {
    width: 100%;
    height: 185px;
  }
  .news .new .con .info {
    margin: 0;
    padding-top: 1rem;
  }
  .news .new .con .info span {
    font-size: 14px;
  }
  .news .new .con .info h2,
  .news .new .con .info h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0.5rem 0 1rem;
  }
  .news .new .con .info strong {
    font-size: 14px;
  }
  .news .new .con .info strong i {
    width: 6px;
    height: 10px;
  }
  .new_main {
    padding: 3rem 0 4rem;
  }
  .new_main .subtitle {
    font-size: 14px;
  }
  .new_main h1 {
    font-size: 22px;
    line-height: 1.4;
    padding-top: 0.5rem;
  }
  .new_main img {
    margin: 1rem 0 0;
    border-radius: 4px;
  }
  .new_main .news_detail h2 {
    font-size: 17px;
    line-height: 1.5;
    padding-top: 1.8rem;
  }
  .new_main .news_detail p {
    padding: 1rem 0 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .new_main .news_detail p a {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .new_main .news_detail ul {
    padding-top: 1rem;
  }
  .new_main .news_detail ul li {
    margin-bottom: 8px;
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-left: 1rem;
  }
  .new_main .news_detail video {
    margin: 1rem 0 0;
  }
  .new_main .news_detail img{
    width: 100%;
    height: auto !important;
  }
  .new_related {
    padding: 4rem 0 5rem;
  }
  .new_related .main {
    margin-top: 2rem;
  }
  .new_related .main ul {
    margin-bottom: 2rem;
  }
  .new_related .main ul li {
    margin-bottom: 1rem;
  }
  .new_related .main .button_r {
    font-size: 14px;
    padding: 11px 22px;
  }
  .stories_main {
    padding: 4rem 0 0;
  }
  .stories_main h1 {
    font-size: 25px;
    line-height: 1.5;
    text-align: left;
  }
  .story_main .story_detail iframe{
    width: 100%;
    height: 230px;
    margin-top: 1rem;
  }
  .stories_main .main {
    margin-top: 4rem;
    padding: 3rem 0 5rem;
  }
  .stories_main .main ul {
    display: block;
    margin-bottom: 2rem;
  }
  .stories_main .main ul li {
    margin-bottom: 1rem;
  }
  .stories_main .main .button_r {
    padding: 11px 22px;
    font-size: 14px;
  }
  .stories .story a {
    padding: 1rem;
  }
  .stories .story a span {
    font-size: 14px;
    text-align: right;
    color: #999;
  }
  .stories .story a h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .stories .story a .img {
    height: 180px;
  }
  .stories .story a p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 1rem 0;
  }
  .stories .story a strong {
    font-size: 14px;
    display: none;
  }
  .stories .story a strong i {
    width: 6px;
    height: 10px;
  }
  .story_main {
    padding: 3rem 0 4rem;
  }
  .story_main .date {
    font-size: 14px;
  }
  .story_main h1 {
    font-size: 22px;
    line-height: 1.4;
    padding-top: 0.5rem;
  }
  .story_main img {
    margin: 1rem 0 0;
    border-radius: 4px;
  }
  .story_main .story_detail h2 {
    font-size: 17px;
    line-height: 1.5;
    padding-top: 1.8rem;
  }
  .story_main .story_detail p {
    padding: 1rem 0 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .story_main .story_detail p a {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .story_main .story_detail ul {
    padding-top: 1rem;
  }
  .story_main .story_detail ul li {
    margin-bottom: 8px;
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-left: 1rem;
  }
  .story_main .story_detail blockquote {
    margin: 2rem 0 1rem;
    padding: 1rem;
    border-width: 3px;
  }
  .story_main .story_detail blockquote p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .story_main .story_detail blockquote cite {
    font-size: 15px;
    line-height: 1.5;
  }
  .story_main .story_detail video {
    margin: 1rem 0 0;
  }
  .story_related {
    padding: 4rem 0 5rem;
  }
  .story_related ul {
    margin-top: 2rem;
    display: block;
    margin-bottom: 2rem;
  }
  .story_related ul li {
    margin-bottom: 1rem;
  }
  .story_related .button_r {
    font-size: 14px;
    padding: 11px 22px;
  }
  .partnership_oem {
    padding: 0 0 4rem;
  }
  .partnership_oem .content {
    padding: 0;
  }
  .partnership_oem .content .flex {
    display: block;
  }
  .partnership_oem .img {
    height: 300px;
    min-height: unset;
  }
  .partnership_oem .head {
    padding: 2rem 1.2rem 0;
    margin: 0;
    text-align: center;
    align-items: center !important;
    justify-content: center !important;
  }
  .partnership_oem .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .partnership_oem .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0.5rem 0 1.2rem;
  }
  .partnership_oem .head .button {
    font-size: 14px;
    padding: 11px 22px;
  }
  .partnership_benefit {
    padding: 4rem 0;
  }
  .partnership_benefit .partnership_benefit_swiper_box {
    margin-top: 2rem;
    padding: 0 1.2rem;
  }
  .partnership_benefit .partnership_benefit_swiper_box .swiper_btns_full {
    display: none;
  }
  .partnership_benefit .partnership_benefit_swiper {
    padding: 0;
  }
  .partnership_benefit .partnership_benefit_swiper .swiper-slide {
    box-shadow: none;
    padding: 2rem 1.2rem 1.6rem;
  }
  .partnership_benefit .partnership_benefit_swiper .swiper-slide i {
    width: 2.5rem;
    height: 2.5rem;
  }
  .partnership_benefit .partnership_benefit_swiper .swiper-slide h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1rem 0 0.5rem;
  }
  .partnership_benefit .partnership_benefit_swiper .swiper-slide p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .partnership_intro .items .item {
    padding: 1.5rem 0;
    flex-wrap: wrap;
  }
  .partnership_intro .items .item .img {
    order: 1;
    width: 100%;
  }
  .partnership_intro .items .item .head {
    width: 100%;
    order: 2;
    margin: 1rem 0 0 !important;
  }
  .partnership_intro .items .item .head h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .partnership_intro .items .item .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 1rem;
  }
  .partnership_intro .items .item .head ul {
    margin-top: 1rem;
  }
  .partnership_intro .items .item .head ul li {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 8px;
    gap: 8px;
  }
  .partnership_intro .items .item .head ul li::before {
    width: 1rem;
    height: 1rem;
    top: 3px;
  }
  .partnership_inquiry {
    padding: 4rem 0 5rem;
  }
  .partnership_inquiry .head i {
    width: 3rem;
    height: 3rem;
  }
  .partnership_inquiry .head h2 {
    margin-top: 1rem;
  }
  .partnership_inquiry .inquiry_form {
    margin-top: 2rem;
  }
  .start_main {
    padding: 2rem 0 5rem;
  }
  .start_main strong.title {
    font-size: 25px;
    line-height: 1.5;
  }
  .start_main .main {
    margin-top: 2rem;
    padding-top: 1rem;
  }
  .start_main .main .left {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80vw;
    height: 100vh;
    background-color: #fff;
    z-index: 29999;
    padding: 4rem 1.2rem;
    overflow: scroll;
    transition: all 0.3s;
  }
  .start_main .main .left.active {
    right: 0;
  }
  .start_main .main .left span {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .start_main .main .left .sytech_filter .widget {
    margin-bottom: 1.4rem;
  }
  .start_main .main .left .sytech_filter .widget strong {
    font-size: 17px;
    line-height: 1.5;
  }
  .start_main .main .left .sytech_filter .widget strong::after {
    width: 14px;
    height: 14px;
  }
  .start_main .main .left .sytech_filter .widget .terms {
    padding: 1rem 1rem 0;
  }
  .start_main .main .left .sytech_filter .widget .terms li {
    font-size: 15px;
    line-height: 1.5;
    padding-left: 1.5rem;
    margin-bottom: 8px;
  }
  .start_main .main .left .sytech_filter .widget .terms li::before {
    min-width: 1rem;
    width: 1rem;
    height: 1rem;
    top: 2px;
  }
  .start_main .main .right {
    width: 100%;
    padding-top: 0;
  }
  .start_main .main .right h1 {
    font-size: 21px;
    line-height: 1.5;
  }
  .start_main .main .right ul {
    margin-top: 20px;
  }
  .start_main .main .right ul li {
    margin-bottom: 1rem;
  }
  .start_main .main .right ul li i {
    font-size: 1rem;
    line-height: 25px;
    width: 10%;
  }
  .start_main .main .right ul li .info h2 {
    font-size: 17px;
    line-height: 1.5;
  }
  .start_main .main .right ul li .info p {
    font-size: 0.9rem;
    margin-top: 8px;
    line-height: 1.5rem;
  }
  .start_main .icon_menu_s {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/mobile-menu/nav-btn-p.svg) no-repeat center / contain;
    margin: 0 0 1rem auto;
    display: none;
  }
  .resources_main >.flex{
      flex-flow: wrap;
  }
  .resources_main .left {
    /* position: fixed;
    top: 0;
    right: -100%;
    width: 80vw;
    height: 100vh;
    z-index: 29999;
    overflow: scroll;
    transition: all 0.3s;
    padding: 16rem 1.2rem 3rem; */
    width: 100%;
    background-size: 100%;
    padding: 360px 1.2rem 2rem;
  }
  .resources_main .left.active {
    right: 0;
  }
  .resources_main .left .filter {
    margin-bottom: 1.2rem;
    padding: 2rem 1rem 3rem;
    display: none;
  }
  .resources_main .left .filter .title strong {
    font-size: 20px;
    line-height: 1.5;
  }
  .resources_main .left .filter .title button, .resources_main .left .filter .title a {
    font-size: 1rem;
  }
  .resources_main .left .filter ul li {
    font-size: 15px;
    line-height: 1.5;
    gap: 8px;
    margin-bottom: 8px;
  }
  .resources_main .left .filter ul li a {
    font-size: 15px;
    line-height: 1.5;
  }
  .resources_main .left .filter ul li i {
    min-width: 1rem;
    height: 1rem;
    top: 2px;
  }
  .resources_main .right {
    width: 100%;
    padding: 2rem 1.2rem 5rem;
    background-color: #f1f8ff;
  }
  .resources_main .right h1 {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .resources_main .right .filter {
    margin-top: 4rem;
    display: flex;
    gap: 1rem;
  }
  .resources_main .filter form {
    margin-top: 0;
    flex: 1;
  }
  .resources_main .filter form input[type="text"] {
    font-size: 14px;
    padding: 0 1rem;
  }
  .resources_main .filter form input[type="submit"] {
    width: 40px;
    height: 40px;
  }
  .resources_main .filter .icon_menu_r {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/mobile-menu/nav-btn-p.svg) no-repeat center / 20px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .resources_main .right .main {
    margin-top: 2rem;
  }
  .resources_main .right .main ul {
    display: block;
    margin-bottom: 2rem;
  }
  .resources_main .right .main ul li {
    margin-bottom: 1rem;
  }
  .resources_main .right .main ul li .con .info {
    padding: 14px;
  }
  .resources_main .right .main ul li .con .info span {
    font-size: 14px;
  }
  .resources_main .right .main ul li .con .info h2 {
    font-size: 18px;
    line-height: 1.5;
    margin: 0.5rem 0 1.2rem;
  }
  .resources_main .right .main ul li .con .info strong {
    font-size: 14px;
  }
  .resources_main .right .main ul li .con .info strong::before {
    width: 14px;
    height: 14px;
  }
  .resources_main .right .main .button_r {
    font-size: 14px;
    padding: 11px 22px;
  }
  header.sticky + .product_nav,
  header.sticky + section .product_nav {
    top: 63px;
    padding: 8px 0;
  }
  .product_nav {
    padding: 8px 0;
  }
  .product_nav .content > .flex {
    gap: 1rem;
  }
  .product_nav .left {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_nav .right {
    gap: 5px;
  }
  .product_nav .right .btn {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../img/select-full.svg) no-repeat center / 13px;
    transition: all 0.3s;
  }
  .product_nav .right .btn.active {
    transform: rotate(180deg);
  }
  .product_nav .right .flex {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 0.5rem 1.2rem;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    background-color: #eff6ff;
  }
  .product_nav .right .flex a {
    display: block;
    border-bottom: 1px solid #cae1ff;
    font-size: 14px;
    padding: 12px 0;
  }
  .product_nav .right .flex a:last-child {
    border-bottom: none;
  }
  .product_nav .right .button {
    font-size: 14px;
    padding: 10px 20px;
    white-space: nowrap;
  }
  .product_preview {
    padding: 2rem 0;
  }
  .product_preview .content > .flex {
    flex-wrap: wrap;
  }
  .product_preview .info {
    width: 100%;
    order: 2;
    padding-top: 1rem;
    text-align: center;
  }
  .product_preview .info h1 {
    font-size: 23px;
    line-height: 1.5;
  }
  .product_preview .info h1 span {
    font-size: 23px;
    line-height: 1.5;
  }
  .product_preview .info p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem 0 1.6rem;
  }
  .product_preview .info .btns {
    gap: 1rem;
  }
  .product_preview .info .btns > * {
    flex: 1;
    text-align: center;
    font-size: 14px;
    padding: 12px;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  .product_preview .video {
    width: 100%;
    height: 237px;
    /* order: 9; */
  }
  .product_preview .video .button_play {
    width: 3rem;
    height: 3rem;
  }
  .product_preview .video .button_play i {
    width: 14px;
    height: 14px;
  }
  .product_video {
    padding: 0;
  }
  .product_video .main {
    border-radius: 0;
  }
  .product_video .main .con {
    min-height: 400px;
  }
  .product_video .main .con .flex {
    justify-content: center;
  }
  .product_video .main .con .head {
    text-align: center;
  }
  .product_video .main .con .head p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem 0 2rem;
  }
  .product_video .main .con .head .btn_play {
    margin: 0 auto;
  }
  .product_app {
    padding: 4rem 0;
  }
  .product_app .head {
    margin-bottom: 2rem;
  }
  .product_app .head ul {
    margin-top: 20px;
    flex-wrap: nowrap;
    overflow: auto;
    justify-content: flex-start;
    gap: 0;
    padding: 5px 0;
  }
  .product_app .head ul::-webkit-scrollbar {
    display: none;
  }
  .product_app .head ul li {
    margin-right: 1rem;
    font-size: 14px;
    padding: 9px 22px;
  }
  .product_app .head ul li:last-child {
    margin-right: 0;
  }
  .product_app .content > .flex {
    display: block;
  }
  .product_app .img {
    width: 100%;
    height: 200px;
  }
  .product_app .info {
    margin-top: 1rem;
    width: 100%;
  }
  .product_app .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .product_app .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0.5rem 0 1.2rem;
  }
  .product_app .info .links {
    gap: 1rem;
  }
  .product_app .info .links a {
    font-size: 14px;
  }
  .product_app .info .links a i {
    width: 6px;
    height: 10px;
  }
  .product_effect {
    padding: 4rem 0;
  }
  .product_effect .main {
    margin-top: 2rem;
    display: block;
  }
  .product_effect .main h3 {
    font-size: 17px !important;
    line-height: 1.5;
  }
  .product_effect .main .left,
  .product_effect .main .right {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .product_effect .main ul {
    margin-top: 8px;
  }
  .product_effect .main ul li {
    padding: 10px 0;
  }
  .product_effect .main ul li strong {
    font-size: 13px;
    line-height: 1.5;
  }
  .product_effect .main ul li span {
    font-size: 13px;
    line-height: 1.5;
  }
  .product_effect a {
    font-size: 14px;
    margin-top: 2rem;
  }
  .product_effect a i {
    width: 6px;
    height: 10px;
  }
  .product_start {
    padding: 4rem 0;
  }
  .product_start .head p {
    margin-top: 1rem;
  }
  .product_start .main {
    margin-top: 2rem;
  }
  .product_start .main ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .product_start .main ul li a {
    padding: 2rem 1rem 1rem;
  }
  .product_start .main ul li i {
    width: 2.5rem;
    height: 2.5rem;
  }
  .product_start .main ul li h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem 0 0.5rem;
  }
  .product_start .main ul li p {
    font-size: 0.85rem;
    line-height: 1.3rem;
  }
  .product_start .main ul li strong {
    font-size: 14px;
    margin-top: 1rem;
  }
  .product_start .main ul li strong i {
    width: 6px;
    height: 10px;
  }
  .product_need {
    padding: 4rem 0 3rem;
  }
  .product_need .head{
    flex-flow: wrap;
  }
  .product_need .head h2 {
    padding: 0;
    margin-top: 2rem;
    width: 100% !important;
  }
  .product_need .head .img{
    width: 100% !important;
  }
  
  .product_need .main {
    margin-top: 2rem;
    display: block;
  }
  .product_need .main h3 {
    font-size: 17px;
    line-height: 1.5;
  }
  .product_need .main .left,
  .product_need .main .right {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .product_need .main ul {
    margin-top: 8px;
  }
  .product_need .main ul li {
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.5;
  }
  .product_way {
    padding: 4rem 0;
  }
  .product_way .head p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .product_way .product_way_swiper_box {
    margin-top: 2rem;
    padding: 0 1.2rem;
  }
  .product_way .product_way_swiper_box .swiper_btns_full {
    display: none;
  }
  .product_way .product_way_swiper {
    padding: 0;
  }
  .product_way .product_way_swiper .swiper-slide a {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 2rem 1.2rem 1.6rem;
  }
  .product_way .product_way_swiper .swiper-slide i {
    width: 2.5rem;
    height: 2.5rem;
  }
  .product_way .product_way_swiper .swiper-slide h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1rem 0 0.5rem;
  }
  .product_way .product_way_swiper .swiper-slide span {
    font-size: 13px;
    line-height: 1.5;
  }
  .product_way .product_way_swiper .swiper-slide p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0.5rem 0 1.2rem;
  }
  .product_way .product_way_swiper .swiper-slide strong {
    font-size: 14px;
  }
  .product_way .product_way_swiper .swiper-slide strong i {
    width: 6px;
    height: 10px;
  }
  .product_space {
    padding: 4rem 0;
  }
  .product_space .flex {
    flex-wrap: wrap;
  }
  .product_space .head {
    order: 2;
    width: 100%;
    margin-top: 2rem;
  }
  .product_space .head p {
    margin: 1rem 0 2rem;
    line-height: 1.5;
  }
  .product_space .head .items {
    gap: 1rem;
  }
  .product_space .head .items .item {
    gap: 1.2rem;
  }
  .product_space .head .items .item .info strong {
    font-size: 1rem;
    line-height: 1.5;
  }
  .product_space .head .items .item .info ul {
    margin-top: 8px;
  }
  .product_space .head .items .item .info ul li {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .product_space .img {
    width: 100%;
    height: 200px;
    margin: 0;
  }
  .product_service {
    padding: 4rem 0;
    margin-bottom: 0;
  }
  .product_service .head{
    text-align: center !important ;
  }
  .product_service .head>div{
    width: 100%;
  }
  .product_service .head p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .product_service .head .swiper_btns_full {
    gap: 1rem;
  }
  .product_service .product_service_swiper {
    margin-top: 2rem;
  }
  .product_service .product_service_swiper .swiper-slide {
    padding: 2rem 1.2rem 1.2rem;
  }
  .product_service .product_service_swiper .swiper-slide i {
    width: 2.5rem;
    height: 2.5rem;
  }
  .product_service .product_service_swiper .swiper-slide h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 1rem 0 0.5rem;
  }
  .product_service .product_service_swiper .swiper-slide p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .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;
  }
  .product_video2 .main .con {
    min-height: 300px;
  }
  .product_video2 .main .con .head .btn_play {
    margin-top: 2rem;
  }
  .product_videos {
    padding: 3rem 0;
  }
  .product_videos .main ul {
    display: flex;
    flex-flow: unset;
    gap: 1.2rem;
    overflow: auto;
  }
  .product_videos .main ul li a .img {
    height: 160px;
  }
  .product_videos .main ul li a p {
    font-size: 14px;
    line-height: 1.5;
    min-height: unset;
  }
  .product_videos .main ul li{
    min-width: 270px;
  }
  .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;
  }
  .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;
  }
  .h1-title{
    padding: 2rem 0;
  }
  .content .content{
    padding-left: 0;
    padding-right: 0;
  }
  .h1-title h1{
    font-size: 25px;
  }
  .blog_detail h2{
    font-size: 20px;
  }
  .blog_detail p {
    font-size: 16px;
    margin-bottom: 1rem;
    line-height: 1.5rem;
  }
  .contact_pop{
    padding: 0;
  }
  .contact_pop.active{
    bottom: 0;
    top: unset;
  }
  body .contact_pop .wpcf7-not-valid-tip{
    font-size: 13px;
    margin: 0.5rem 0;
    margin-top: 0.2rem !important;
  }
  body .wpcf7-not-valid-tip{
    font-size: 0.9rem;
    margin-top: 0.5rem;
  }
  .contact_pop.active .pop_content{
    max-height: 80vh;
    height: auto;
    bottom: 0;
    position: absolute;
    transform: translate(-50%,0);
    top: unset;
    left: 0;
    transform: translateX(0);
  }
  .contact_pop .pop_content{
    transform: translate(-50%,0%);
    bottom: -100px;
    padding: 3rem 1.2rem;
    border-radius: 0;
    top: unset;
    position: absolute;
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
  .contact_pop .pop_content form{
    grid-template-columns: repeat(1, 1fr);
    display: block;
  }
  .contact_pop .pop_content form span[data-name="message"]{
    grid-column-start: unset;
    grid-column-end: unset;
    grid-row-start: unset;
    grid-row-end: unset;
  }
  .contact_pop .wpcf7-form-control-wrap{
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    display: block;
  }
  .contact_pop .pop_content form input{
    width: auto;
    max-width: 100%;
  }
  .contact_pop .pop_content ul{
    flex-flow: wrap;
    display: none;
  }
  .contact_pop .pop_content form input[type="submit"]{
    padding: 0.5rem 2rem;
    font-size: 0.9rem;
  }
  .contact_pop .pop_content p{
    margin-bottom: 20px;
  }
  div.search-block{
    background-color: #15212f;
  }
  div.search-block .searchform{
    text-align: left;
  }
  div.search-block.active {
    transform: translateY(0);
  }
  div.search-block .searchform input[type='text'] {
    padding-right: 1.3rem;
    text-align: left;
    background-color: transparent;
    color: #fff;
  }
  div.search-block .searchform input[type='text']::placeholder{
    color: #eee;
  }
  div.search-block .searchform input[type='text'] {
    font-size: 1.2rem;
    height: 63px;
    padding-left: 2rem;
    background: url('../img/search.svg') no-repeat left/18px;
  }
  div.search-block .searchform input[type='submit']{
    display: none;
  }
  .wd-action-btn{
    right: 20px;
    top: 19px;
    width: 20px;
    filter: brightness(20);
  }
  div.search-block{
    height: max-content;
    bottom: unset;
    top: 0;
    display: none;
    transition: none;
  }
  
  .resources_main .left .filter.search_knowledge{
    padding: 0;
    background: transparent;
    display: flex;
    justify-content: space-between;
  }
  .resources_main .filter form{
    width: 85%;
    flex: unset;
    align-items: center;
  }
  .category_banner .flex{
      flex-flow: wrap;
  }
  .category_banner .flex > div{
    width: 100%;
  }
  .category_main .nav{
    padding-top: 30px;
  }
  .category_main .nav ul{
    flex-flow: wrap;
    gap: 1rem;
  }
  .category_main .main .img img{
    width: 70%;
    height: 70%;
  }
  .category_main .nav li a{
    font-size: 13px;
    padding: 5px 1.5rem;
  }
  .category_main .main ul li{
    width: 48.5%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .category_main .main ul li strong{
    font-size: 15px;
  }
  .category_main .main ul li span{
    font-size: 13px;
  }
  .category_main .main ul{
    justify-content: space-between;
  }
  .product_preview .img{
    max-width: 100%;
    width: 100%;
    height: auto !important;
  }
  .product_preview .img img{
    width: 100%;
  }
  .pro_desc{
    padding: 50px 0;
  }
  header .header nav div > ul > li ul:before{
    display: none;
  }

  footer .subscribe form {
    border-radius: 22px;
  }
  footer .subscribe form input[type="email"] {
    font-size: 14px;
    padding: 0 1rem;
  }
  footer .subscribe form input[type="submit"] {
    width: auto;
    font-size: 13px;
    padding: 11px;
    border-radius: 5px;
  }
  footer .footer .subscribe{
    padding-top: 30px;
  }
  footer .copyright .flex div{
    width: 100%;
  }
  footer .copyright .flex ul{
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
  }
  footer .copyright .flex ul li a{
    font-size: 14px;
  }
  
  form#sytech-newsletter-subscription p.failed.active, form#sytech-newsletter-subscription p.success.active{
    bottom: 3.5rem !important;
  }
  .new_main iframe{
    height: 200px;
  }
  .news .new .con{
    flex-flow: wrap;
  }

  .product_related .main ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.25rem;
  }
  .product_related .main ul li .info {
    padding-top: 0.5rem;
  }
  .product_related .main ul li .info p {
    font-size: 1rem;
    margin-bottom: 0.3125rem;
  }
  .product_related .main ul li .info span {
    font-size: 15px;
  }
  .product_module .img{
    width: 100% !important;
  }
  

  footer .footer .links strong {
    font-size: 18px;
    margin-bottom: 1rem;
  }
  footer .footer .links li {
    margin-bottom: 12px;
    a {
      font-size: 14px;
      line-height: 1.5;
    }
  }

  section.application_banner_img .flex {
    min-height: unset;
  }
  .method_assay_text p, .method_assay_text li {
    font-size: .9rem;
    line-height: 1.5rem;
  }
  section.application_table table tr td {
    font-size: 13px;
    line-height: 1.5;
  } 
  section.application_table table {
    display: block;
    overflow: auto;
  }
  .method_assay_text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .application-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .single-application .method_assay_text,
  .single-application .application-text {
    h2 {
      font-size: 26px;
      line-height: 1.5;
      margin: 2rem 0 1.5rem;
    } 
    h3 {
      font-size: 22px;
      line-height: 1.5;
      margin: 1.5rem 0 20px;
    }
    h4 {
      font-size: 18px;
      line-height: 1.5;
      margin: 20px 0 1rem;
    }
    p {
      margin: 1rem 0;
    }
  }

  
  ins#aff-im-root {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    display: flex !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 10px 8px;
    gap: 8px;
    text-decoration: none;
  }
  #aff-im-root .embed-icon {
    position: relative;
    flex: 1;
    inset: unset !important;
    width: calc(50% - 8px) !important;
    height: auto !important;
  }
  #aff-im-root .embed-icon .embed-icon-content {
    background-image: none !important;
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    background-color: #5579ff;
    padding: 8px 1rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    gap: 4px;
    font-size: 14px;
    line-height: 1.5;
  }
  #aff-im-root .embed-icon .embed-icon-content::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    filter: contrast(0) brightness(2);
    background: url(../img/email.svg) no-repeat center/contain;
  }
  #aff-im-root .embed-icon .embed-icon-content::after {
    content: '人工客服';
  }
  #aff-im-root .embed-hot-issue {
    top: unset !important;
    bottom: 150%;
  }
  .footer_tel {
    width: calc(50% - 8px);
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    background-color: #5579ff;
    padding: 8px 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    border-radius: 4px;
    gap: 4px;
    font-size: 14px;
    line-height: 1.5;
  }
  .footer_tel:hover {
    background-color: #5579ff;
  }
  .footer_tel::before {
    content: '';
    display: block;
    width: 20px;
    aspect-ratio: 1;
    filter: contrast(0) brightness(2);
    background: url(../img/phone.svg) no-repeat center/contain;
  }
  .footer_tel + .footer_tel {
      background-color: #5579ff;
  }
.footer_tel + .footer_tel::before {
    background-image: url(https://opentrons.com.cn/wp-content/uploads/2025/06/TM-Opentrons-mark-whitecolor.png);
}

  .flex_form .formcontent{
    width: 100%;
    height: 100%;
    padding: 3rem 1.2rem;
    overflow-y: auto;
  }
  .flex_form .formcontent .left{
    display: none;
  }
  .flex_form .formcontent .right{
    padding: 0;
    max-height: 100%;
  }
  .flex_form .close{
    transform: none;
    right: 10px;
    top: 10px;
  }

  .lang_popup {
    width: calc(100vw - 2rem);
    padding: 2rem 20px;
  }
  .lang_popup strong {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  
  footer {
    padding-bottom: 60px;
  }

  header .header .btns .icon-account{
    margin-right: 0;
  }

  .download_modal_content{
    width: 100%;
    max-height: 500px;
    overflow: scroll;
  }
  .download_modal_content > .flex{
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }
  .download_modal_content .left, .download_modal_content .right{
    width: 100%;
  }
  .download_modal_content .right strong{
    font-size: 20px;
  }
  .download_modal_content .right p{
    font-size: 14px;
  }
}
