@media screen and (max-width:768px) {
  .head1 .menu {
    position: fixed;
    left: 0;
    top: -120vh;
    width: 100%;
    height: 100vh;
    background: #fff;
    display: block;
    opacity: 0;
    overflow: auto;
    transition: opacity ease .6s;
    z-index: 50;
    color: #333;
    padding: var(--head) 0 0;
  }

  header.open .menu {
    top: 0;
    opacity: 1;
  }

  .head1 .logo-text {
    display: none;
  }

  .head1 .link {
    width: 100%;
    margin-left: 0;
  }

  .head1 .link>a {
    display: block;
    border-bottom: 1px solid #ddd;
    line-height: 50px;
    color: #333;
  }

  .head1 .link a {
    padding: 0 20px;
  }

  .head1 .link::after {
    display: none;
    width: 52px;
    height: 10px;
    left: 50%;
    top: 100%;
    margin-top: 14px;
    transform: translate(-50%, -50%) scale(0);
  }

  .head1 .link:hover::after,
  .head1 .link.on::after {
    transform: translate(-50%, 0) scale(1);
  }

  .head1 .down {
    min-width: 80px;
    overflow: hidden;
    padding: 0;
  }

  .head1 .link .down {
    left: 50%;
    top: 100%;
    margin-top: 0;
    transform: translate(0, 0);
    min-width: 160px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    position: static;
    opacity: 1;
    width: 100%;
    pointer-events: visible;
    border-bottom: 1px solid #ddd;
    display: none;
  }

  .head1 .link .down::before {
    width: 100%;
    height: 40px;
    bottom: 100%;
  }

  .head1 .link .down a {
    padding: 10px 30px;
    text-align: left;
    font-size: 14px;
    color: #666;
  }

  .head1 .link .down a:not(:last-child) {
    border-bottom: none;
  }

  .head1 .link .down-jt {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('/img/icon-jia.svg') no-repeat center/15px;
  }


  .head1 .link.on .down-jt {
    background: url('/img/icon-jian.svg') no-repeat center/15px;
  }

  :root {
    --head: 60px;
  }

  .head1 {
    padding: 5px 20px;
  }

  .head1 .logo {
    gap: 8px;
  }

  .head1 .logo-icon {
    width: 36px;
  }

  .head-btn {
    padding: 8px 16px;
  }

  .head1 .menu .link a {
    color: #000;
  }

  .sv1 {
    min-height: 500px;
  }

  .sv1-content {
    left: 20px;
    bottom: 80px;
    width: calc(100% - 40px);
  }

  .sv1-pagination {
    bottom: 20px;
  }

  .sv1-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    margin: 0 3px;
  }

  .sv1-pagination .swiper-pagination-bullet-active {
    width: 45px;
  }

  .sv1-badge {
    gap: 6px;
    padding: 4px 10px;
  }

  .sv1-title {
    margin-top: 15px;
    letter-spacing: -1px;
  }

  .sv1-desc {
    margin-top: 15px;
    max-width: 100%;
  }

  .sv1-btns {
    margin-top: 20px;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .sv1-btns .btn-primary,
  .sv1-btns .btn-ghost {
    text-align: center;
    justify-content: center;
  }

  .btn-primary {
    padding: 12px 24px;
    gap: 6px;
  }

  .btn-primary img {
    width: 12px;
    height: 12px;
  }

  .btn-ghost {
    padding: 12px 24px;
  }

  .badge-dot {
    width: 6px;
    height: 6px;
  }

  .sv1-badge {
    gap: 5px;
    padding: 4px 10px;
  }

  .sv2 {
    padding: 50px 20px 40px;
  }

  .sv2-logo {
    width: 200px;
    margin: 0 auto 15px;
  }

  .sv2-desc {
    max-width: 100%;
    margin: 12px auto 0;
    letter-spacing: 0;
  }

  .sv3 {
    height: auto;
  }

  .sv3-wrap {
    flex-direction: column;
  }

  .sv3-left,
  .sv3-right {
    width: 100%;
    height: 400px;
    padding: 40px 20px;
  }

  .sv3-sub-list {
    margin-top: 30px;
  }

  .sv3-sub-item {
    margin-bottom: 10px;
  }

  .sv3-sub-item.on a {
    font-size: 20px;
  }

  .sv3-arrow {
    margin-left: 10px;
  }

  .sv3-product-img {
    width: 120px;
  }

  .sv4 {
    padding: 50px 0;
  }

  .sv4-wrap {
    padding: 0 20px;
  }

  .sv4-head {
    margin-bottom: 30px;
    flex-direction: column;
  }

  .sv4-head-left {
    max-width: 100%;
  }

  .sv4-sub,
  .sv5-sub,
  .sv6-sub,
  .sv7-sub,
  .sv8-sub,
  .sv9-sub {
    margin-bottom: 12px;
  }

  .sv4-head-right {
    max-width: 100%;
    margin-top: 20px;
  }

  .sv4-head-desc {
    margin-bottom: 20px;
  }

  .sv4-cards {
    gap: 15px;
  }

  .sv4-card {
    padding: 20px;
    min-height: auto;
  }

  .sv4-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 30px;
  }

  .sv4-card-title {
    margin-bottom: 20px;
  }

  .sv5 {
    padding: 50px 20px;
  }

  .sv5-head {
    margin-bottom: 25px;
  }

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

  .sv5-info {
    width: 100%;
  }

  .sv5-head-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .sv5-info-desc {
    width: 100%;
    margin-bottom: 20px;
  }

  .sv5-map {
    width: 100%;
    margin-top: 30px;
  }

  .sv5-stats {
    margin-top: 25px;
    gap: 15px;
  }

  .sv5-stat-num {
    margin-bottom: 8px;
  }

  .sv6,
  .sv7 {
    padding: 50px 20px;
  }

  .sv6-head,
  .sv7-head {
    margin-bottom: 25px;
  }

  .sv6-title,
  .sv7-title {
    margin-top: 8px;
  }

  .sv6-desc,
  .sv7-desc {
    margin-top: 12px;
    max-width: 100%;
  }

  .sv6-list {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }

  .sv6-img {
    padding: 15px 20px;
  }

  .sv6-info {
    padding-top: 15px;
  }

  .sv8 {
    height: auto;
    min-height: 500px;
  }

  .sv8-overlay {
    background: linear-gradient(to right, rgba(30, 58, 138, 0.9) 0%, rgba(30, 58, 138, 0.4) 100%);
  }

  .sv8-content {
    padding: 80px 20px 60px;
    max-width: 100%;
  }

  .sv8-title {
    margin-top: 12px;
  }

  .sv8-desc {
    margin-top: 20px;
    max-width: 100%;
  }

  .sv8-content .btn-primary {
    margin-top: 25px;
  }

  .sv9-content {
    padding: 50px 20px;
    flex-direction: column;
    gap: 30px;
  }

  .sv9-left {
    max-width: 100%;
  }

  .sv9-title {
    margin-top: 15px;
  }

  .sv9-desc {
    margin-top: 12px;
  }

  .sv9-right {
    width: 100%;
  }

  .sv9-form-title {
    margin-bottom: 20px;
  }

  .form-row {
    margin-bottom: 15px;
    gap: 15px;
    flex-direction: column;
  }

  .form-group label {
    margin-bottom: 8px;
  }

  .form-group input {
    padding: 8px 0;
  }

  .btn-submit {
    padding: 14px 28px;
    margin-top: 8px;
  }

  .foot1 {
    padding: 50px 20px 30px;
  }

  .foot-top {
    padding-bottom: 40px;
    flex-direction: column;
    gap: 30px;
  }

  .foot-logo-img {
    width: 100px;
  }

  .foot-brand {
    margin-top: 8px;
  }

  .foot-nav {
    gap: 30px;
    margin-left: 0;
  }

  .col-title {
    margin-bottom: 20px;
  }

  .col-list li {
    margin-bottom: 15px;
  }

  .foot-contact .contact-list {
    gap: 20px;
  }

  .contact-item {
    gap: 10px;
  }

  .contact-icon {
    width: 24px;
  }

  .foot-bottom {
    padding-top: 25px;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .foot-social {
    gap: 8px;
    margin-left: 0;
  }

  .social-icon {
    width: 36px;
    height: 36px;
  }

  .social-icon img {
    width: 14px;
    height: 14px;
  }

  .foot-links {
    gap: 15px;
    flex-wrap: wrap;
  }

  .logo2 {
    position: static;
    width: 140px;
    margin-top: 5px;
    margin-left: 10px;
  }

  .foot-col:last-child {
    width: 100%;
  }

  .foot1 .qr-wrap {
    width: 100%;
    gap: 20px;
    margin-top: 25px;
  }

  .foot1 .qr-item .qr-code {
    width: 100px;
    height: 100px;
  }

  .foot1 .qr-item {
    gap: 10px;
    flex-direction: column;
  }

  .foot1 .qr-item .qr-icon {
    width: 20px;
  }

  .sv5-map-img {
    margin: 0;
  }

  .sv5-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .C-banner {
    height: 300px;
  }

  .C-banner .banner-title {
    bottom: 40px;
    width: max-content;
    max-width: 100%;
  }

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

  .C-btn1 .icon {
    width: 12px;
    height: 12px;
  }

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

  .C-more1 {
    gap: 6px;
  }

  .C-more1 .icon {
    width: 12px;
    height: 12px;
  }

  .ab1 {
    height: auto;
    min-height: 500px;
  }

  .ab1-content {
    left: 20px;
    top: auto;
    bottom: 60px;
    width: calc(100% - 40px);
  }

  .ab1-badge {
    padding: 4px 10px;
  }

  .ab1-title {
    margin-top: 8px;
  }

  .ab1-desc {
    margin-top: 8px;
  }

  .ab1-safe-up {
    left: 20px;
    bottom: 20px;
    width: 120px;
    height: auto;
  }

  .ab2 {
    padding: 40px 0 0;
  }

  .ab2-wrap {
    padding: 0 20px;
  }

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

  .ab2-sub {
    margin-bottom: 12px;
  }

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

  .ab2-left {
    width: 100%;
  }

  .ab2-right {
    width: 100%;
    margin-top: 30px;
  }

  .ab2-quote {
    margin-top: 20px;
  }

  .ab2-ceo-img {
    width: 60px;
    height: 70px;
  }

  .ab2-quote-box {
    padding: 15px;
    margin-left: 15px;
  }

  .timeline-item.up .timeline-text {
    order: 1;
  }

  .timeline-item.up .timeline-dot-bottom {
    order: 0;
    display: block;
  }

  .ab2-logo {
    width: 150px;
    margin-bottom: 12px;
  }

  .ab2-timeline {
    padding: 60px 0 40px;
    overflow-x: auto;
  }

  .timeline-item {
    margin-bottom: 20px;
  }

  .timeline-item .box {
    width: 100%;
    position: static;
    transform: none;
  }

  .timeline-badge {
    padding: 2px 10px;
    height: 24px;
  }

  .timeline-line {
    display: none;
  }

  .timeline-line-v {
    height: 12px;
    display: none;
  }

  .ab3 {
    flex-direction: column;
  }

  .ab3-item {
    width: 100%;
    height: 200px;
  }

  .ab3-info {
    left: 15px;
    bottom: 15px;
  }

  .ab3-logo {
    width: 50px;
    height: 60px;
    margin-bottom: 6px;
  }

  .ab3-safe-logo {
    width: 120px;
    height: auto;
    margin-bottom: 6px;
  }

  .ab4 {
    padding: 40px 0;
  }

  .ab4-wrap {
    padding: 0 20px;
  }

  .ab4-head {
    margin-bottom: 25px;
  }

  .ab4-sub {
    margin-bottom: 12px;
  }

  .ab4-certs {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }

  .ab4-cert-item {
    height: 80px;
  }

  .ab5 {
    padding: 50px 0;
  }

  .ab5-wrap {
    padding: 0 20px;
  }

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

  .ab5-sub {
    margin-bottom: 12px;
  }

  .ab5-steps {
    flex-wrap: wrap;
    gap: 15px;
  }

  .ab5-step {
    width: calc(50% - 8px);
    padding: 15px;
    border-radius: 10px;
  }

  .ab5-step-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-bottom: 12px;
  }

  .ab5-step-icon img {
    width: 20px;
    height: 20px;
  }

  .ab5-step-arrow {
    display: none;
  }

  .ab6 {
    height: auto;
    min-height: 400px;
  }

  .ab6-content {
    padding: 80px 20px 60px;
    max-width: 100%;
  }

  .ab6-sub {
    margin-bottom: 12px;
  }

  .ab6-desc {
    margin-top: 8px;
    max-width: 100%;
  }

  .pd1 {
    height: 300px;
  }

  .pd1 .content {
    left: 20px;
    bottom: 50px;
    max-width: calc(100% - 40px);
  }

  .pd1 .content .badge {
    padding: 4px 10px;
  }

  .pd1 .content h1 {
    margin-top: 8px;
  }

  .pd1 .content .desc {
    margin-top: 8px;
  }

  .pd1 .scroll-tip {
    bottom: 15px;
    display: none;
  }

  .pd2 {
    padding: 30px 0 40px;
  }

  .pd2-wrap {
    padding: 0 20px;
  }

  .pd2-breadcrumb {
    gap: 6px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .pd2-breadcrumb .sep {
    width: 16px;
    height: 16px;
  }

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

  .pd2-left {
    width: 100%;
    position: static;
    padding: 0 8px 8px;
  }

  .pd2-left .level1 {
    gap: 10px;
    padding: 12px 0;
  }

  .pd2-left .level2 {
    padding: 10px 15px;
    height: auto;
    min-height: 44px;
  }

  .pd2-left .level3 {
    padding: 10px 15px 10px 40px;
    height: auto;
    min-height: 44px;
  }

  .pd2-left .arrow {
    width: 18px;
    height: 18px;
  }

  .pd2-right {
    width: 100%;
  }

  .pd2-search-box {
    width: 100%;
    padding: 8px 12px;
  }

  .pd2-search-icon {
    width: 18px;
    height: 18px;
  }

  .pd2-search-input {
    margin-left: 10px;
  }

  .pd2-list {
    gap: 15px;
    grid-template-columns: 1fr;
  }

  .pd2-item .info {
    padding: 15px;
  }

  .pd2-item .t1 {
    left: 10px;
    top: 10px;
    padding: 2px 8px;
  }

  .pd2-item .tags {
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }

  .pd2-item .tag {
    padding: 2px 8px;
  }

  .pd2-item .desc {
    margin-bottom: 15px;
  }

  .pd2-pagination {
    margin-top: 30px;
    gap: 15px;
  }

  .pd2-pagination .load-more {
    width: 160px;
    height: 44px;
    gap: 6px;
  }

  .pd2-pagination .load-more .icon {
    width: 12px;
    height: 12px;
  }

  .pd5 {
    padding: 0 0 30px;
  }

  .pd5-wrap {
    padding: 80px 20px 0;
    flex-direction: column;
    gap: 30px;
  }

  .pd5-left {
    flex-direction: column-reverse;
    width: 100%;
  }

  .pd5-thumbs {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }

  .pd5-thumbs .swiper-button {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transform: rotate(-90deg);
  }

  .pd5-thumbs-swiper {
    height: 80px;
    margin: 0;
    flex: 1;
  }

  .pd5-thumbs-swiper .swiper-slide {
    height: 80px;
  }

  .pd5-main-swiper-wrap {
    width: 100%;
  }

  .pd5-main-swiper-wrap .swiper {
    height: 280px;
  }

  .pd5-icons {
    width: 100%;
    margin: 15px auto 0;
  }

  .pd5-right {
    width: 100%;
  }

  .pd5-right .product-desc {
    margin-top: 20px;
  }

  .pd5-right .sku-title {
    margin-top: 15px;
  }

  .pd5-sku-list {
    gap: 12px;
    margin-top: 15px;
    flex-wrap: wrap;
  }

  .pd5-sku-item .sku-btn {
    width: 100%;
    height: auto;
  }

  .pd5-sku-item .sku-img {
    width: 100%;
    height: 100px;
    margin-top: 6px;
  }

  .pd5-sku-item {
    width: calc(33.33% - 8px);
  }

  .pd5-btns {
    margin-top: 20px;
    gap: 10px;
    flex-wrap: wrap;
  }

  .pd5-btns .C-btn1 {
    width: auto;
    padding: 0;
    flex: 1;
  }

  .pd5-btns .C-btn2 {
    width: auto;
    padding: 0 20px;
    flex: 1;
  }

  .pd6 {
    padding: 20px 0 30px;
  }

  .pd6-wrap {
    padding: 0 20px;
  }

  .pd6-section {
    padding: 12px 15px;
    margin-bottom: 20px;
  }

  .pd6-section .section-title {
    margin-bottom: 15px;
  }

  .pd6-spec-table {
    max-width: 100%;
    margin: 20px auto 0;
  }

  .pd6-spec-table .row {
    padding: 8px 0;
  }

  .pd6-lens {
    gap: 12px;
    flex-direction: column;
  }

  .pd6-lens .pic1 {
    width: 100%;
  }

  .pd6-pack-list {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .pd6-pack-item {
    width: 100%;
    padding: 0;
  }

  .pd6-pack-item .pack-header {
    gap: 10px;
    margin-bottom: 8px;
  }

  .pd6-pack-item .pack-img {
    height: auto;
    width: auto;
  }

  .pd6-explore {
    margin-top: 25px;
  }

  .pd6-explore .head {
    margin-bottom: 20px;
  }

  .pd6-explore-list {
    gap: 15px;
    grid-template-columns: 1fr;
  }

  .pd6-explore-item .item-info {
    padding: 10px 0 0;
  }

  .news2 {
    padding: 30px 0 40px;
  }

  .news2-wrap {
    padding: 0 20px;
  }

  .news2-tabs {
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    flex-wrap: wrap;
  }

  .news2-tabs .tab.on {
    padding: 0 10px;
  }

  .news2-featured {
    height: auto;
    min-height: 300px;
    margin-bottom: 25px;
  }

  .news2-featured .featured-content {
    padding: 30px 20px;
    max-width: 100%;
  }

  .news2-featured .featured-desc {
    margin-top: 15px;
  }

  .news2-featured .featured-meta {
    margin-top: 15px;
    gap: 10px;
  }

  .news2-featured .featured-meta .cat {
    width: auto;
    padding: 0 12px;
    height: 32px;
  }

  .news2-list {
    gap: 20px;
  }

  .news2-item .item-inner {
    flex-direction: column;
    gap: 0;
  }

  .news2-item .item-img {
    width: 100%;
    height: 200px;
  }

  .news2-item .item-content {
    padding: 20px;
  }

  .news2-item .item-title {
    margin-bottom: 12px;
  }

  .news2-item .item-meta {
    margin-top: 20px;
    gap: 10px;
  }

  .news2-item .item-meta .cat {
    width: auto;
    padding: 0 12px;
    height: 32px;
  }

  .news2 .pd2-pagination {
    margin-top: 25px;
  }

  .ct2 {
    padding: 40px 0 0;
  }

  .ct2-wrap {
    max-width: 100%;
    padding: 0 20px;
  }

  .ct2-badge {
    padding: 4px 10px;
    margin-bottom: 8px;
  }

  .ct2-desc {
    margin-top: 20px;
  }

  .ct3 {
    padding: 30px 0 0;
  }

  .ct3-wrap {
    padding: 0 20px;
    flex-direction: column;
    gap: 30px;
  }

  .ct3-left {
    width: 100%;
  }

  .ct3-contact-item {
    gap: 15px;
    margin-bottom: 15px;
    padding-left: 0;
  }

  .ct3-contact-item .ct-icon {
    width: 26px;
    height: 26px;
  }

  .ct3-qr-wrap {
    gap: 20px;
    margin-top: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .ct3-qr-item {
    gap: 15px;
  }

  .ct3-qr-item .qr-icon {
    width: 26px;
    height: 26px;
  }

  .ct3-qr-item .qr-code {
    width: 100px;
    height: 100px;
  }

  .ct3-right {
    width: 100%;
  }

  .ct3-right .img-large {
    height: 180px;
    margin-bottom: 12px;
  }

  .ct3-right .img-small-row {
    gap: 12px;
  }

  .ct3-right .img-small {
    height: 130px;
  }

  .ct3-right .img-large .label {
    right: 12px;
    bottom: 8px;
  }

  .ct3-right .img-small .label {
    right: 12px;
    bottom: 8px;
  }

  .ct4 {
    padding: 30px 0 40px;
  }

  .ct4-wrap {
    padding: 0 20px;
    flex-direction: column;
    gap: 30px;
  }

  .ct4-left {
    width: 100%;
  }

  .ct4-left .section-title {
    margin-bottom: 15px;
  }

  .ct4-form {
    padding: 12px;
  }

  .ct4-form .form-grid {
    gap: 10px;
    flex-direction: column;
  }

  .ct4-form .form-input {
    width: 100%;
    height: 44px;
    padding: 0 12px;
  }

  .ct4-form .form-textarea {
    height: 150px;
    padding: 12px;
  }

  .ct4-form .form-submit {
    width: 100%;
    height: 48px;
  }

  .ct4-right {
    width: 100%;
  }

  .ct4-right .section-title {
    margin-bottom: 15px;
  }

  .ct4-order-box {
    height: auto;
    min-height: 260px;
    padding: 15px 12px 10px;
  }

  .ct4-order-box .order-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .ct4-order-table .thead .th-qty {
    width: 70px;
  }

  .ct4-order-table .thead .th-action {
    width: 60px;
  }

  .ct4-order-table .tbody {
    max-height: 250px;
  }

  .ct4-order-row {
    height: auto;
    min-height: 50px;
    padding: 8px 10px;
    margin-bottom: 6px;
  }

  .ct4-order-row .row-img {
    width: 36px;
    height: 36px;
  }

  .ct4-order-row .row-name {
    margin-left: 8px;
  }

  .ct4-order-row .qty-btn {
    width: 28px;
    height: 28px;
  }

  .ct4-order-row .qty-num {
    min-width: 24px;
    margin: 0 6px;
  }

  .ct4-order-row .row-remove {
    margin-left: 10px;
    width: auto;
  }

  .ct4-empty {
    padding: 30px 20px;
  }

  .legal-banner {
    height: 200px;
  }

  .legal-banner-title {
    letter-spacing: 4px;
  }

  .legal-content {
    max-width: 100%;
    padding: 40px 20px 60px;
  }

  .legal-intro {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .privacy-section {
    margin-bottom: 24px;
  }

  .privacy-section__title {
    padding-left: 12px;
    margin-bottom: 10px;
  }

  .privacy-section__text {
    padding-left: 12px;
  }

  .disclaimer-general {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 6px;
  }

  .disclaimer-general__title {
    margin-bottom: 10px;
    padding-left: 12px;
  }

  .disclaimer-articles {
    gap: 12px;
  }

  .disclaimer-article {
    padding: 15px 15px 15px 16px;
  }

  .disclaimer-article__number {
    margin-bottom: 6px;
  }
}