.pro-banner {
  width: 100vw;
  height: 650px;
}

.pro-banner .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.pro-banner .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pro-banner .swiper-slide .slide-inner .img {
  width: 100%;
  height: 100%;
}

.pro-banner .swiper-slide .slide-inner .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.pro-banner .swiper-slide .slide-inner .text {
  width: 1400px;
  position: absolute;
  top: 271px;
  left: 50%;
  transform: translateX(-50%);
}

.pro-banner .swiper-slide .slide-inner .text h5 {
  font-weight: 800;
  font-size: 32px;
  color: #FFFFFF;
  margin-bottom: 55px;
}

.pro-banner .swiper-slide .slide-inner .text p {
  font-weight: 800;
  font-size: 42px;
  color: #FFFFFF;
  line-height: 62px;
}

.pro-banner .swiper-pagination {
  bottom: 46px;
}

.pro-banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 5px;
  opacity: 0.8;
  margin: 0 5px;
  transition: 0.6s;
}

.pro-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  opacity: 1;
}

.pro-banner .btns {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 40px;
  pointer-events: none;
}

.pro-banner .btns .iconfont {
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 12px;
  cursor: pointer;
  transition: 0.6s;
  pointer-events: auto;
}

.pro-banner .btns .iconfont:nth-child(1) {
  transform: rotate(180deg);
  margin-right: 17px;
}

.pro-banner .btns .iconfont:hover {
  background: #004EA2;
}

.section {
  padding: 92px 0 151px;
}

.section .wrap {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.section .wrap .l {
  width: 400px;
  background: #F9F9F9;
  padding: 50px 50px 50px 47px;
  border-radius: 12px;
  position: sticky;
  position: -webkit-sticky;
  top: 110px;
}

.section .wrap .l .l_title {
  font-weight: bold;
  font-size: 32px;
  color: #1A1A1A;
  margin-bottom: 50px;
}

.section .wrap .l .item .block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.section .wrap .l .item .block p {
  font-weight: bold;
  font-size: 20px;
  color: #1A1A1A;
  line-height: 60px;
  transition: 0.6s;
}

.section .wrap .l .item .block .iconfont {
  font-size: 10px;
  color: #1A1A1A;
  transition: 0.6s;
}

.section .wrap .l .item .block:hover p,
.section .wrap .l .item .block:hover .iconfont {
  color: #004EA2;
}

.section .wrap .l .item .none {
  padding: 0 0 20px 27px;
  display: none;
}

.section .wrap .l .item .none .none-item .none-block {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.section .wrap .l .item .none .none-item .none-block .jia {
  width: 13px;
  height: 13px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.section .wrap .l .item .none .none-item .none-block .jia span {
  display: block;
  width: 13px;
  height: 1px;
  background: #333333;
  position: absolute;
  transition: 0.4s;
}

.section .wrap .l .item .none .none-item .none-block .jia span:nth-child(2) {
  transform: rotate(90deg);
}

.section .wrap .l .item .none .none-item .none-block p {
  font-weight: bold;
  font-size: 18px;
  color: #1A1A1A;
  line-height: 42px;
  transition: 0.4s;
}

.section .wrap .l .item .none .none-item .none-block:hover p,
.section .wrap .l .item .none .none-item .none-block:hover .jia {
  color: #004EA2;
}

.section .wrap .l .item .none .none-item .none-block:hover p span,
.section .wrap .l .item .none .none-item .none-block:hover .jia span {
  background: #004EA2;
}

.section .wrap .l .item .none .none-item .none-none {
  padding: 10px 0 10px 31px;
  display: none;
}

.section .wrap .l .item .none .none-item .none-none a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #888888;
  line-height: 32px;
  transition: 0.6s;
}

.section .wrap .l .item .none .none-item .none-none a:hover,
.section .wrap .l .item .none .none-item .none-none a.on {
  color: #004EA2;
}

.section .wrap .l .item .none .none-item.item_active1 .none-block .jia span {
  transform: rotate(180deg);
}

.section .wrap .l .item .none .none-item.item_active1 .none-block .jia span:nth-child(2) {
  transform: rotate(180deg);
}

.section .wrap .l .item.item_active .block p,
.section .wrap .l .item.item_active .block .iconfont {
  color: #004EA2;
}

.section .wrap .l .item.item_active .block .iconfont {
  transform: rotate(90deg);
}

.section .wrap .r {
  width: 940px;
}

.section .wrap .r .r-top {
  margin-bottom: 58px;
}

.section .wrap .r .r-top .r-top-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px;
  border-bottom: 1px solid #F0F0F0;
}

.section .wrap .r .r-top .r-top-title p {
  font-weight: bold;
  font-size: 20px;
  color: #1A1A1A;
}

.section .wrap .r .r-top .r-top-title .empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 34px;
  background: #F8F8F8;
  border-radius: 3px;
  transition: 0.6s;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  cursor: pointer;
}

