@charset "utf-8";
/* CSS Document */

.goods_list_315
{
	width:1180px;
	height:auto;
	margin:0 auto;
}
.goods_list_315 ul
{
	width:100%;
}
.goods_list_315 ul li {
    width: 280px;
    height: 420px;
    float: left;
    background: #fff;
    margin-right: 17px;
    margin-bottom: 24px;
    position: relative;
    -webkit-transition: -webkit-box-shadow .15s,border-color .15s;
    -moz-transition: -moz-box-shadow .15s,border-color .15s;
    -ms-transition: -ms-box-shadow .15s,border-color .15s;
    -o-transition: -o-box-shadow .15s,border-color .15s;
    transition: box-shadow .15s,border-color .15s;
    border: 1px solid #dfdfdf;
}
.goods_list_315 ul li:nth-child(4n){
	margin-right:0;
}
.goods_list_315 ul li:hover {
    -webkit-box-shadow: 0 0 8px rgb(245,62,123);
    -moz-box-shadow: 0 0 8px rgb(245,62,123);
    box-shadow: 0 0 8px rgb(245,62,123);
	border-color: #ccc;
}
.goods_list_315 ul li a img {
    width: 256px;
    height: 256px;
    margin: 11px 12px 0 12px;
}
.goods_list_315 ul li a:hover{
	color:#555;
}
.goods_list_315 ul li a.ic:hover{
    color: #fff;
    padding-right: 10px;
}
.goods_list_315 ul li a .jy_title {
    width: 256px;
    height: 48px;
    line-height: 22px;
    margin: 5px 12px 0 12px;
    display: block;
    overflow: hidden;cursor: pointer;
    text-overflow: ellipsis;
    font-size: 14px;
}
.goods_list_315 ul li .jy_nr
{
	display:block;
	width:255px;
	margin:0px 12px;
}
.goods_list_315 ul li .jy_price
{
	float:left;
color: #333;    height: 30px;
	font-size:20px;
	width:100%;
	margin-top:8px;
}
.goods_list_315 ul li .jy_price span {
    font-size: 24px;
    margin-right: 8px;
    font-weight: bold;
}
.goods_list_315 ul li .jy_price del,.goods_list_315 ul li .jy_price .dazhe
{
	font-size:14px;font-family: arial;
	color:#999;
}
.goods_list_315 ul li .jy_del {
    float: left;
    color: #999;
    width: 100%;
    border-top: #e8e8e8 dotted 1px;
    padding-top: 10px;
}
.goods_list_315 ul li .inblock
{
	float:left;
	margin-bottom:5px;
	line-height:24px;
}
.goods_list_315 ul li .inblock.hiddens
{
	overflow:hidden;
}
.goods_list_315 ul li .jy_del .dazhe
{
	padding-left:5px;
}
.goods_list_315 ul li .jy_del .biaoqian {
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 3px;
}
.goods_list_315 ul li .jy_del .biaoqian img
{
	height:20px;
	width:20px;
	border-radius:3px;
	vertical-align:inherit;
}
.goods_list_315 ul li .jy_del .biaoqian.lanse
{
	background:#62c3fb;
}
.goods_list_315 ul li .jy_del .biaoqian.chengse
{
	background:#f36519;
}
.goods_list_315 ul li .jy_del .biaoqian.qingse
{
	background:#90b100;
}
.goods_list_315 ul li .jy_w_buy {
    float: left;
    width: 24px;
}
.goods_list_315 ul li .jy_w_buy .tb
{
	width:20px;
	height:20px;
	float:left;
	color:#ff5400;
	font-size:15px;
	line-height:20px;
}
.goods_list_315 ul li .jy_w_buy .tmall
{
	width:20px;
	height:20px;
	float:right;
	color:#c40000;
	font-size:15px;
	line-height:20px;
}
.goods_list_315 ul li .jy_w_buy .jd
{
	min-width:20px;
	height:20px;
	float:right;
	color:#c40000;
	font-size:15px;
	line-height:20px;
}
.goods_list_315 ul li .jy_w_buy .pdd
{
	min-width:20px;
	height:20px;
	float:right;
	color:#c40000;
	font-size:15px;
	line-height:20px;
}
.goods_list_315 ul li .jy_w_buy .tb i
{
	width:20px;
	height:20px;
	display:inline-block;
	background:url(../images/tb.png) no-repeat;
	margin-right:5px;
}
.goods_list_315 ul li .jy_w_buy .tmall i
{
	width:20px;
	height:20px;
	display:inline-block;
	background:url(../images/tmall_ico.png) no-repeat;
	margin-right:5px;
}
.goods_list_315 ul li .jy_w_buy .jd i
{
	width:20px;
	height:20px;
	display:inline-block;
	background:url(../images/jd_ico.png) no-repeat;
	margin-right:5px;
}

