@import url("/core/fonts/webfonts/font013.html");
/*public*/
.defalutDiv{
	position:relative;
	float:left
}
.relativeDiv{
	position:relative;
}
.w100{
	width:100%;
}
.floatnone{
	float:none; 
	vertical-align:middle;
	margin-bottom:3px;
}
.pointer{
	cursor:pointer;
}

.webzineBG{
	position:absolute; 
	left: 0; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	background:url(../images/public/webzineBG.jpg) no-repeat center; 
	background-size: cover;
}

.pagingTop{
	position: relative;
	width: 320px; 
	margin: 0 auto; 
	text-align: center; 
	color:#ffffff; 
	font-family: 'notokr-regular';
}

#inputPageNumber{
	background:#000000;
	border-radius:4px; 
	border:1px solid #3a3a3a; 
	color:#ffffff; 
	text-align:right; 
	padding:7px 10px; 
	width:40px; 
	font-size:16px;
}
.webzineTit{
	position:absolute; 
	color:#ffffff;
	left:10px;
	top:0px;
	height:40px;
	line-height:40px;
	vertical-align:middle;
}
.openCatagory{
	position: absolute;
	cursor:pointer;
	vertical-align:middle;
	right: 10px; 
	top: 20px; 
	width:30px; 
	height:30px;
}
.closeCatagory{
	float:left;
	margin-top: 4px; 
	cursor: pointer; 
	margin-left:5px;
}

.thumbName{
	text-align:center;
	width: 200px; 
	text-overflow: ellipsis; 
	overflow:hidden; 
	white-space: nowrap; 
	color: #fff; 
	font-size: 13px;
}

.cateWrap{
	width: 100%; 
	height: 80px; 
	border-bottom: 1px solid #666666;
	background-color: #000;
}
.cateSelect{
	margin: 4px 0 0 10px; 
	padding-left: 10px;
	width: 270px; 
	height: 30px; 
	border: 1px solid #444; 
	color: #fff; 
	border-radius: 5px; 
	background-color: #000; 
	float:left;
}

.searchForm{
	border: 1px solid #444; 
	color: #fff; 
	background:none;
	height: 25px; 
	margin-left:10px;
	border-radius: 5px; 
	padding-left:5px;
}
.searchBtn{
	border: 1px solid #444; 
	color: #fff; 
	background:none;
	height: 25px; 
	margin-left:5px;
	border-radius: 5px; 
	font-size:13px;
	display:inline-block;
	line-height:25px; vertical-align:middle;
	padding:0px 10px;
	cursor:pointer;
}
.searchBtn:hover{border:1px solid #ffffff;}
.fixCover1 {
	positon:fixed;
	width: 100%;
	height: 70px;
	line-height:70px; 
	vertical-align:middle;
	
}
.fixCover2 {
	position:fixed;
	border-top:1px solid #666;	
}
.fixCover3 {
	position: fixed;
	top:0px;
	right: -320px;
	bottom: 0px;
	width: 320px;
	z-index: 200;
	overflow:hidden;
}
.content{
	position:relative;
	width:320px; 
	overflow:auto; 
	background:#000;
}


.tac{
	text-align:center;
}
.fixCover4 { 
	position: absolute; 
	left: 0; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	overflow-y: auto; 
	background-color: #333;
	z-index:999; 
	display:none;
	}
.layerTop{
	position: fixed; 	
	background-color: #24262e; 
	left: 0;
	top: 0; 
	width: 100%; 
	height: 40px; 
	z-index:2;	
}
.closeBtn{
	position: absolute;
	cursor:pointer; 
	right: 10px; 
	top: 5px;
}
.cataList{
	position: relative; 
	width: 300px; 
	margin: 0 auto; 
	margin-top: 50px; 
	color: #fff;
	z-index:1;	
}
a.catalistl { overflow: hidden; display: block; width: 100%; text-overflow: ellipsis; white-space: nowrap;}
.thumb{
	width: 100%; 
	border: 1px solid #fff; 
	margin-bottom: 20px;	
}

.thumbName{
	display: block; 
	padding: 10px; 
	color: #fff; 
	font-size: 15px; 
	text-align:center; 
	text-decoration: none; 
	cursor:pointer;	
}