@CHARSET "UTF-8";
/*列表自适应*/
body {
	font-family: "Helvetica Neue",Helvetica,Hiragino Sans GB,"Microsoft Yahei",STHeiTi,Arial,sans-serif;
    background: none; margin: 0 auto;
    font-size: 12px;
    color: #333;
    line-height: 1;
    background-color: #f0f0f0;
    width: 100%;
    overflow-x: hidden;
}
.items {
}
.item {
	font-size: 12px;
	border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: left;
    margin: 5px 5px;
    padding: 10px 5px;
}
.item_img_area {
	text-align: center;
}
.item_img {
    height: 107.644px;
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}
.item_title {
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 6px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.4em;
}
.item_price{
	color: #4169e1;
	padding: 0 10px;
}
li {
	display: inline-block;
    float: left;
    text-align: center;
}
.item_tag {
	display: block;
    border-radius: 5px 0px 5px 0px;
    background-color: rgba(224, 25, 25, 0.58);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    position: absolute;
    color: #fff;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 9pt;
    /* margin-top: 5px; */
    /* margin-left: 5px; */
    position: absolute;
    left: 5px;
    top: 5px;
}
.btn_area {
	position: absolute;
    right: 0px;
    bottom: 0px;
    right: 5px;
}
.btn_area_new {
	position: absolute;
    right: 0px;
    bottom: 5px;
    right: 5px;
        border-radius: 5px 0px 0px 0px;
    background-color: rgba(191, 41, 41, 0.82);
    /* box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); */
    position: absolute;
    color: #fff;
    width: 50px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 11pt;
    padding: 1px 15px;
}

.btn_area_new a {
	color: #f5f5f5;
    text-decoration: none;
}

.btn_area_new a:hover, .btn_area_new a:focus {
	color: #f5f5f5;
    text-decoration: none;
}