.goods_list_315 ul li .jy_w_buy .pdd i
{
	width:20px;
	height:20px;
	display:inline-block;
	background:url(../images/pdd_ico.png) no-repeat;
	margin-right:5px;
}
.goods_list_315 ul li .jy_w_buy .yishou
{
	float:right;
	color:#bbb;
}
.goods_list_315 ul li .jy_fx {
    height: 25px;
    width: 270px;
    background: #ffe9c8;
    float: left;
    margin-top: 8px;
    bottom: -1px;
    left: -1px;
    z-index: 5;
    display: none;
    position: absolute;
    padding-top: 8px;
    padding-left: 10px;
    border: 1px solid #ffbc58;
    border-top: 0 none;
}
.goods_list_315 ul li:hover .jy_fx
{
	display:block;
}
 

.goods_list_315 .start_time,.goods_list_315 .end_time,.goods_list_315 .yimaiguang
{
	height:65px;
	width:270px;
	text-align:center;
	line-height:65px;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	padding-left:42px;
	position:absolute;
	top:120px;
	left:12px;
	z-index:11;
}
.goods_list_315 .start_time
{
	background:url(../images/start.png) no-repeat;
}
.goods_list_315 .end_time
{
	background:url(../images/hd_end.png) no-repeat;
}
.goods_list_315 .yimaiguang
{
	background:url(../images/touming.png) no-repeat;
}
.goods_list_315 .tp_ab
{
	position:absolute;
	left:12px;
	top:256px;
}
.goods_list_315 .tp_bq
{
	width:70px;
	height:40px;
	padding-top:5px;
	float:left;
	color:#fff;
	text-align:center;
	margin-right:10px;
	line-height:17px;
}

.goods_list_250 .n_top
{
	position: absolute;
	width: 37px;
	height: 37px;
	top: 11px;
	left: 12px;
	background: url(../images/left_up_hot.png) no-repeat;
	z-index:100;
}
.tfw_gos_yh {
    font-size: 0;
    height: 20px;
    line-height: 20px;
    float: right;
    margin: 0;
    background: #FE9C07;margin-top: 2px;
}
.tfw_gos_yh span,.tfw_gos_yh a{
	 color: #ffffff;
    background-color: #f53e7b;
    font-size: 12px;
    padding: 2px 4px;}
 
.tfw_gos_yh .ic{
    background: #FE9C07;border-left: #ffd699 dotted 1px;
}
.tfw_gos_fl {
    color: #eb005e;
    height: 20px;
    line-height: 20px;
}
.tfw_gos_fl span i{
	display:none;
}
.tfw_gos_fl:hover i {
	display:inline;
}
.tfw_gos_fl strong {
    float: left;
    font-size: 18px;
}
.tfw_gos_fl span {
    background: #fff;
    border: #F53E7B 1px solid;
    border-radius: 3px;
    color: #ef0663;
    display: block;
    float: left;
    font-family: Helvetica,Arial,SimSun;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    margin: 0 0 0 8px;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
    font-style: normal;
}
 
.tfw_gos_m {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding-top: 15px;
}
	
.container .tfw_gos_yh span.bq {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}
	
.goods_list_315 ul li .nkh{
    margin-top: 3px;
    height: 20px;
}	