@CHARSET "UTF-8";

/*拼团列表*/
.spelling-block {
	
}

.spelling-block>header {
	background: #ffffff;
	padding: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

.spelling-block>header h3 {
	display: inline-block;
	font-weight: normal;
	font-size: 15px;
}

.spelling-block>header a {
	float: right;
	color: #FF4E00;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
}

.spelling-block ul li {
	background: #ffffff;
	padding: 10px;
	margin: 0 0 10px 0;
	position: relative;
}

.spelling-block ul li>div {
	text-align: center;
	margin: 0;
	width: 33%;
	display: inline-block;
}

.spelling-block ul li>div>img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	font-size: 12px;
}

.spelling-block ul li>p {
    color: black;
    padding: 0 10px;
    word-wrap: break-word;
    display: inline-block;
    width: 55%;
    position: absolute;
    right: 6px;
    top: 21px;
}

.spelling-block ul li footer {
    display: inline-block;
    border: 0;
    float: right;
    margin: 0px;
    padding: 0 8px;
    text-align: left;
    width: 60%;
}
.spelling-block ul li footer p{
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    word-break: keep-all;
    white-space: normal;
    text-overflow: ellipsis;
    width: 100%;
}
.spelling-block ul li footer .tuangou-money {
    color: #f44;
    font-weight: bold;
    font-size: 16px;
    margin-right: 5px;
    display: inline-block;

}

.spelling-block ul li footer .original-money {
font-size: 12px;
    color: #999999;
    display: inline-block;
}

.spelling-block ul li footer button {
    background: #f44;
    color: #ffffff;
    padding: 5px 15px;
    border: 0;
    /* float: right; */
    border-radius: 3px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    margin: 0;
    /* float: right; */
    margin-top: -20px;
}

.spelling-block ul li footer button:active {
	background: #e04141;
}
.tuangou_price_contailner{
	height: 20px;
	line-height: 20px;

}