.bannercont{
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 100%;
  color: #fff;
  text-align: center;
  margin-top: -30px;
}
.banner-p1{
  font-size: 18px;
  font-weight: 600;
}
.banner-p2{
  font-size: 12px;
  padding-top: 15px;
}
.serchbox{
  width: 80%;
  margin: -35px auto 0;
  box-shadow: 3px 4px 10px -3px #B9B9B9;
  height: 35px;
  border-radius: 50px;
  z-index: 10;
  position: relative;
  background: #fff;
  display: flex;
}
.cont{
  padding-bottom: 30px;
}
.serch-int{
  width: 89%;
  height: 35px;
  border: none;
  line-height: 35px;
  display: inline-block;
  border-radius: 50px;
  font-size: 13px;
}
.serchimg{
  width: 14px;
  height: 14px;
  margin: 0 auto;
  line-height: 38px;
}
.hotserch{
  width: 80%;
  margin: 0 auto;
  display: flex;
  font-size: 12px;
  color: #666666;
  padding-top: 8px;
}
.hotsign{
  display: flex;
  padding-top: 2px;
}
.hotsign li{
  margin-right: 7px;
}
.hot-p1 img{
  width: 12px;
  position: relative;
  top: 2px;
}
.indexlinkBox{
  overflow: hidden;
  padding-top: 20px;
}
.icon{
  width: 27px;
  height: 27px;
  margin: 0 auto;
}
.indexlinkBox ul li{
  float: left;
  width: 25%;
  text-align: center;
  margin-bottom: 15px;
}
.link-p1{
  font-size: 13px;
  padding-top: 9px;
  color: #333;
}
.higebox{
  position: relative;
  margin-top: 6px;
}
.higebox img{
  border-radius: 4px;
}
.higeul{
  display: flex;
  width: 80%;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -40%;
}
.higeul li{
  width: 33.333%;
  margin-left: 10px;
  position: relative;
}
.higeul li:first-child{
  margin-left: 0;
}
.higeul li img{
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 4px;
}
.higeul li span{
  display: block;
  background: rgba(0,0,0,0.5);
  border-radius: 4px 4px 0 0;
  position: absolute;
  font-size: 12px;
  color: #fff;
  width: 100%;
  bottom: 8px;
  left: 0;
  text-align: center;
}
.oredrbox{
  width: 80%;
  margin: 0 auto;
  padding: 8px 12px;
  box-shadow: 3px 4px 10px -3px #B9B9B9;
  border-radius: 4px;
  position: relative;
  top: -50px;
  z-index: 10;
  background: #fff;
}
.order-title{
  font-size: 15px;
  text-align: center;
  color: #333;
}
.order-int{
  border-bottom: 1px solid #E3E3E3;
  margin-top: 12px;
}
.order-int input{
  border: none;
  width: 100%;
  font-size: 12px;
  line-height: 30px;
}
.order-button{
  background: #4CC32C;
  height: 33px;
  text-align: center;
  line-height: 33px;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
  margin-top: 12px;
}
.recommendtitle{
  display: flex;
}
.recommend-sp{
  font-size: 18px;
}
.recommendBox{
  margin-top: -20px;
}
.classify{
  border-top: 1px solid #E3E3E3;
  flex: 2;
  margin-top: 13px;
}
.classify ul{
  overflow: hidden;
  padding-top: 10px;
}
.classify ul li{
  float: right;
  margin-left: 16px;
}
.clickesp{
  color: #4CC32C;
}
.maskimg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  border-radius: 4px;
}
