@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .swiper_content {
    padding: 10px 1.2rem;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .head .subtitle {
    font-size: 14px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .head .nav ul {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: auto;
    gap: 8px;
  }
  .head .nav ul::-webkit-scrollbar {
    display: none;
  }
  .head .nav ul li {
    font-size: 14px;
    line-height: 40px;
    min-width: 120px;
    padding: 0 1rem;
    min-width: max-content;
  }
  .head .nav.link ul li a {
    min-width: 120px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 1rem;
  }
  header {
    padding: 0.5rem 0;
  }
  header.sticky {
    top: 0;
  }
  header .logo img {
    width: auto;
    height: 3rem;
  }
  header .header_right .contact {
    display: none;
  }
  header .nav nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    background-color: transparent;
  }
  header .nav nav.active {
    pointer-events: all;
  }
  header .nav nav.active .close {
    opacity: 1;
  }
  header .nav nav.active .con {
    opacity: 1;
    transform: translate(0);
  }
  header .nav nav .close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    opacity: 0;
  }
  header .nav nav .con {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 60px);
    max-width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-24px);
  }
  header .nav nav .con .close_box {
    padding: 2rem 1.2rem 1.2rem;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  header .nav nav .con .close_box span {
    display: inline-block;
    width: 15px;
    filter: brightness(0);
    height: 15px;
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
  }
  header .nav nav .con .close_box + div {
    flex: 1;
    overflow: auto;
  }
  header .nav nav .con .menu {
    display: block;
    flex: 1;
    overflow: auto;
  }
  header .nav nav .con .menu > li {
    margin-right: 0;
    cursor: pointer;
  }
  header .nav nav .con .menu > li::before {
    display: none;
  }
  header .nav nav .con .menu > li.menu-item-has-children {
    padding: 0;
  }
  header .nav nav .con .menu > li:hover.current-menu-item,
  header .nav nav .con .menu > li:hover.current-menu-parent {
    color: var(--theme_color);
  }
  header .nav nav .con .menu > li:hover > a {
    color: var(--title_color);
  }
  header .nav nav .con .menu > li > a {
    color: var(--title_color);
    line-height: 4rem;
    position: relative;
    padding: 0 0 0 2rem;
    background-color: transparent;
  }
  header .nav nav .con .menu > li.menu-item-has-children > a {
    margin-right: 52px;
    background: transparent !important;
  }
  header .nav nav .con .menu > li.menu-item-has-children::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    left: calc(100% - 2rem);
    top: 26px !important;
    transition: all 0.3s;
  }
  header .nav nav .con .menu > li.active::after {
    transform: rotate(180deg) !important;
  }
  header .nav nav .con .sub-menu {
    position: static;
    visibility: visible;
    padding: 1rem 1rem 0.8rem;
    background-color: #f8f8f8;
    margin: 0 2rem;
    box-shadow: none;
    border-radius: 8px !important;
    display: none;
    transform: translate(0) !important;
    opacity: 1;
    pointer-events: all;
    transition: none;
  }
  header .nav nav .con .sub-menu li a {
    color: var(--title_color);
    padding: 0.5rem 0;
    white-space: wrap;
    font-size: 14px;
    background: transparent !important;
  }
  header .nav .btns {
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    gap: 1.25rem;
  }
  header .nav .btns .icon_lang {
    margin: 0;
  }
  header .nav .btns .icon_menu {
    display: block;
    width: 23px;
    height: 23px;
    background: url(../img/mobile-menu/nav-btn.svg) no-repeat center / contain;
    cursor: pointer;
    order: 3;
  }
  header .btns a {
    display: none;
  }
  .home_service .swiper_btns,
  .home_certificates .swiper_btns {
    display: none !important;
  }
  .btns .close {
    display: block;
  }
  section.home_banner {
    height: auto;
  }
  section.home_banner li.swiper-slide {
    height: auto;
  }
  section.home_banner .content {
    padding-bottom: 10rem;
    min-height: min(50vh, 410px);
  }
  section.home_banner .button {
    zoom: 0.8;
    margin-top: 1.25rem;
  }
  section.home_banner .content h1 {
    margin-top: 0.5rem;
  }
  section.home_banner .content h1 br {
    display: none;
  }
  section.home_banner .swiper-slide .led-img {
    right: 0;
    top: unset;
    bottom: 0;
    width: 50%;
    height: auto;
  }
  .home_about {
    overflow: hidden;
  }
  .home_about .right {
    display: flex;
    justify-content: center;
  }
  .home_about .right .img {
    transform: scale(0.76);
  }
  .home_about .right .content {
    transform: scale(0.8);
    left: 300;
  }
  .home_solutions .head p {
    width: 90%;
  }
  .home_blog .content > .content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .home_blog .content > .content .right {
    margin-top: 35px;
  }
  .home_blog .content > .content .right {
    margin-top: 1rem;
  }
  .home_banner .btn_prev,
  .home_banner .btn_next {
    display: none;
  }
  .home_banner {
    height: 570px;
  }
  .home_banner .content {
    padding-top: 4rem;
  }
  .home_banner li {
    height: 570px;
  }
  .home_banner .swiper-slide .led-img {
    width: 20%;
    height: 20%;
  }
  .home_banner .home_banner_swiper .banner_swiper-pagination {
    bottom: 1.5rem;
  }
  .home_banner .home_banner_swiper .banner_swiper-pagination .swiper-pagination-bullet {
    margin: 0 1rem;
    position: relative;
  }
  .home_banner .home_banner_swiper .banner_swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .home_lighting {
    padding: 4rem 0;
  }
  .home_lighting .inner {
    margin-top: 2rem;
    display: block;
  }
  .home_lighting .inner .l-bg {
    aspect-ratio: 1/1;
    padding: 2rem 1.2rem !important;
    border-radius: 8px !important;
  }
  .home_lighting .inner .l-bg h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .home_lighting .inner .l-bg .product {
    width: 70%;
    aspect-ratio: 1/1;
    right: 0;
    bottom: 0;
    transform: translateY(20%);
  }
  .home_lighting .inner .l-bg .product img {
    object-fit: contain;
  }
  .home_lighting .inner .box2,
  .home_lighting .inner .box3 {
    margin-top: 1.25rem;
    padding: 2rem 1.2rem;
    min-height: 10rem;
  }
  .home_lighting .inner .box2 strong,
  .home_lighting .inner .box3 strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_lighting .inner .box2 .product,
  .home_lighting .inner .box3 .product {
    width: auto;
    height: 100%;
    aspect-ratio: 1/1;
  }
  .home_lighting .inner .box2 .product img,
  .home_lighting .inner .box3 .product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .head h2 {
    font-size: 22px !important;
    line-height: 1.5;
  }
  .head span {
    font-size: 14px !important;
  }
  .head.center h2 {
    margin-left: 0;
    margin-top: 8px;
  }
  .head.start span {
    line-height: 1.5;
  }
  .head.start h2 {
    margin-top: 0.5rem;
  }
  .home_lighting .content .content {
    margin-top: 2rem;
  }
  .home_certificates .content h2,
  .home_about .left .head h2,
  footer .content .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .home_certificates .describe strong {
    font-size: 1.25rem;
  }
  .home_certificates .describe p {
    font-size: 14px;
  }
  .home_solutions .head p,
  .home_solutions .head p,
  .home_about .left p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .home_about .content {
    flex-direction: column-reverse;
  }
  .home_lighting .content .content {
    grid-template-columns: repeat(1, 1fr);
    border-radius: 10px;
    overflow: hidden;
    grid-auto-rows: auto;
  }
  .home_lighting .content .content a {
    margin-bottom: 10px;
    height: 350px;
    padding: 2rem 2rem !important;
  }
  .home_lighting .content .content a:not(:first-child) {
    height: 290px;
  }
  .home_lighting .content .content a:not(:first-child) .product {
    transform: scale(0.6);
    top: 57px;
    right: -119px;
  }
  .home_lighting .content .content .product {
    transform: scale(0.6) translateX(73px);
  }
  .home_lighting .content .content .text h3,
  .home_lighting .content .content .text strong {
    font-size: 22px;
  }
  .home_lighting .content .content .text h3 span,
  .home_lighting .content .content .text strong span {
    font-size: 15px;
  }
  .home_certificates {
    padding: 4rem 0;
    margin: 0;
  }
  .home_certificates .home_certification_swiper li .img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home_certificates .home_certification_swiper li .img img {
    width: 70%;
    height: 70%;
  }
  .home_certificates .certification_swiper-scrollbar {
    margin: 0.5rem 0 2rem;
  }
  h1,
  h2 {
    font-size: 25px !important;
    line-height: 1.5 !important;
  }
  .home_about {
    padding: 4rem 0 3rem;
  }
  .home_about .left .head h2 {
    margin-top: 0.5rem;
  }
  .home_about .left p {
    width: 100%;
  }
  .home_about .left .nums {
    margin-top: 1rem;
  }
  .home_about .left .nums ul li i {
    width: 2.5rem;
    height: 2.5rem;
  }
  .home_about .left .nums ul li span {
    font-size: 1.6rem;
  }
  .home_about .left .nums ul li p {
    font-size: 13px;
    line-height: 1.5;
  }
  .home_about .icon div {
    margin-right: 33% !important;
  }
  .home_about .icon div span {
    font-size: 14px;
  }
  .home_about .right {
    width: 100%;
  }
  .home_about .right .img {
    transform: scale(1);
  }
  .home_about .right .block {
    padding: 2rem 1.2rem;
    right: -5px;
    bottom: -1rem;
    width: auto;
    height: auto;
  }
  .home_about .right .block p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .home_about .left .about-btn {
    margin-top: 2rem;
    zoom: 0.8;
  }
  .home_service {
    padding: 3rem 0 4rem;
  }
  .home_service a p {
    font-size: 12px;
    line-height: 1.5;
  }
  .home_service .swiper-slide {
    padding: 2rem 1rem 1.6rem !important;
  }
  .home_service .swiper-slide .img {
    width: 4rem !important;
    height: 4rem !important;
  }
  .home_service .swiper-slide .img img {
    width: 55% !important;
    height: 55% !important;
  }
  .home_service .swiper-slide .title {
    margin-top: 1.2rem !important;
  }
  .home_service .swiper-slide .title span {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_service .swiper-slide p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem !important;
  }
  .home_service .swiper-slide .more {
    font-size: 14px !important;
    margin-top: 0.5rem;
  }
  .home_service .service_home_aboutswpier {
    margin-top: 2rem;
  }
  .home_solutions {
    padding: 4rem 0;
  }
  .home_solutions p {
    padding-top: 1rem !important;
    line-height: 1.5 !important;
  }
  .home_solutions li {
    height: 18.625rem !important;
    padding-top: 2rem !important;
  }
  .home_solutions li::after {
    opacity: 1 !important;
  }
  .home_solutions .content a {
    margin-top: 2rem;
  }
  .home_solutions .home_solution_swiper {
    max-width: 280px;
    margin: 2rem auto 0;
  }
  .home_solutions .content a {
    margin-top: 5px;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .home_blog {
    padding: 4rem 0 5rem;
  }
  .home_blog .flex {
    display: block;
  }
  .home_blog .head h2 {
    margin-top: 0;
  }
  .home_blog .nav {
    margin-top: 1.25rem;
  }
  .home_blog .nav ul {
    gap: 1rem;
    overflow: auto;
  }
  .home_blog .nav ul li {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .home_blog .main {
    margin-top: 2rem;
  }
  .home_blog .main .left {
    width: 100%;
    margin-bottom: 2rem;
  }
  .home_blog .main .left .info p {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 5px;
  }
  .home_blog .main .right {
    width: 100%;
  }
  .home_blog .main .right .more {
    font-size: 14px;
  }
  .home_blog .main .right .more::after {
    width: 12px;
  }
  .home_blog .main .right .item {
    padding: 1rem 0;
  }
  .home_blog .main .right .item .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
  }
  /* 底部折叠 */
  footer .flex_top {
    flex-direction: column;
  }
  footer .flex_top .slide_obj > div {
    display: none;
  }
  footer .flex_top .slide_obj {
    width: 100%;
    position: relative;
  }
  footer .flex_top .slide_obj a {
    color: #a6a8a9;
    font-size: 14px !important;
    line-height: 2rem !important;
  }
  footer .flex_top .slide_obj strong {
    font-size: 15px;
    border: 2px solid #e7e8eb;
    padding: 0 1.2rem;
    line-height: 42px;
    border-radius: 5px;
  }
  footer .flex_top .slide_obj ul {
    padding-left: 1.2rem;
  }
  footer .flex_top .slide_obj strong::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1.1rem;
    transform: translateY(-50%) rotate(90deg);
    width: 15px;
    height: 15px;
    background: url('../img/icons/next_icon.png') no-repeat center;
    background-size: contain;
    transition: 0.3s;
  }
  footer .flex_top .slide_obj.active strong::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  footer .flex_top .head a {
    display: none;
  }
  footer .flex_top .contact {
    flex-basis: unset;
  }
  footer .flex_top .contact div {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  footer .content .head a {
    display: none;
  }
  .copyright {
    padding: 1rem 0;
  }
  .copyright .flex {
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .copyright .flex div {
    width: 100%;
    margin-top: 0.5rem;
  }
  .copyright .flex div ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 0.5rem;
  }
  .copyright .flex div ul li {
    margin: 0;
    height: 20px;
  }
  .copyright p {
    font-size: 12px !important;
    line-height: 1.2 !important;
    padding: 10px 0;
  }
  footer {
    padding-top: 2rem;
  }
  footer .top_img {
    top: -4px;
  }
  footer .logo {
    margin: 2rem 0 1.5rem !important;
  }
  footer .logo img {
    transform: scale(0.8);
  }
  .header_main .menu-header-container.open {
    width: 70vw;
    opacity: 1;
    display: block;
  }
  .header_main .menu-header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 0vw;
    height: 100vh;
    z-index: 999;
    background-color: #fff;
    transition: 0.3s;
    opacity: 0;
    display: none;
  }
  .header_main .menu-header-container ul {
    display: flex;
    flex-direction: column;
  }
  .header_main .menu-header-container .closebtn {
    display: block;
    padding: 2rem 1.2rem 1.2rem;
    border-bottom: 1px solid #eee;
    text-align: right;
    font-size: 35px;
  }
  .header_main .menu-header-container .icon {
    display: inline-block;
    transform: rotate(45deg);
  }
  .header_main .menu-header-container li.active a {
    color: #fa7502;
  }
  .header_main .menu-header-container li {
    padding-left: 10px;
  }
  .contact_main {
    padding: 2rem 0 5rem;
  }
  .contact_main .container {
    padding-top: 0;
    margin: 0 1.2rem;
    padding: 0;
    flex-direction: column;
  }
  .contact_main .container .information {
    margin-top: 1.5rem;
  }
  .contact_main .container .left {
    margin-top: 2rem;
  }
  .contact_main .container h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .contact_main .container p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
    width: 100%;
  }
  .contact_main .container .title {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
  }
  .contact_main .container .item {
    padding-left: 1rem !important;
  }
  .contact_main .container .item span {
    font-size: 15px !important;
    line-height: 1.5;
  }
  .contact_main .container span.icon {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
  }
  .contact_main .container span.icon::after {
    width: 50% !important;
    height: 50% !important;
  }
  .contact_main .container li {
    margin-bottom: 1.5rem;
  }
  .contact_main .container .right {
    margin: 0;
    width: 100%;
  }
  .contact_main .container .inquiry_form {
    padding: 1.8rem 1.2rem !important;
  }
  .contact_main .container .inquiry_form form {
    gap: 1rem 0;
  }
  .contact_main .container .inquiry_form form strong {
    font-size: 1rem;
    line-height: 1.5;
    margin: 1rem 0 0;
  }
  .contact_main .container .inquiry_form form .checkbox-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem 0;
  }
  .contact_main .container .inquiry_form form .checkbox-container .checkbox-item {
    align-items: center;
  }
  .contact_main .container .inquiry_form form .checkbox-container input {
    width: 20px !important;
    height: 20px !important;
    padding: 0;
    margin-right: 8px;
  }
  .contact_main .container .inquiry_form form .checkbox-container input::after {
    background-size: 70%;
    background-position: center;
  }
  .contact_main .container .inquiry_form form .checkbox-container span {
    font-size: 15px;
  }
  .contact_main .container .inquiry_form form .submit {
    display: flex;
    justify-content: flex-end;
  }
  .contact_main .container .inquiry_form span {
    margin: 0;
  }
  .contact_main .container .inquiry_form input {
    font-size: 14px;
    padding: 0.7rem 1rem;
  }
  .contact_main .container .inquiry_form input[type="submit"] {
    position: unset;
    padding: 0;
    line-height: 20px;
    margin-top: 0.5rem;
    font-size: 14px;
    padding: 10px 2rem 10px 22px;
  }
  .contact_main .container .col2 {
    width: 100%;
  }
  .product_banner .productbigimg_swiper .swiper-slide {
    height: auto;
  }
  .product_describe_swiper {
    display: none !important;
  }
  .product_banner {
    padding: 2rem 0;
  }
  .product_banner .content {
    flex-direction: column;
  }
  .product_banner .content .right,
  .product_banner .content .left {
    width: 100%;
  }
  .product_banner .content p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .product_banner .content .button {
    font-size: 14px;
    margin-top: 1.2rem !important;
    line-height: 1rm;
    height: auto;
    width: 157px;
    padding: 10px 0;
  }
  .product_banner .content .right {
    margin-top: 3rem;
  }
  .product_detail {
    margin-bottom: 2rem;
  }
  .product_detail li a {
    font-size: 0.9rem !important;
  }
  .product_detail ul {
    flex-direction: column;
  }
  .product_detail ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .product_detail .head {
    margin-bottom: 2rem;
  }
  .product_detail .head.sticky{
    top: 60px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 1.2rem;
  }
  .product_detail div.flex {
    flex-direction: column-reverse;
    margin-bottom: 4rem !important;
  }
  .product_detail div.flex p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
    padding: 0 ;
  }
  .product_detail div.flex h2 {
    margin-bottom: 0.5rem;
  }
  .product_detail div.flex .img {
    margin: 0 auto !important;
  }
  .product_detail div.flex .img1 {
    transform: none;
    margin-bottom: 1rem;
  }
  .product_detail div.flex .t2 {
    margin: 0 !important;
  }
  .product_detail div.flex .img2 img {
    margin: 0;
  }
  .product_detail div.flex .img2 {
    transform: scale(1.5) translateY(54px);
    padding-bottom: 35px;
  }
  .product_cases {
    padding: 4rem 0;
  }
  .product_cases h2 {
    margin-bottom: 1.5rem !important;
  }
  .product_cases div.flex {
    flex-direction: column;
  }
  .product_cases div.flex .text {
    padding: 1rem 0;
    row-gap: 2rem;
  }
  .product_cases div.flex .text strong {
    font-size: 17px;
    line-height: 1.5;
  }
  .product_cases div.flex .text p {
    font-size: 0.9rem;
    margin-top: 0.5rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }
  .product_cases div.flex .text a {
    font-size: 15px;
  }
  .product_cases .img {
    width: 100%;
  }
  .blog_main .blog_sticky_swiper .swiper-slide .info .button_blog {
    padding: 10px 22px;
    margin-top: 1.25rem;
  }
  .blog_main .blog_sticky_swiper .swiper-slide .info h2 {
    font-size: 1rem !important;
  }
  .about_banner {
    overflow: hidden;
    padding: 4rem 0 3rem;
    height: auto;
    margin: 0;
  }
  .about_banner .head {
    display: block;
  }
  .about_banner .head h1 {
    margin: 0;
    font-size: 25px;
    line-height: 1.5;
    width: 100%;
  }
  .about_banner .head h1 br {
    display: none;
  }
  .about_banner .head .txt {
    width: 100%;
  }
  .about_banner .head .txt p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
    padding: 0;
  }
  .about_banner .button_more {
    margin: 0;
  }
  .about_banner .banner_end {
    position: static;
    transform: translate(0);
  }
  .about_banner .banner_end .img-box {
    margin-top: 2rem;
    height: auto;
  }
  .about_banner .banner_end .img-box .img_item {
    border-radius: 4px;
  }
  .about_banner .banner_end .content .nums {
    margin-top: 3rem;
  }
  .about_banner .banner_end .content .nums ul {
    display: grid;
    gap: 20px 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .about_banner .banner_end .content .nums ul li {
    padding-top: 0;
  }
  .about_banner .banner_end .content .nums ul li i {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
  }
  .about_banner .banner_end .content .nums ul li .num-item {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .about_banner .banner_end .content .nums ul li .num-item span {
    font-size: 1.6rem;
    line-height: 1;
    margin-top: 1rem;
  }
  .about_banner .banner_end .content .nums ul li p {
    font-size: 13px;
    line-height: 1.5;
  }
  .about_mission {
    padding: 4rem 0;
  }
  .about_mission li .title {
    font-size: 18px !important;
    line-height: 1.5;
    margin: 1rem 0 0.5rem !important;
  }
  .about_mission .mission_swpier_box li {
    padding: 2rem 1.2rem;
    margin-top: 2rem;
  }
  .about_mission .mission_swpier_box li .img {
    width: 4rem;
    height: 4rem;
    padding: 0;
  }
  .about_mission .mission_swpier_box li .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: top;
  }
  .about_mission .mission_swpier_box li p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .about_company {
    margin: 0;
    padding: 4rem 0 3rem;
  }
  .about_company .content .content {
    margin-top: 0.5rem;
    flex-direction: column-reverse;
  }
  .about_company .content .content .right {
    width: 100%;
    padding: 0;
  }
  .about_company .content .content .right p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .about_company .content .content .video-box {
    width: 100%;
    margin-top: 2rem;
    height: auto;
    aspect-ratio: 1920/1080;
  }
  .about_company .content .content .video-box .play {
    width: 2.5rem;
    height: 2.5rem;
  }
  .about_support {
    margin: 0;
    padding: 3rem 0;
  }
  .about_support .head h2 {
    margin: 0 0 0.5rem;
  }
  .about_support .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0 0 2rem;
  }
  .about_warranty {
    margin: 0;
    padding: 3rem 0 4rem;
    padding-top: 0 !important;
  }
  .about_warranty .head.flex {
    display: block;
    padding-bottom: 3rem;
  }
  .about_warranty .head.flex .head {
    margin: 0;
  }
  .about_warranty .head.flex .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .about_warranty .head.flex a {
    zoom: 0.7;
  }
  .about_warranty .warranty_swpier_box {
    margin-top: 3rem;
  }
  .about_warranty .warranty_swpier_box .swiper-slide {
    min-height: unset;
  }
  .about_warranty .warranty_swpier_box li a {
    padding: 2rem 1.2rem;
  }
  .about_warranty .warranty_swpier_box li a .img {
    width: 3rem;
    height: 3rem;
  }
  .about_warranty .warranty_swpier_box li a .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: top;
  }
  .about_warranty .warranty_swpier_box li a .title {
    margin-top: 1.25rem;
    font-size: 18px;
    line-height: 1.5;
  }
  .about_warranty .warranty_swpier_box li a p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .about_videos {
    padding: 4rem 0;
    margin: 0;
  }
  .about_videos .head h2 {
    margin: 0;
  }
  .about_videos .head p {
    margin: 0.5rem 0 0;
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .about_videos .videos_swpier_container {
    margin-top: 2rem;
    max-width: 300px;
  }
  .about_videos .videos_swpier_container .swiper-slide {
    transform: scale(0.9);
  }
  .about_videos .videos_swpier_container .swiper-slide .img {
    border-radius: 12px;
  }
  .about_videos .videos_swpier_container .swiper-slide .img .play {
    width: 3rem;
    height: 3rem;
  }
  .about_videos .videos_swpier_container .swiper-slide .info strong {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 1.25rem;
  }
  .about_videos .videos_swpier_container .swiper-slide .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .about_videos .videos_swpier_container .swiper-slide-active {
    transform: scale(1);
  }
  .post_main {
    padding: 50px 0 5rem;
  }
  .post_main h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .post_main .infos {
    margin: 20px 0 0;
  }
  .post_main .infos ul {
    gap: 1rem;
  }
  .post_main .infos ul li {
    font-size: 14px;
    gap: 5px;
  }
  .post_main .infos ul li i {
    width: 1rem;
    height: 1rem;
  }
  .post_main .content > .flex {
    display: block;
    padding-top: 30px;
  }
  .post_main .left {
    width: 100%;
  }
  .post_main .left .post_detail img {
    padding-top: 1rem;
  }
  .post_main .left .post_detail img:first-child {
    padding: 0;
  }
  .post_main .left .post_detail p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .post_main .left .post_detail h2 {
    padding-top: 2rem;
    font-size: 18px;
    line-height: 1.5;
  }
  .post_main .left .post_detail h3 {
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 30px;
  }
  .post_main .left .post_detail ul {
    padding-top: 1rem;
  }
  .post_main .left .post_detail ul li {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 5px;
  }
  .post_main .left .post_detail ul li::before {
    top: 8px;
  }
  .post_main .left .flex {
    margin-top: 3rem;
    padding-top: 1.2rem;
    display: block;
  }
  .post_main .left .flex span {
    font-size: 14px;
    line-height: 34px;
  }
  .post_main .left .flex .tags {
    gap: 10px 5px;
  }
  .post_main .left .flex .tags p {
    font-size: 14px;
    padding: 0.5rem 20px;
  }
  .post_main .left .flex .share {
    margin-top: 2rem;
    gap: 5px;
    position: static;
    transform: translate(0);
  }
  .post_main .left .flex .share ul {
    width: 100%;
    gap: 10px;
    flex-direction: row;
    justify-content: flex-end;
  }
  .post_main .left .flex .share ul li {
    width: 2.5rem;
    height: 2.5rem;
  }
  .post_main .right {
    width: 100%;
    margin: 5rem 0 0;
  }
  .post_main .right .cate ul li a {
    font-size: 14px;
    padding: 11px 20px 12px;
  }
  .post_main .right .cate ul li.active a {
    padding: 12px 20px 13px;
  }
  .post_main .right .related {
    margin-top: 30px;
  }
  .post_main .right .related strong {
    font-size: 20px;
    line-height: 1.5;
  }
  .post_main .right .related ul {
    display: flex;
    justify-content: space-between;
    margin-top: 1.2rem;
  }
  .post_main .right .related ul li {
    width: 48%;
    margin-bottom: 0;
  }
  .post_main .right .related ul li .img {
    height: 120px;
  }
  .post_main .right .related ul li p {
    font-size: 14px;
    line-height: 1.4;
  }
  .post_related {
    padding: 3rem 0 5rem;
  }
  .post_related .swiper_box {
    margin-top: 2rem;
  }
  .post_related .swiper_box .swiper_btns {
    display: none;
  }
  .blog_banner {
    padding: 3rem 0 0;
  }
  .blog_banner .flex {
    display: block;
    min-height: unset;
  }
  .blog_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .blog_banner .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .blog_banner .head form {
    margin-top: 1.25rem;
  }
  .blog_banner .head form input[type="text"] {
    line-height: 42px;
    font-size: 14px;
  }
  .blog_banner .head form input[type="submit"] {
    width: 42px;
    height: 42px;
  }
  .blog_banner .img {
    width: 100%;
    height: 200px;
    transform: translateY(20px);
  }
  .blog_main {
    padding: 5rem 0;
  }
  .blog_main .nav ul {
    overflow: auto;
  }
  .blog_main .nav ul li a {
    padding-bottom: 12px;
    font-size: 14px;
  }
  .blog_main .sticky {
    margin-top: 2rem;
  }
  .blog_main .sticky div.swiper-pagination,
  .blog_main .sticky div.swiper-pagination.big {
    gap: 1rem;
    margin-top: 1.25rem;
  }
  .blog_main .sticky div.swiper-pagination .swiper-pagination-bullet,
  .blog_main .sticky div.swiper-pagination.big .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 2px !important;
  }
  .blog_main .sticky div.swiper-pagination .swiper-pagination-bullet-active,
  .blog_main .sticky div.swiper-pagination.big .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    margin: 0 !important;
  }
  .blog_main .blog_sticky_swiper .swiper-slide a {
    display: block;
  }
  .blog_main .blog_sticky_swiper .swiper-slide .img {
    width: 100%;
    height: 200px;
  }
  .blog_main .blog_sticky_swiper .swiper-slide .info h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .blog_main .blog_sticky_swiper .swiper-slide .info p {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .blog_main .blog_sticky_swiper .swiper-slide .info .button {
    margin-top: 1.25rem;
    font-size: 14px;
    padding: 9px 22px 10px;
  }
  .blog_main .list {
    margin-top: 3rem;
  }
  .blog_main .list ul {
    gap: 2rem 12px;
    margin-bottom: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .blog_main .list ul li a:hover .img {
    border-bottom-right-radius: 1rem;
  }
  .blog_main .list ul li .img {
    height: 120px;
    aspect-ratio: unset;
  }
  .blog_main .list ul li .img i {
    width: 2rem;
    height: 2rem;
  }
  .blog_main .list ul li .info {
    padding-top: 12px;
  }
  .blog_main .list ul li .info span {
    line-height: 1.5;
    font-size: 13px;
  }
  .blog_main .list ul li .info h2 {
    font-size: 15px !important;
    line-height: 1.5;
  }
  .blog_main .list .button_more {
    font-size: 14px;
    padding: 9px 22px 10px;
  }
  .cases .case a:hover .img {
    border-bottom-right-radius: 1rem;
  }
  .cases .case .img {
    aspect-ratio: unset;
    height: 160px;
  }
  .cases .case .img .cate {
    padding: 4px 8px 4px 4px;
  }
  .cases .case .img .cate i {
    width: 2rem;
    height: 2rem;
  }
  .cases .case .img .cate span {
    line-height: 2rem;
    font-size: 13px;
    padding-left: 4px;
  }
  .cases .case .info {
    padding-top: 1rem;
  }
  .cases .case .info span {
    font-size: 14px;
    line-height: 1.5;
  }
  .cases .case .info h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .cases .case .info i {
    display: none;
  }
  .solution_banner .flex {
    min-height: min(50vh, 300px);
  }
  .solution_banner .head h1 {
    letter-spacing: normal;
    margin-top: 1rem;
  }
  .solution_nav {
    height: 5rem;
  }
  .solution_nav .solution_nav_swiper a {
    height: 5rem;
    font-size: 14px;
    line-height: 1.5;
  }
  .solution_intro {
    padding: 4rem 0 3rem;
  }
  .solution_intro .flex {
    display: block;
  }
  .solution_intro .head h2 {
    margin-top: 0.5rem;
  }
  .solution_intro .head p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .solution_intro .head ul {
    margin-top: 1rem;
    gap: 12px;
  }
  .solution_intro .head ul li {
    padding-left: 2rem;
  }
  .solution_intro .head ul li::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .solution_intro .head ul li strong {
    font-size: 1rem;
    line-height: 1.5;
  }
  .solution_intro .head ul li span {
    font-size: 13px;
    line-height: 1.5;
  }
  .solution_intro .img {
    width: 100%;
    margin-top: 2rem;
  }
  .solution_gallery {
    padding: 3rem 0 4rem;
  }
  .solution_gallery .swiper_box {
    margin-top: 22px;
  }
  .solution_gallery .solution_gallery_swiper {
    padding: 0;
  }
  .solution_gallery .solution_gallery_swiper .swiper-slide:nth-child(even) {
    transform: translateY(0);
  }
  .solution_gallery .solution_gallery_swiper .swiper-slide p {
    font-size: 1rem;
    line-height: 1.5;
    min-height: 3rem;
  }
  .solution_product {
    padding: 4rem 0;
  }
  .solution_product .swiper_box {
    margin-top: 2rem;
  }
  .solution_product .swiper_box .swiper_btns div {
    width: 2rem;
    height: 2rem;
  }
  .solution_product .swiper_box .swiper_btns div::after {
    width: 40%;
    height: 40%;
  }
  .solution_product .solution_product_swiper a {
    display: block;
    padding: 1.2rem;
  }
  .solution_product .solution_product_swiper .img {
    width: 100%;
    height: 200px;
    aspect-ratio: unset;
  }
  .solution_product .solution_product_swiper .info {
    padding: 1rem 0;
  }
  .solution_product .solution_product_swiper .info .cate {
    font-size: 14px;
  }
  .solution_product .solution_product_swiper .info h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .solution_product .solution_product_swiper .info p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .solution_product .solution_product_swiper .info span {
    margin-top: 1.25rem;
    font-size: 14px;
    gap: 4px;
    padding: 12px 22px;
    width: 125px;
  }
  .solution_product .solution_product_swiper .info span::after {
    transform: translateY(1px);
  }
  .solution_product .solution_product_swiper .info span:hover {
    padding: 12px 22px 12px 25px;
  }
  .solution_faq {
    padding: 4rem 0 3rem;
  }
  .solution_faq .head {
    margin-bottom: 2rem;
  }
  .solution_faq p.center {
    margin-top: 2rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .solution_faq p.center a {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq {
    margin-bottom: 1rem;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq .question {
    padding: 0.7rem 1rem;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq .question strong {
    font-size: 15px;
    line-height: 1.5;
  }
  .sy_contentfaq .sy_fap_group .faqs .faq .answer {
    font-size: 0.9rem;
    line-height: 1.7;
    padding: 1rem 1rem 0.5rem;
  }
  .solution_inquiry {
    padding: 3rem 0 5rem;
  }
  .solution_inquiry .head {
    margin-bottom: 2rem;
  }
  .solution_inquiry .inquiry form {
    gap: 1rem 0;
  }
  .solution_inquiry .inquiry form .col3 {
    width: 100%;
  }
  .solution_inquiry .inquiry form input,
  .solution_inquiry .inquiry form textarea {
    font-size: 14px;
    padding: 0.7rem 1rem;
  }
  .solution_inquiry .inquiry form textarea {
    height: 120px;
  }
  .solution_inquiry .inquiry form input[type="submit"] {
    font-size: 14px;
    padding: 10px 22px;
    min-width: 120px;
    line-height: 1.5;
  }
  .category_banner .flex {
    padding: 2rem 0 1rem;
    flex-direction: column-reverse;
  }
  .category_banner .pic {
    width: 100%;
    aspect-ratio: unset;
    height: 260px;
  }
  .category_banner .head {
    padding: 0;
  }
  .category_banner .head strong {
    font-size: 25px;
    line-height: 1.5;
  }
  .category_banner .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }
  .category_banner .cate {
    margin-top: 0;
    transform: translateY(2rem);
    padding: 1.6rem 1.2rem;
  }
  .category_banner .cate .title strong {
    font-size: 18px;
    line-height: 1.5;
  }
  .category_banner .cate .title .swiper_btns {
    gap: 1rem;
  }
  .category_banner .cate .title .swiper_btns div {
    width: 2.5rem;
    height: 2.5rem;
  }
  .category_banner .category_banner_swiper .swiper-slide p {
    font-size: 14px;
    margin-top: 1rem;
    line-height: 1.5;
  }
  .category_main {
    padding: 6rem 0;
  }
  .category_main .filter {
    gap: 2rem 12px;
    margin-top: 1.5rem;
  }
  .category_main .filter span {
    font-size: 14px;
  }
  .category_main .filter select {
    font-size: 14px;
    height: 42px;
    width: 150px;
    padding: 0.7rem 26px 0.7rem 1rem;
    background: url(../img/select.svg) no-repeat right 1rem center / 10px;
  }
  .category_main .main .container {
    margin-bottom: 3rem;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .products .product .info {
    padding: 0 12px 12px;
  }
  .products .product .info .cate {
    font-size: 13px;
    line-height: 1.5;
  }
  .products .product .info p {
    font-size: 15px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .products .product .info ul {
    margin: 0.5rem 0;
  }
  .products .product .info ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  .products .product .info span {
    font-size: 14px;
    margin-top: 0.5rem;
    padding: 10px 1rem;
    border-width: 1px;
  }
  .navigation .nav-links {
    gap: 1.25rem;
  }
  .product_banner > .content {
    flex-direction: column-reverse;
  }
  .product_banner > .content .right {
    margin-top: 0;
  }
  .product_banner > .content .left {
    padding-top: 1rem;
  }
  .product_banner > .content .left p {
    width: 100%;
  }
  .product_banner > .content .button {
    line-height: 1.5;
  }
  .product_detail {
    padding-top: 3rem;
    margin: 0;
  }
  .product_detail .head ul {
    flex-direction: row;
    overflow: auto;
  }
  .product_detail .head ul li a {
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 1rem;
  }
  .product_detail div.flex:nth-child(odd) {
    flex-direction: column;
  }
  .product_detail div.flex:nth-child(odd) .img {
    height: auto;
  }
  .product_detail div.flex:nth-child(odd) .img2 {
    padding-bottom: 0;
    transform: scale(1);
  }
  .product_models {
    padding: 3rem 0 4rem;
  }
  .product_models .head h2 {
    margin: 0;
  }
  .product_models .head .nav {
    margin-top: 1.25rem;
  }
  .product_models .head .nav ul {
    display: flex;
    justify-content: flex-start;
    overflow: auto;
    flex-direction: row;
  }
  .product_models .head .nav ul li {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 1rem;
    margin: 0;
  }
  .product_models .main {
    margin-top: 2rem;
  }
  .product_models .main .item {
    gap: 3rem;
    grid-template-columns: 1fr;
  }
  .product_models .main .item .con:nth-child(2) {
    order: -1;
  }
  .product_models .main .item .img {
    margin-bottom: 1rem;
  }
  .product_models .main .item table tr td {
    font-size: 14px;
    line-height: 1.5;
    padding: 0.7rem;
  }
  .product_models .main .item a {
    font-size: 14px;
    padding: 10px 1rem;
  }
  .product_models .main .item a::before {
    width: 14px;
    height: 14px;
  }
  .product_related {
    padding: 4rem 0 2rem;
  }
  .product_related .swiper_btns {
    display: none;
  }
  .product_related .swiper_box {
    margin-top: 2rem;
  }
  .product_related .product_related_swiper .swiper-slide .info {
    padding: 0 1rem 1rem;
  }


  div.search-block .searchform {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  div.search-block input[type='text'] {
    flex: 1;
  }

  div.search-block input[type='submit'] {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 2.2vw 0 1.2vw;
    /* background: url(../img/page_home-header_search.svg) no-repeat center; */
    background-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s all ease;
    display: none;
    cursor: pointer;
    border: none;
    outline: none;
  }

  div.search-block div.content {
    position: unset;
  }

  div.search-block .searchform input[type='text'] {
    font-size: 22px;
    height: 70px;
  }

  .wd-action-btn {
    width: 25px;
    height: 25px;
    top: unset;
    right: 2rem;
    bottom: 2rem;
  }

  div.search-block {
    height: 100%;
    width: 100%;
    top: 120%;
    bottom: unset;
    visibility: hidden;
  }

  div.search-block.active {
    top: 20%;
    visibility: visible;
    height: 80%;
    transform: translateY(0);
    bottom: unset;
  }

  .search-block input[type="submit"]:not(:disabled):hover {
    /* background: url(../img/page_home-header_search.svg) no-repeat center; */
    background-size: 1.4rem;
    border: none;
  }

  .modal .modalcontent{
    width: 100%;
    
    height: 100%;
  }
  .quote-content .right{
    padding: 1.2rem;
    width: 100%;
  }
  .quote-content{
    height: 100%;
    padding-top: 3rem;
    border-radius: 0;
  }
  .modal .modalcontent{
    border-radius: 0;
    height: auto;
    top: unset;
    bottom: -200%;
    transform: translate(-50%,0);
  }
  .modal-q .modal .modalcontent{
    bottom: 0;
    top: unset;
    max-height: 90vh;
    overflow: auto;
    transform: translate(-50%,0);
  }
  .quote-content{
    max-height: unset;
  }
  .quote-content .left{
    display: none;
  }
  .video_pop .pop_content {
    width: 90vw;
    height: auto;
  }
  .contact-link{
    display: block;
  }
  .home_service .service_home_aboutswpier li{
    border: 1px solid #eee;
  }
  footer .content .slide_obj ul li a{
    display: block;
  }
  footer .copyright{
    padding-bottom: 0;
  }
  .about_warranty .head a{
    right: unset !important;
  }
  .home_service .service_home_aboutswpier li p{
    font-size: 0.9rem !important;
    line-height: 1.5rem !important;
  }

  .home_lighting .inner .box2 .product, .home_lighting .inner .box3 .product{
    aspect-ratio: unset !important;
  }
  .home_lighting .inner .box2 .product img, .home_lighting .inner .box3 .product img{
    object-fit: cover !important;
    
  }
  .home_lighting .inner .box2 strong, .home_lighting .inner .box3 strong{
    font-size: 22px !important;
  }


  #gotop{
    width: 45px;
    height: 45px;
    right: 40px;
    z-index: 9;
    bottom: 40px;
    background-color: white;
  }
  .product_detail .head.sticky .flex{
    justify-content: left;
  }

}
