@charset "utf-8";
.hot_products {
	margin-top:0.1rem;

}
.clearfix {
    zoom: 1;
}
.hot_prod_list {
    width: 50%;
    float: left;
}
.hot_prod_list .box {
    margin: 0.1rem;
    border: 0.05rem solid #fff;
    background-color: #fff;
}
.pos_rel {
    position: relative;
}
.hot_prod_list img {
    width: 47vw;
    height: 47vw;
    display: block;
}
.hot_prod_list h4 {
    display: block;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    font-weight: normal;
    line-height: 1rem;
    height: 2rem;
    overflow: hidden;
    margin: 0.12rem 0.1rem;
}
.hot_prod_list a {
    color: #646464;
    text-decoration: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%; vertical-align: baseline;background: transparent;}

.hot_prod_list .price {
    padding: 0 0.1rem;
}
.hot_prod_list .price span {
    /* display: block; */
    line-height: 1.2;
}
.hot_prod_list .red {
	font-family:Impact,Arial-Black,arial,sans-serif;
	font-size:large;
    color: #fd0000;
}
.hot_prod_list .price .old, .pro_info_box .price .old {
    color: #909090;
    text-decoration: line-through;
}
.hot_prod_list .price span {
    /* display: block; */
    line-height: 1.2;
}

    /* 另一种样式的css */
.goods-elem {
	border:1px solid #F8B5AA;
    width: 48%;
    float: left;
    margin: 0.1rem;
    list-style: none;
}
.goods-elem>a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    text-decoration: none;
    position: relative;
}
.goodimg-box {
    width: 100%;
    height: 100%;
}
.goodimg-box>img {
    width: 100%;
    display: inline;
	height: 47vw;
}
.elem-attr {
    width: 90%;
    margin: .2rem auto;
    position: relative;
}
.elem-attr .elem-price {
    color: #ff3674;
    font-weight: bold;
    line-height: 1rem;
    font-size: 1rem;
}
.elem-attr .elem-orgprice {
    color: #888;
    font-weight: bold;
    line-height: .8rem;
    font-size: .5rem;
}
.elem-attr del {
    text-decoration: line-through;
}
.elem-attr .elem-discount {
    background-color: #ff3674;
    color: white;
    padding: 0 .2rem;
    font-size: .55rem;
    line-height: .8rem;
    position: absolute;
    top: 0;
    right: 0;
}
.elem-info {
    color: #888;
    margin-top: .1rem;
    border-top: 1px solid #ccc;
    font-size: 100%;
    background: transparent;
    font-weight: large;
    line-height: 1rem;
    height: 2rem;
    overflow: hidden;
    margin: 0.12rem 0.1rem;
}

    /* 另一种样式的css */
