.banner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 2.0833333333vw;
}

.banner img {
  width: 100%;
  height: 26.0416666667vw;
  display: block;
  object-fit: cover;
}

.banner .t {
  position: absolute;
  left: 3.6458333333vw;
  bottom: 2.34375vw;
  color: white;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}

.container {
  padding: 2.0833333333vw 5.7291666667vw;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  gap: 3.6458333333vw;
}

.container .lbox {
  width: 20.8333333333vw;
}

.container .lbox .box {
  border-radius: 10px;
  border: 1px solid #EEE;
  background: #FFF;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.04);
  padding: 1.1458333333vw;
  padding-bottom: 0;
  max-height: 46.0416666667vw;
  overflow-y: auto;
  position: sticky;
  left: 0;
  top: 4.1666666667vw;
}

.container .lbox .box::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0.04);
  width: 0.2604166667vw;
}

.container .lbox .box::-webkit-scrollbar-thumb {
  background: #27265F;
}

.container .lbox .box .t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.3541666667vw;
  border-bottom: 1px solid #DDD;
}

.container .lbox .box .t .p1 {
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
}

.container .lbox .box .t .clear {
  display: flex;
  align-items: center;
  gap: 0.15625vw;
  color: #999;
  font-weight: 500;
  cursor: pointer;
}

.container .lbox .box .t .clear img {
  width: 1.0416666667vw;
}

.container .lbox .box .types .item {
  border-bottom: 1px solid #DDD;
  cursor: pointer;
}

.container .lbox .box .types .item:last-child {
  border-color: transparent;
}

.container .lbox .box .types .item .d1 {
  display: flex;
  justify-content: space-between;
  padding: 1.0416666667vw 0;
}

.container .lbox .box .types .item .d1 p {
  color: #333;
  font-weight: 500;
  line-height: 1.2;
  /* text-transform: capitalize; */
}

.container .lbox .box .types .item .d1 .icon svg {
  display: block;
  width: 1.25vw;
  transition: all 600ms;
}

.container .lbox .box .types .item .d1 .icon svg path {
  transition: all 600ms;
}

.container .lbox .box .types .item .d2 {
  display: none;
}

.container .lbox .box .types .item .d2 .tList {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
  padding-bottom: 1.0416666667vw;
}

.container .lbox .box .types .item .d2 .tList .tItem {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
  cursor: pointer;
  transition: all 600ms;
  color: #666;
}

.container .lbox .box .types .item .d2 .tList .tItem .k {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  border: 1px solid #dddddd;
  border-radius: 5px;
  position: relative;
  margin-top: 2px;
  transition: all 600ms;
}

.container .lbox .box .types .item .d2 .tList .tItem .k img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 1.0416666667vw;
  transition: all 600ms;
}

.container .lbox .box .types .item .d2 .tList .tItem.active {
  color: #27265F;
}

.container .lbox .box .types .item .d2 .tList .tItem.active .k {
  border-color: transparent;
}

.container .lbox .box .types .item .d2 .tList .tItem.active .k img {
  opacity: 1;
}

.container .lbox .box .types .item.on .d1 p {
  color: #27265F;
}

.container .lbox .box .types .item.on .d1 .icon svg {
  transform: rotate(-180deg);
}

.container .lbox .box .types .item.on .d1 .icon svg path {
  fill: #27265F;
}

.container .rbox {
  flex: 1;
}

.container .rbox .t {
  display: flex;
  align-items: center;
}

.container .rbox .t span {
  color: #FF9600;
  font-weight: 700;
  line-height: 1.2;
}

.container .rbox .t p {
  color: #666;
  margin-left: 2px;
}

.container .rbox .cList {
  display: flex;
  gap: 1.25vw;
  margin: 1.25vw 0 2.0833333333vw 0;
  flex-wrap: wrap;
}

.container .rbox .cList .item {
  padding: 0.625vw 1.0416666667vw 0.7291666667vw 1.0416666667vw;
  border-radius: 30px;
  background: #F0F0F0;
  display: flex;
  align-items: center;
  gap: 0.3125vw;
  color: #666;
  line-height: 1.2;
  text-transform: capitalize;
  cursor: pointer;
}

.container .rbox .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.34375vw;
}

.container .rbox .list .item {
  padding: 1.875vw 1.0416666667vw;
  padding-bottom: 1.5625vw;
  border-radius: 10px;
  background: #FAFAFA;
  position: relative;
  overflow: hidden;
}

