.l__product-list {
  padding: 12.4vw var(--padding) 12vw;
}
.l__product-list .results .cates a {
  display: block;
  padding: 4.533333vw 0;
  font-size: var(--size-30);
  font-weight: 500;
}
.l__product-list .results .boder {
  flex: 1;
}
.l__product-list .results .boder .items .item {
  display: block;
  margin-top: 6.666667vw;
  padding: 2.266667vw 2vw 5.333333vw;
  border-radius: 4vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.l__product-list .results .boder .items .item:after, .l__product-list .results .boder .items .item .cover, .l__product-list .results .boder .items .item h3, .l__product-list .results .boder .items .item p {
  transition: all 0.6s ease 0s;
}
.l__product-list .results .boder .items .item:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #F4F4F4;
  border-radius: 30px;
  z-index: -1;
}
.l__product-list .results .boder .items .item .cover {
  width: 100%;
  overflow: hidden;
}
.l__product-list .results .boder .items .item .cover img {
  width: 100%;
}
.l__product-list .results .boder .items .item h3, .l__product-list .results .boder .items .item p {
  padding: 0 4vw;
}
.l__product-list .results .boder .items .item h3 {
  margin-top: 5.066667vw;
}
.l__product-list .results .boder .items .item p {
  margin-top: 1.866667vw;
}
.l__product-list .results .boder .items .item:hover:after {
  height: 60%;
  background: var(--link-hover-color);
}
.l__product-list .results .boder .items .item:hover .cover {
  transform: scale(1.05);
}
.l__product-list .results .boder .items .item:hover h3, .l__product-list .results .boder .items .item:hover p {
  color: #FFFFFF;
}
.l__product-list .results .boder .pagination {
  margin-top: 5.333333vw;
}

.l__product-detail {
  padding: 12.4vw 0 12vw;
}
.l__product-detail .cover-container {
  margin-top: 16vw;
  padding: 0 var(--padding);
  position: relative;
  z-index: 2;
}
.l__product-detail .cover-container .model {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  z-index: -1;
  color: #EDEDED;
  font-size: 13.066667vw;
}
.l__product-detail .cover-container .model:after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, transparent 100%);
}
.l__product-detail .cover-container .cover {
  width: 100%;
  text-align: center;
}
.l__product-detail .cover-container .cover img {
  transform: translateY(6.666667vw);
  max-width: 100%;
}
.l__product-detail .detail {
  margin-top: -5.333333vw;
  padding: 9.333333vw var(--padding);
  background: #EDEDED;
  border-radius: 9.333333vw 9.333333vw 0 0;
}
.l__product-detail .detail .boder .params.md, .l__product-detail .detail .boder .params.xxl {
  display: none;
}
.l__product-detail .detail .boder .params img, .l__product-detail .detail .boder .params table {
  width: 100%;
}
.l__product-detail .detail .header .title h2 {
  white-space: pre-wrap;
}
.l__product-detail .detail .header .title h2 span {
  color: var(--link-hover-color);
}
.l__product-detail .detail .detail-content .adv-items {
  display: flex;
  flex-wrap: wrap;
}
.l__product-detail .detail .detail-content .adv-items .item {
  width: 50%;
  margin-top: 5.2vw;
  display: flex;
  align-items: center;
}
.l__product-detail .detail .detail-content .adv-items .item:nth-child(2n+1) {
  padding-right: 1%;
}
.l__product-detail .detail .detail-content .adv-items .item .icon {
  width: 11.733333vw;
  flex-shrink: 0;
  text-align: center;
}
.l__product-detail .detail .detail-content .adv-items .item .icon img {
  max-width: 100%;
}
.l__product-detail .detail .detail-content .adv-items .item .info {
  flex: 1;
  padding-left: 1.333333vw;
}
.l__product-detail .detail .detail-content .adv-items .item .info .title {
  font-size: var(--size-16);
  font-weight: bold;
}
.l__product-detail .detail .detail-content .adv-items .item .info .summary {
  font-size: var(--size-12);
  white-space: pre-wrap;
}
.l__product-detail .recomms {
  padding-top: 8.933333vw;
}
.l__product-detail .recomms .boder {
  margin-top: 15.066667vw;
  padding: 0 var(--padding);
}
.l__product-detail .recomms .boder .swiper {
  width: 100%;
}
.l__product-detail .recomms .boder .swiper .swiper-slide {
  background: #F4F4F4;
  border-radius: 1.333333vw;
  padding: 1.333333vw 1.333333vw 2vw;
}
.l__product-detail .recomms .boder .swiper .swiper-slide .cover {
  width: 100%;
  overflow: hidden;
}
.l__product-detail .recomms .boder .swiper .swiper-slide .cover img {
  width: 100%;
}
.l__product-detail .recomms .boder .swiper .swiper-slide .model, .l__product-detail .recomms .boder .swiper .swiper-slide .title {
  margin-top: 1.333333vw;
  padding: 0 6%;
  transition: all 0.6s ease 0s;
}
.l__product-detail .recomms .boder .swiper .swiper-slide .model {
  font-size: var(--size-24);
  font-weight: bold;
}
.l__product-detail .recomms .boder .swiper .swiper-slide .title {
  font-size: var(--size-14);
}

