body{
	background:#fff;
}



.pronce{
	padding:8px 15px;
	background:#fff;
	
	line-height:1.4;
	font-size:1rem;
	color:#f0ad4e;
}

.cart-btn{
	color:#fff;
	font-weight:600;
	padding:3.5px 6px;
	margin-left:4px;
	font-size:0.8rem;
	background:rgb(226,77,66);
	border-color:#f5f5f5;
}

.tag{
	padding-bottom: 0;
}

.mui-btn-warning{
	padding:3px 8px;
	font-size:0.8rem;
}

.tag p{
	font-size:0.7rem;
	line-height:1.5rem;
	margin:0;
}
.tag p b{
	margin:0 2px;
}
.tag p span{
	margin-right:10px;
	position: relative;
}

.tag p span:nth-child(1):after{
	content:'';
	display: block;
	width:1px;
	height:70%;
	background:#e5e5e5;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:-6px;
}

.tag p span:nth-child(3){
	font-weight:700;
	color:#f75152;
}

.tag button{
	float:right;
}

.cart-none{
	text-align: center;
}

.cart-none h3{
	font-size: 1.4rem;
}

.cart-none img{
	width:60%;
	display: block;
	margin:0 auto;
	
}
.cart-none a{
	border-radius:20px;
	border:0;
	padding:6px 30px;
	font-size:1rem;
}


.count{
	position: fixed;
	width:100%;
	max-width:600px;
	background:#fff;
	bottom:50px;
	line-height:50px;
	border-top:1px solid #f5f5f5;
	height:50px;
	text-align:right;
	font-size:0.8rem;
	box-sizing: border-box;
	padding-right:10px;
}

.count a{
	float:left;
	margin:10px 5px 0 10px;
	border-radius:20px;
	font-size:0.7rem;
	padding:5px 5px;
}

.count .price{
	font-weight:700;
	color:#f75152;
	font-size:1rem;
}

.selAddress{
	float:left;
	height:50px;
}

.selAddress input{
	width:80px;
	background:none;
	padding:0;
	font-size:0.9rem;
	text-indent:10px;
	border:0;
}

.selAddress label{
	font-size:0.8rem;
}

.selAddress label input{
	width:36px;
	text-indent:0px;
}

.selAddress .address{
	border-radius:20px;
	background-color: #dd524d;
	color:#fff;
	height:28px;
	font-size:0.8rem;
	float: left;
	margin:10px 5px 0 0;
}

input.address::-webkit-input-placeholder {
	color: #fff;
}
input.address::-moz-input-placeholder {
	color: #fff;
}
input.address::-ms-input-placeholder {
	color: #fff;
}


.addSelect{
	position: fixed;
	width:100%;
	left:50%;
	transform:translateX(-50%);
	max-width:600px;
	height:50%;
	background:#fff;
	z-index: 99999999;
	border-top:1px solid #e5e5e5;
	bottom:0;
	padding:15px 0;
	overflow: hidden;
	display:none;
}

.addSelect h3{
	text-indent:20px;
	font-size:18px;
	font-weight:500;
	color:#222;
}

.addSelect ul{
	width:100%;
	padding-right:30px;
	height:90%;
	overflow: scroll;
}
.addSelect ul li{
	line-height:35px;
	font-size:16px;
	color:#333;
	text-align: center;
	list-style: none;
}

.mui-card-content-inner{
	padding:5px 10px 5px;
}





@media screen and (max-width: 370px) {
	.tag p{
		font-size:0.7rem;
		line-height:1.5rem;
	}
	.cart-btn{
		
		padding:2px 4px;
		
		font-size:0.7rem;

	}

	.mui-btn-warning{
		padding:2px 4px;
		font-size:0.7rem;
	}
}



