.item_info .error, .item_info .item_del, .item_info .num_limit, .item_num {
	position: absolute;
	right: 5px
}
.item_num input, .item_num span {
	height: 24px;
	text-align: center;
	float: left
}
.cart_fd, .item_info a, .item_info span, .shop_service {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
#footer {
	margin-top: 20px;
	padding-bottom: 50px
}
.loading {
	width: 100%;
	height: 150px
}
.checkbox {
	display: block;
	text-align: center;
	width: 30px;
	height: 30px;
	font-size: 18px;
	color: #666
}
    .checkbox input {
        display:none;
        width:0;
    }
.ischecked {
	color: #b0352f;
}
.shop_info {
	display: -webkit-box;
	padding: 8px 5px;
	line-height: 30px
}
.shop_info span {
	display: block
}
.shop_info .name {
	-webkit-box-flex: 1;
	margin-left: 10px
}
.shop_info .shop_service {
	width: 30px;
	font-size: 18px;
	color: #ff666b;
	text-align: center
}
.shop_items {
	background-color: #fff;
    margin-bottom:4rem;
}
.item_body {
	border-bottom: 1px solid #e8e8e8;
	display: -webkit-box;
	padding: 10px 5px
}
.item_body:last-child {
	border-bottom: none
}
.item_check {
	width: 30px;
	padding-top: 20px
}
.item_pic {
	position: relative;
	margin-left: 10px;
	width: 74px;
	height: 74px;
	border: 1px solid #eee;
	overflow: hidden
}
.item_pic a {
	display: block;
	position: relative
}
.item_pic img {
	width: 74px;
	height: 74px;
	vertical-align: top
}
.item_pic .promo_name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 102, 107, .58);
	text-align: center;
	color: #fff;
	font-size: 12px
}
.item_info {
	-webkit-box-flex: 1;
	font-size: 12px;
	padding: 0 45px 0 10px;
	position: relative;
    height:76px;
}
.item_info .item_title {
	line-height: 16px;
	height: 34px;
	overflow: hidden
}
.item_info .item_title img {
	height: 12px;
	margin-right: 2px;
	vertical-align: -2px
}
.item_info .spec {
	color: #999;
	margin: 4px 0;
    word-break: break-all;
}
.item_info .price_now {
	color: #b0352f;
	font-size: 10px
}
.item_info .price_now b {
	font-size: 14px;
	font-weight: 400
}
.item_info .num_limit {
	color: #ff666b;
	top: 40px
}
.item_info .item_del {
	top: -2px;
	display: block;
	width: 30px;
	text-align: right;
	font-size: 16px
}
.item_info .error {
	top: 40px;
	color: red
}
.item_num {
	height: 26px;
	bottom: 0px
}
.item_num span {
	display: block;
	width: 24px;
	border: 1px solid #dcdcdc;
	background-color: #fafafa;
	text-shadow: 1px 1px 1px #fff;
	font-size: 20px;
	cursor: pointer;
	overflow: hidden;
	line-height: 22px;
	color: #555
}
.item_num span::selection, .td::selection {
	background: 0 0;
	color: #555
}
.item_num span:hover {
	background-color: #fff
}
.item_num span.disabled, .item_num span.disabled:hover {
	background-color: #fafafa;
	cursor: not-allowed;
	color: #ddd
}
.item_num input {
	width: 26px;
	border: none;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	line-height: 26px;
	color: #666;
	font-size: 14px
}
.item_disabled {
	background-color: #eee
}
.item_disabled .checkbox, .item_disabled .item_info .num_limit {
	visibility: hidden
}
.item_disabled .item_info .item_title, .item_disabled .price_now {
	color: #999
}
.cart_fd {
	position: fixed;
	bottom: 0;
	left: 0;
    right:0;
	width: 100%;
    max-width:640px;
    margin:0 auto;
	overflow: hidden;
	box-shadow: -3px 0 3px rgba(0, 0, 0, .3)
}
.cart_fd_box {
	background-color: #fff;
	display: -webkit-box
}
.cart_fd_box .op {
	padding: 10px 5px 0
}
.cart_fd_box .total_count {
	-webkit-box-flex: 1;
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px
}
.cart_fd_box .total_count em {
	margin: 0 3px;
	color: #b0352f;
	font-size: 14px
}
.cart_fd_box .total_count em#total_price {
	margin-left: 0
}
.cart_fd_box .topay {
	width: 32%
}
.cart_fd_box .topay a.btn {
	font-size: 18px;
	background-color: #ddd;
	color: #999
}
.cart_fd_box .topay a.topay_ok {
	background-color: #b0352f;
	color: #fff
}
.item_pic img.tag_img {
	display: block;
	position: absolute;
	width: 15px;
	height: 16px;
	left: 0;
	top: 0
}

.hb_head_act { display:flex;box-sizing: border-box; position: relative; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; padding-left:45px; padding-top:10px;}
.hb_head_act .tag { -webkit-align-self: flex-start; align-self: flex-start;  display: inline-block; background: #e4393c; color: #fff; font-size: 10px; padding: 0 5px;  height: 15px; line-height: 15px; margin: 2px 5px 0 0; vertical-align: top; text-align: center; border-radius: 3px;}
.hb_head_act .title {  -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; box-sizing: border-box; display: inline-block; font-size: 12px; line-height: 1.45; margin-right: 10px; width: 100%;}
.hb_head_act .a_head_right_text { padding-right: 20px; font-size: 12px; color: #999; position:relative;}
.hb_head_act .a_head_right_text:after { content: ""; position: absolute; right: .32rem; top: 45%; width: .15rem; height: .15rem; border-left: 1px solid currentColor; border-top: 1px solid currentColor; transform: translate3d(0,-50%,0) rotateZ(135deg); -webkit-transform: translate3d(0,-50%,0) rotateZ(135deg);}

.cart_fd .hb_head_act { background:#fafafa; padding-left:10px; padding-bottom:10px;}
