

section,footer,nav,em,mark,p,span,ul,li,ol,h1,h2,h3,h4,input,textarea,i,u{margin:0;padding:0;font-weight:normal;list-style:none;text-align:center;font-style:normal}

.wrap {white-space:normal;word-wrap:break-word;word-break:break-all;}
.rel {position:relative;}
.abs {position:absolute;}
.pointer {cursor:pointer;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.pad5 {padding:5px;}
.pad10 {padding:10px;}
/*alert + confirm*/
#_alert_bg,#_confirm_bg{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.4);
	z-index:100001;

}
#_confirm_img{
	width:99%;/*175*/
	border-radius:4px;
	margin:0 auto;
	padding:0;
	color:#333;
	text-align:center;
	font-size:16px;
	position:relative;
	background-color:#fff;box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	display:none
}
#_alert_content,#_confirm_content{
	width:80%;/*175*/
	max-width:400px;
	border-radius:4px;
	margin:0 auto;
	color:#333;
	text-align:center;
	font-size:16px;
	position:relative;
	background-color:#fff;box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	display:none
}
#_alert_content{
	padding:15px;
	top:20%;
}
.help_icon{ color:#fff; margin:0 10px;}
#_confirm_content{
	padding:0;
	top:10%;
    font-size:14px
}
/*#_confirm_content > p,*/
#_confirm_text{
	padding:20px;
}
#_confirm_btnW{
	width:100%;
	height:46px;
	line-height:46px; border-top: #e3e3e3 solid 1px; margin: 0 auto;
}
#_confirm_btnA,#_confirm_btnB{
	width:49%;
	height:100%;
	font-size:16px;
}
#_confirm_btnA{
	float:left; border-right:#e3e3e3 solid 1px;
}
#_confirm_btnB{
	float:right;
}
#_confirm_btnA a,#_confirm_btnB a{ color: #333}

#floatDiv_closeWrap,#showBigImg_closeWrap,#itemSK_closeWrap{
	background-color:rgba(0,0,0,.8);
	width:40px;
	height:40px;
	border-radius:40px;
	position:fixed;
	top:5px;
	right:5px;
}
#floatDiv_closeWrap_a,#floatDiv_closeWrap_b,#itemSK_closeWrap_a,#itemSK_closeWrap_b{
	width:2px;
	height:24px;
	background-color:#fff;
	position:absolute;
	top:8px;
	left:19px;
}


.plugselect {max-height:200px;overflow-y:auto;}
.plugselect dl{ width:49%; float:left; line-height:20px;  }
.plugselect dl:nth-child(3n+1) { background:#eee;}
.plugselect dl.checked { background:#8fb;}
.plugselect dl dt{padding:1px;}
.plugselect dl dd{padding:15px;}
@media (max-width:800px){
.plugselect dl{ width:100%;}
}
/*
// .plugselect dl:nth-child(odd) { float:right;}
.plugselect dl:nth-child(4n+2) { background:#eee;}
*/

.nextpagecode {}
.nextpagecode span{ margin:0px 3px;}
.nextpagecode span strong,.nextpagecode span strong a{color:#f60; }
.nextpagecode span a:hover{color:#f60; }

.help_con p{ text-align:left; line-height:25px;}
