html,body,#mallSort{
	width: 100%;
	height: 100%;
}
.fixedTop{
	width: 100%;
	height: 50px;
	background-color: #fff;
	position: fixed;
	top: 0.6rem;
	left: 0;
	z-index: 2;
}
.fixedTop p{
	width: 60px;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
	text-align: center;
	border-radius: 12.5px;
	-webkit-border-radius: 12.5px;
	-ms-border-radius: 12.5px;
	-moz-border-radius: 12.5px;
}
.fixedTop p.active{
	background-color: #FD7290;
	color: #fff;
}
.fixedTop .sortText{
	margin-right: 32px;
}
.fixedTop.halfOnePixel:before{
	height: 0;
}
.fixedTop.halfOnePixel:after{
	background-color: #E2E2E2;
}
#swiper-container-1{
	padding: 0 0 50px 0;
	position: relative;
	width: 100%;
	height: 100%;
}
.leftSort{
	width: 2rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow-y:auto; 
	background-color: #F5F5F5;
}
.sortList li{
	width: 100%;
	height: 1.8rem;
	line-height: 1;
	padding-top: .28rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.sortList li .sortImg{
	width: .6rem;
	height: .6rem;
	display: block;
	margin: 0 auto .12rem;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
}
.sortList li.active{
	background-color: #fff;
}
.sortList li.active:after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background-color: #F5F5F5;
	transform: scale(.5,1);
	-webkit-transform: scale(.5,1);
	-ms-transform: scale(.5,1);
	-moz-transform: scale(.5,1);
}
.sortList li.active .sortImg{
	background-position: bottom;
}
.sortList li p{
	font-size: .28rem;
	margin-bottom: .1rem;
}
.sortList li span{
	font-size: .2rem;
	color: #A5A5A5;
	white-space: nowrap;
}


.rightProduct{
	position: absolute;
	top: 0;
	right: 0;
	width: 5.5rem;
	height: 100%;
	padding: 0 .15rem;
	overflow-y:auto; 
}
.sortProductList{
	background-color: #fff;
}
.sortProductList li{
	position: relative;
	padding: .09rem 0;
	padding-left: 1.77rem;
	height: 1.68rem;
}
.sortProductList li.halfOnePixel:before{
	height: 0;
}
.sortProductList li.halfOnePixel:after{
	background-color: #E1E1E1;
}
.sortProductList li .sortProductImg{
	width: 1.5rem;
	height: 1.5rem;
	overflow: hidden;
	position: absolute;
	left:0;
	top: .09rem;
	z-index: 1; 
}
.sortProductList li .sortProductImg img{
	width: 100%;
}
.sortProductBox{
	margin-top: .06rem;
}
.sortBanner{
	width: 100%;
	height: 1.5rem;
	margin-top: .15rem;
	overflow: hidden;
}
.sortBanner img{
	width: 100%;
}
.sortProductBox h6{
	font-size: .24rem;
	line-height: 1.375;
	margin-top: .13rem;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.sortProductBox p{
	font-size: .26rem;
	line-height: 1;
	margin-top: .43rem;
}
.sortProductBox p span:nth-child(1){
	color: #ff0036;
	padding-right: .09rem;
}
.sortProductBox p span:nth-child(2){
	color: #ABABAB;
	text-decoration: line-through;
}

/* 品牌区域 */
.scrollBox{
	width: 100%;
	height: 100%;
	overflow-y:auto; 
}
.usefulText{
	height: 1rem;
	font-size: .28rem;
	padding: 0 .2rem;
}
.usefulText p img{
	width: .24rem;
	height: .24rem;
}
.usefulList{
	height: 2.21rem;
	background-color: #F5F5F5;
	width: 100%;
	overflow-x: auto;
	font-size: 0;
}
.usefulList li{
	width: 1.6rem;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-shrink: 0;
	-moz-flex-shrink: 0;
}
.usefulList li img{
	width: 1.2rem;
	height: 1.2rem;
	display: block;
	margin: 0 auto .19rem;
}
.usefulList li span{
	font-size: .24rem;
	color: #b2b2b2;
}
.sortUsefulBox{
	padding:.22rem .2rem 0; 
	line-height: 1;
}

.sortUsefulBox h6{
	padding: .28rem 0 .32rem;
	font-size: .26rem;
}
.sortUsefulList{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
.sortUsefulList li{
	width: 1.4rem;
	margin-right: .5rem;
	text-align: center;
	font-size: .22rem;
	margin-bottom: .32rem;
	word-break: break-all;
}
.sortUsefulList li:nth-child(4n){
	margin-right: 0;
}
.sortUsefulList li img{
	width: 1.4rem;
	height: 1.4rem;
	display: block;
	margin-bottom: .15rem;
	border: solid 1px #F6F6F6;
}
/* 侧栏 */
.brandSidebar{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	animation: bgliner .5s;
	-webkit-animation: bgliner .5s;
	-ms-animation: bgliner .5s;
	-moz-animation: bgliner .5s;
	background-color: rgba(0,0,0,.4);
}
@keyframes bgliner
{	
	0%{background-color: rgba(0,0,0,0);}
    100%{background-color: rgba(0,0,0,.4);}
}
 
@-webkit-keyframes bgliner
{
    0%{background-color: rgba(0,0,0,0);}
    100%{background-color: rgba(0,0,0,.4);}
}
@-moz-keyframes bgliner
{
    0%{background-color: rgba(0,0,0,0);}
    100%{background-color: rgba(0,0,0,.4);}
}
.sidebarContent{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 5rem;
	height: 100%;
	background-color: #fff;
	overflow-y:auto;
	animation: sidebarSlide .3s;
	-webkit-animation: sidebarSlide .3s;
	-ms-animation: sidebarSlide .3s;
	-moz-animation: sidebarSlide .3s;
}
@keyframes sidebarSlide
{	
	0%{right: -5rem}
    100%{right: 0}
}
 
@-webkit-keyframes sidebarSlide
{
    0%{right: -5rem}
    100%{right: 0}
}
@-moz-keyframes sidebarSlide
{
    0%{right: -5rem}
    100%{right: 0}
}
.sidebarContent h6{
	height: 1rem;
	font-size: .32rem;
	font-weight: bold;
}
.sidebarContent h6.halfOnePixel:before{
	height: 0;
}
.sidebarContent h6 img{
	width: .37rem;
	height: .33rem;
	margin-right: .15rem;
	margin-top: -.04rem;
}
.sidebarList{
	padding: .15rem .32rem;
}
.sidebarList li{
	line-height: 1;
}
.sidebarList li p{
	font-size: .28rem;
	font-weight: bold;
	margin-bottom: .2rem;
}
.sidebarList li div{
	margin-bottom: .2rem;
}
.sidebarList li div img{
	width: .7rem;
	height: .7rem;
	margin-right: .18rem;
}
.sidebarList li div span{
	font-size: .26rem;
}
/* 底部tab样式 */
.footerBar.jpyaFooterBar{
	background-color: #fff;
}
.footerBar a:nth-child(2) span{
    color: #F95478;
}
.footerBar a:nth-child(2) i{
    background-position: bottom;
}