@charset "utf-8";
/* CSS Document */
.label_body{
	background:url(../image/label_back.jpg);
	width:100%;
	
	vertical-align:middle;display:table;
}
.label_middle{
	width:1024px;
	margin:auto;
	background:white;
	
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
-webkit-box-shadow: 0 0 10px #DEDEDE;
	-moz-box-shadow:0 0 10px #DEDEDE;
	-ms-box-shadow: 0 0 10px #DEDEDE;
	-o-box-shadow:  0 0 10px #DEDEDE;
	box-shadow:  0 0 10px #DEDEDE;
}
.labelChoose{
	overflow:hidden;
	padding: 15px;
}
.labelChoose div{
	margin-left:15px;
}

.labelNGC{
	background:#E66444;
	width:120px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:white;
	cursor:pointer;
	 -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	float:left;
}
.labelPMG{
	background:#F9F1CF;
	width:120px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#E66444;
	cursor:pointer;
	 -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	float:left;
}
.labelForm{
font-size: 0;
    justify-content: center;
    justify-content: space-between;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    width:95%;
    margin:auto;
}
.labelList{
	-webkit-box-shadow: 0 0 5px #DEDEDE;
	-moz-box-shadow:0 0 5px #DEDEDE;
	-ms-box-shadow: 0 0 5px #DEDEDE;
	-o-box-shadow:  0 0 5px #DEDEDE;
	box-shadow:  0 0 5px #DEDEDE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
    background:white;
    width:310px;
    margin-top:20px;
}
.labelList img{
	width:300px;
}
.labelList p{
	color:black;
	font-size:16px;
	line-height:28px;
	margin-left:10px;
}
.labelTitle{
	font-weight:bold;
	font-size:18px;
	line-height:30px;
}
.labelTitle span{
	color:#C2C3C8;
	margin-left:10px;	
}
.labelPrice{
	color:red;
}
.dataPage-wrapper{
	padding:5px;
	-webkit-text-size-adjust:none;
	font-size:0px;
	text-align:Center;
	margin-top:20px;
}

.dataPage-wrapper>a{
	display:inline-block;
	text-decoration:none;
	padding:5px 10px;
	 margin: 0px 5px;
	text-align:center;
	font-size:16px;
	border:1px solid #ddd;
	color:black;
	cursor:pointer;
}
.dataPage-wrapper>a:hover , a.selected{
	background-color:#DF6B1E;
	color:#fff;
}
.dataPage-wrapper div{
	display:inline-block;
	font-size: 16px;
	 margin: 0px 5px;
}
.dataPage-wrapper input{
	width:20px;
	height:20px;
	text-align: center;
}
.pmgList{
	width:80%;margin:auto;
	
	
}
.pmgList div{
	border-bottom:1px solid red;
	margin: 10px 0px;
	width:100%;
}
.pmgList p{
	color:black;
	font-size:16px;
	line-height:28px;
}
.pmgList p:nth-child(1){
	font-weight:bold;
}
.labelDiv{
	
float:left;
margin-top:30px;
}
.labelDiv img{
	display:inline-block;
	width:20%;
}
.label_input{
	margin-left:15px;
     width: 170px;
     height: 28px;
    border:3px solid #C9C5C4;
     -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background:#fff;
	float:right;
}
.label_input>input{
	
	width: 135px;
   
	  -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
    background: #FFF;
    padding: px 0px;
    border: none;
    outline: 0;
    padding: 4px 0px;
    vertical-align: middle;
    background:#fff;
    text-indent:4px;
   
}
.label_input>img{
	width:24px;
	height:24px;
	vertical-align:middle;
}
.label_search{
	float:right;
	 -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 5px 5px  #B76551;
	-moz-box-shadow:0px 5px 5px  #B76551;
	-ms-box-shadow: 0px 5px 5px  #B76551;
	-o-box-shadow:  0px 5px 5px  #B76551;
	box-shadow:  0px 5px 5px  #B76551;
	width:75px;
	height:32px;
	line-height:32px;
	text-align:Center;
	color:black;
	background-color:#D3CED0;
	cursor:pointer;
	margin-left:10px;
	border:none;	
}
.ngcSearch{
	float:right;
}
.pmgSearch{
	float:right;
}