
.cart_container{
	padding-bottom: 30px !important;	
}
.banner{
	width: 100%;
	text-align: center;
}
.banner img{
	width: 40%;
}
.banner span{
	display:block;
}
.banner .null_tx{
	color: #666 !important;
}
.banner .null_btn{
	width: 55%;
    margin: 15px 5%;
    background-color: #F93839 !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
}
.shop_list{
	padding: 10px;
	width: 100%;
	position: relative;
}
.shop_pic{
	border: 1px solid #e3e3e3;
	float: left;
	width: 30%;
	position: relative;
}
.shop_pic .activeIcon{
	position: absolute;
	width: 20%;
	left: 0px;
	top: 0px;
}
.shop_dt{
	padding-left: 3%;
    width: 67%;
    float: left;
}
.shop_dt span{
	display: block;
}
.shop_dt .shop_size{
	padding-right: 10px;
	color: #666666;
	font-size: 0.8em;
}
.shop_dt .shop_num{
	color: #666666;
	font-size: 0.8em;
}
.shop_dt .shop_name{
	line-height: 18px;
	color: #232326;
	width: 100%;
	float: left;
}
.shop_dt .supplier_name{
	color:#666666;
	font-size:0.8em;
}
.cart_opt .shop_money{
	float: left;
    color: #F93839;
    font-size: 1.3em;
}
.cart_opt{
    width: 67%;
    float: right;
}
.cart_opt .num_opt{
	margin-top: 2px;
    margin-left: 5px;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    float: left;
    vertical-align: middle;
    padding: 0px 10px;
}
.cart_opt .num_opt span{
	display: inline-block;
	vertical-align: middle;
	color: #e3e3e3;
}
.cart_opt .num_opt input{
	vertical-align: middle;
	background: none repeat scroll 0 0 #fff;
    color: #999999;
    font-size: 0.8em;
    /*height: 18px;
    line-height: 18px;
    padding: 3px;*/
    text-align: center;
    width: 40px;
    border-radius: 0;
    border: none;
}
.cart_opt .cart_del{
	color: #666666;
	padding: 5px 10px;
	float: right;
}
.cart_shop ul li{
	border-bottom: 1px solid #e3e3e3;
}
.GoPay{
	background-color: #f2f2f2;
	height: 50px;
	position: fixed;
	bottom: 49px;
	width: 100%;
}
.GoPay .shop_total{
	padding-left: 7%;
    font-size: 1.1em;
    line-height: 25px;
    width: 50%;
    float: left;
}
.GoPay .shop_total span:first-child{
	font-size: 0.9em !important;
}
.GoPay .shop_total span{
	display: block;
}

.GoPay .to_btn{
	text-align: center;
	line-height: 50px;
	height: 100%;
	width: 50%;
	display: block;
	float: left;
	background-color: #F93839;
	color: #FFFFFF;
}
.GoPay .to_btn .am-btn{
    background-color:#f93839;
    width:100% !important; 
    height:100% !important;
}
.GoPay .to_btn .am-btn:hover{
    color:#ffffff !important;
}
.GoPay .to_btn a{
	color: #ffffff;
	font-size: 1.5em;
	display: block;
	width: 100%;
}
/*search*/
.add_cart{
	max-width: 40px;
	margin-top: -5px;
    float: right;
    width: 16%;
}
