@charset "utf-8";
/* CSS Document */
/*购物车*/
.shopping {
	clear: both;
	overflow: hidden;
	height: auto;
	padding-bottom: 175px;
}
.shop-group-item {
	margin-bottom: 5px;
}
.shop-group-item ul li {
	height: 125px;
}
.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;
	position: relative;
	height: 125px;
}
.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;
    width: 147px;
    height: 83px;
    top: 20px;
    left: 20px;
}
.shop-info .shop-info-img a{
	display: block;
}
.shop-info .shop-info-img img {
    width: 147px;
    height: 83px;
    position: absolute;
}
.shop-info .shop-info-text {
	margin-left: 194px;
	padding: 15px 0;
	overflow: hidden;
	clear: both;
	margin-right: 53px;
	color: #666;
}
.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 h4 b{
	font-size: 18px;
    font-weight: normal;
}
.shop-info .shop-info-text h4 span{
	font-size: 12px;
	color: #666;
	margin-left: 10px;
}
.shop-info .shop-info-text .tese{
	margin:5px 0px 21px;
}
.shop-info .shop-info-text .shop-brief {
	line-height: 19px;
    font-size: 12px;
    color: #81838e;
    white-space: nowrap;
    margin-top: 5px;
}
.shop-info .shop-info-text .shop-brief span {
	display: inline-block;
    margin-right: 8px;
    color:#ff720a;
    padding: 0px 7px;
    font-size: 12px;
    border-radius: 3px;
    border:1px solid #ff720a;
}
.shop-info .shop-info-text .shop-brief span:nth-child(2){
	color: #00b5f2;
	border:1px solid #00b5f2;
}
.shop-info .shop-info-text .shop-brief span:nth-child(3){
	color: #ff5ec5;
	border:1px solid #ff5ec5;
}
.shop-info .shop-info-text .shop-brief span:nth-child(4){
	color: #00b5f2;
	border:1px solid #00b5f2;
}
.shop_ndiv{
	width: 100%;
	height: 125px;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}
.shop_ndiv .li_acc{
	position: absolute;
	right: 0px;
	top: 0px;
}
.shop_ndiv .li_acc input.check{
	display: none;
}
.shop_ndiv .li_acc .shop-info{
	background: none;
    height: 53px;
    top: 45px;
}
.shop_ndiv .li_acc .shop-info .shop-info-text .shop-price .shop-pices{
	font-size: 19px;
}
.shop_ndiv .li_acc .shop-info .shop-info-text{
	margin-right: 25px;
}
.shop-info .shop-info-text .shop-pl{
	width: 611px;
}
.shop-info .shop-info-text .shop-phref{
	height: 105px;
    margin-top: -6px;
    border-right: 1px solid #ccc;
    width: 174px;
}
.shop-info .shop-info-text .shop-phref a{
	width: 148px;
    height: 31px;
    background: #f36d66;
    border-radius: 3px;
    text-align: center;
    line-height: 31px;
    display: block;
    color: #fff;
    margin-top: 35px;
}
.shop-info .shop-info-text .shop-price {
	height: 24px;
	line-height: 24px;
	position: relative;
	margin-top: 10px;
}
.shop-info .shop-info-text .shop-price .shop-pices {
	color: red;
	font-size: 16px;
}
.shop-info .shop-info-text .shop-price .shop-pices span{
	font-size: 12px;
    color: #666;
}
.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;
}
.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;
}
.shopPrice span {
	color: #f00;
}
.payment-bar {
	clear: both;
    overflow: hidden;
    width: 100%;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #c5c5c5;
    background: #f9f9f9;
    z-index: 10000;
    padding: 22px 0px;
}
.payment-bar .all-checkbox {
	float: left;
	line-height: 49px;
	padding-left: 40px;
}
.payment-bar .shop-total {
	float: left;
	-webkit-box-flex: 1.0;
	box-flex: 1.0;
}
.payment-bar .shop-total strong {
	font-size: 16px;
}
.payment-bar .shop-total span {
	display: block;
	font-size: 12px;
}
.payment-bar .shop-total input{
	border: 1px solid #ccc;
    font-size: 12px;
    width: 68px;
    height: 33px;
    text-indent: 7px;
    line-height: 25px;
    margin:10px;
}
.payment-bar .settlement {
	display: block;
    width: 118px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #f23030;
    border-radius: 2px;
}
.shop_atitle{
	text-align: center;
	font-size: 23px;
	line-height: 74px;
}
.shop_atitle span{
	margin:0px 5px;
}