body{
	background:#f39700 url('../images/index-bg.png') no-repeat top center;
	background-size: 100%;
}
/*底部*/
.foot .active p{
	color: #fbda82;
	font-weight: bold;
}
.foot li p{
	color: #fff;
}
.foot{
	background: #f39700;
	box-shadow: 0 3px 24px 0 rgba(240,134,0,1);
}









/*定位*/
.location{
	position: fixed;
	top: 0;
	width: 100%;
	/*height: 3rem;*/
	/*padding: 0.6rem 3.2%;*/
	background:#f39700 url('../images/index-bg.png') no-repeat top center;
	background-size: 100%;
	z-index: 10;
}
.location-left{
	padding: 0.6rem 3.2%;
	height: 2.2rem;
}
.location-news img{
	width: 1rem;
	vertical-align: middle;
}

/*左*/
.location-position{
	color: #fff;
	max-width: 80%;
	position: relative;
}
.position-one{
	overflow: hidden;
}
.location-position .position-one p{
	color: #fff;
	padding-right: 0.85rem;
	background:url('../images/bot.png') no-repeat right center;
	background-size: 0.55rem;
	max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.location-position .position-one img{
	width: 0.6rem;
	margin:0.125rem 0.4rem 0.125rem 0;
	float: left;
	vertical-align: middle;
}

.position-two{
	position: absolute;
	top: 1rem;
	left: 27%;
}
.position-two img{
	width: 4rem;
}
/*.position-two p{
	background: #fff;
	color: #000;
	padding: 0.1rem 0.25rem;
	text-align: center;
	border-radius: 0.2rem;
	margin: 0 auto;
	font-size: 0.4rem;
}
.position-two span{
	width: 0; 
	height: 0; 
	border-left: 0.3rem solid transparent; 
	border-right: 0.3rem solid transparent; 
	border-bottom: 0.4rem solid #fff; 
	position: absolute;
    left: 0;
    right: 0;
    top: -0.3rem;
    margin: auto;
}*/





/*切换定位*/
.tabs-location{
	width: 96%;
    margin: 0 2%;
    /* padding: 0 0.5rem 0.5rem; */
    /*border-radius: 0.25rem;*/
    /* background: #fff; */
    position: relative;
    z-index: 20;
    /* display: none; */
    height: 0;
    overflow: hidden;
}
.tabs-location ul{
	height: 10.5rem;
	padding: 0 0.6rem 0.5rem;
	overflow-y: scroll;
	border-radius: 0.25rem;
	background: #fff;
    margin-top: 1rem;
}
.tabs-location ul li{
	overflow: hidden;
	padding: 0.5rem 0 0 0;
}
.tabs-1 h1{
	font-size: 0.75rem;
}
.tabs-1 p{
	font-size: 0.5rem;
}
.tabs-2{
	font-size: 0.5rem;
	padding-top: 0.4rem;
	margin-left: 0.5rem;
}
.tabs-3{
	line-height: 2rem;
	padding-right: 1rem;
}
.tabs-location .active .tabs-3 {
	background: url('../images/dui.png') no-repeat right center;
	background-size: 0.75rem;
}


.tabs-location .triangle{
	width: 0; 
	height: 0; 
	border-left: 0.75rem solid transparent; 
	border-right: 0.75rem solid transparent; 
	border-bottom: 1rem solid #fff; 
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    /*margin: auto;*/
    margin-left: 20%;
    z-index: 10;
}









/*搜索*/
.search-bg{
    height: 6rem;
    background: #f6f5f3 url(../images/user-bg.png) no-repeat center center;
    background-size: cover;
    border-radius:0;
}
.search img{
	width: auto;
	height: 0.75rem;
	margin:0.5rem;
}
.search{
	margin:0.65rem 3.2% 0.55rem;
	height: 1.75rem;
	border-radius: 2rem;
	background: #fff;
	display: flex;
}
.search input{
	width: 100%;
	height: 1.75rem;
	line-height: 1.75rem;
	font-size: 0.6rem;
}




/*轮播*/
.banner{
	margin:0.55rem 0.35rem !important;
	border-radius: 0.4rem;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f39700;
}
.banner .swiper-pagination{
	bottom: 0 !important;
}



/*分类*/
.index-sort{
	margin: 1rem 3.2% 0.2rem;
	padding: 0.6rem 0 0 0;
	background: #fcc15b;
	border-radius: 0.4rem;
}
.index-sort ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-sort ul li{
	width: 25%;
	margin-bottom: 0.5rem;
	text-align: center;
}
.index-sort ul li p{
	font-size: 0.6rem;
	color: #5d3f0a;
	margin-top: 0.3rem;
}
.index-sort ul li img{
	width: 2.45rem;
}





/*热销专区*/
.hot-area{
	margin: 0 3.2%;
}
.special-title{
	color: #fff;
	line-height: 2rem;
}
.special-title img{
	width: 0.65rem;
	margin-right: 0.4rem;
	vertical-align: middle;
}
.special-title h1{
	font-size: 0.85rem;
	float: left;
	font-weight: bold;
}
.special-title p{
	font-size: 0.6rem;
	float: right;
}
.special-title p a{
	color: #fff;
	padding-right: 0.6rem;
	background: url('../images/more2.png') no-repeat right center;
	background-size: 0.4rem;
}

.hot-goods li{
	display: flex;
	border-radius: 0.4rem;
	margin-bottom: 0.9rem;
	overflow: hidden;
	background:  linear-gradient(270deg,#ff8300,#fcc15b);
}
.hot-goods-l{
	width: 6.15rem;
	min-width: 6.15rem;
	height: 5.1rem;
	overflow: hidden;
}
.hot-goods-l img{
	height: 5.1rem;
}
.hot-goods-r{
	width: 100%;
	padding: 0.3rem 0.4rem 0rem 0.75rem;
	color: #fff;
	position: relative;
}
.hot-goods-r h1{
	color: #fff;
	height: 1.8rem;
	line-height: 0.9rem;
	font-size: 0.7rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.hot-goods-r p{
	color: #ffd99a;
	font-size: 0.5rem;
}
.hot-goods-r .original{
	width: 100%;
	height: 1rem;
	font-size: 0.5rem;
	/*margin-top: 0.3rem;*/
}
.hot-goods-r .price{
	font-size: 0.6rem;
	color: #f71c15;
	line-height: 0.8rem;
	font-weight: bold;
}
.hot-goods-r .price em{
	font-size: 0.9rem;
	font-weight: bold;
}
.hot-goods-r .price span{
	font-size: 0.5rem;
}
.addcart{
	line-height: 1.5rem;
	background: #fff;
	color: #fa2824;
	padding: 0 0.4rem;
	border-radius: 0.4rem;
	font-size: 0.6rem;
	font-weight: bold;
	float: right;
	position: absolute;
	right: 0.4rem;
	bottom: 0.9rem;
}
.addcart img{
	width: auto;
	height: 1rem;
	margin-right: 0.2rem;
	vertical-align: middle;
}
.hot-swiper .swiper-pagination{
	bottom: 0rem !important;
}
.hot-swiper .swiper-pagination-bullet {
    width: 0.7rem;
    height: 0.15rem;
    display: inline-block;
    border-radius: 1rem;
    background: #604c3f;
    opacity: 1;
}
.hot-swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.hot-swiper .swiper-pagination-bullet {
    margin: 0 0.2rem !important;
}





/*商品列表*/
.goods-list{

}
.goods-list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.goods-list li{
	width: 48.36%;
	border-radius: 0.5rem;
	overflow: hidden;
	background: #fff;
	margin-bottom: 0.5rem;
}
.goods-img{
	/*height: 7rem;*/
	overflow: hidden;
}
.goods-img img{
	/*min-height: 7rem;*/
}
.goods-text{
	padding: 0.3rem 0.4rem;
}
.goods-text h1{
	height: 1.5rem;
	font-size: 0.6rem;
	line-height: 0.75rem;
	margin-bottom: 0.2rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.goods-price{
	line-height: 0.75rem;
	overflow: hidden;
}
.goods-price p{
	font-size: 0.45rem;
	color: #ff0000;
}
.goods-price p em{
	font-size: 0.7rem;
}
.goods-price p del{
	font-size: 0.45rem;
	color: #6f6f6f;
	margin-left: 0.2rem;
}
.goods-price .discount{
	font-size: 0.35rem;
	color: #ff0000;
	width: 100%;
	height: 0.75rem;
}
.goods-price .cart img{
	width: auto;
	height: 1rem;
	margin: 0.3rem 0 0 0;
}
.discount-price{
	width: 80%;
    overflow: hidden;
}