


/*header*/
.favor-header-bar{padding:0 1.1rem;overflow: hidden;height:3.46rem;line-height: 3.46rem; margin:0 auto}

.favor-header-bar ul{ width:100%; padding:0}
.favor-header-bar li{display: block;width:25%;text-align: center;float: left;margin-left:-1px;height:5rem;line-height: 1.5rem;position: relative; }
.favor-header-bar a{font-size:1.1rem;color:#fff;display:block;padding: 0.2rem;margin:0 auto;}
.favor-header-bar li:last-child{border-right:none;}
.favor-header-bar li.default a{color:#fff; background:#00367e;border-radius: 5px;}
.favor-header-bar li.defaults a{color:#fff; background:#00367e;border-radius: 5px;}

.favor-header-bar li span{position: absolute;display: block;width:25%;top:-0.4rem;right:0.2rem;max-width: 32px;}
/*favor-list*/

/*nofavor*/
.nofavor{width:100%; color:#FFF; font-size:16px; text-align:center; min-height:300px}

.swiper-nav {

	position:relative;
	width: 100%;

}
.swiper-nav .swiper-slide {
	width: 84px;
	text-align: center;
	border-radius: 5px;
	line-height:1.9rem;
	font-size:1.1rem;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color:#FFF;

}


.swiper-nav .active-nav {
	background: #00367e;
	
}
.swiper-nav .active-nav .angle {
	opacity: 1;
}
.swiper-nav .swiper-wrapper {
	margin: 0 auto;
}


swiper-nav1 {

	position:relative;
	width: 100%;

}
.swiper-nav1 .swiper-slide {
	width: 120px;
	text-align: center;
	border-radius: 5px;
	line-height:1.9rem;
	font-size:1.1rem;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	color:#FFF;

}
.swiper-nav1 .active-nav {
	background: #00367e;
	
}
.swiper-nav1 .active-nav .angle {
	opacity: 1;
}
.swiper-nav1 .swiper-wrapper {
	margin: 0 auto;
}

.favor-list.swiper-container{margin-top:1.5rem;width:100%;}
.favor-list1.swiper-container{margin-top:10px;width:100%;}
.favor-list dl{overflow:hidden;padding:2%;background: url(../../images/n-bg.png) repeat; margin-bottom:2%}
.favor-list a:first-child dl{}
.favor-list dt,.favor-list dd{float: left;}
.favor-list dt{width:30%;position: relative; padding-left:2%}
.favor-list dt img{ height:70px;}

.favor-list dt span{display: block;width:0.92rem;height:0.92rem;background-color: #fd3d3d;border-radius: 100%;-webkit-border-radius: 100%;-moz-border-radius: 100%;-ms-border-radius: 100%;-o-border-radius: 100%;
	position: absolute;top:-0.5rem;right: -0.5rem;}
.favor-list dd{width:64%; float:right;line-height:100%;}
.favor-list dd small{color:#9c9c9c;font-size: 16px;display: block; line-height:150%; height:50px; overflow:hidden; }
.favor-list dd p{font-size:1.077rem;color:#666;display: block;text-overflow:ellipsis;overflow: hidden;white-space: nowrap;margin:0;}
.favor-list dd h2{font-weight: normal;font-size:18px;color:#fff; margin-bottom:10px; line-height:120%}
.favor-list a{display: block;width: 100%;}
 
 
 @media screen and (min-width: 319px) and (max-width : 374px){
 	.favor-list dt span{width:0.7rem;height:0.7rem;top:-0.3rem;right:-0.3rem;}
 	.favor-list dd{line-height: 90%;}	
	.favor-list dd small{font-size: 0.85rem;}
	.favor-list dd p{font-size:0.92rem;}
	.favor-list dd h2{font-size:1.1rem;}

}