.section .wrap .r .r-top .r-top-title .empty:hover {
  background: #004EA2;
  color: #FFFFFF;
}

.section .wrap .r .r-top .r-top-select {
  min-height: 64px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F0F0F0;
}

.section .wrap .r .r-top .r-top-select h5 {
  width: 100px;
  font-weight: 500;
  font-size: 18px;
  color: #1A1A1A;
}

.section .wrap .r .r-top .r-top-select .r-top-select-box {
  display: flex;
  align-items: center;
}

.section .wrap .r .r-top .r-top-select .r-top-select-box label {
  display: flex;
  align-items: center;
  margin-right: 30px;
  position: relative;
}

.section .wrap .r .r-top .r-top-select .r-top-select-box label p {
  font-weight: 500;
  font-size: 16px;
  color: #888888;
  transition: 0.6s;
}

.section .wrap .r .r-top .r-top-select .r-top-select-box label input {
  opacity: 0;
  width: 14px;
  height: 14px;
  margin: 0 8px 0 0;
}

.section .wrap .r .r-top .r-top-select .r-top-select-box label input:checked+.radio {
  border: 1px solid #004EA2;
}

.section .wrap .r .r-top .r-top-select .r-top-select-box label input:checked+.radio:after {
  opacity: 1;
}

/* .section .wrap .r .r-top .r-top-select .r-top-select-box label input:checked++p { */
.section .wrap .r .r-top .r-top-select .r-top-select-box label input:checked+.radio+p {
  color: #004EA2;
}

.section .wrap .r .r-top .r-top-select .r-top-select-box label .radio {
  width: 14px;
  height: 14px;
  border: 1px solid #ACACAC;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.6s;
}

.section .wrap .r .r-top .r-top-select .r-top-select-box label .radio:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #004EA2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .6s;
}

.section .wrap .r .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 20px;
  margin-bottom: 60px;
}

.section .wrap .r .list .item-box {
  width: 100%;
}

.section .wrap .r .list .item-box .item {
  box-shadow: 0px 0px 27px 0px rgba(229, 229, 229, 0);
  display: block;
  width: 100%;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #EDEDED;
  padding: 50px 0 60px;
  transition: 0.6s;
}

.section .wrap .r .list .item-box .item .img {
  width: 250px;
  height: 186px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 45px;
  transition: 1s;
}

.section .wrap .r .list .item-box .item h5 {
  font-weight: 500;
  font-size: 18px;
  color: #1A1A1A;
  width: 90%;
  margin: 0 auto 18px;
  line-height: 1;
  text-align: center;
  transition: 0.6s;
}

.section .wrap .r .list .item-box .item p {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  width: 90%;
  margin: 0 auto;
  line-height: 1;
  text-align: center;
}

.section .wrap .r .list .item-box .item:hover {
  box-shadow: 0px 0px 27px 0px rgba(229, 229, 229, 0.8);
  border: 1px solid #FFFFFF;
}

.section .wrap .r .list .item-box .item:hover .img {
  transform: scale(1.1);
}

.section .wrap .r .list .item-box .item:hover h5 {
  color: #004EA2;
}

/*# sourceMappingURL=product.css.map */
.section .wrap .r .r-top .filters{
  display: none;
}
.sidebar{
  display: none;
}

.section .wrap .r .r-top .top-list .trem:not(:first-child) .twoTrem{
  display: none;
}


