﻿@charset "UTF-8";
@keyframes kf-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kf-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 760px) {
  .show-mobile {
    display: inherit;
  }
  header {
    position: relative;
  }
  .show-pc {
    display: none !important;
  }
  .layui-tab .layui-tab-title li {
    font-size: 14px;
  }
  .layui-tab-item {
    font-size: 14px;
  }
  .lay-search .box {
    margin-top: 20px;
  }
  .lay-search .box .search input {
    width: 80vw;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
  }
  .lay-search .box .search .search-btn {
    height: 38px;
    padding: 0 15px;
    cursor: pointer;
  }
  .lay-search .box .search .search-btn i {
    font-size: 20px;
  }
  /*搜索*/
  .search-stet {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .search-list {
    display: block;
    margin-bottom: 15px;
  }
  .pageSwiper .about-us, .pageSwiper .home-news, .pageSwiper .home-product, .pageSwiper .home-solution {
    min-height: calc(100vh - 50px);
  }
  .pageSwiper .home-banner {
    min-height: 200px;
    height: 200px;
  }
  .home-banner {
    height: min-content;
  }
  .home-banner .swiper-slide img {
    min-width: inherit;
    height: 220px;
  }
  .home-banner .swiper-slide .txt-box {
    bottom: 25px;
    left: 10px;
  }
  .home-banner .swiper-slide .txt-box > div {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 2px;
    cursor: pointer;
  }
  .home-banner .swiper-slide .txt-box > div i {
    font-size: 18px;
  }
  .home-banner .swiper-pagination {
    text-align: left;
    padding-left: 10px;
  }
  .home-banner .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    border-radius: 2px;
    height: 2px;
    background-color: #fff;
  }
  .about-us {
    padding: 50px 0;
  }
  .about-us .about-wrap {
    width: 100%;
  }
  .about-us .title-box .title {
    font-size: 24px;
  }
  .about-us .title-box .sub-title {
    margin: 5px 0;
    font-size: 18px;
  }
  .about-us .title-box .line {
    height: 4px;
    width: 80px;
  }
  .about-us .info-box .title {
    font-size: 26px;
  }
  .about-us .info-box .content {
    font-size: 14px;
    line-height: 24px;
  }
  .about-us .info-box .btn-box {
    margin-top: 40px;
  }
  .about-us .info-box .btn-box i {
    font-size: 12px;
  }
  .home-news {
    padding: 50px 0;
  }
  .home-news .title-wrap {
    align-items: start;
  }
  .home-news .title-wrap .title-box .title {
    font-size: 24px;
  }
  .home-news .title-wrap .title-box .sub-title {
    margin: 5px 0;
    font-size: 18px;
  }
  .home-news .title-wrap .title-box .line {
    height: 4px;
    width: 80px;
  }
  .home-news .details-wrap {
    margin-top: 40px;
    display: block;
  }
  .home-news .details-wrap .left-box {
    min-width: 100%;
    width: 100%;
  }
  .home-news .details-wrap .left-box img {
    height: inherit !important;
  }
  .home-news .details-wrap .left-box .content {
    font-size: 14px;
    line-height: 20px;
    height: inherit;
  }
  .home-news .details-wrap .left-box .btn-box {
    display: none;
  }
  .home-news .details-wrap .right-box {
    width: 100%;
  }
  .home-news .details-wrap .right-box .news-list .item .date-wrap {
    width: 80px;
    min-width: 80px;
    height: 70px;
  }
  .home-news .details-wrap .right-box .news-list .item .date-wrap .day {
    font-size: 20px;
  }
  .home-news .details-wrap .right-box .news-list .item .date-wrap .year-month {
    font-size: 16px;
  }
  .home-news .details-wrap .right-box .news-list .item .info-wrap {
    width: calc(100% - 100px);
  }
  .home-news .details-wrap .right-box .news-list .item .info-wrap .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .home-news .details-wrap .right-box .news-list .item .info-wrap .content {
    color: gray;
    height: 36px;
    overflow: hidden;
  }
  .home-product {
    padding: 50px 0;
  }
  .home-product .mask {
    display: none;
  }
  .home-product .title-wrap .title-box .title {
    font-size: 24px;
  }
  .home-product .title-wrap .title-box .sub-title {
    margin: 5px 0;
    font-size: 18px;
  }
  .home-product .title-wrap .title-box .line {
    height: 4px;
    width: 80px;
  }
  .home-product .product-wrap .left-box {
    width: 100%;
    padding-right: 0px;
  }
  .home-product .product-wrap .left-box .content {
    line-height: 24px;
    margin: 40px 0;
  }
  .home-product .product-wrap .left-box .product-img-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .home-product .product-wrap .left-box .product-img-list .item {
    width: 25%;
  }
  .home-product .product-wrap .left-box .product-img-list .item .img-box {
    width: 16vw;
    height: 16vw;
  }
  .home-product .product-wrap .left-box .product-img-list .item .txt {
    margin-top: 20px;
  }
  .home-product .product-wrap .right-box {
    display: none;
  }
  .home-product .product-wrap .show-box {
    display: none;
  }
  .home-solution {
    background-size: cover;
    height: 700px;
    position: relative;
    overflow: hidden;
  }
  .home-solution .title-wrap .title-box .title {
    font-size: 24px;
  }
  .home-solution .title-wrap .title-box .sub-title {
    margin: 5px 0;
    font-size: 18px;
  }
  .home-solution .title-wrap .title-box .line {
    height: 4px;
    width: 80px;
  }
  .home-solution .circle-box {
    display: none;
    top: 140px;
  }
  .home-solution .circle-box .first {
    height: 600px;
    width: 600px;
    left: -400px;
  }
  .home-solution .circle-box .circle-solution {
    height: 600px;
    width: 600px;
  }
  .home-solution .circle-box .circle-solution .item {
    transform-origin: 0px 300px;
    margin-left: -90px;
  }
  .home-solution .solution-wrap {
    padding: 50px 0;
  }
  .home-solution .solution-wrap .left-box {
    width: 100%;
  }
  .home-solution .solution-wrap .left-box .layui-carousel {
    display: block;
  }
  .home-solution .solution-wrap .right-box {
    display: none;
  }
  .home-slogan {
    padding: 50px 0;
  }
  .home-slogan .txt {
    font-size: 12px;
    margin: 0 20px;
  }
  .home-slogan i {
    font-size: 12px;
  }
  footer {
    padding-top: 40px;
  }
  footer .footer-wrap {
    display: block;
  }
  footer .footer-wrap .nav-list {
    display: block;
  }
  footer .footer-wrap .nav-list .item {
    display: flex;
    margin-bottom: 15px;
  }
  footer .footer-wrap .nav-list .title {
    font-size: 16px;
    margin-bottom: 5px;
    min-width: 70px;
  }
  footer .footer-wrap .nav-list .children {
    display: flex;
    margin-left: 20px;
    gap: 0 20px;
    flex-wrap: wrap;
  }
  footer .footer-wrap .nav-list .children .children-item {
    font-size: 14px;
    line-height: 20px;
  }
  footer .copyright-wrap {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  footer .copyright-wrap .logo-img img {
    width: 40vw;
    margin-bottom: 10px;
  }
  footer .copyright-wrap .copy-wrap {
    padding-left: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  footer .copyright-wrap .copy-wrap .qwcode-box img {
    width: 130px;
  }
  footer .copyright-wrap .copy-wrap .qwcode-box .txt {
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
  }
  .top-banner-box {
    height: 200px;
  }
  .top-banner-box .title-wrap {
    position: relative;
    top: 50px;
  }
  .top-banner-box .title-wrap .title-box .title {
    font-size: 25px;
  }
  .top-banner-box .title-wrap .title-box .sub-title {
    font-size: 16px;
  }
  .common-body {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .common-body .body-wrap {
    display: block;
    position: relative;
    padding-top: 40px;
  }
  .common-body .body-wrap .left-nav {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    top: -50px;
  }
  .common-body .body-wrap .left-nav .nav-wrap {
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    width: 80%;
  }
  .common-body .body-wrap .left-nav .nav-wrap .title {
    background-color: #008cd6;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }
  .common-body .body-wrap .left-nav .nav-wrap .list {
    display: none;
    background-color: white;
    margin-top: 20px;
  }
  .common-body .body-wrap .left-nav .nav-wrap .list .item {
    padding: 5px;
    border-radius: 5px;
  }
  .common-body .body-wrap .left-nav .nav-wrap .list .item .row {
    padding: 10rem;
  }
  .common-body .body-wrap .left-nav-search {
    width: 100%;
    margin-bottom: -60px;
  }
  .common-body .body-wrap .article-wrap {
    width: 100%;
    background-color: transparent;
  }
  .common-body .body-wrap .article-wrap .crumbs-box {
    display: none;
  }
  .common-body .body-wrap .article-wrap .product-box {
    padding: 0px;
    background-color: transparent;
  }
  .common-body .body-wrap .article-wrap .product-box .list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .common-body .body-wrap .article-wrap .product-box .list .item {
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    background-color: white;
  }
  .common-body .body-wrap .article-wrap .product-box .list .item .img-box {
    height: inherit;
    overflow: hidden;
    text-align: center;
  }
  .common-body .body-wrap .article-wrap .product-box .list .item .img-box img {
    width: 60%;
    height: inherit;
    object-fit: cover;
    transition: 0.5s;
  }
  .common-body .body-wrap .article-wrap .product-box .list .item .title {
    padding: 15px;
    color: #7e7290;
    font-size: 16px;
    transition: 0.5s;
  }
  .common-body .body-wrap .article-wrap .product-box .list .item:hover .img-box img {
    transform: scale(1.1);
  }
  .common-body .body-wrap .article-wrap .product-box .list .item:hover .title {
    background-color: #008cd6;
    color: white;
  }
  .common-body .body-wrap .article-wrap .product-box .product-details {
    background-color: white;
    padding: 20px;
  }
  .common-body .body-wrap .article-wrap .product-box .product-details video {
    height: inherit;
  }
  .common-body .body-wrap .article-wrap .product-box .product-details .show-box {
    display: block;
  }
  .common-body .body-wrap .article-wrap .product-box .product-details .show-box .img-box {
    width: 100%;
    height: inherit;
  }
  .common-body .body-wrap .article-wrap .product-box .product-details .show-box .info-box {
    margin-top: 20px;
    width: 100%;
  }
  .common-body .body-wrap .article-wrap .product-box .product-details .show-box .info-box .label {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .common-body .body-wrap .article-wrap .product-box .other-attach-list .item {
    display: block;
    margin: 10px 0;
  }
  .common-body .body-wrap .article-wrap .product-box .other-attach-list .item .img-box {
    width: 100%;
  }
  .common-body .body-wrap .article-wrap .product-box .other-attach-list .item .info-box {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px;
  }
  .common-body .body-wrap .article-wrap .product-box .other-attach-list .item .info-box .title {
    font-size: 16px;
  }
  .common-body .body-wrap .article-wrap .product-box .other-attach-list .item .info-box .content {
    font-size: 12px;
  }
  .common-body .body-wrap .article-wrap .article-box {
    padding: 20px;
    background-color: white;
  }
  .common-body .body-wrap .article-wrap .article-box .title {
    font-size: 18px;
  }
  .common-body .body-wrap .article-wrap .article-box .content img {
    max-width: 100%;
    min-width: 100%;
    height: inherit !important;
    display: inherit !important;
  }
  .common-body .body-wrap .article-wrap .news-box {
    padding: 0px;
  }
  .common-body .body-wrap .article-wrap .news-box .list .item {
    display: block;
    background-color: white;
    border-radius: 5px;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .common-body .body-wrap .article-wrap .news-box .list .item .img-box {
    width: 100%;
    min-width: 100%;
    margin-right: 0px;
    height: inherit;
  }
  .common-body .body-wrap .article-wrap .news-box .list .item .title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
  }
  .common-body .body-wrap .article-wrap .news-box .list .item .content {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
  }
  .common-body .body-wrap .article-wrap .news-box .list .item .time {
    color: #7e7290;
  }
  .common-body .body-wrap .article-wrap .news-box .list .item .details-wrap {
    width: 100%;
  }
  .common-body .body-wrap .article-wrap .solution-box {
    padding: 0px;
  }
  .common-body .body-wrap .article-wrap .solution-box .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .common-body .body-wrap .article-wrap .solution-box .list .item .content-box {
    padding: 20px;
  }
  .common-body .body-wrap .article-wrap .solution-box .list .item .content-box .row-wrap {
    display: block;
  }
  .common-body .body-wrap .article-wrap .solution-box .list .item .content-box .title {
    font-size: 16px;
  }
  .common-body .body-wrap .article-wrap .solution-box .list .item .content-box .sub-title {
    font-size: 12px;
    margin-top: 10px;
    line-height: 24px;
  }
  .common-body .body-wrap .article-wrap .solution-box .list .item .content-box .btn-box {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
  }
  .common-body .body-wrap .article-wrap .solution-box .list .item .content-box .btn-box a {
    height: 30px;
    line-height: 30px;
    width: 80px;
    font-size: 12px;
  }
  .common-body .body-wrap .article-wrap .download-box {
    padding: 0px;
  }
  .common-body .body-wrap .article-wrap .download-box .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .common-body .body-wrap .article-wrap .download-box .list .item {
    border-radius: 5px;
    background-color: white;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
  }
  .common-body .body-wrap .article-wrap .download-box .list .item .ext-box .icon-wrap {
    border-radius: 5px;
    /*        background-color: $colorMain;*/
    width: 60px;
    height: 60px;
    color: white;
    text-align: center;
    line-height: center;
    font-size: 12px;
  }
  .common-body .body-wrap .article-wrap .download-box .list .item .ext-box .icon-wrap i {
    font-size: 20px;
  }
  .common-body .body-wrap .article-wrap .download-box .list .item .title {
    font-size: 14px;
    white-space: inherit;
  }
  .common-body .body-wrap .article-wrap .download-box .list .item .file-info {
    font-size: 12px;
    width: 100%;
  }
  .common-body .body-wrap .article-wrap .download-box .list .item .btn-box .layui-btn {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .common-body .body-wrap .article-wrap .contact-box {
    padding: 20px;
    background-color: white;
    border-radius: 5px;
  }
  .common-body .body-wrap .article-wrap .contact-box .layui-col-md3 {
    padding: 0px;
  }
  .common-body .body-wrap .article-wrap .contact-box .layui-form-item {
    margin-bottom: 0px;
  }
  .common-body .body-wrap .article-wrap .contact-box .contact-info {
    display: block;
  }
  .common-body .body-wrap .article-wrap .contact-box .contact-info .row-wrap {
    display: block;
    margin-bottom: 20px;
  }
  .common-body .body-wrap .article-wrap .contact-box .dot-list {
    /* grid-template-columns: repeat(1, 1fr);
    gap: 20px;*/
    display: block;
  }
  .common-body .body-wrap .article-wrap .contact-box .dot-list .item {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .common-body .body-wrap .article-wrap .contact-box .dot-list .item .title {
    font-size: 18px;
    white-space: wrap;
  }
  .common-body .body-wrap .article-wrap .contact-box .dot-list .item i {
    color: #008cd6;
    margin-right: 10px;
    font-weight: bold;
  }
  .common-body .body-wrap .article-wrap .contact-box .form-header {
    margin-bottom: 30px;
  }
  .common-body .body-wrap .article-wrap .contact-box .form-header .title {
    font-size: 24px;
  }
  .common-body .body-wrap .article-wrap .contact-box .form-header .sub-title {
    font-size: 14px;
    line-height: 20px;
  }
  .common-body .body-wrap .article-wrap .contact-box .form-header .phone {
    font-size: 20px;
    margin-top: 10px;
  }
  .common-body .body-wrap .article-wrap .contact-box .input-label {
    font-size: 16px;
  }
  .solution-body .intro-wrap {
    top: -50px;
    margin-bottom: -10px;
  }
  .solution-body .intro-wrap .row-wrap {
    width: 100%;
    padding: 20px 20px 30px 20px;
  }
  .solution-body .intro-wrap .row-wrap .title-wrap .title {
    font-size: 20px;
  }
  .solution-body .intro-wrap .row-wrap .title-wrap .sub-title {
    font-size: 14px;
    line-height: 20px;
  }
  .solution-body .intro-wrap .row-wrap .btn-group {
    padding: 0 20px;
    overflow: auto;
  }
  .solution-body .intro-wrap .row-wrap .btn-group .tab-btn {
    height: 35px;
    padding: 0 10px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
  }
  .solution-body .details-wrap {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
  }
  .solution-body .details-wrap .details-title span {
    line-height: 30px;
    font-size: 14px;
    padding: 5px 10px;
  }
  .solution-body .details-wrap .label-title {
    font-size: 16px;
  }
  .solution-body .details-wrap .label-title .layui-icon {
    font-size: 16px;
  }
  .solution-body .details-wrap .solution-scene .scene-list .scene-item {
    margin-bottom: 30px;
  }
  .solution-body .details-wrap .solution-scene .scene-list .scene-item .scene-body {
    display: block;
  }
  .solution-body .details-wrap .solution-scene .scene-list .scene-item .scene-body .img-box {
    min-width: 100%;
    width: 100%;
    height: inherit;
    margin-bottom: 20px;
  }
  .solution-body .details-wrap .solution-scene .scene-list .scene-item .scene-body .img-box img {
    width: 100%;
    height: inherit;
  }
  .solution-body .details-wrap .solution-scene .scene-list .scene-item .scene-body .info-box {
    padding-left: 0px;
    width: 100%;
  }
  .solution-body .details-wrap .solution-scene .scene-list .scene-item .scene-body .info-box .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .solution-body .details-wrap .solution-scene .scene-list .scene-item .scene-body .info-box .content {
    font-size: 14px;
    color: #7e7290;
    line-height: 24px;
  }
  .solution-body .details-wrap .solution-case .show-box {
    display: block;
  }
  .solution-body .details-wrap .solution-case .show-box .info-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .solution-body .details-wrap .solution-case .show-box .intro {
    padding: 15px;
    background-color: #f2f2f2;
  }
  .solution-body .details-wrap .solution-case .show-box .intro .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .solution-body .details-wrap .solution-case .show-box .intro .content {
    font-size: 14px;
    line-height: 22px;
  }
  .solution-body .details-wrap .solution-case .show-box .img-swiper {
    width: 100%;
    padding-left: 0px;
  }
  .solution-body .details-wrap .solution-case .show-box .img-swiper img {
    height: inherit;
  }
  .solution-body .details-wrap .solution-case .case-list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .solution-body .details-wrap .solution-case .case-list .case-item {
    position: relative;
  }
  .solution-body .details-wrap .solution-case .case-list .case-item .img-box {
    height: inherit;
    width: 100%;
  }
  .solution-body .details-wrap .solution-case .case-list .case-item .title {
    line-height: 40px;
    font-size: 16px;
  }
  .info-history2 {
    height: inherit;
    margin-top: 50px;
  }
  .info-history2 .bg-img {
    height: 100%;
  }
  .info-history2 .history2-wrap {
    flex-direction: column;
    height: inherit;
  }
  .info-history2 .history2-wrap .title {
    padding: 40px 0;
    font-size: 32px;
  }
  .info-history2 .history2-wrap .txt-swiper2 {
    max-width: 100%;
    padding: 0px;
  }
  .info-history2 .history2-wrap .txt-swiper2 .swiper-slide {
    height: 45vh;
    overflow: scroll;
  }
  .info-history2 .history2-wrap .txt-swiper2 .list li {
    padding-left: 0px;
  }
  .info-history2 .history2-wrap .history-swiper2 {
    padding: 50px 0 0;
  }
  .info-history2 .history2-wrap .history-swiper2 .line {
    width: 100vw;
    height: 1px;
    left: -15px;
    top: 95px;
    background: linear-gradient(to right, transparent, #fff, transparent);
  }
  .info-history2 .history2-wrap .history-swiper2 .swiper .swiper-slide {
    font-size: 16px;
    justify-content: center;
    position: relative;
    height: 100px;
    align-items: start;
  }
  .info-history2 .history2-wrap .history-swiper2 .swiper .swiper-slide .pin {
    margin: 0px;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 40px;
  }
  .info-history2 .history2-wrap .history-swiper2 .swiper .swiper-slide.swiper-slide-active .year {
    font-size: 16px;
    font-weight: 600;
    transform: scale(1.5);
  }
  .info-history2 .history2-wrap .history-swiper2 .swiper .swiper-slide.swiper-slide-active .pin {
    background-color: #00bdff;
    border: 5px solid #ddd;
    box-sizing: content-box;
    top: 35px;
  }
  .development-box {
    margin-top: 50px;
  }
  .development-box .title-wrap {
    padding: 30px 0;
  }
  .development-box .title-wrap .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .development-box .title-wrap .sub-title {
    color: #7e7290;
  }
  .development-box .wrap .line {
    left: 30rem;
  }
  .development-box .wrap .development-list {
    height: calc(100vh - 120px);
  }
  .development-box .wrap .development-list .item {
    margin-bottom: 20rem;
  }
  .development-box .wrap .development-list .item:nth-child(odd) {
    flex-direction: row;
  }
  .development-box .wrap .development-list .item .pin {
    margin: 0rem 10rem;
  }
  .development-box .wrap .development-list .item .zhanwei {
    width: 0%;
  }
  .development-box .wrap .development-list .item .info {
    width: calc(100% - 60rem);
  }
  .development-box .wrap .development-list .item .info .title {
    line-height: 30px;
    font-size: 24px;
    text-align: left;
  }
  .development-box .wrap .development-list .item .info .content {
    line-height: 14px;
    line-height: 20px;
    text-align: left;
  }
}
.px-2 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-4 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.mt-5 {
  margin-top: 12.5rem !important;
}

.mb-2 {
  margin-bottom: 5rem !important;
}

.mb-4 {
  margin-bottom: 10rem !important;
}

.gap-4 {
  gap: 10rem !important;
}

.gap-8 {
  gap: 20rem !important;
}

.md\:gap-4 {
  gap: 10rem !important;
}

.p-4 {
  padding: 10rem !important;
}

.rounded-md {
  border-radius: 3.75rem !important;
}

@media (max-width: 1300px) and (min-width: 1024px) {
  .container {
    min-width: 1280px !important;
  }
}
