.delect {
	font-size: 16px;
	display: inline-block;
	margin: 10px 0;
	float: right;
	color: #FFFFFF;
}

.cart_ul {
	background: #efeff4;
}

.cart_ul li {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #e3e3e3;
}

.checkboxs {
	margin-top: 20px;
}

.labelcheck {
	height: 35px;
}

.mui-checkbox.mui-left input[type=checkbox],
.mui-radio.mui-left input[type=radio] {
	left: 10px;
}

.mui-checkbox.mui-left input[type=checkbox],
.mui-radio.mui-left input[type=radio] {
	padding-left: 0px;
}

.mui-checkbox.mui-left label,
.mui-radio.mui-left label {
	padding-left: 32px;
}

.goodsPic {
	width: 90px;
	margin-right: 5px;
}

.goodsPic img {
	width: 100%;
	height: 100%;
}

.cart_text {
	margin-right: 10px;
	margin-top: 5px;
}

.cart_text h4 {
	font-weight: normal;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.prices {
	margin-top: 5px;
	line-height: 30px;
	height: 30px;
}

.price {
	font-size: 14px;
	color: #FF0000;
}

.unitE {
	color: #666;
	margin-top: 5px;
	font-size: 12px;
	margin-right: 15px;
}
.inventory {
	color: #666;
	margin-top: 3px;
	font-size: 12px;
	margin-right: 15px;
}
.DcartNum {
	color: #666;
	margin-top: 5px;
	font-size: 12px;
	margin-right: 15px;
}

.mui-numbox {
	height: 30px;
	padding: 0 30px;
	width: 100px;
}

.mui-numbox [class*=btn-numbox],
.mui-numbox [class*=numbox-btn] {
	width: 30px;
}

.total {
	height: 55px;
	line-height: 55px;
	background: #F5F5F5;
	position: fixed;
	bottom: 50px;
	left: 0;
	width: 100%;
	border-top: 1px solid #E3E3E3;
	z-index: 10;
	display: flex;
}

.mui-bar-nav~.mui-content {
	padding-bottom: 94px;
}

.totalcheck {
	font-size: 12px;
}
.mui-checkbox input[type=checkbox]:before, .mui-radio input[type=radio]:before{
    font-size: 24px;
}
.mui-checkbox input[type=checkbox], .mui-radio input[type=radio]{
    top: 9px;
}
.mui-input-row label{
    line-height: 1;
}
.totalcheck label {
	margin-left: 5px;
	color: #666666;
}

.totalcheck input {
	margin-top: 5px;
}

.totalprice {
	/*margin-left: 15px;*/
	font-size: 16px;
}

.totalprice em {
	color: #f00;
}

.public {
	float: right;
	display: inline-block;
	width: 94px;
	background: #76B0E0;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
.cartBtn {
	float: right;
	display: inline-block;
	width: auto;
	background: #76B0E0;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	min-width: 70px;
}

.empty {
	margin-top: 35px;
	text-align: center;
	color: #666666;
	display: none;
}

.empty span {
	font-size: 35px;
	color: #999;
}

.empty p {
	font-size: 16px;
	margin-top: 3px;
}


/*促销*/

.promType {
	border: 1px solid #FF6A04;
	display: inline-block;
	padding: 2px 6px;
	border-radius: 5px;
	font-size: 12px;
	color: #FF6A04;
	margin-left: 10px;
	margin-right: 5px;
}

.promActive {
	/*border-bottom: 1px solid #E3E3E3;*/
}

.comm_shopcart {
	background: #efeff4;
}

.commListDiv {
	margin-bottom: 5px;
	background: #fff;
}

.promActive {
	background: #fff;
	padding-top: 10px;
	overflow: hidden;
	padding-bottom: 5px;
}

.promTit {
	font-size: 12px;
}

.promTit a {
	display: inline-block;
	/*width: 100px;*/
	height: 22px;
	line-height: 22px;
	/*background: #f00;*/
	float: right;
	margin-right: 10px;
	color: #76B0E0;
}

.ui-details-zz1 {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 100;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	filter: Alpha(opacity=50);
	z-index: 9999;
	overflow: hidden;
	font-family: "微软雅黑";
}

.ui-details-zz1 .ui-details-zz-bottom {
	background: #F2F3F5;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.ui-list {
	height: 44px;
	line-height: 44px;
	background-color: #fff;
	width: 100%;
	font-size: 20px;
}

.ui-details-zz-bottom-top .ui-border-t i {
	position: absolute;
	right: 5px;
	top: 0;
	color: #368ee0;
	font-size: 22px;
}

.coupon_list1 {
	height: 350px;
	overflow-y: scroll;
}

.ui-nowrap {
	height: 44px;
	line-height: 44px;
	padding-left: 20px;
}

.zengtext {
	display: inline-block;
	background: #76B0E0;
	padding: 3px 10px;
	border-radius: 5px;
	color: #FFFFFF;
	margin-right: 10px;
}
.ui-listes-xix li {
    padding: 5px 0;
}
.goodsPic {
    width: 90px;
    height: 90px;
    margin-right: 10px;
    margin-left: 10px;
}
.cart_text {
    margin-right: 10px;
    margin-top: 5px;
}
.cart_text h4 {
    font-weight: normal;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.zeng {
    margin-top: 9px;
    font-size: 14px;
}
em {
    color: #ff8444;
}
.prices {
    margin-top: 0px;
    line-height: 30px;
    height: 30px;
}
.price {
    font-size: 14px;
}
.price span {
    color: #FF0000;
}
.ui-B{
	border-bottom: 1px solid #E3E3E3;
}

.remissionDiv {
    height: 20px;
    line-height: 20px;
    color: #333;
}
.dealWithDiv {
    height: 45px;
    line-height: 55px;
    font-size: 15px;
}
.checkboxsC{
	margin-top: 0px !important;
}
.botbom{
	border-bottom: 1px solid #E3E3E3;
}
.marlef{
	margin-left: 20px;
}
.conPrice {
    color: #FF0000;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-right: 10px;
}
.labelcheckN{
	margin-left: 10px;
	font-size: 16px;
}
.botno{
	border: none !important;
}
.discountsF{
	padding-left: 40px;
}
.height40{
	height: 40px;
	line-height: 40px;
}
.font14{
	font-size: 14px;
	color: #666;
}
.paddr20{
	padding-right: 10px;
}
.mart5{
	margin-top: 3px;
}
.kucun{
	background: #f5f5db;
}
.mui-checkbox.mui-left label, .mui-radio.mui-left label{
    padding-right: 10px;
}
