@charset "utf-8";
.ibox-table th{
	position: relative;
	color:#888;
	background-color: rgb(243,243,243);
	border:1px solid rgb(230,230,230);
	min-height: 80px;
	
}

.ibox-table th span{
	color:#939393;
	position: absolute;
	width: 100%;
	top:15px;
	text-align: center;
	left:0;

}
.ibox-table td{
	padding: 0px;
	border:1px solid rgb(230,230,230);
}

/* 品牌筛选 */
.logo-select-wr{
	position: relative;
	
	display: inline-block;
	width: 940px;
	
	overflow: hidden;
	float:left;
	flex-wrap:wrap;
	padding: 15px 0px 0 15px;
	margin-bottom: 15px;
}
.logo-select-box{
	position: relative;
	float:left;
	width:116px;
	height:58px;
	box-sizing: border-box;
	border: 1px solid #e7e7e7;
	
		display: inline-flex; 
  align-items: center;
  align-content: center;
  overflow: hidden;
  text-align: center;
	cursor: pointer;
}
.logo-select-box:active{
	opacity: 0.4s;
	background-color: #e4e4e4;
}
.logo-select-box img{
	position: relative;
	display: inline-block;
	max-width: 70%;
	max-height: 76%;
	margin:0 auto;
}
.brand-cover{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;		
}
.brand-cover.gary{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.2)
}

.brand-cover-icon{
	background-color:#ffffff;
	position: absolute;
	right:5px;
	top:5px;
	width:18px;
	height:18px;
	background-position: center;
	background-size:100% 100%;
	background-repeat: no-repeat;
	/* border:1px solid #ffffff; */
}
.icon-active{
	/* border:1px solid transparent; */
}

/* 分类 */
.y-tag-wr{
	position: relative;
	display: inline-block;
	max-width: 100%;
	min-height: 20px;
	padding: 10px 0;

}
.y-tag{
	position: relative;
	display: inline-block;
	float:left;
	margin:0 0 0 10px;
	padding:5px 10px; 
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 14px;
	color:#333333;
	cursor: pointer;
}
.more-tag-box{
	position: relative;
	display: inline-block;
	width:140px;
	float:right;

	padding: 16px 2px 16px 0;
}
.more-tag{
	position: relative;
	    display: inline-block;
	    float:left;
    padding: 4px 8px;
    margin:0 10px 10px 0;
    box-sizing: border-box;
    font-size: 12px;
	height: 26px;
	min-width: 52px;
	user-select: none;
	text-align: center;
    border: 1px solid #d2d2d2;
    cursor: pointer;
    color:#a9a9a9;
}
.more-tag span{
	position: absolute;
	color:#a9a9a9;
	right:8px;
	top:0;
	transform: rotate(-90deg);
	float: right;
	margin:0;
	font-size: 20px;
}
/* 输入价格区间*/
.y-tag-input{
	position: relative;
	display: inline-block;
	height:28px;
	padding:0 4px;
	display: inline-flex;
	min-width: 150px;
	flex-flow:nowrap;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 0 0 10px;
}
.y-tag-input span{
	font-size: 25px;
	margin: 0 ;
	height:28px;
	line-height:28px;

	padding:0 5px;
}
.y-tag-input .sure-btn{
	position: relative;
	    display: inline-block;
	    float:left;
	    font-size: 12px;
    padding: 5px 14px 2px 14px;
    letter-spacing: 2px;
    margin:1px 14px 0 14px;
    box-sizing: border-box;
    height: 28px;

    border: 1px solid #d2d2d2;
    cursor: pointer;
    color:#a9a9a9;
}
.y-tag-input .reset-btn{
	position: relative;
	    display: inline-block;
	    float:left;
	    font-size: 12px;
    padding: 5px 14px 2px 14px;
    letter-spacing: 2px;
    margin:1px 14px 0 0px;
    box-sizing: border-box;
    height: 28px;

    border: 1px solid #b3b3b3;
    background-color: #b3b3b3;
    cursor: pointer;
    color:#ffffff;
}
.y-tag-input input[type='text']{
	position: relative;
	display: inline-block;
    width: 58px;
    height: 26px;
    border: 1px solid #d2d2d2;
    outline: 0;
    margin:1px 0;
    padding: 0 5px;
}


.ibox-content {
    position: relative;
    display: inline-block;
    width: 1230px;
    height: auto;
    background-color: #fff;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0;
}
.panties-box-7 {
    position: relative;
    display: inline-block;
    width: 210px;
    height: 350px;
    margin: 28px 0 0 28px;
    float: left;
    border: 1px solid #ededed;
}
/* 没有商品提示 */
.y-not-tips{
				
	width: 100%;
	min-height:140px;
	text-align: center;
	padding: 80px 40px;
	font-size: 18px;
	font-weight: normal;
	box-sizing: border-box;
	text-align: center;
	color:#919191;
}
.y-not-tips img{
	width: 150px;
	margin:30px auto 0;
	    user-select: none!important;
}
.y-not-tips span{
	position: relative;
	height:25px;
	color:#333333;
	max-width: 200px;
	font-weight: bold;
	font-size: 18px;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}



.money-active{
	color:#f13f59!important;
}