@charset "utf-8";
.content {
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.yx_top {
	width: 100%;
	height: 56px;
	background-color: #fff;
	float: left;
	margin-top: 15px;
}

.yx_top .search {
	float: left;
	position: relative;
}
.yx_top .search .search_key {
	background-color: #f7f7f7;
	float: left;
	height: 36px;
	width: 300px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-size: 13px;
	color: #666666;
	margin:10px;
}
.yx_top .search .search_btn {
	background-color: #d8c492;
	font-size: 20px;
	height: 36px;
	width: 45px;
	color: #FFFFFF;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	line-height: 27px;
	text-align: center;
	background-image: url(../images/shenjia/iconfont-sousuo.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top:10px;
	border-radius: 3px;
}
.yx_top .search .clear_text{
	cursor: pointer;
	position: absolute;
	z-index: 3;
	height: 30px;
	width: 30px;
	right: 55px;
	top: 14px;
	font-size: 20px;
	color: #999;
	line-height: 32px;
	text-align: center;
	background-color: #f7f7f7;
	display: none;
	padding-right: 5px;
}

.yx_top .search .search_btn:hover {
	background-color: #CFB87A;
}
.hot_keys {
	float: left;
	width: 100%;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	color: #999999;
	margin-top: 5px;
	overflow: hidden;
}
.hot_keys span {
	font-size: 12px;
	color: #999999;
}
.hot_keys a {
	font-size: 12px;
	color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
}
.hot_keys a:hover{
	color: #999999;
	text-decoration: underline;
}

.yx_top .hot_key {
	float: left;
    line-height: 54px;
    margin-left: 30px;
}
.yx_top .hot_key span {
	font-size: 14px;
}

.yx_top .hot_key a {
	font-size: 12px;
	color: #666666;
	display: inline-block;
	margin-right: 15px;
}
.yx_top .hot_key a:hover{
	color:#FF8200;
}

.filter {
	width: 100%;
	height: 50px;
	background-color: #fff;
	float: left;
	margin-top: 5px;
}
.filter li {
	float: left;
	font-size: 15px;
}
.filter li a {
	color: #333333;
    float: left;
    height: 50px;
    line-height: 52px;
    padding-top: 0;
    padding-right: 12px;
    padding-bottom: 0;
    padding-left: 12px;
}
.filter li a:hover,.filter li a.on{
	color:#FF8200;
}
.filter .select {
	float: left;
	display: block;
	margin-left: 10px;
}
.filter .select a span {
	float:left;
}
.filter .select a i {
	background-image: url(../images/sort_icon.png);
    background-repeat: no-repeat;
    display: block;
    height: 12px;
    width: 10px;
    margin-left: 6px;
    float: left;
    background-position: 0px 0px;
    margin-top: 20px;
}
.filter .select a i.up {
	background-position: -24px 0px;
}
.filter .select a i.dw {
	background-position: -12px 0px;
}

.filter .filter_price {
	float: left;
	font-size: 12px;
	line-height: 50px;
	margin-left: 20px;
	color: #999;
}
.filter .filter_price .sprice{
	background-color: #f7f7f7;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	height: 28px;
    font-size: 12px;
    width: 80px;
    color: #888;
    margin: 0 5px;
}
.filter .filter_price .price_btn {
	font-size: 12px;
	color: #fffffe;
	background-color: #d8c492;
	text-align: center;
	height: 25px;
	line-height:26px;
	display:inline-block;
	width: 50px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-left:5px;
}
.filter .filter_price .price_btn:hover {
	background-color: #c5ab68;
}
.filter .filter_price .clear_price {
	margin-left: 15px;
    color: #999;	
}
.filter .filter_price .clear_price:hover {
	color: #c5ab68;
}
.filter .lanmu {
	float: right;
}
.filter .lanmu li {
	float: left;
	font-size:14px;
}
.filter .lanmu li a:hover {
	color:#666;
}
.filter .lanmu li a em {
	background-image: url(../images/checkbox_icon.png);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 20px;
	background-position: 0px 0px;
	margin-top: 15px;
    margin-right: 2px;
}
.filter .lanmu li a.on em,.filter .lanmu li a:hover em{
	background-position: -24px 0px;
}
.filter .lanmu li a.on span,.filter .lanmu li a:hover span{
	color:#FF8200;
}




.jd_youxuan {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.jd_youxuan li {
	float: left;
	display: block;
	padding: 15px;
	width: 200px;
	height: 330px;
	border: 1px solid #fff;
	background-color: #fff;
	overflow: hidden;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	-moz-transition: box-shadow .2s;
    -webkit-transition: box-shadow .2s;
    -o-transition: box-shadow .2s;
	position: relative;
}
.jd_youxuan li:nth-child(5n){
	margin-right: 0px;
}
.jd_youxuan li .top_icon {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background-color: #bd9dfe;
	border-bottom-right-radius: 5px;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
.jd_youxuan li .tuiguang {
	font-size: 12px;
	position: absolute;
	z-index: 2;
	top: 0px;
	right: 0px;
	background-color: rgba(0,0,0,.4);
	color:#fff;
	border-bottom-left-radius: 5px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	cursor: pointer;
	display: none;
}
.jd_youxuan li .tuiguang:hover {
	background-color: rgba(0,0,0,.6);
}

.jd_youxuan li:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.jd_youxuan li a{
	display: inline-block;
}
.jd_youxuan li a .img {
	height: 200px;
	width: 100%;
	display: table-cell;text-align: center;vertical-align: middle;
}
.jd_youxuan li a .img img{
	max-height: 200px;
	max-width: 100%;
	vertical-align: middle;
}
.jd_youxuan li a .title {
	line-height: 22px;
	height: 44px;
	width: 100%;
	float: left;
	font-size: 13px;
	margin-top:15px;
	color: #666;
	transition: color .2s ease;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.jd_youxuan li a .title .owner{
	background-color: #e1251b;
    border-radius: 2px;
    color: #fff;
    padding: 0 3px;
	margin-right: 4px;
    margin-top: 2px;
    line-height: 16px;
    height: 16px;
    font-size: 12px;
    display: inline-block;
    font-family: Helvetica Neue,Hiragino Sans GB,SimSun,serif;
}
.jd_youxuan  li  a:hover .title {
	color: #c81623;
}
.jd_youxuan li .note {
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 25px;
	color: #999999;
	height: 25px;
	overflow: hidden;
	margin-top: 10px;
}
.jd_youxuan li .note .price {
	font-size: 12px;
	color: #999999;
	float: left;
}
.jd_youxuan li .note .price .type{
    float: left;
    height: 14px;
    line-height: 16px;
    padding: 0 3px;
    border: 1px solid #e08080;
    margin-right: 5px;
	margin-top: 4px;
    overflow: hidden;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    border-radius: 2px;
    color: #e08080;
}
.jd_youxuan li .note .price i{
	font-size:12px;
	font-style: normal;
	font-weight: 700;
	color: #e1251b;
}
.jd_youxuan li .note .price em{
	color: #e1251b;
	font-size: 18px;
    font-weight: 700;
    font-family: arial,sans-serif;
}
.jd_youxuan li .note .comment{
	float: right;
	color: #a7a7a7;
}

.jd_youxuan  li .tag {
	float: left;
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
}

.jd_youxuan li .tag  .quan {
	font-size: 12px;
	float: left;
	color: #4caf50;
	border: 1px dashed #4caf50;
    padding-right: 4px;
    padding-left: 4px;
    height: 16px;
	border-radius: 3px;
    line-height: 16px;
	margin-top: 2px;
}
.jd_youxuan  li .tag .bili{
	border: 1px dashed #ff6600;
	color: #ff6600;
	margin-right: 5px;
}
.jd_youxuan  li  a .zhida {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #ff6600;
	line-height: 22px;
	float: right;
	height: 22px;
	width: 60px;
	text-align: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.jd_youxuan  li  a .zhida:hover{
	background-color: #ff3300;
}
.complete{float: left; width: 100%; text-align: center; line-height:60px; font-size: 14px; color: #999999;display:none;}
