﻿@charset "utf-8";
/* CSS Document */


@media (max-width: 767px){
.lock_wrap {
  display: none;
}
}
@media (max-width: 767px){
.index_product {
  display: none;
}
}
@media screen and (min-width:767px){
.wappro{
  display: none;
}
}
.wappro{}
.list-title {
  margin-top: 0.1rem;
  padding: 0.12rem 0.3rem;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-title::before {
  margin-right: 0.1rem;
  content: '';
  display: inline-block;
  width: 0.1rem;
  height: 0.55rem;
  border-radius: 0.2rem;
  background: #ff554c;
}
.list-title .bar {
  flex: auto;
  clear: both;
}
.list-title .bar span {
  float: left;
}
.list-title .bar a.more {
  font-size: 0.54rem;
  padding: 0.06rem 0.2rem;
  color: #666666;
  background: #e5e5e5;
  border-radius: 0.2rem;
  float: right;
  font-weight: normal;
}
.list-title .bar a.more .icon-arrow {
  margin-left: 0.04rem;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.07rem 0 0.07rem 0.09rem;
  border-color: transparent transparent transparent #666666;
}
.swiper-slide {
padding-top: 15px;
}

.swiper-slide ul {
width: 100%;
display: flex;
flex-wrap: wrap;

}

.swiper-slide ul li {
width: 25%;
display: flex;
justify-content: center;
margin-bottom: 15px;
}

.swiper-slide ul li a {
width: 70%;
}

.swiper-slide ul li .img-wrap {
width: 100%;
}

.swiper-slide ul li .img-wrap img {
border-radius: 0.2rem;
border: 1px solid #eeeeee;
width: 100%;
}
.list-wrap .item-wrap .img-wrap img{
border-radius: 0.2rem;
border: 1px solid #eeeeee;
}

.swiper-slide ul li .name {
width: 100%;
text-align: center;
font-size: 14px;
margin-top: 6px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.swiper-containers ul li .btn-wrap {
flex-shrink: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
background: #FE3336;
color: #f8f8f8;
font-size: .24rem;
width: 1.5rem;
height: .6rem;
border-radius: .7rem;
margin: .1rem auto 0;
}



.applist .name{
  margin: 0.12rem 0;
    font-size: 14px !important;
    color: #333333;
    width: 1.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: unset;
    text-align: center;
}
