.bg {
  background: #f9f9f9;
}
.top {
  height: .5rem;
  background: #fff;
  padding: 0 .18rem;
}
.top .logo {
  height: .27rem;
  width: .27rem;
}
.top .yz {
  height: .17rem;
  width: auto;
  margin-left: .07rem;
}
.swiper-container {
  border-radius: 0.05rem;
  overflow: hidden;
  height: 1.4rem;
}
.banner {
  width: 100%;
  height: 1.4rem;
  vertical-align: top;
  background: rgba(244, 100, 39, .2);
}
.box {
  margin-top: .25rem;
}
.box .title {
  font-size: .18rem;
  color: #364664;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.box .title .en {
  position: absolute;
  left: 0;
  top: 0;
  font-size: .15rem;
  color: #eee;
  line-height: 1;
  z-index: -1;
}
.box .intro {
  margin-top: .05rem;
  background: #fff;
  box-shadow: 0 0 7px 1px rgba(119, 119, 119, 0.2);
  border-radius: .05rem;
  padding: .15rem;
  font-size: .12rem;
  color: #333;
  line-height: 1.8;
  font-weight: bold;
}
.van-search {
  margin-top: .1rem;
  padding: 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: .05rem;
  border: 1px solid #eee;
}
.van-search__content {
  background: #fff;
  border-radius: 0.03rem;
}
.list-box {
  margin-top: .2rem;
}
.cat-box {
  width: .77rem;
  margin-right: 0;
  background: #fff;
  box-shadow: 0 0 9px 0 rgba(255, 169, 132, 0.35);
  text-align: center;
  height: 3.4rem;
}
.cat-item {
  width: 100%;
  height: .65rem;
  font-size: .12rem;
  color: #9AA2B1;
  text-align: center;
  transition: all .1s linear;
}
.cat-item.on {
  color: #364664;
}
.cat-item .img0 {
  width: .24rem;
  height: .19rem;
  margin-bottom: 5px;
}
.cat-item .img1 {
  width: .18rem;
  height: .23rem;
  margin-bottom: 3px;
}
.cat-item .img2 {
  width: .21rem;
  height: .21rem;
  margin-bottom: 3px;
}
.cat-item .img3 {
  width: .16rem;
  height: .23rem;
  margin-bottom: 4px;
}
.cat-item .img4 {
  width: .21rem;
  height: .23rem;
  margin-bottom: 3px;
}
.pos {
  position: static;
  width: .77rem;
  z-index: 1;
}
.list {
  background: #fff;
  padding: 0 .18rem 0 .15rem;
}
.list .item {
  padding: .15rem 0;
  border-bottom: 1px solid #E5E5E5;
}
.list .item .cover {
  width: .78rem;
  height: .73rem;
  margin-right: .1rem;
  background: #fff;
  box-shadow: 0 0 9px 0 #ECECEC;
}
.list .item .cover img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.list .item .info {
  overflow: hidden;
  position: relative;
}
.list .item .name {
  font-size: .14rem;
  color: #000;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list .item .desc {
  font-size: .12rem;
  color: #858585;
  margin-top: 3px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: .3rem;
}
.list .item .price {
  font-size: .12rem;
  color: #FB6357;
  margin-top: 2px;
}
.list .item .price .num {
  font-size: .15rem;
  font-weight: bold;
}
.list .item .btns {
  width: .8rem;
  height: .26rem;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: .26rem;
  text-align: center;
  border-radius: .13rem;
  overflow: hidden;
  font-size: .09rem;
  color: #fff;
  font-weight: bold;
}
.list .item .btn {
  background: linear-gradient(90deg, #F6B138 0%, #F47A47 100%);
}
.list .item .btn img {
  width: auto;
  height: .16rem;
}
.list .item .btn1 {
  background: #F26428;
}