.container .rbox .list .item .pic {
  width: 13.4375vw;
  height: 13.4375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.container .rbox .list .item .pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.container .rbox .list .item .pt {
  color: #666;
  text-align: center;
  margin-top: 1.25vw;
}

.container .rbox .list .item .h_b {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #27265F;
  padding: 1.0416666667vw;
  color: white;
  transition: all 600ms;
  opacity: 0;
}

.container .rbox .list .item .h_b .p1 {
  font-weight: 500;
  margin-bottom: 0.625vw;
  line-height: 1.2;
}

.container .rbox .list .item .h_b .info p {
  padding: 0.78125vw 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}

.container .rbox .list .item .h_b .info p span {
  opacity: .8;
}

.container .rbox .list .item .h_b .more {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.28125vw;
  background: url(../images/pb.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4166666667vw;
  text-transform: uppercase;
}

.container .rbox .list .item .h_b .more img {
  display: block;
}

.container .rbox .list .item .h_b .more .jt {
  width: 0.78125vw;
  margin-top: 2px;
}

.container .rbox .list .item .h_b .more .hand {
  position: absolute;
  right: 0.46875vw;
  bottom: 0;
  width: 2.0833333333vw;
}

.container .rbox .list .item:hover .h_b {
  opacity: 1;
}

.container .rbox .pager {
  display: flex;
  justify-content: center;
  gap: 1.5625vw;
  align-items: center;
  margin: 2.6041666667vw 0 4.4270833333vw 0;
}

.container .rbox .pager .prev svg,
.container .rbox .pager .next svg {
  display: block;
  width: 1.25vw;
}

.container .rbox .pager .prev svg path,
.container .rbox .pager .next svg path {
  transition: all 600ms;
}

.container .rbox .pager .prev:hover svg path,
.container .rbox .pager .next:hover svg path {
  fill: #27265F;
}

.container .rbox .pager .nums {
  display: flex;
  gap: 1.0416666667vw;
}

.container .rbox .pager .nums a {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #333;
  line-height: 1;
  transition: all 600ms;
}

.container .rbox .pager .nums a.on {
  background: #27265F;
  color: white;
}

@media screen and (max-width: 768px) {
  .banner {
    margin: 0 5%;
  }

  .banner img {
    height: 200px;
  }

  .banner .t {
    left: 20px;
    bottom: 20px;
    font-size: 24px;
  }

  .container {
    padding: 30px 20px;
    padding-bottom: 0;
    flex-direction: column;
    gap: 40px;
  }

  .container .lbox {
    width: 100%;
  }

  .container .lbox .box {
    padding: 16px;
    max-height: none;
    position: static;
  }

  .container .lbox .box .t {
    padding-bottom: 20px;
  }

  .container .lbox .box .t .p1 {
    font-size: 18px;
  }

  .container .lbox .box .t .clear {
    gap: 5px;
    font-size: 14px;
  }

  .container .lbox .box .t .clear img {
    width: 16px;
  }

  .container .lbox .box .types .item .d1 {
    padding: 16px 0;
  }

  .container .lbox .box .types .item .d1 p {
    font-size: 16px;
  }

  .container .lbox .box .types .item .d1 .icon svg {
    width: 20px;
  }

  .container .lbox .box .types .item .d2 .tList {
    gap: 16px;
    padding-bottom: 16px;
  }

  .container .lbox .box .types .item .d2 .tList .tItem {
    gap: 12px;
    font-size: 14px;
  }

  .container .lbox .box .types .item .d2 .tList .tItem .k {
    width: 18px;
    height: 18px;
  }

  .container .lbox .box .types .item .d2 .tList .tItem .k img {
    width: 18px;
  }

  .container .rbox .t span {
    font-size: 18px;
  }

  .container .rbox .t p {
    font-size: 14px;
  }

  .container .rbox .cList {
    gap: 10px;
    margin: 20px 0 30px;
  }

  .container .rbox .cList .item {
    padding: 10px 16px 12px;
    font-size: 14px;
    gap: 5px;
  }

  .container .rbox .list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .container .rbox .list .item {
    padding: 24px 16px 20px;
    padding-bottom: 60px;
  }

  .container .rbox .list .item .pic {
    width: 200px;
    height: 200px;
  }

  .container .rbox .list .item .pt {
    margin-top: 20px;
  }

  .container .rbox .list .item .h_b {
    padding: 16px;
  }

  .container .rbox .list .item .h_b .p1 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .container .rbox .list .item .h_b .info p {
    padding: 12px 0;
    font-size: 14px;
  }

  .container .rbox .list .item .h_b .more {
    height: 50px;
    font-size: 14px;
    gap: 6px;
  }

  .container .rbox .list .item .h_b .more .jt {
    width: 12px;
  }

  .container .rbox .list .item .h_b .more .hand {
    width: 30px;
  }

  .container .rbox .pager {
    gap: 20px;
    margin: 40px 0 60px;
  }

  .container .rbox .pager .prev svg,
  .container .rbox .pager .next svg {
    width: 14px;
  }

  .container .rbox .pager .nums {
    gap: 15px;
  }

  .container .rbox .pager .nums a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=products.css.map */