@media screen and (max-width:768px) {
  :root {
    --head: 60px;
  }

  .C-wrap {
    width: 100%;
    padding: 0 5%;
  }

  .head1 {
    padding: 0 20px;
  }

  .head1 .logo {
    width: 120px;
  }

  .head1 .navbar-toggle {
    display: inline-block;
  }

  .head1 .navbar-toggle span {
    background-color: #b42a2c;
  }
  .head1 .nav {
    position: fixed;
    left: 0;
    top: var(--head);
    width: 100%;
    height: calc(100vh - var(--head));
    padding: 10px 20px;
    background: #fff;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    overflow-y: auto;
    transition: all ease 0.4s;
    z-index: 49;
  }

  header.open .nav {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }

  .head1 .nav {
    gap: 0;
  }

  .head1 .nav-item {
    width: 100%;
  }

  .head1 .nav-item a {
    display: block;
    line-height: 50px;
    color: #333;
    border-bottom: 1px solid #eee;
  }

  .head1 .nav-item a::after {
    display: none;
  }

  .head1 .nav-item.on a,
  .head1 .nav-item a:hover {
    color: var(--red);
  }

  .head1 .head-right {
    gap: 14px;
  }

  .head1 .head-icon {
    width: 20px;
  }

  .head-search {
    top: calc(var(--head) + 20px);
    width: calc(100% - 40px);
    max-width: 100%;
    height: 80px;
    padding: 16px 20px;
  }

  .head-search-form {
    width: 100%;
    height: 48px;
    padding: 10px 16px;
    border-radius: 16px;
  }

  .head-search-submit {
    width: 20px;
    height: 20px;
  }

  .head-search-submit img {
    width: 20px;
    height: 20px;
  }

  .head1 .head-icon:nth-child(1),
  .head1 .head-icon:nth-child(2) {
    display: none;
  }

  .head1 .contact-btn {
    display: none;
  }

  .foot-main {
    flex-direction: column;
    padding: 40px 5% 20px;
  }

  .foot-col {
    width: 100%;
  }

  .foot-col-line {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #f3f4f6;
    margin-top: 30px;
    padding-top: 30px;
  }
  .foot-col-line .foot-nav {
    flex-direction: row;
    gap: 16px;
    font-size: 14px;
  }
  .foot-col1 {
    align-items: flex-start;
  }

  .foot-logo {
    width: 160px;
  }

  .foot-share {
    margin-top: 24px;
    gap: 20px;
  }
  .foot-share .share-item {
    width: 20px;
    height: 20px;
  }
  .foot-tit {
    margin-bottom: 16px;
  }
  .foot-nav a {
    margin-bottom: 8px;
  }
  .foot-info .info-item {
    margin-bottom: 8px;
  }
  .foot-bottom-in {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 16px 20px;
  }

  .foot-bottom-link {
    gap: 14px;
  }

  .home1 {
    height: 100vh;
    min-height: 500px;
  }

  .home1-bg {
    /* inset: var(--head) 0 0 0; */
    inset: 0 0 0 0 ;
  }

  .home1-in {
    max-width: 100%;
    padding: calc(var(--head) + 60px) 5% 60px;
  }

  .home1-line {
    width: 60%;
    height: 2px;
    margin-bottom: 20px;
  }

  .home1-tit {
    letter-spacing: 0;
    line-height: 1.35;
  }

  .home1-btns {
    gap: 12px;
    flex-wrap: wrap;
  }

  .home2 {
    padding: 50px 0;
  }

  .home2-in {
    flex-direction: column;
    gap: 24px;
  }

  .home2-left {
    width: 100%;
  }

  .home2-tag {
    letter-spacing: 3px;
    margin-bottom: 16px;
  }

  .home2-tit {
    letter-spacing: 0;
    margin-bottom: 16px;
  }

  .home2-line {
    width: 40px;
    height: 2px;
    margin-top: 0;
  }

  .home2-right {
    padding-top: 0;
    gap: 24px;
  }

  .home2-desc {
    padding-left: 16px;
  }

  .home2-desc p {
    line-height: 1.7;
  }

  .home2-stats {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 24px;
    gap: 24px 16px;
  }

  .home2-stats .stat-num {
    letter-spacing: 0;
    margin-bottom: 6px;
    gap: 4px;
  }

  .home2-stats .stat-label {
    letter-spacing: 1px;
  }

  .home3 {
    padding: 50px 0;
  }

  .home3-head {
    margin-bottom: 24px;
  }

  .home3-head .head-text {
    gap: 12px;
  }

  .home3-head .head-line {
    height: 40px;
  }

  .home3-head .head-tit {
    line-height: 1.3;
  }

  .home3-tabs {
    margin-bottom: 24px;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .home3-tabs::-webkit-scrollbar {
    display: none;
  }

  .home3-tabs .tab-item {
    padding: 0 14px 14px;
    flex-shrink: 0;
  }

  .home3-tabs .tab-item .tab-num {
    margin-bottom: 4px;
  }

  .home3-tabs .tab-item::after {
    height: 2px;
    bottom: -1px;
  }

  .home3-swiper-wrap {
    padding-bottom: 60px;
  }

  .home3-swiper .swiper-slide {
    width: 75%;
  }

  .home3-swiper-tab .swiper-wrapper {
    gap: 0;
  }

  .prod-img {
    height: 220px;
  }

  .prod-img img {
    object-fit: cover;
  }

  .prod-model {
    top: 10px;
    left: 10px;
    padding: 2px 8px;
  }

  .prod-info {
    padding: 14px 4px 0;
  }

  .prod-tit {
    margin-bottom: 6px;
  }

  .prod-desc {
    margin-bottom: 14px;
  }

  .home3-nav {
    gap: 12px;
  }

  .home3-nav .swiper-button {
    width: 30px;
    height: 30px;
  }

  .home4 {
    height: auto;
    background: #fff;
    padding: 40px 0 50px;
  }

  .home4-sticky {
    position: relative;
    top: auto;
    height: auto;
    overflow: visible;
  }

  .home4-stage {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 5%;
  }

  .home4-shared-media {
    display: none;
  }

  .home4-slides {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .home4-slides .swiper-wrapper {
    display: flex;
    align-items: stretch;
  }

  .home4-slide {
    position: relative;
    inset: auto;
    flex-shrink: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding: 0;
    background: #f5f6f8;
    overflow: hidden;
    transition: none;
  }

  .home4-slide-video {
    position: relative;
    width: 100%;
    height: 56vw;
    background: #000;
    overflow: hidden;
  }

  .home4-slide-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .home4-text {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding: 24px 20px 28px;
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }

  .home4-slide.text-right .home4-text {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    text-align: left;
    inset: auto;
  }

  .home4-keyword {
    margin-bottom: 12px;
  }

  .home4-keyword .kw {
    letter-spacing: -0.5px;
  }

  .home4-keyword .home4-line {
    max-width: 80px;
    height: 1px;
    margin-left: 10px;
  }

  .home4-tit {
    margin-bottom: 8px;
    line-height: 1.4;
  }

  .home4-desc {
    line-height: 1.7;
  }

  .home4-pagination {
    display: none;
  }

  .home4-slide.home4-end {
    position: relative;
    padding: 0;
    overflow: hidden;
    background: #2a2f36;
    border-radius: 10px;
    min-height: 380px;
  }

  .home4-slide.home4-end .home4-slide-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .home4-slide.home4-end .home4-slide-video video {
    filter: blur(6px);
    transform: scale(1.15);
  }

  .home4-end-mask {
    position: absolute;
    inset: 0;
    background: rgba(42, 47, 54, 0.7);
    opacity: 1;
    z-index: 2;
  }

  .home4-end-inner {
    position: relative;
    z-index: 3;
    padding: 0 24px;
    top: 30%;
    max-width: 100%;
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
    align-items: center;
    text-align: center;
  }

  .home4-end-line {
    width: 28px;
    height: 1px;
    margin-bottom: 16px;
  }

  .home4-end-tit {
    letter-spacing: 2px;
    margin-bottom: 12px;
  }

  .home4-end-sub {
    gap: 10px;
    margin-bottom: 24px;
  }

  .home4-end-sub .dash {
    width: 24px;
  }

  .home4-end-btn {
    padding: 10px 22px;
  }

  .home4-mb-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    bottom: 30px !important;
  }

  .home4-mb-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #d1d5db;
    border-radius: 50%;
    opacity: 1;
    transition: width 0.3s ease-out, background 0.3s ease-out;
  }

  .home4-mb-pagination .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 3px;
    background: var(--red);
  }

  .home5 {
    padding: 50px 0;
  }

  .home5-head {
    margin-bottom: 30px;
  }

  .home5-head .head-text {
    flex-direction: column;
    gap: 14px;
    padding: 0 5%;
  }

  .home5-head .head-tag {
    letter-spacing: 3px;
    margin-bottom: 8px;
  }

  .home5-head .head-tit {
    line-height: 1.3;
  }

  .home5-head .head-desc {
    max-width: 100%;
    line-height: 1.7;
  }

  .home5-list {
    flex-direction: column;
    height: auto;
    gap: 10px;
    background: transparent;
    padding: 0 5%;
  }

  .home5-item {
    flex: 1 1 auto;
    width: 100%;
    height: 100px;
    transition: height 0.4s ease-out, flex-basis 0s;
  }

  .home5-item.on {
    flex: 1 1 auto;
    height: 320px;
  }

  .home5-item-bg img {
    transition: filter 0.4s ease-out;
  }

  .home5-item-mask {
    transition: background 0.4s ease-out;
  }

  .home5-item-intr {
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }

  .home5-item-head .num {
    top: 16px;
    left: 16px;
  }

  .home5-item-head .ic {
    top: 18px;
    right: 16px;
    width: 18px;
    height: 18px;
  }

  .home5-item-head .ic img {
    width: 12px;
  }

  .home5-item.on .home5-item-head .num {
    top: 16px;
    left: 16px;
    font-size: 30px;
  }

  .home5-item.on .home5-item-head .ic {
    right: 16px;
  }

  .home5-item-vtitle {
    left: auto;
    right: 16px;
    bottom: 16px;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    letter-spacing: 1px;
  }

  .home5-item-intr {
    top: auto;
    bottom: 16px;
    left: 16px;
    right: 16px;
    width: auto;
  }

  .home5-item-intr .cn {
    margin-bottom: 6px;
  }

  .home5-item-intr .text {
    margin-bottom: 10px;
    line-height: 1.6;
  }

  .home5-item-intr .C-btn2 {
    letter-spacing: 1px;
  }

  .home6 {
    padding: 50px 0;
  }

  .home6-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 24px;
  }

  .home6-head .head-desc {
    max-width: 100%;
    padding-top: 0;
    line-height: 1.7;
  }

  .home6-body {
    flex-direction: column;
  }

  .home6-left {
    width: 100%;
    height: 220px;
  }

  .home6-img-tag {
    bottom: 16px;
    left: 16px;
  }

  .home6-img-tag .line {
    width: 24px;
    margin-bottom: 8px;
  }

  .home6-img-tag p {
    letter-spacing: 2px;
  }

  .home6-acc-item {
    flex: 0 0 auto;
    transition: none;
  }

  .home6-acc-item.on {
    flex: 0 0 auto;
  }

  .home6-acc-item .acc-head {
    padding: 16px 18px;
  }

  .home6-acc-item .acc-tit {
    letter-spacing: 0;
  }

  .home6-acc-item .acc-jt {
    width: 14px;
    height: 14px;
  }

  .home6-acc-item .acc-body {
    padding: 0 18px;
  }

  .home6-acc-item.on .acc-head {
    padding-bottom: 12px;
  }

  .home6-acc-item.on .acc-body {
    max-height: 240px;
    padding: 0 18px 16px;
  }

  .home6-acc-item .acc-text {
    line-height: 1.7;
    margin-bottom: 12px;
    max-width: 100%;
  }

  .home7 {
    padding: 50px 0;
  }

  .home7-head {
    padding-bottom: 20px;
    margin-bottom: 24px;
  }

  .home7-head .head-tit {
    margin-top: 0;
  }

  .home7-nav {
    gap: 10px;
  }

  .home7-nav .swiper-button {
    width: 24px;
    height: 24px;
  }

  .home7-grid {
    flex-direction: column;
    gap: 24px;
  }

  .home7-main-bg {
    height: 220px;
  }

  .home7-tag {
    top: 10px;
    left: 12px;
    padding: 4px 10px;
  }

  .home7-main-info {
    padding-top: 16px;
  }

  .home7-main-tit {
    margin: 8px 0;
    line-height: 1.5;
  }

  .home7-main-desc {
    max-width: 100%;
    margin-bottom: 14px;
    line-height: 1.7;
  }

  .home7-side {
    width: 100%;
    gap: 20px;
  }

  .home7-side-bg {
    height: 180px;
  }

  .home7-side-info {
    padding-top: 12px;
  }

  .home7-side-tit {
    margin-top: 8px;
    line-height: 1.5;
  }

  .home7-meta {
    gap: 8px;
  }

  .home7-meta .m-dot {
    width: 3px;
    height: 3px;
  }

  .custom-popup-wrap {
    padding: 20px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .custom-popup-box {
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 40px);
    border-radius: 8px;
    overflow: hidden;
  }

  .custom-popup-close {
    right: 8px;
    top: 8px;
    width: 36px;
    height: 36px;
  }

  .custom-popup-close svg,
  .custom-popup-close img {
    width: 16px;
    height: 16px;
  }

  .custom-popup-body {
    max-height: calc(100vh - 40px);
    padding: 24px 16px;
  }

  .custom-form-head {
    margin-bottom: 20px;
  }

  .custom-form-desc {
    max-width: 100%;
    margin: 0 auto 8px;
    line-height: 1.5;
  }

  .custom-form-tip {
    letter-spacing: 0.5px;
  }

  .custom-form-sec {
    margin-bottom: 20px;
  }

  .custom-form-sec-tit {
    letter-spacing: 1px;
    margin-bottom: 12px;
  }

  .custom-form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 12px;
  }

  .custom-form-field-half {
    width: 100%;
  }

  .custom-form-lbl {
    margin-bottom: 6px;
    line-height: 1.4;
  }

  .custom-form-input,
  .custom-form-textarea {
    border-radius: 6px;
  }

  .custom-form-input {
    height: 40px;
    padding: 0 12px;
  }

  .custom-form-textarea {
    min-height: 90px;
    padding: 10px 12px;
  }

  .custom-form-group {
    margin-bottom: 12px;
  }

  .custom-form-opts {
    gap: 10px 20px;
    margin-top: 8px;
  }

  .custom-form-opt {
    min-height: 20px;
    padding-left: 24px;
    white-space: normal;
    line-height: 1.4;
  }

  .custom-form-opt::before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }

  .custom-form-opt input {
    width: 16px;
    height: 16px;
    margin: -8px 0 0 0;
  }

  .custom-form-opt:has(input[type="checkbox"]:checked)::after {
    left: 4px;
    width: 8px;
    height: 5px;
    margin-top: -4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .custom-form-other {
    gap: 10px;
    margin-top: 10px;
  }

  .custom-form-foot {
    padding-top: 12px;
  }

  .custom-form-submit {
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0 24px;
    border-radius: 50px;
  }

  .service-popup-box {
    width: 100%;
  }

  .service-form-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .service-form-row {
    grid-template-columns: 1fr;
  }

  .service-form-col {
    gap: 18px;
  }

  .service-form-sec {
    gap: 12px;
  }

  .service-form-sec-tit {
    letter-spacing: 1px;
    padding-bottom: 6px;
  }

  .service-form-row.grid-x2 {
    gap: 14px;
  }

  .service-drop-trigger {
    height: 40px;
    padding: 0 14px 0 12px;
    border-radius: 6px;
  }

  .service-drop-arrow {
    width: 10px;
  }

  .service-drop-arrow img {
    width: 10px;
    height: 6px;
  }

  .service-drop-panel {
    border-radius: 6px;
    max-height: 240px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .service-drop-list li {
    height: 36px;
    line-height: 36px;
  }

  .service-form-pack {
    padding: 14px;
    border-radius: 8px;
    gap: 12px;
  }

  .service-form-pack-desc {
    line-height: 1.5;
  }

  .service-form-foot {
    padding-top: 8px;
  }

  .about1 {
    height: 60vh;
    min-height: auto;
    padding-top: var(--head);
  }

  .about1-bg img {
    height: 100%;
  }

  .about1-stats {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 30px 5%;
    clip-path: none;
    -webkit-clip-path: none;
  }

  .about1-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 24px;
  }

  .about1-stats .stat-num {
    gap: 2px;
  }

  .about1-stats .stat-num sup {
    margin-left: 4px;
  }

  .about2 {
    padding: 50px 0;
  }

  .about2-head {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .about2-head-block {
    width: 100%;
  }

  .about2-head-block .head-tag {
    letter-spacing: 4px;
    margin-bottom: 8px;
  }

  .about2-desc {
    max-width: 100%;
  }

  .about2-body {
    flex-direction: column;
    gap: 24px;
  }

  .about2-nav {
    width: 100%;
    padding: 0;
    overflow-x: auto;
  }

  .about2-nav-line {
    display: none;
  }

  .about2-nav-item {
    gap: 12px;
    padding: 0 0 16px 0;
  }

  .about2-nav-item .dot {
    width: 8px;
    height: 8px;
    margin-top: 6px;
  }

  .about2-nav-item.on .dot {
    width: 10px;
    height: 10px;
    margin-top: 5px;
    box-shadow: 0 0 6px var(--red);
  }

  .about2-nav-item .period {
    margin-bottom: 4px;
  }

  .about2-detail {
    padding: 0;
  }

  .about2-panel .panel-tit {
    padding-left: 10px;
    margin-bottom: 8px;
  }

  .about2-panel .panel-tit::before {
    width: 2px;
    top: 4px;
    bottom: 4px;
  }

  .about2-panel .panel-list li {
    gap: 10px;
    padding: 10px 0;
  }

  .about2-panel .panel-list .year {
    width: 40px;
  }

  .about2-pic {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    box-shadow: none;
  }

  .about3 {
    padding: 50px 0;
  }

  .about3-body {
    flex-direction: column;
    gap: 24px;
  }

  .about3-nav {
    width: 100%;
    padding: 0;
  }

  .about3-nav-line {
    display: none;
  }

  .about3-nav-item {
    padding-left: 24px;
    margin-bottom: 16px;
  }

  .about3-nav-item .dot {
    top: 6px;
    width: 8px;
    height: 8px;
  }

  .about3-nav-item.on .dot {
    width: 10px;
    height: 10px;
    top: 5px;
    left: -1px;
    box-shadow: 0 0 6px 0 var(--red);
  }

  .about3-nav-item .nav-text {
    gap: 4px;
  }

  .about3-detail {
    padding: 0;
  }

  .about3-panel .panel-tit {
    border-left-width: 2px;
    padding-left: 10px;
    margin-bottom: 10px;
  }

  .about3-panel .panel-list li {
    gap: 10px;
    padding: 10px 0;
  }

  .about3-panel .panel-list .year {
    width: 40px;
  }

  .about3-pic {
    width: 100%;
    height: 200px;
  }

  .about3-pic-item {
    border-radius: 8px;
    box-shadow: none;
  }

  .about4 {
    height: auto;
    padding: 50px 0;
  }

  .about4-in {
    padding: 0 20px;
  }

  .about4-dots {
    padding-top: 0;
    gap: 10px;
    margin-bottom: 20px;
  }

  .about4-dots .dot {
    width: 8px;
    height: 8px;
  }

  .about4-slides {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .about4-intr {
    max-width: 100%;
  }

  .about4-tit {
    margin-bottom: 12px;
  }

  .about4-desc {
    margin-bottom: 18px;
  }

  .about5 {
    padding: 50px 0;
  }

  .about5-bg-1,
  .about5-bg-2 {
    display: none;
  }

  .about5-service {
    margin-bottom: 40px;
  }

  .about5-service-head {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .about5-head-block .head-tag {
    letter-spacing: 4px;
    margin-bottom: 8px;
  }

  .about5-service-right {
    max-width: 100%;
    gap: 16px;
  }

  .about5-service-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .svc-card {
    padding: 16px;
    height: auto;
    min-height: 140px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .svc-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
  }

  .svc-icon img {
    width: 100%;
  }

  .svc-name {
    margin-bottom: 6px;
  }

  .about5-global {
    padding: 30px 5%;
  }

  .about5-global-tit {
    margin-bottom: 12px;
  }

  .about5-global-desc {
    max-width: 100%;
  }

  .about5-contact-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
  }

  .about5-contact-desc {
    text-align: left;
    max-width: 100%;
    padding-bottom: 0;
  }

  .about5-contact-cards {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
  }

  .con-card {
    padding: 20px 18px;
    height: auto;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .con-icon {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    margin-bottom: 12px;
  }

  .con-icon img {
    width: 100%;
  }

  .con-name {
    margin-bottom: 10px;
  }
  .con-tech:last-of-type {
    margin-bottom: 10px;
  }
  .con-line {
    gap: 4px;
    margin-bottom: 4px;
  }

  .con-time,
  .con-tech {
    margin-bottom: 10px;
  }

  .con-tech .ext {
    margin-left: 4px;
  }

  .con-card .con-web {
    margin: 4px 0;
  }

  .con-link {
    gap: 6px;
    padding-top: 12px;
  }

  .con-link img {
    width: 12px;
    height: 12px;
  }

  .about5-address {
    flex-direction: column;
    height: auto;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .addr-info {
    width: 100%;
    padding: 24px 18px;
    gap: 16px;
  }

  .addr-tit {
    gap: 6px;
    margin-bottom: 6px;
  }

  .addr-tit img {
    width: 16px;
    height: 16px;
  }

  .addr-block .addr-en {
    margin-bottom: 4px;
  }

  .addr-block .addr-cn {
    margin-bottom: 4px;
  }

  .addr-nav {
    margin-top: 12px;
    padding: 8px 14px;
    gap: 8px;
    border-radius: 6px;
  }

  .addr-nav img {
    width: 12px;
  }

  .addr-map {
    width: 100%;
    height: 180px;
  }

  .about6 {
    padding: 40px 0 0;
  }

  .about6-head {
    margin-bottom: 24px;
  }

  .about6-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .about6-item {
    height: 140px;
    padding: 16px;
  }

  .about6-item:nth-child(4n) {
    border-right: 1px solid rgba(241, 241, 255, 0.25);
  }

  .about6-item:nth-child(2n) {
    border-right: none;
  }

  .case1 {
    height: auto;
    padding-top: var(--head);
    padding-bottom: 60px;
  }

  .case1-in {
    padding-top: 40px;
  }

  .case1-text {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .case1-tit {
    font-size: 40px;
    letter-spacing: -1px;
    margin-bottom: 16px;
  }

  .case1-desc {
    width: 100%;
    text-align: left;
  }

  .case1-tab {
    position: relative;
    top: auto;
    margin-top: 30px;
  }

  .case1-tab-in {
    width: 100%;
    height: auto;
    padding: 12px 20px;
    gap: 18px;
    flex-wrap: wrap;
  }

  .case2 {
    margin-top: 0;
    padding: 30px 0;
  }

  .case-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12px;
    row-gap: 20px;
  }

  .case-item {
    height: 180px;
  }

  .case-item-mask {
    height: 90px;
  }

  .case-item-info {
    left: 12px;
    right: 12px;
    bottom: 10px;
  }

  .case-item-tit {
    margin: 0 0 6px;
    min-height: auto;
  }

  .case-item-tag {
    min-width: 32px;
    height: 18px;
    padding: 0 8px;
    border-radius: 9px;
  }

  .case3 {
    padding: 0 0 20px;
  }

  .case3-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .case3-item {
    height: 170px;
    padding: 16px;
  }

  .case3-item:nth-child(4n) {
    border-right: 1px solid #e5e7eb;
  }

  .case3-item:nth-child(2n) {
    border-right: none;
  }

  .case3-item--head .case3-tit {
    top: 12px;
    left: 12px;
  }

  .C-page {
    gap: 6px;
    padding: 30px 0 0;
    flex-wrap: wrap;
  }

  .C-page-btn {
    width: 32px;
    height: 32px;
  }

  .C-page-arrow {
    width: 5px;
    height: 5px;
  }

  .C-page-item {
    min-width: 28px;
    height: 28px;
    line-height: 28px;
  }

  .case-detail #app {
    padding-top: var(--head);
  }

  .detail1 {
    height: auto;
    padding: 40px 0;
  }

  .detail1-in {
    max-width: 100%;
    padding: 0 20px;
  }

  .detail1-tit {
    max-width: 100%;
    margin-bottom: 12px;
  }

  .detail1-desc {
    max-width: 100%;
  }

  .detail2 {
    overflow-x: auto;
  }

  .detail2.is-sticky {
    position: relative;
  }

  .detail2-placeholder {
    display: none !important;
  }

  .detail2-in {
    height: auto;
    padding: 12px 20px;
  }

  .info-bar {
    gap: 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
  }

  .info-bar::-webkit-scrollbar {
    display: none;
  }

  .info-bar-item {
    gap: 6px;
    flex-shrink: 0;
  }

  .info-bar-icon {
    width: 18px;
    height: 18px;
  }

  .detail3 {
    padding: 40px 0;
  }

  .detail3-head {
    margin-bottom: 24px;
  }

  .detail3-tit {
    margin-bottom: 12px;
  }

  .detail3-intro {
    max-width: 100%;
  }

  .detail3-body {
    flex-direction: column;
    gap: 20px;
  }

  .detail3-pic {
    width: 100%;
    height: 220px;
  }

  .detail3-text {
    padding-top: 0;
  }

  .detail3-sub {
    margin-bottom: 16px;
  }

  .detail3-content p {
    margin-bottom: 12px;
    max-width: none;
  }

  .detail3-list {
    padding-left: 20px;
    margin-bottom: 12px;
  }

  .detail3-list li {
    margin-bottom: 8px;
  }

  .detail4 {
    padding: 0 0 30px;
  }

  .detail4-tit {
    margin-bottom: 16px;
  }

  .detail4-swiper .swiper-slide {
    width: 240px;
  }

  .detail4-swiper .prod-card {
    height: 260px;
  }

  .detail5 {
    padding: 0 0 50px;
  }

  .detail5-tit {
    margin-bottom: 16px;
  }

  .detail5-list {
    gap: 16px;
  }

  .method-block {
    height: 240px;
  }

  .method-block-text {
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }

  .method-block-tit {
    margin-bottom: 6px;
  }

  .method-block-desc {
    margin-bottom: 12px;
  }

  .detail6 {
    height: auto;
    padding: 50px 0;
  }

  .detail6-in {
    height: auto;
  }
  .contact1-in {
    padding: 0 5%;
  }
  .detail6-text {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .detail6-tit {
    margin-bottom: 12px;
  }

  .detail6-btns {
    gap: 12px;
    flex-wrap: wrap;
  }

  .prod-card-tit {
    padding: 18px 18px 0;
    min-height: auto;
  }

  .prod-card-link {
    left: 18px;
    bottom: 18px;
  }

  .new1 {
    height: auto;
    min-height: auto;
    padding-top: var(--head);
    padding-bottom: 30px;
  }

  .new1-in {
    width: 100%;
    padding: 30px 5%;
  }

  .new1-top {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
    min-height: auto;
  }

  .new1-head {
    padding-top: 0;
    max-width: 100%;
  }

  .new1-tit {
    line-height: 1.3;
    letter-spacing: 1px;
    margin-bottom: 12px;
  }

  .new1-video {
    width: 100%;
    height: 200px;
    border-radius: 6px;
  }

  .new1-video-btn {
    left: 12px;
    top: 12px;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 16px;
  }

  .new1-play-ic {
    border-left: 6px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }

  .new1-search {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
  }

  .new1-search-lbl {
    margin-right: 0;
    line-height: 1.5;
    width: 100%;
  }

  .new1-search-input {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border-radius: 6px;
  }

  .new1-search-input input {
    font-size: 14px;
  }

  .new1-search-btn {
    width: 80px;
    height: 40px;
    margin-left: 0;
    border-radius: 6px;
  }

  .new1-thumb {
    height: 160px;
    border-radius: 6px;
  }

  .new2 {
    padding: 40px 5% 24px;
  }

  .new2-in {
    width: 100%;
  }

  .new2-box {
    height: 320px;
  }

  .new2-bg {
    top: 0;
    height: 100%;
  }

  .new2-text {
    left: 20px;
    top: auto;
    bottom: 20px;
    width: calc(100% - 40px);
    max-width: 100%;
    gap: 10px;
  }

  .new2-tit,
  .new2-desc {
    max-width: 100%;
  }

  .new2-btn {
    height: 32px;
    padding: 0 14px;
    border-radius: 16px;
    gap: 6px;
  }

  .new3 {
    padding: 0 0 40px;
  }

  .new3-in {
    flex-direction: column;
    gap: 16px;
  }

  .new3-side {
    width: 100%;
    border-radius: 8px;
    padding: 16px;
  }

  .new3-side-tit {
    padding-left: 8px;
    margin-bottom: 14px;
  }

  .new3-side-tit::before {
    width: 2px;
  }

  .new3-tabs {
    flex-wrap: wrap;
    gap: 8px;
  }

  .new3-tab {
    flex: 1 1 auto;
    height: 32px;
    padding: 0 12px;
    border-radius: 4px;
    justify-content: center;
  }

  .new3-tab .new3-tab-jt {
    display: none;
  }

  .new3-list {
    gap: 12px;
  }

  .news-card {
    flex-direction: column;
    border-radius: 8px;
    padding: 16px;
  }

  .news-card-body {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin-bottom: 12px;
  }

  .news-card-meta {
    gap: 8px;
    margin-bottom: 10px;
  }

  .news-card-sep {
    height: 12px;
  }

  .news-card-date {
    gap: 4px;
  }

  .news-card-date-ic {
    width: 10px;
    height: 10px;
  }

  .news-card-tit {
    margin-bottom: 8px;
  }

  .news-card-desc {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .news-card-link {
    gap: 6px;
  }

  .news-card-pic {
    width: 100%;
    height: 200px;
    border-radius: 6px;
  }

  .new3-more {
    padding-top: 24px;
  }

  .new3-more-btn {
    width: 100px;
    height: 36px;
    border-radius: 4px;
  }

  .new4 {
    padding: 30px 0 0;
  }

  .new4 .C-tab-panels {
    margin: 0;
  }

  .new4-head {
    gap: 8px;
    margin-bottom: 20px;
  }

  .new4-head-ic {
    width: 18px;
    height: 18px;
  }

  .new4-tabs {
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
  }

  .new4-tab {
    height: 36px;
    border-radius: 4px;
    flex: 1 1 calc(50% - 8px);
    min-width: calc(50% - 8px);
  }

  .new4-item {
    flex-direction: column;
    padding: 20px;
    gap: 16px;
  }

  .new4-item-l {
    padding-right: 0;
  }

  .new4-item-tit {
    margin-bottom: 16px;
  }

  .new4-item-num {
    font-size: 48px;
    letter-spacing: -2px;
  }

  .new4-item-r {
    width: 100%;
    padding-top: 0;
  }

  .new4-item-btn {
    min-width: 100px;
    height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    margin-top: 12px;
  }

  .info1 {
    height: auto;
    padding-top: var(--head);
  }

  .info1-in {
    height: auto;
    padding: 30px 0 40px;
  }

  .info1-crumb {
    position: relative;
    right: auto;
    top: auto;
    gap: 6px;
    margin-bottom: 16px;
  }

  .info1-crumb-ic {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }

  .info1-crumb-jt {
    width: 6px;
    height: 8px;
  }

  .info1-head {
    max-width: 100%;
  }

  .info1-meta {
    gap: 14px;
    margin-bottom: 14px;
    flex-wrap: wrap;
  }

  .info1-meta-cell {
    gap: 6px;
  }

  .info1-meta-ic {
    width: 14px;
    height: 14px;
  }

  .info1-tit {
    letter-spacing: 0;
  }

  .info1-divider {
    margin: 20px 0 16px;
  }

  .info1-desc {
    max-width: 100%;
  }

  .info2 {
    margin-top: 0;
    padding: 30px 0 0;
  }

  .info2-in {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }

  .info2-pic {
    border-radius: 6px;
    box-shadow: none;
  }

  .info3 {
    padding: 30px 0 16px;
  }

  .info3-in {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }

  .info3-p {
    margin-bottom: 16px;
  }

  .info4 {
    padding: 16px 0 30px;
  }

  .info4-in {
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 0;
  }

  .info4-share {
    gap: 12px;
  }

  .info4-share-list {
    gap: 10px;
  }

  .info4-share-item {
    width: 36px;
    height: 36px;
  }

  .info4-share-item img {
    width: 16px;
  }

  .info5 {
    padding: 24px 0;
  }

  .info5-in {
    padding: 0 20px;
  }

  .info5-nav {
    flex-direction: column;
    gap: 16px;
  }

  .info5-nav-item {
    max-width: 100%;
    width: 100%;
  }

  .info5-nav-lbl {
    margin-bottom: 6px;
  }

  .info5-next .info5-nav-lbl {
    justify-content: flex-start;
  }

  .info5-next .info5-nav-tit {
    text-align: left;
  }

  .info5-back {
    padding-top: 20px;
  }

  .info5-back-btn {
    height: 36px;
    padding: 0 18px;
    border-radius: 4px;
  }

  .product1 {
    height: auto;
    padding-top: var(--head);
    padding-bottom: 30px;
  }

  .product1-in {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .product1-text {
    gap: 8px;
  }

  .product1-tit {
    letter-spacing: 0;
  }

  .product1-search {
    width: 100%;
    height: auto;
    padding: 12px 16px;
    gap: 10px;
  }

  .product1-search-input {
    height: auto;
    line-height: 1.4;
    font-size: 14px;
  }

  .product1-search-btn {
    width: 20px;
    height: 20px;
  }

  .product2 {
    padding: 24px 0;
  }

  .product2-in {
    flex-direction: column;
    gap: 20px;
  }

  .product2-aside {
    width: 100%;
  }

  .product2-aside-sticky {
    position: static;
    gap: 12px;
  }

  .product2-aside-tag {
    padding: 0 4px;
  }

  .product2-cats {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 6px;
  }

  .product2-cats::-webkit-scrollbar {
    display: none;
  }

  .product2-cat {
    flex-shrink: 0;
    padding: 8px 14px;
    border-radius: 6px;
    background: #f9fafb;
  }

  .product2-cat.on {
    background: rgba(177, 33, 36, 0.08);
  }

  .product2-cat-bar {
    display: none;
  }

  .product2-cat-en {
    display: none;
  }

  .product2-toolbar {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .product2-views {
    gap: 6px;
  }

  .product2-view {
    width: 28px;
    height: 28px;
    border-radius: 4px;
  }

  .product2-view img {
    width: 16px;
    height: 16px;
  }

  .product2-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .product-card {
    border-radius: 6px;
  }

  .product-card-pic {
    padding: 16px;
  }

  .product-card-body {
    padding: 12px;
  }

  .product-card-info {
    padding-bottom: 8px;
  }

  .product-card-tit {
    margin-bottom: 4px;
  }

  .product-card-foot {
    padding-top: 8px;
  }

  .product-card-arrow {
    width: 22px;
    height: 22px;
  }

  .product-card-arrow svg {
    width: 10px;
  }

  .solution1 {
    padding: var(--head) 16px 0;
  }

  .solution1-card {
    height: auto;
    border-radius: 8px;
    overflow: visible;
    display: flex;
    flex-direction: column;
  }

  .solution1-card .solution1-bg {
    position: relative;
    width: 100%;
    height: 60vh;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
  }

  .solution1-card .solution1-mask {
    height: 60vh;
    border-radius: 8px;
    overflow: hidden;
  }

  .solution1-text {
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    /* transform: none; */
    width: 100%;
    text-align: left;
    color: #1a1a1a;
    padding: 24px 5% 0;
  }

  .solution1-tit {
    text-align: center;
    font-size: 24px;
    /* color: #1a1a1a; */
    letter-spacing: 0;
    margin-bottom: 16px;
    text-shadow: none;
  }

  .solution1-quote {
    width: 100%;
    padding: 0 20px;
  }

  .quote-mark {
    font-size: 36px;
  }

  .quote-mark.quote-left {
    left: 0;
    top: -16px;
  }

  .quote-mark.quote-right {
    right: 0;
    bottom: -36px;
  }

  .solution1-desc {
    /* color: #4b5563; */
    text-shadow: none;
    max-height: 200px;
    overflow-y: auto;
  }

  .solution2 {
    padding: 50px 0 30px;
  }

  .solution2-in {
    width: 100%;
    padding: 0 20px;
  }

  .solution2-head {
    margin-bottom: 30px;
    gap: 6px;
  }

  .solution2-head .head-tag {
    letter-spacing: 2px;
  }

  .solution2-list {
    gap: 40px;
  }

  .sol2-item,
  .sol2-item-reverse {
    flex-direction: column;
    gap: 20px;
  }

  .sol2-pic {
    width: 100%;
    height: 220px;
    border-radius: 8px;
    box-shadow: none;
  }

  .sol2-pic-icon {
    left: 12px;
    top: 12px;
    width: 36px;
    height: 36px;
    border-radius: 4px;
  }

  .sol2-pic-icon img {
    width: 20px;
    height: 20px;
  }

  .sol2-text {
    padding-top: 0;
  }

  .sol2-tit {
    margin-bottom: 8px;
  }

  .sol2-sub {
    margin-bottom: 16px;
  }

  .sol2-feats {
    margin-bottom: 20px;
  }

  .sol2-feat {
    gap: 10px;
    padding: 8px 0;
  }

  .sol2-bullet {
    width: 14px;
    height: 14px;
    margin-top: 4px;
  }

  .sol2-feat-tit {
    margin-bottom: 4px;
  }

  .solution3 {
    padding: 40px 0 50px;
  }

  .solution3-in {
    width: 100%;
    padding: 0 20px;
  }

  .solution3-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
  }

  .solution3-head .head-tag {
    letter-spacing: 2px;
    margin-bottom: 8px;
  }

  .solution3-head-desc {
    text-align: left;
    padding-top: 0;
  }

  .solution3-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sol3-card {
    padding: 18px;
    border-radius: 8px;
  }

  .sol3-card-top {
    gap: 10px;
    margin-bottom: 14px;
  }

  .sol3-icon {
    width: 28px;
    height: 28px;
  }

  .sol3-card-bd {
    gap: 12px;
  }

  .sol3-sub {
    padding-left: 12px;
  }

  .sol3-sub-tit {
    margin-bottom: 4px;
  }

  .solution4 {
    padding: 40px 0;
  }

  .solution4-head {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 16px;
  }

  .solution4-head-block .head-tit {
    margin-bottom: 6px;
  }

  .solution4-head-block .head-en {
    letter-spacing: 1px;
  }

  .solution4-btns {
    gap: 8px;
  }

  .solution4-btn {
    width: 32px;
    height: 32px;
  }


  .solution4-swiper {
    margin: 0 0 0 20px;
  }

  .solution4-swiper .swiper-slide {
    width: 281px;
    height: 259px;
  }

  .case-card {
    width: 280px;
    height: 220px;
  }

  .case-info {
    width: 60%;
    height: 240px;
    padding: 18px;
    border-radius: 4px;
  }

  .case-row {
    margin-bottom: 12px;
  }

  .case-loc {
    min-width: 30px;
    /* height: 14px; */
    height: auto;
    padding: 2px 6px;
    border-radius: 2px;
  }

  .case-cat {
    margin-bottom: 8px;
  }

  .case-tit {
    margin-bottom: 12px;
    min-height: auto;
  }

  .case-divider {
    margin-bottom: 10px;
  }

  .case-link {
    margin-top: 8px;
  }

  .case-pic {
    left: 50%;
    top: 14px;
    width: 50%;
    height: 240px;
    border-radius: 4px;
  }

  .C-btn1 {
    gap: 8px;
    height: 40px;
    padding: 0 18px;
  }

  .C-btn1::before,
  .C-btn1::after {
    height: 8px;
  }

  .C-btn1::before {
    -webkit-mask:
      linear-gradient(#000, #000) 0 0 / 8px 1px no-repeat,
      linear-gradient(#000, #000) 0 0 / 1px 8px no-repeat,
      linear-gradient(#000, #000) 100% 0 / 8px 1px no-repeat,
      linear-gradient(#000, #000) 100% 0 / 1px 8px no-repeat;
    mask:
      linear-gradient(#000, #000) 0 0 / 8px 1px no-repeat,
      linear-gradient(#000, #000) 0 0 / 1px 8px no-repeat,
      linear-gradient(#000, #000) 100% 0 / 8px 1px no-repeat,
      linear-gradient(#000, #000) 100% 0 / 1px 8px no-repeat;
  }

  .C-btn1::after {
    -webkit-mask:
      linear-gradient(#000, #000) 0 100% / 8px 1px no-repeat,
      linear-gradient(#000, #000) 0 0 / 1px 8px no-repeat,
      linear-gradient(#000, #000) 100% 100% / 8px 1px no-repeat,
      linear-gradient(#000, #000) 100% 0 / 1px 8px no-repeat;
    mask:
      linear-gradient(#000, #000) 0 100% / 8px 1px no-repeat,
      linear-gradient(#000, #000) 0 0 / 1px 8px no-repeat,
      linear-gradient(#000, #000) 100% 100% / 8px 1px no-repeat,
      linear-gradient(#000, #000) 100% 0 / 1px 8px no-repeat;
  }

  .C-btn1.lg {
    height: 44px;
    padding: 0 20px;
  }

  .C-btn1.lg::before,
  .C-btn1.lg::after {
    height: 8px;
  }

  .C-btn1.sm {
    height: 32px;
    padding: 0 14px;
    gap: 6px;
  }

  .C-btn1.sm::before,
  .C-btn1.sm::after {
    height: 6px;
  }

  .C-btn1.sm::before {
    -webkit-mask:
      linear-gradient(#000, #000) 0 0 / 6px 1px no-repeat,
      linear-gradient(#000, #000) 0 0 / 1px 6px no-repeat,
      linear-gradient(#000, #000) 100% 0 / 6px 1px no-repeat,
      linear-gradient(#000, #000) 100% 0 / 1px 6px no-repeat;
    mask:
      linear-gradient(#000, #000) 0 0 / 6px 1px no-repeat,
      linear-gradient(#000, #000) 0 0 / 1px 6px no-repeat,
      linear-gradient(#000, #000) 100% 0 / 6px 1px no-repeat,
      linear-gradient(#000, #000) 100% 0 / 1px 6px no-repeat;
  }

  .C-btn1.sm::after {
    -webkit-mask:
      linear-gradient(#000, #000) 0 100% / 6px 1px no-repeat,
      linear-gradient(#000, #000) 0 0 / 1px 6px no-repeat,
      linear-gradient(#000, #000) 100% 100% / 6px 1px no-repeat,
      linear-gradient(#000, #000) 100% 0 / 1px 6px no-repeat;
    mask:
      linear-gradient(#000, #000) 0 100% / 6px 1px no-repeat,
      linear-gradient(#000, #000) 0 0 / 1px 6px no-repeat,
      linear-gradient(#000, #000) 100% 100% / 6px 1px no-repeat,
      linear-gradient(#000, #000) 100% 0 / 1px 6px no-repeat;
  }


  .contact1-in {
    flex-direction: column;
  }
  .contact1-en {
    width: 90%;
  }
  .contact1-right {
    width: 100%;
    gap: 10px;
    align-items: flex-start;
  }
  .contact1-slogan-en {
    max-width: none;
    text-align: left;
  }
  .contact1-left {
    gap: 15px;
  }
  .contact1-in {
    gap: 30px;
  }
  .foot-direction img {
    width: 15px;
  }
  .foot-direction {
    gap: 10px;
    padding: 5px 10px;
    border-radius: 20px;
    margin-top: 15px;
  }

  .search1-in {
    padding: 25px 20px 70px;
    min-height: 0;
  }
  .search1-back-ic {
    width: 14px;
    height: 14px;
  }
  .search1-bar {
    width: 100%;
    height: 44px;
    margin: 25px auto 0;
    padding: 0 6px 0 16px;
  }
  .search1-submit {
    width: 32px;
    height: 32px;
  }
  .search1-submit img {
    width: 16px;
    height: 16px;
  }
  .search1-history {
    left: 20px;
    right: 20px;
    bottom: 20px;
    gap: 10px;
  }
  .search1-history-tag .icon {
    width: 12px;
    height: 12px;
  }
  .search1-history-list a {
    height: 24px;
    padding: 0 12px;
  }

  .search2 {
    padding: 30px 20px 50px;
  }
  .search2-in {
    flex-direction: column;
    gap: 30px;
  }
  .search2-aside {
    width: 100%;
  }
  .search2-aside-head {
    gap: 8px;
    margin-bottom: 16px;
  }
  .search2-aside-head .icon {
    width: 16px;
    height: 16px;
  }
  .search2-filter {
    margin-bottom: 22px;
  }
  .search2-filter-tit {
    margin-bottom: 12px;
  }
  .search2-filter-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 18px;
  }
  .search2-filter-item label {
    gap: 8px;
  }
  .search2-radio {
    width: 14px;
    height: 14px;
    border-radius: 4px;
  }
  .search2-radio::after {
    width: 6px;
    height: 6px;
  }

  .search2-main-head {
    padding-bottom: 14px;
  }
  .search2-sort {
    gap: 6px;
  }
  .search2-sort .icon {
    width: 12px;
    height: 12px;
  }
  .search2-list {
    padding: 18px 0 22px;
  }
  .search2-item {
    gap: 12px;
    padding: 14px 0;
  }
  .search2-item + .search2-item {
    margin-top: 0;
    border-top: 1px solid #f3f4f6;
  }
  .search2-item-ic {
    width: 44px;
    height: 44px;
    border-radius: 6px;
  }
  .search2-item-ic img {
    width: 24px;
    height: 24px;
  }
  .search2-item-meta {
    gap: 8px;
    margin-bottom: 8px;
  }
  .search2-tag {
    height: 18px;
    padding: 0 6px;
    border-radius: 4px;
  }
  .search2-meta-cell {
    gap: 4px;
  }
  .search2-meta-cell .icon {
    width: 11px;
    height: 11px;
  }
  .search2-item-tit {
    margin-bottom: 8px;
  }
  .search2-item-desc {
    max-width: none;
  }
  .search2-item-foot {
    gap: 12px;
    margin-top: 12px;
    flex-wrap: wrap;
  }
  .search2-download {
    gap: 4px;
  }
  .search2-download .icon {
    width: 12px;
    height: 12px;
  }
  .search2-hashtag {
    height: 22px;
    padding: 0 8px;
  }

  .search2-related {
    padding-top: 22px;
  }
  .search2-related-tit {
    margin-bottom: 14px;
  }
  .search2-related-list {
    gap: 10px 12px;
  }
  .search2-related-tag {
    height: 32px;
    padding: 0 14px;
  }

  .result1-in {
    padding: 25px 20px 70px;
    min-height: 0;
  }
  .result1-back-ic {
    width: 14px;
    height: 14px;
  }
  .result1-icon {
    width: 56px;
    height: 56px;
    margin: 30px auto 0;
  }
  .result1-icon img {
    width: 28px;
    height: 28px;
  }
  .result1-history {
    left: 20px;
    right: 20px;
    bottom: 20px;
    gap: 10px;
  }
  .result1-history-tag .icon {
    width: 12px;
    height: 12px;
  }
  .result1-history-list a {
    height: 24px;
    padding: 0 12px;
  }

  .result2 {
    padding: 30px 20px 50px;
  }
  .result2-in {
    flex-direction: column;
    gap: 30px;
  }
  .result2-aside {
    width: 100%;
  }
  .result2-aside-head {
    gap: 8px;
    margin-bottom: 16px;
  }
  .result2-aside-head .icon {
    width: 16px;
    height: 16px;
  }
  .result2-filter {
    margin-bottom: 22px;
  }
  .result2-filter-tit {
    margin-bottom: 12px;
  }
  .result2-filter-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 18px;
  }
  .result2-filter-item label {
    gap: 8px;
  }
  .result2-radio {
    width: 14px;
    height: 14px;
    border-radius: 4px;
  }
  .result2-radio::after {
    width: 6px;
    height: 6px;
  }

  .result2-main-head {
    padding-bottom: 14px;
  }
  .result2-sort {
    gap: 6px;
  }
  .result2-sort .icon {
    width: 12px;
    height: 12px;
  }
  .result2-list {
    padding: 18px 0 22px;
  }
  .result2-item {
    gap: 12px;
    padding: 14px 0;
  }
  .result2-item + .result2-item {
    margin-top: 0;
    border-top: 1px solid #f3f4f6;
  }
  .result2-item-ic {
    width: 44px;
    height: 44px;
    border-radius: 6px;
  }
  .result2-item-meta {
    gap: 8px;
    margin-bottom: 8px;
  }
  .result2-tag {
    height: 18px;
    padding: 0 6px;
    border-radius: 4px;
  }
  .result2-meta-cell {
    gap: 4px;
  }
  .result2-meta-cell .icon {
    width: 11px;
    height: 11px;
  }
  .result2-item-tit {
    margin-bottom: 18px;
  }
  .result2-item-desc {
    max-width: none;
  }
  .result2-item-foot {
    gap: 12px;
    margin-top: 12px;
    flex-wrap: wrap;
  }
  .result2-download {
    gap: 4px;
  }
  .result2-download .icon {
    width: 12px;
    height: 12px;
  }
  .result2-hashtag {
    height: 22px;
    padding: 0 8px;
  }

  .result2-related {
    padding-top: 22px;
  }
  .result2-related-tit {
    margin-bottom: 14px;
  }
  .result2-related-list {
    gap: 10px 12px;
  }
  .result2-related-tag {
    height: 32px;
    padding: 0 14px;
  }
}
