@charset"utf-8";

/** @media min-width:981px;
**/
.products_bg {
	margin-bottom: 0.24rem;
}

.products_list {
	width: 13.2rem;
	margin: 0 auto;
	margin-bottom: 0.24rem;
}

.products_list .products_item {
	margin-bottom: 0.24rem;
}

.products_item {
	width: 100%;
	height: 4.8rem;
}

.left_picture .products_item_picture {
	float: left;
}

.left_picture .products_item_txt {
	float: left;
}

.rigth_picture .products_item_picture {
	float: right;
}

.rigth_picture .products_item_txt {
	float: right;
}

.products_item .products_item_picture {
	display: inline-block;
	width: 8.72rem;
	height: 4.8rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.products_item_picture a {
	display: block;
	width: 100%;
	height: 100%;
}

.products_item .products_item_txt {
	display: inline-block;
	width: 4.48rem;
	height: 4.8rem;
	background: rgba(0,0,0,0.03);
}

.products_item_txt ul {
	padding: 0 0.48rem;
}

.products_item_txt .item_name {
	margin-top:  0.48rem;
	margin-bottom: 0.28rem;
}

.products_item_txt .item_name a, .products_item_txt .item_name a:hover, .products_item_txt .item_name a:visited {
	font-size: 0.32rem;
	color: #000000;
	line-height: 0.36rem;
}

.products_item_txt .item_description {
	height: 2rem;
	margin-bottom: 0.32rem;
	overflow: hidden;
}

.products_item_txt .item_description a, .products_item_txt .item_description a:hover, .products_item_txt .item_description a:visited {
	font-size: 0.18rem;
	color: rgba(0,0,0,0.65);
	text-align: left;
	line-height: 0.24rem;
}

.products_item_txt .item_button .more {
    display: inline-block;
    font-size: 0.16rem;
    color: #C7000B;
    width: 1.44rem;
    height: 0.36rem;
    line-height: 0.36rem;
    border: 1px solid rgba(199, 0, 11, 0.26);
    border-radius: 0.18rem;
    text-align: center;
    margin-top: 0.24rem;
}
.products_item_txt .item_button .buy {
	float: right;
}

.products_item_txt .item_button .more:hover {
	color: #FFFFFF;
	background-color: #C7000B;
}
.products_item_txt .item_button .more:after {
    content: "";
    background: url(../images/more.svg) no-repeat;
    width: 0.15rem;
    height: 0.15rem;
    display: inline-block;
    position: relative;
    left: 0.1rem;
    vertical-align: middle;
}
.products_item_txt .item_button .more:hover:after {
    background: url(../images/more_white.svg) no-repeat;
}
