/* 店铺页面样式（店铺首页、店铺搜索结果页） */
body{
  background-color: #fff !important;
}
.main{
  width: 1240px;
}
/* 字体图标 */
.condition-search-icon{
  font-size: 15px !important;
  color: #ccc;
  margin-left: 8px;
  margin-right: 10px;
}
/* end */
.main_news,.main_recommend{
  margin-top: 40px;
}
.main_news-title{
  align-items: center;
  justify-content: space-between;
}
.main_recommend-title{
  align-items: center;
}
.main_news-title strong,.main_recommend-title strong{
  font-size: 24px;
  line-height: 1;
}
.main_news-title span{
  font-size: 14px;
  line-height: 1;
}
.main_goods-container{
  margin-top: 10px;
  flex-wrap: wrap;
}

.main_goods-labbel{
  width: 248px;
  height: 340px;
  align-items: center;
  border-radius: 6px;
}
.main_goods-labbel a{
  width: 248px;
  height: 340px;
  align-items: center;
  border-radius: 6px;
}
.main_goods-labbel:hover{
  box-shadow: 0px 0px 5.88px 0.12px rgba(102, 0, 24, 0.14);
}
.main_goods-labbel img{
  width: 226px;
  height: 226px;
  border-radius: 20px;
  margin-top: 10px;
}
.main_goods-textarea{
  width: 226px;
}
.main_goods-textarea-name{
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
}
.main_goods-textarea-price{
  font-size: 20px;
  line-height: 1;
  color: #cc0031;
  margin-top: 15px;
}


/* ----------------轮播图---------------------- */
/*定义css变量*/
:root{ 
	--mywidth: 1240px;
	--myheight: 540px;
}
.main_swiper{
  width: 1240px;
  height: 540px;
  border-radius: 20px;
  margin-top: 20px;
}
/* .a-content{
  border-radius:20px;
  position: relative;
}
.a-content:before{
  content: '';
  width: 500px;
  height: 300px;
  left: 35px;
  top: 19px;
  z-index:-1;
  position:absolute;
  border-radius:20px;
  border: 1px solid rgba(0,0,0, 0.1);
  background: rgba(0, 0, 0, 0.0);
  -webkit-transform: translate(-5%,-5%);
  transform:translate(-5%,-5%);
	-ms-transform:translate(-5%,-5%);
	-moz-transform:translate(-5%,-5%);
	-o-transform:translate(-5%,-5%);
}
.a-content:after{
  content: '';
  position:absolute;
  top:-25px; 
  left: 25%;
  width: 270px;
  height: 40px;
  background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0)), color-stop(.1,rgba(0, 0, 0, 0.2)));
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
	display: none;
} */
.carousel-content{
	width: var(--mywidth);
	height: var(--myheight);
	position: relative;
	overflow: hidden;
	border-radius:20px;
}
.carousel li a img{
  border-radius:20px;
}
.carousel{
	height: var(--myheight);
	position: absolute;
}
.carousel li{
	float: left;
}
.carousel li a{
  display: inline-block;
  width: var(--mywidth);
	height: var(--myheight);
}
.carousel li,.carousel li a img{
	width: var(--mywidth);
	height: var(--myheight);
}
.img-index{
	position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.img-index li{
	float: left;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
  margin: 0 5px;
}
.img-index li.js_index,.img-index li:hover{
	background-color: #cc0031;
}
.carousel-prev,.carousel-next{
	position: absolute;
	display: inline-block;
	top: 45%;
	cursor: pointer;
  display: none;
}
.carousel-prev{
	left: 0;
}
.carousel-next{
	right: 0;
}
/* ----------------轮播图end---------------------- */


/* -------------------------店铺搜索结果页----------------------------------- */
.main_search-result{
  margin-top: 20px;
}
.main_search-condition{
  height: 40px;
  border: 2px solid #eaeaea;
  align-items: center;
}
.main_search-condition-type{
  width: 344px;
}
.type-label{
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #666;
  line-height: 1;
  cursor: pointer;
}
.type-label-selected{
  background-color: #eaeaea;
  color: #cc0031;
}
.type-label:hover{
  background-color: #eaeaea;
  color: #cc0031;
}
.type-label-price{
  width: 10px;
  height: 14px;
  margin-left: 7px;
  background-image: url("../../../../common/images/spirit.png");
  background-position: -30px 0px;
  background-repeat:no-repeat;
}
.type-label-price-asc{
  background-position: -44px 0px !important;
}
.type-label-price-desc{
  background-position: -58px 0px !important;
}
.main_search-condition-price{
  width: 210px;
  justify-content: center;
  align-items: center;
  margin-left: 70px;
}
.main_search-condition-price:hover{
  background-color: #eaeaea;
}
.condition-price-box{
  width: 190px;
  height: 24px;
  justify-content: space-between;
  align-items: center;
}

.condition-price-value{
  padding-left: 7px;
  width: 80px;
  height: 24px;
  border: 2px solid #eaeaea;
  border-radius: 4px;
  background-color: #fff;
}
.condition-price-division{
  width: 10px;
  height: 2px;
  background-color: #999;
}
.condition-price-btn{
  height: 42px;
  top: 36px;
  left: 0px;
  background-color: #eaeaea;
  justify-content: center;
}
.condition-price-btn-style{
  width: 60px;
  height: 26px;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  line-height: 26px;
  margin-top: 6px;
}
.btn-reset{
  color: #cc0031;
  background-color: #fff;
  margin-right: 50px;
}
.btn-confirm{
  color: #fff;
  background-color: #cc0031;
}
.main_search-condition-keyword{
  width: 220px;
  height: 24px;
  border: 2px solid #eaeaea;
  border-radius: 12px;
  align-items: center;
  margin-left: 140px;
}
.condition-search-ipt{
  font-size: 12px;
  color: #666;
  border: 0;
}
.condition-search-btn{
  width: 60px;
  font-size: 12px;
  color: #666;
  background-color: #eaeaea;
  line-height: 20px;
  border-radius: 11px;
  border: 0;
  cursor: pointer;
}
.main_search-goods{
  margin-top: 20px;
  flex-wrap: wrap;
}
.main_search-tips{
  height: 222px;
  border-bottom: 2px solid #eaeaea;
  align-items: center;
  justify-content: center;
}
.main_search-tips strong{
  font-size: 20px;
  color: #999;
}
.main_search-recommend-goods{
  margin-top: 40px;
}
.main_search-recommend-goods h4{
  font-size: 24px;
  line-height: 1;
}
.main_search-recommend-goods-box{
  margin-top: 10px;
  flex-wrap: wrap;
}
