@charset "utf-8";
/* CSS Document */
/*购物车*/
.aa{font-size:10px;color: #e0140a;text-align: center;}
.shopping {
	clear: both;
	overflow: hidden;
	height: auto;
	padding-bottom: 60px;
}
.shop-group-item {
	margin-bottom: 5px;
}
.shop-group-item ul li {
	border-bottom: 1px solid #fff;
}
.shop-group-item ul li:last-child {
	border-bottom: none;
}
.shop-name {
	background: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	position: relative;
}
.shop-name h4 {
	float: left;
	font-size: 14px;
	background: url(../images/icon/icon-kin.png) no-repeat left center;
	background-size: 20px 20px;
	padding-left: 25px;
	margin-left: 28px;
}
.shop-name .coupons {
	float: right;
}
.shop-name .coupons span {
	display: inline-block;
	padding: 0 5px;
}
.shop-name .coupons em {
	color: #e0e0e0;
}
.shop-info {
	background: #f9f9f9;
	height:88px;
	padding: 0 15px;
	position: relative;
}
.shop-info .checkbox {
	background: url(../images/icon/icon_radio3.png) no-repeat left center;
	background-size: 20px 20px;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -60px;
	width: 20px;
	height: 120px;
}
.shop-info .checkbox1 {
	background: url(../images/icon/icon_radio4.png) no-repeat left center;
	background-size: 20px 20px;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -60px;
	width: 20px;
	height: 120px;
}
.shop-info .shop-info-img {
	position: absolute;
    top: 20px;
    left: 40px;
    width: 90px;
    height: 62px;
}
.shop-info .shop-info-img img {
	width: 100%;
	height: 100%;
	position: absolute;
}
.shop-info .shop-info-text {
	margin-left: 130px;
	padding: 15px 0;
}
.shop-info .shop-info-text h4 {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.shop-info .shop-info-text .shop-brief {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #81838e;
	white-space: nowrap;
}
.shop-info .shop-info-text .shop-brief span {
	display: inline-block;
	margin-right: 8px;
}
.shop-info .shop-info-text .shop-price {
	height: 24px;
	line-height: 24px;
	position: relative;
}
.shop-info .shop-info-text .shop-price .shop-pices {
	color: red;
	font-size: 16px;
}
.shop-info .shop-info-text .shop-arithmetic {
	position: absolute;
	right: 0px;
	top: 0;
	width: 84px;
	box-sizing: border-box;
	white-space: nowrap;
	height: 100%;
	border: 1px solid #e0e0e0;
	display: none;
}
.shop-info .shop-info-text .shop-arithmetic a {
	display: inline-block;
	width: 23px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	background: #fff;
	font-size: 16px;
}
.shop-info .shop-info-text .shop-arithmetic .minus {
	border-right: 1px solid #e0e0e0;
}
.shop-info .shop-info-text .shop-arithmetic .failed {
	color: #d1d1d1;
}
.shop-info .shop-info-text .shop-arithmetic .plus {
	border-left: 1px solid #e0e0e0;
}
.shop-info .shop-info-text .shop-arithmetic .num {
	width: 32px;
	text-align: center;
	border: none;
	display: inline-block;
	height: 100%;
	box-sizing: border-box;
	vertical-align: top;
	margin: 0 -6px;
}
.shopPrice {
	background: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	text-align: right;
	display: none;
}
.shopPrice span {
	color: #f00;
}
.payment-bar {
	clear: both;
    overflow: hidden;
    width: 100%;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #e0e0e0;
    background: #fff;
    z-index: 4000;
    padding: 10px 0px 6px;
}
.payment-bar .all-checkbox {
	float: left;
	line-height: 49px;
	padding-left: 40px;
}
.payment-bar .shop-total {
    float: left;
    width: 61%;
    margin-left: 11px;
}
.payment-bar .shop-total strong {
	display: block;
	font-size: 16px;
}
.payment-bar .shop-total span {
	display: block;
	font-size: 12px;
}
.shop-total input {
    width: 56px;
    border: 1px solid #ddd;
    height: 35px;
    margin: 5px 0px;
}
.shop_r{
	width: 35%;
	float: right;
}
.payment-bar .settlement {
	display: inline-block;
    float: right;
    width: 100%;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background: #f36d66;
}
.shop-brief {
    width: 100%;
    background: #f9f9f9;
    padding-bottom: 11px;
}
.shop-brief .shop_lll{
	margin-left: 45px;
    font-size: 12px;
}
.shop-brief span {
	display: inline-block;
    color:#81838e;
}
.shop-pices p{
	float: right;
    margin-right: 17px;
    color: #f36d66;
}

.shop_atitle {
    text-align: center;
    font-size: 14px;
    line-height: 30px;