	.select-category {
		width: 100%;
		margin: 0;
		padding: 0;
		height: 44px;
		background: #F1F1F1;
		display: table;
		z-index: 9;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	
	.select-category .title_h5 {
		display: table;
		margin: 8px auto 0;
		height: 28px;
	}
	
	.select-category h5 select {
		width: auto;
		border-radius: 0px;
		color: #343434;
		padding: 0px 12px;
		vertical-align: middle;
		margin-bottom: 0;
		margin-top: 0;
		background: #EFEFEF;
		outline: solid 1px #81b1b5;
		height: 28px;
		line-height: 30px;
	}
	
	.select-category h5 select:focus {
			height: 32px;
		margin-top: -2px;
		line-height: 35px;
		padding-left: 14px;
		padding-right: 12px;
		margin-left: -2px;
	
		
	}
	
	.select-category label#lblSelect::after {
		content: "›";
		position: absolute;
		border: solid 1px #81b1b5;
		border-left: none;
		width: 29px;
		line-height: 20px;
		margin-top: 3px;
		margin-left: -6px;
		vertical-align: middle;
		text-align: center;
		background: #81b1b5;
		color: #FFFFFF;
		font-size: 18px;
		pointer-events: none;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}

/*****/

img.neiyeImg {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0;
}


/*****/

.mui-content-padded.neiTitle {
	border-left: solid 5px #81b1b5;
	padding: 0;
	height: 25px;
	line-height: 28px;
	font-size: 25px;
	padding-left: 8px;
	color: #191919;
	letter-spacing: 1px;
	margin-top: 18px;
	margin-bottom: 24px;
}

.content-p .content-c {
	margin-top: 10px;
	min-height: 250px;
}

.content-p .content-c img {
	max-width: 100%;
}


/****/

#nodataDiv {
	width: 100%;
	text-align: center;
	margin-top: 20%;
	color: #898989;
	font-size: 12px;
	letter-spacing: 1px;
}


/****/

#pageNext {
	text-align: center;
	width: 98%;
	background: #FFFFFF;
	clear: both;
	font-size: 13px;
	margin: 5px auto;
}

.getMore {
	text-align: center;
	color: #81b1b5;
	width: 160px;
	text-decoration: none;
	background: #FFFFFF;
	display: block;
	line-height: 20px;
	padding: 6px 0;
	letter-spacing: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: solid 1px #81b1b5;
	margin: 0 auto;
}

.getMore:focus,
.getMore:hover {
	color: #81b1b5;
}

.finsishLoading {
	margin: 10px 0 20px;
	text-align: center;
	color: #ababab;
}

.finsishLoading span {
	height: 30px;
	display: block;
	line-height: 30px;
	position: relative;
	z-index: 2;
	background: #FFFFFF;
	width: 50px;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}

.finsishLoading hr {
	padding: 0;
	margin: 0;
	position: relative;
	top: -15px;
	border: none;
	height: 1px;
	background: #ababab;
	width: 100px;
	margin: 0 auto;
}