.add {
	position: absolute;
	right: 10px;
	padding: 3px 8px;
	top: 10px;
	font-size: 13.2px;
	color: #000;
}

.header1 .mui-action-back {
	color: #f02a40;
}

.con {}

.con .row {
	width: 100%;
	height: 95px;
	background: white;
	margin: 6px 0;
}

.r_con {
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #dcdcdc;
	line-height: 55px;
	padding: 0 25px;
}

.r_con p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	color: black;
}

.r_bottom {
	width: 100%;
	height: 40px;
	position: relative;
}

.check {
	width: 25px;
	height: 25px;
	/*border: 1px solid #989898;*/
	border-radius: 50%;
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	background: #AAAAAA;
	font-weight: bold;
}

.r_bottom .on {
	background: -moz-linear-gradient(left, #00fffc, #00a8ff);
	/*Mozilla*/
	background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#00fffc), to(#00a8ff));
	/*Old gradient for webkit*/
	background: -webkit-linear-gradient(left, #00fffc, #00a8ff);
	/*new gradient for Webkit*/
	background: -o-linear-gradient(left, #00fffc, #00a8ff);
	/*Opera11*/
}

.r_bottom p {
	position: absolute;
	left: 54px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: black;
}

.del {
	position: absolute;
	right: 18px;
	font-size: 12px;
	color: #f02a40;
	width: 100px;
	height: 40px;
	text-align: center;
	/*border:  1px solid #f02a40;*/
	/*border-radius: 5px;*/
	color: #404040;
}

.del_icon,.del_text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.del_text{
	right: 0;
}
.con {
	position: fixed;
	transform: translateY(0);
}

.mui-scroll {
	width: 96%;
}

.addAddress {
	border-radius: 0;
	width: 100%;
	text-align: center;
	border: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100000;
	height: 50px;
	color: white;
	background: -moz-linear-gradient(left, #209eff, #61d8ff);
	/*Mozilla*/
	background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#209eff), to(#61d8ff));
	/*Old gradient for webkit*/
	background: -webkit-linear-gradient(left, #209eff, #61d8ff);
	/*new gradient for Webkit*/
	background: -o-linear-gradient(left, #209eff, #61d8ff);
	/*Opera11*/
}