.header{
 display: none;
}
.footer{
	display: none;
  	padding: 25px 0;  		
} 
.z-but{
	cursor:pointer;
}
.label-container{
	width:1000px;
	overflow: hidden;
	margin:0 auto;
	margin-bottom: 120px;
}
.complete,.is span{
	cursor:pointer;
}
 .label-title{
	width:960px;
	height:160px;
	font-size:20px;
	color:#008cf0;
	text-align: center;
	padding-top:90px;
	margin:0 auto;
	font-weight: 900;
}
 .label-items{
	overflow: hidden;	
}
 .label-items .label-item{
	position: relative;
	float:left;
	width:160px;
	height:160px;
	margin:0 20px 30px 20px;
	border:1px solid #ededed;
	padding-top:80px;
}
.label-items .label-item.label-item-selected{
	border:1px solid #008cf0;
}
 .label-items .label-item .select{
	position: absolute;
	right:0;
	top:0;
	width:40px;
	height:40px;
	background: url('../img/label/checked.png') no-repeat center center/cover;
}
 .label-items .label-item .label-icon{
	position: absolute;
	left:45px;
	top:10px;
	width:70px;
	height:70px;
}
 .label-items .label-item .label-icon img{
	width:100%;
	height:100%;
}
 .label-items .label-item .label-mes{
	text-align: center;
	font-size:20px;
}
 .label-items .label-item .is{
	text-align: center;
	padding-top:7px;
}
 .label-items .label-item .is span{
	display: inline-block;
	padding:1px 15px;
	border:1px solid #bbb;
	border-radius: 4px;
}
.complete{
	width:280px;
	height:48px;
	background:#48aaf0;
	text-align: center;
	line-height:48px;
	color:#fff;
	margin:10px auto;
	font-size:16px;
}
.modal .modal-dialog {
  margin-top: 200px;
}

.modal-backdrop {
  display: none;
}

