	.header{
		background:#289cf3;
		padding:10px;
		width:100%;
		text-align: center;
		color:#fff;
		font-size:16px;
		font-weight: bold;
		height:50px;
		line-height:35px;
	}
	.back{
		position: absolute;
		top:15%;
		left:2%;
	}
	.bodys{
		margin-top:17%;
	}
	.foot_btns{
		background-color:#289cf3;
		text-align: center;
		color:#fff;
		font-size:16px;
		font-weight: bold;
	}
	.foot_btns .closes{
		color:#fff;
		font-size:16px;
		font-weight: bold;
	}
	html {
		background-color: #fff;
		height:100%;
	}
	label{margin:5px 0;margin-bottom: 0;}
	button{
		background-color:#289cf3;
		color:#fff;
		border:none;
		border-radius: 5px;
	}
	.btns{
		text-align: right;
		padding:10px 0;
	}
	.lists{padding:5px 10px;border-bottom: 1px solid #EFEFEF;}
	.lists p{margin-bottom: 5px;}
	.list_shop{width:100%; list-style: none;padding:5px;}
	.list_shop .shop_name{
		width:calc(100% / 1.5);
		float:left;
		height: 25px;
		line-height: 25px;
		padding:0 10px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp:1;
		-webkit-box-orient: vertical;
		}
		.list_shop .shop_num{
		width:calc(100% / 3 );
		float:left;
		height: 45px;
		line-height: 25px;
		padding:0 10px;
		
		}
	.colors{color:#CC0000;}
	.datet{color:#fbb639;font-weight: 500;paddint-top:5px;}