.home {
  width: 100%;
  background: #F6F6F6;
  position: relative;
}
.home .phone_menu {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  background: white;
  z-index: 100;
  display: none;
}
.home .phone_menu .l {
  width: 40vw;
}
.home .phone_menu .l .item {
  background: #F1F1F1;
  padding: 15px 0;
  text-indent: 10px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  border-bottom: 1px solid #DEDEDE;
}
.home .phone_menu .l .item::before {
  content: "";
  display: block;
  height: 80%;
  width: 2px;
  position: absolute;
  left: 0;
  top: 10%;
  display: none;
  background: #1584E0;
}
.home .phone_menu .l .active {
  color: #1584E0;
  background: white;
}
.home .phone_menu .l .active::before {
  display: block;
}
.home .phone_menu .r {
  width: 55vw;
}
.home .phone_menu .r .pt {
  padding: 10px 0;
}
.home .phone_menu .r .circles {
  display: flex;
  flex-wrap: wrap;
}
.home .phone_menu .r .circles a {
  display: inline-block;
  background: #F4F4F4;
  padding: 5px 10px;
  border-radius: 20px;
  margin-right: 8px;
  margin-bottom: 10px;
  color: #3B3B3B;
  font-size: 14px;
}
.home .phone_menu .r .circles .active {
  background: #EDF6FF;
  border: 1px solid #3C81DC;
}
.home .phone_menu .close {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
.home .phone_menu .close img {
  width: 40px;
  display: block;
}
.home .allCate {
  margin-top: 90px;
  background: white;
  padding: 25px 2.5%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.home .allCate .l {
  display: flex;
  align-items: center;
}
.home .allCate .r {
  width: calc(98% - 130px);
  display: flex;
  flex-wrap: wrap;
}
.home .allCate .r .item {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
}
.home .allCate .r .item img {
  width: 12px;
  margin-left: 5px;
  display: block;
  opacity: 0.5;
}
.home .allCate .r .item .allTypes {
  position: absolute;
  left: 0;
  top: 100%;
  width: 95%;
  padding: 30px 2.5%;
  background: white;
  border-top: 1px solid #DDDDDD;
  z-index: 50;
  box-shadow: 0px 3px 7px 0px rgba(189, 185, 185, 0.35);
  display: none;
}
.home .allCate .r .item .allTypes .d1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.home .allCate .r .item .allTypes .d1 .p1 {
  width: 220px;
  font-size: 14px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}
.home .allCate .r .item .allTypes .d1 .is {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 230px);
}
.home .allCate .r .item .allTypes .d1 .is a {
  color: #666666;
  font-size: 14px;
  margin-left: 20px;
}
.home .allCate .r .item .allTypes .d1 .is a:hover {
  color: #1583E1;
}
.home .allCate .r .item .allTypes .d1 .is .color {
  color: #1583E1;
}
.home .allCate .r .active {
  color: #1583E1;
}
.home .allCate .r .active img {
  opacity: 1;
}
.home .main {
  width: 80%;
  margin: 20px auto;
}
.home .main .links {
  display: flex;
  align-items: center;
}
.home .main .links a {
  color: #333333;
  font-size: 14px;
}
.home .main .links p {
  color: #999999;
  font-size: 14px;
}
.home .main .box {
  padding: 30px 10px;
  background: white;
  margin: 20px 0;
  width: 97%;
}
.home .main .box .icons {
  display: flex;
}
.home .main .box .icons .item {
  width: 103px;
  height: 37px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  cursor: pointer;
}
.home .main .box .icons .item p {
  color: #333333;
  font-size: 14px;
  margin-left: 5px;
}
.home .main .box .icons .active {
  background: #F5FAFF;
}
.home .main .box .tj {
  background: #F8F8F8;
  padding: 20px 10px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.home .main .box .tj .l {
  display: flex;
  align-items: center;
}
.home .main .box .tj .l p {
  color: #666666;
  font-size: 14px;
}
.home .main .box .tj .l .sales {
  display: flex;
  align-items: center;
  margin: 0 20px;
  cursor: pointer;
}
.home .main .box .tj .l .sales img {
  width: 12px;
  opacity: 0.5;
  margin-left: 5px;
}
.home .main .box .tj .l .price {
  display: flex;
  align-items: center;
}
.home .main .box .tj .l .price .toggle {
  margin-left: 5px;
}
.home .main .box .tj .l .price .toggle img {
  width: 12px;
  opacity: 0.5;
  display: block;
  cursor: pointer;
}
.home .main .box .tj .l .price .toggle img:nth-child(1) {
  transform: rotate(-180deg) translateY(-3px);
}
.home .main .box .tj .l .sr {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.home .main .box .tj .l .sr input {
  width: 75px;
  height: 26px;
  background: white;
  border-radius: 10px;
  outline: none;
  border: none;
  text-align: center;
}
.home .main .box .tj .l .sr span {
  margin: 0 10px;
}
.home .main .box .tj .r {
  display: flex;
}
.home .main .box .tj .r div {
  width: 60px;
  height: 33px;
}
.home .main .box .tj .r .clear {
  color: #3B3B3B;
  font-size: 14px;
  border: 1px solid #DDDDDD;
  background: white;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
}
.home .main .box .tj .r .enter {
  color: white;
  font-size: 14px;
  border: 1px solid #1583E1;
  background: #1583E1;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
  margin-left: 20px;
}
.home .main .s1 {
  display: flex;
  flex-wrap: wrap;
}
.home .main .s1 a {
  display: block;
  border: 1px solid #E0E0E0;
  background: white;
  border-radius: 10px;
  width: calc(18.8% - 16px);
  padding: 0 8px;
  margin-right: 1%;
  margin-bottom: 10px;
}
.home .main .s1 a .pic {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .main .s1 a .pic img {
  max-width: 100%;
  max-height: 180px;
  vertical-align: middle;
  object-fit: contain;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.home .main .s1 a .t {
  color: #333333;
  font-size: 15px;
  margin: 10px 0;
  line-height: 1.6;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.home .main .s1 a .price {
  display: flex;
  align-items: center;
}
.home .main .s1 a .price p:nth-child(1) {
  color: #333333;
  font-size: 18px;
}
.home .main .s1 a .price p:nth-child(2) {
  color: #7B7B7B;
  text-decoration: line-through;
  margin: 0 8px;
  font-size: 12px;
}
.home .main .s1 a .ly {
  color: #999999;
  font-size: 12px;
  margin: 20px 0;
}
.home .main .pager {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px 0;
}
.home .main .pager a {
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: block;
  padding: 8px 15px;
  border-right: none;
  font-family: "PingFang-Regular";
  color: #000000;
  max-height: 20px;
}
.home .main .pager a:hover {
  background: #000000;
  color: white;
}
.home .main .pager .active {
  background: #000000;
  color: white;
}
.home .main .pager a:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1440px) {
  .home .main {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .home .allCate {
    margin-top: 60px;
    padding: 15px 2.5%;
  }
  .home .allCate .r {
    display: none;
  }
  .home .main .links {
    flex-wrap: wrap;
  }
  .home .main .box {
    padding: 10px;
  }
  .home .main .box .tj {
    flex-wrap: wrap;
  }
  .home .main .box .tj .l {
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
  }
  .home .main .box .tj .l .sr {
    margin-left: 0;
  }
  .home .main .box .tj .r {
    margin-top: 10px;
  }
  .home .main .s1 {
    justify-content: space-between;
  }
  .home .main .s1 a {
    width: calc(48% - 16px);
    margin-right: 0;
  }
  .home .main .s1 a .pic {
    height: 150px;
  }
  .home .main .s1 a .pic img {
    max-height: 150px;
  }
}

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