@import url("header.css");
@import url("sort_slide.css");
@import url("../footer.css");
body{
	background-color: #f7f7f7;
}

.swiper-slide img{
	width: 100%;
}

.nav{
	padding: 1rem 0.5rem 0.2rem 1.25rem;
}

.nav div{
	position:relative;
	padding-left: 2.5rem;
}

.nav div a{
	position: relative;
	float: left;
	height: 1rem;
	padding: 0 0.4rem;
	margin-left: 0.1rem;
	color: #a3a3a3;
	margin-bottom: 1rem;
	border-radius: 5px;
}

.nav div a.now{
	color: #fff;
	background-color: #f15352;
}

.nav div a.now:after{
	position: absolute;
	left: 0;
	top: 1rem;
	display: block;
	content: "";
	width: 100%;
	height: 0.35rem;
	background: url(../../images/promot_icon.jpg) no-repeat center 0/0.35rem 0.35rem;
}

.nav div a.total{
	position:absolute;
	left: 0;
	top: 0;
	margin-left: 0;
}

.one{
	margin: 0 2px 0.5rem 0;
}
.head{
	position: relative;
	padding: 0 0.75rem;
}

.head div:nth-child(1){
	position: absolute;
	left: 0;
	top: 0;
	width: 0.75rem;
	height: 100%;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

.head div:nth-child(3){
	position: absolute;
	right: 0;
	top: 2px;
	width: 0.75rem;
	height: 100%;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}

.head div:nth-child(2){
	border-top: 2px solid #ff0000;
        background-color: #FFF;
        padding-top: 0.5rem;
        padding-right: 0.5rem;
        line-height: 0.7rem;
        color: #5b5b5b;
        overflow: hidden;
        padding-left: 0.5rem;	
}

.head div:nth-child(2) span{
	color: #ff0000;
}

.box_content{
	padding-top: 0.25rem;
	padding-bottom: 0.5rem;
	background-color: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}

.fl{
	float: left;
}

.right{
	width: 50%;
	padding-top: 0.2rem;
}

.right p{
	color: #a3a3a3;
}

.right p.blue{
	color: #00579b;
}

.right p.black{
	color: #000;
}

.right p.black span{
	color: #d20000;
}


.right div{
}

.right div i{
	float: left;
	height: 1rem;
	padding: 0 0.3rem;
	background-color: #c3c3c3;
	color: #fff;
	font-size: 0.5rem;
	text-align: center;
}

.right div em{
	float: left;
	padding: 0 0.3rem;
	height: 1rem;
	background-color: #ff2c2c;
	color: #fff;
	font-size: 0.5rem;
	text-align: center;
}

.right a{
    margin-top: 0.7rem;
    display: block;
    height: 1.6rem;
    width: 6rem;
    text-align: center;
    border: 1px solid #aaa;
    border-radius: 3px;
    background-color: #F3F3E5;
    line-height: 1.6rem;
    color: #333;
}

.equel{
	width: 10%;
	text-align: center;
	color: #e0e0e0;
	font-size: 24px;
	font-weight: bold;
	line-height: 5rem;
}

.add{
	width: 100%;
	text-align: center;
	color: #e0e0e0;
	font-size: 24px;
	font-weight: bold;
	line-height: 2rem;	
}

.good_box{
	width: 40%;
}

.good_box img{
	margin: auto;
	width: 4.3rem;
	height: 4.3rem;
}

.good_box .name{
	padding: 0 0.3rem;
	text-align: center;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.good_box .charge{
	color: #f15352;
	text-align: center;
	line-height: 1.2rem;
}

.select_box{
	text-align: center;
}

.select_margin{
	margin-bottom: 0.3rem;
}

.select_box select{
	width: 3.5rem;
	height: 1rem;
	color: #333;
	border: 1px solid #eee;
}

.select_box label{
	color: #a3a3a3;
}


.filter_link{
	display: block;
	margin: 0.3rem 0.7rem 0.5rem 0.7rem;
	height: 1.5rem;
	line-height: 1.5rem;
	border: 1px solid #ccc;
	background-color: #eee;
	border-radius: 3px;
	color: #333;
	text-align: center;
}