@media screen and (max-width: 991px) {
  .l__product-list .cate-title {
    display: none;
  }
  .l__product-list .results .cates {
    margin-top: 8vw;
  }
  .l__product-list .results .cates .sticky {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .l__product-list .results .cates .sticky a {
    padding: 2.4vw 2.133333vw 2.666667vw;
    border: 2px transparent solid;
  }
  .l__product-list .results .cates .sticky a.actived {
    border-radius: 6.133333vw;
    border-color: var(--link-hover-color);
  }
  .l__product-list .results .boder > h3 {
    display: none;
  }
  .l__product-detail .detail .header .title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .l__product-detail .detail .header .summary-1, .l__product-detail .detail .header .summary-2 {
    margin-top: 5.333333vw;
  }
  .l__product-detail .detail .boder, .l__product-detail .detail .boder .detail-content {
    margin-top: 5.333333vw;
  }
  .l__product-detail .detail .boder .adv-items .item .info, .l__product-detail .detail .boder .detail-content .adv-items .item .info {
    width: 0;
  }
  .l__product-detail .detail .boder .adv-items .item .info .title, .l__product-detail .detail .boder .detail-content .adv-items .item .info .title {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .l__product-detail .detail .boder .adv-items .item .info .summary, .l__product-detail .detail .boder .detail-content .adv-items .item .info .summary {
    margin-top: 1.333333vw;
  }
}
@media screen and (min-width: 992px) {
  .l__product-list {
    padding-top: 4.84375vw;
    padding-bottom: 9.53125vw;
  }
  .l__product-list .cate-title {
    padding-top: 2.96875vw;
    padding-bottom: 4.739583vw;
  }
  .l__product-list .results {
    display: flex;
  }
  .l__product-list .results .cates {
    width: 180px;
    border-right: 2px solid #B9B9B9;
  }
  .l__product-list .results .cates a {
    padding: 25.5px 0;
    font-size: var(--size-30);
  }
  .l__product-list .results .cates a:first-child {
    padding-top: 0;
  }
  .l__product-list .results .boder {
    padding-left: 6.510417vw;
  }
  .l__product-list .results .boder .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.03%;
  }
  .l__product-list .results .boder .items .item {
    width: 47.93%;
    margin: 2.083333vw 1.03%;
    padding: 0.885417vw 0.78125vw;
    border-radius: 1.5625vw;
  }
  .l__product-list .results .boder .items .item:after {
    border-radius: 1.5625vw;
  }
  .l__product-list .results .boder .items .item h3, .l__product-list .results .boder .items .item p {
    padding: 0 1.5625vw;
  }
  .l__product-list .results .boder .items .item h3 {
    margin-top: 1.979167vw;
  }
  .l__product-list .results .boder .items .item p {
    margin-top: 0.364583vw;
  }
  .l__product-list .results .boder .pagination {
    margin-top: 2.083333vw;
  }
  .l__product-detail {
    padding-top: 4.84375vw;
    padding-bottom: 9.53125vw;
  }
  .l__product-detail .cover-container {
    margin-top: 6.25vw;
  }
  .l__product-detail .cover-container .model {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12.8125vw;
  }
  .l__product-detail .cover-container .cover img {
    transform: translateY(5.208333vw);
  }
  .l__product-detail .detail {
    margin-top: -2.083333vw;
    padding-top: 3.645833vw;
    padding-bottom: 3.645833vw;
    border-radius: 5.729167vw 5.729167vw 0 0;
  }
  .l__product-detail .detail .header .title, .l__product-detail .detail .header .summary-1, .l__product-detail .detail .boder .params {
    flex-shrink: 0;
  }
  .l__product-detail .detail .header .summary-2, .l__product-detail .detail .boder .detail-content {
    flex: 1;
    margin-left: 30px;
  }
  .l__product-detail .detail .header {
    display: flex;
    align-items: flex-end;
  }
  .l__product-detail .detail .header .title {
    width: 25.12%;
    padding-right: 1%;
  }
  .l__product-detail .detail .header .title p {
    margin-top: 1.458333vw;
  }
  .l__product-detail .detail .header .summary-1, .l__product-detail .detail .header .summary-2 {
    color: #666666;
    white-space: pre-wrap;
    line-height: 1.4;
  }
  .l__product-detail .detail .header .summary-1 {
    width: 32.88%;
    padding-right: 3%;
  }
  .l__product-detail .detail .boder {
    margin-top: 3.90625vw;
    display: flex;
  }
  .l__product-detail .detail .boder .params {
    width: 58%;
  }
  .l__product-detail .detail .boder .params.xs, .l__product-detail .detail .boder .params.xxl {
    display: none;
  }
  .l__product-detail .detail .boder .params.md {
    display: block;
  }
  .l__product-detail .detail .boder .detail-content .content, .l__product-detail .detail .boder .detail-content .adv-items {
    width: 100%;
  }
  .l__product-detail .detail .boder .detail-content .adv-items .item {
    margin-top: 2.03125vw;
  }
  .l__product-detail .detail .boder .detail-content .adv-items .item .icon {
    width: 4.583333vw;
  }
  .l__product-detail .detail .boder .detail-content .adv-items .item .info {
    padding-left: 10px;
  }
  .l__product-detail .detail .boder .detail-content .adv-items .item .info .title {
    font-size: var(--size-18);
  }
  .l__product-detail .detail .boder .detail-content .adv-items .item .info .summary {
    font-size: var(--size-14);
    margin-top: 0.520833vw;
  }
  .l__product-detail .recomms .boder {
    margin-top: 5.885417vw;
  }
}
@media screen and (min-width: 1440px) {
  .l__product-list .results .cates {
    width: 12.5vw;
  }
  .l__product-list .results .cates a {
    padding: 1.770833vw 0;
    font-size: var(--size-36);
  }
}
@media screen and (min-width: 1920px) {
  .l__product-list {
    padding-top: 93px;
    padding-bottom: 183px;
  }
  .l__product-list .cate-title {
    padding-top: 57px;
    padding-bottom: 91px;
  }
  .l__product-list .results .cates {
    width: 240px;
  }
  .l__product-list .results .cates a {
    padding: 34px 0;
  }
  .l__product-list .results .boder {
    padding-left: 125px;
  }
  .l__product-list .results .boder .items .item {
    margin-top: 40px;
    padding: 17px 15px;
    border-radius: 30px;
  }
  .l__product-list .results .boder .items .item:after {
    border-radius: 30px;
  }
  .l__product-list .results .boder .items .item h3, .l__product-list .results .boder .items .item p {
    padding: 0 30px;
  }
  .l__product-list .results .boder .items .item h3 {
    margin-top: 38px;
  }
  .l__product-list .results .boder .items .item p {
    margin-top: 7px;
  }
  .l__product-list .results .boder .pagination {
    margin-top: 40px;
  }
  .l__product-detail {
    padding-top: 93px;
    padding-bottom: 183px;
  }
  .l__product-detail .detail .boder .params.xs, .l__product-detail .detail .boder .params.md {
    display: none;
  }
  .l__product-detail .detail .boder .params.xxl {
    display: block;
  }
  .l__product-detail .detail .boder .detail-content .adv-items .item .info .summary {
    margin-top: 10px;
  }
  .l__product-detail .recomms .boder {
    margin-top: 113px;
  }
}