@media screen and (max-width: 1919px) {
  .pro-banner {
    height: 33.8541666667vw;
  }

  .pro-banner .swiper-slide .slide-inner .text {
    width: 72.9166666667vw;
    top: 14.1145833333vw;
  }

  .pro-banner .swiper-slide .slide-inner .text h5 {
    font-size: 1.6666666667vw;
    margin-bottom: 2.8645833333vw;
  }

  .pro-banner .swiper-slide .slide-inner .text p {
    font-size: 2.1875vw;
    line-height: 3.2291666667vw;
  }

  .pro-banner .swiper-pagination {
    bottom: 2.3958333333vw;
  }

  .pro-banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.5208333333vw;
    height: 0.5208333333vw;
    border-radius: 0.2604166667vw;
    margin: 0px 0.2604166667vw;
  }

  .pro-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.4583333333vw;
  }

  .pro-banner .btns {
    padding: 0px 2.0833333333vw;
  }

  .pro-banner .btns .iconfont {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    border-radius: 1.6666666667vw;
    font-size: 0.625vw;
  }

  .pro-banner .btns .iconfont:nth-child(1) {
    margin-right: 0.8854166667vw;
  }

  .section {
    padding: 4.7916666667vw 0px 7.8645833333vw;
  }

  .section .wrap {
    width: 72.9166666667vw;
  }

  .section .wrap .l {
    width: 20.8333333333vw;
    padding: 2.6041666667vw 2.6041666667vw 2.6041666667vw 2.4479166667vw;
    border-radius: 0.625vw;
    top: 5.7291666667vw;
  }

  .section .wrap .l .l_title {
    font-size: 1.6666666667vw;
    margin-bottom: 2.6041666667vw;
  }

  .section .wrap .l .item .block p {
    font-size: 1.0416666667vw;
    line-height: 3.125vw;
  }

  .section .wrap .l .item .block .iconfont {
    font-size: 0.5208333333vw;
  }

  .section .wrap .l .item .none {
    padding: 0px 0px 1.0416666667vw 1.40625vw;
  }

  .section .wrap .l .item .none .none-item .none-block .jia {
    width: 0.6770833333vw;
    height: 0.6770833333vw;
    margin-right: 0.8333333333vw;
  }

  .section .wrap .l .item .none .none-item .none-block .jia span {
    width: 0.6770833333vw;
  }

  .section .wrap .l .item .none .none-item .none-block p {
    font-size: 0.9375vw;
    line-height: 2.1875vw;
  }

  .section .wrap .l .item .none .none-item .none-none {
    padding: 0.5208333333vw 0px 0.5208333333vw 1.6145833333vw;
  }

  .section .wrap .l .item .none .none-item .none-none a {
    font-size: 0.9375vw;
    line-height: 1.6666666667vw;
  }

  .section .wrap .r {
    width: 48.9583333333vw;
  }

  .section .wrap .r .r-top {
    margin-bottom: 3.0208333333vw;
  }

  .section .wrap .r .r-top .r-top-title {
    padding: 0px 0px 1.0416666667vw;
  }

  .section .wrap .r .r-top .r-top-title p {
    font-size: 1.0416666667vw;
  }

  .section .wrap .r .r-top .r-top-title .empty {
    width: 4.1666666667vw;
    height: 1.7708333333vw;
    border-radius: 0.15625vw;
    font-size: 0.8333333333vw;
  }

  .section .wrap .r .r-top .r-top-select {
    min-height: 3.3333333333vw;
  }

  .section .wrap .r .r-top .r-top-select h5 {
    width: 5.20833333vw;
    font-size: 0.9375vw;
  }

  .section .wrap .r .r-top .r-top-select .r-top-select-box label {
    margin-right: 1.5625vw;
  }

  .section .wrap .r .r-top .r-top-select .r-top-select-box label p {
    font-size: 0.8333333333vw;
  }

  .section .wrap .r .r-top .r-top-select .r-top-select-box label input {
    width: 0.7291666667vw;
    height: 0.7291666667vw;
    margin: 0px 0.4166666667vw 0px 0px;
  }

  .section .wrap .r .r-top .r-top-select .r-top-select-box label .radio {
    width: 0.7291666667vw;
    height: 0.7291666667vw;
  }

  .section .wrap .r .r-top .r-top-select .r-top-select-box label .radio::after {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
  }

  .section .wrap .r .list {
    gap: 0.9375vw 1.0416666667vw;
    margin-bottom: 3.125vw;
  }

  .section .wrap .r .list .item-box .item {
    box-shadow: rgba(229, 229, 229, 0) 0px 0px 1.40625vw 0px;
    border-radius: 0.625vw;
    padding: 2.6041666667vw 0px 3.125vw;
  }

  .section .wrap .r .list .item-box .item .img {
    width: 13.0208333333vw;
    height: 9.6875vw;
    margin: 0px auto 2.34375vw;
  }

  .section .wrap .r .list .item-box .item h5 {
    font-size: 0.9375vw;
    margin: 0px auto 0.9375vw;
  }

  .section .wrap .r .list .item-box .item p {
    font-size: 0.8333333333vw;
  }

  .section .wrap .r .list .item-box .item:hover {
    box-shadow: rgba(229, 229, 229, 0.8) 0px 0px 1.40625vw 0px;
  }
}
@media screen and (max-width: 1024px) {
    .pro-banner{
      margin-top: 60px;
      height: 400px;
    }
    .pro-banner .btns .iconfont{
      width: 36px;
      height: 36px;
      border-radius: 50%;
      font-size: 12px;
    }
    .pro-banner .btns{
      width: 100px;
      padding: 0;
      left: 5vw;
      bottom: 20px;
      top: auto;
      transform: none;
    }
    .pro-banner .swiper-slide .slide-inner .text h5{
      font-size: 20px;
      margin-bottom: 20px
    }
    .pro-banner .swiper-slide .slide-inner .text p{
      font-size: 28px;
      line-height: 1.6;
    }
    .pro-banner .swiper-slide .slide-inner .text{
      top: 50%;
      left: 5vw;
      transform: translateY(-50%);
    }
    .pro-banner .swiper-slide .slide-inner .img{
      filter: brightness(.8);
    }
    .section .wrap{
      width: 90%;
    }
    .section .wrap .l{
      display: none;
    }
    .section .wrap .r{
      width: 100%;
    }
    .section{
      padding: 60px 0;
    }
    .section .wrap .r .r-top .r-top-title p{
      font-size: 18px;
    }
    .section .wrap .r .r-top .r-top-title{
      padding-bottom: 15px;
    }
    .section .wrap .r .r-top .r-top-title .empty{
      width: 80px;
      height: 30px;
      border-radius: 5px;
      font-size: 14px;
    }
    .section .wrap .r .r-top .r-top-select h5 {
      font-size: 16px;
    }
    .section .wrap .r .r-top .r-top-select{
      min-height: auto;
      padding: 20px 0
    }
    .section .wrap .r .r-top .r-top-select .r-top-select-box label input,
    .section .wrap .r .r-top .r-top-select .r-top-select-box label .radio{
      width: 14px;
      height: 14px;
      margin-right: 10px;
    }
    .section .wrap .r .r-top .r-top-select .r-top-select-box label .radio::after{
      width: 8px;
      height: 8px;
    }
    .section .wrap .r .r-top .r-top-select .r-top-select-box label p{
      font-size: 14px;
    }
    .section .wrap .r .r-top .r-top-select .r-top-select-box label {
      margin-right: 20px;
    }
    .section .wrap .r .list{
      gap: 20px;
    }
    .section .wrap .r .list .item-box .item {
      box-shadow: rgba(229, 229, 229, 0) 0px 0px 14px 0px;
      border-radius: 10px;
      padding: 30px 0;
    }
    .section .wrap .r .list .item-box .item .img{
      width: 80%;
      height: 140px;
      margin-bottom: 30px;
    }
    .section .wrap .r .list .item-box .item .img img{
      max-width: 100%;
      max-height: 100%;
    }
    .section .wrap .r .list .item-box .item h5{
      font-size: 16px;
      margin-bottom: 10px;
    }
    .section .wrap .r .list .item-box .item p{
      font-size: 14px;
    }
    .section .wrap .r .list{
      margin-bottom: 30px;
    }
    .section .wrap .r .r-top .r-top-select h5{
      width: fit-content;
      margin-right: 20px;
    }
    .section .wrap .r .r-top{
      margin-bottom: 30px;
    }
  .section .wrap .r .r-top .filters{
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: #004EA2;
    color: #FFFFFF;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 14px;
  }


  .sidebar {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 21;
    top: 0;
    display: block;
    background-color: #fff;
    /* display: flex;
    align-items: center; */
    padding-left: 20px;
    transform: translateX(-100%);
    transition: all .6s;
  }
  .sidebar .close {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #004EA2;
    position: absolute;
    right: 30px;
    top: 80px;
    border-radius: 50%;
  }
  .sidebar .close img{
    filter: brightness(0) invert(1);
  }
  .sidebar.on {
    transform: translateX(0);
  }
  
  .sidebar .bg {
    height: 100%;
    position: absolute;
    left: 0;
  }
  
  .sidebar .bg img {
    height: 100%;
  }
  
  .sidebar .main {
    width: 90%;
    /* background-color: #fff; */
    /* border-radius: 20px; */
    position: absolute;
    top: 163px;
    padding-top: 0;
    padding-bottom: 20px;
    max-height: 70vh;
    overflow: auto;
  }
  
  .sidebar .main h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
  }
  
  .sidebar .main .list .item:not(:last-child) {
    margin-bottom: 5px;
  }
  .sidebar .trem .onehead a{
    font-size: 16px;
    color: #1A1A1A;
  }
  .sidebar .trem .head span{
    font-size: 14px;
  }
  .sidebar .trem .twohead span{
    font-size: 12px;
  }
  .sidebar .trem .onebody .oneitem .twohead.active {
    color: #004EA2;
  }
  
  .sidebar .trem .onebody .oneitem .twohead.active .add:before {
    transform: rotate(360deg);
  }
  
  .sidebar .trem .onebody .oneitem .twobody {
    padding: 0 20px;
    display: none;
  }
  
  .sidebar .trem .onebody .oneitem .twobody .twoitem .therehead {
    display: flex;
    align-items: center;
    padding: 6px 0;
    cursor: pointer;
    transition: all 0.5s;
  }
  
  
  .sidebar .trem .onebody .oneitem .twobody .twoitem .therehead.active {
    color: #004EA2;
  }

  .sidebar .trem .onebody .oneitem .twobody .twoitem .therehead.active .add:before {
    transform: rotate(360deg);
  }
  
  .sidebar .trem .onebody .oneitem .twobody .twoitem .therehead p {
    margin-left: 10px;
    font-size: 16px;
  }
  
  .sidebar .trem .onebody .oneitem .twobody .twoitem .therebody {
    display: none;
    padding: 5px 0 5px 30px;
  }
  
  .sidebar .trem .onebody .oneitem .twobody .twoitem .therebody .thereitem {
    display: block;
    font-size:14px;
    line-height: 2;
    color: #666666;
    transition: all 0.5s;
    cursor: pointer;
  }
  
  .sidebar .trem .onebody .oneitem .twobody .twoitem .therebody .thereitem.active,
  .sidebar .trem .onebody .oneitem .twobody .twoitem .therebody .thereitem:hover {
    color: #E8460A;
  }

  .sidebar .trem .onehead {
    display: flex;
    justify-content: space-between;
    padding:10px 0;
    /* background-color: #EEEEEE; */
    border-bottom: 1px solid #EEEEEE;
    cursor: pointer;
    align-items: center;
  }
  
  
  .sidebar .trem .onehead.active .icon {
    transform: rotate(360deg);
  }
  
  .sidebar .trem .onehead p {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 20px;
    transition: all 0.5s;
  }
  
  .sidebar .trem .onebody {
    background-color: #fff;
    display: none;
  }
  
  .sidebar .trem .onebody .oneitem:not(:last-child) {
    border-bottom: 1px solid #D6D6D6;
  }
  .sidebar .trem .head span{
    transition: all .6s;
  }
  .sidebar .trem .head.active span{
    transform: rotate(90deg);
  }
  .sidebar .trem .onebody .oneitem .twohead {
    font-size: 14px;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    padding: 10px;
    transition: all 0.5s;
  }
  .sidebar .trem .onebody .oneitem .twohead a{
    color: #1a1a1a;
  }
  .sidebar .trem .onebody .oneitem .twobody a{
    display: block;
    line-height: 3;
  }
  .sidebar_black{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    z-index: 1;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
  }
  .sidebar_black.on{
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 820px) {
  .section .wrap .r .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .pro-banner .swiper-slide .slide-inner .text h5 {
    font-size: 18px;
  }
  .pro-banner .swiper-slide .slide-inner .text p {
    font-size: 24px;
  }
  .section .wrap .r .r-top .r-top-select h5 {
    margin-bottom: 10px;
  }
  .section .wrap .r .r-top .r-top-select{
    flex-direction: column;
    align-items: start;
  }
  .section .wrap .r .r-top .r-top-select .r-top-select-box label{
    margin-right: 0;
  }
  .section .wrap .r .r-top .r-top-select .r-top-select-box{
    flex-wrap: wrap;
    gap:10px 20px;
  }
  .section{
    padding: 50px 0;
  }
  .sidebar{
    width: 100%;
    padding: 0 5vw;
  }
  .section .wrap .r .list {
    grid-template-columns: repeat(1, 1fr);
}
}