
/*---------------reset---------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,footer,select/*,textarea*/{
	margin:0;
	padding:0;
	border:0;
	#outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align: inherit	;
	word-wrap: break-word; 
	word-break: normal;
	color:inherit;
	vertical-align: top;
}


span,input,select{vertical-align: middle;}
body {
	background: #fff; 
	text-align: center;
	#font: 13px/155% arial, tahoma, sans-serif ,helvetica ;
	font: 12px/155% arial, tahoma, helvetica ,"Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	-webkit-font-smoothing:antialiased;
	color: #555;
}
label{
	cursor: pointer;display: inline-block;
}
b{
	#color:#333;
}

select{
	border:1px solid #999;
	word-wrap: normal; 
	word-break: normal;
	#outline:0;
	background:#fff;
}
select:hover{
	color:#222;
}
select,input{
	/*圆角*/	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #999;
	background: none;
	margin:1px;
}
input:focus{

}
input[readonly], input[readonly]:hover, input[readonly]:focus{
	border:none;	background: none; font-weight: bold;
}
input[type="submit"]{
	outline: none;
}
input{
	padding:2px;
}
textarea{
	border:1px solid #999;
	font-size: 13px;
	vertical-align: top;
	padding:2px;
	/*圆角*/	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
textarea[readonly], textarea[readonly]:hover, textarea[readonly]:focus{
	background: none; outline: none; border:none;
}

form{display:inline-block;}

table{border-collapse:collapse; table-layout:fixed;text-align:left; vertical-align:top;}
th,td{word-wrap: break-word; word-break: keep-all ; padding:5px;background:none;}/*防止被撑破 */

a {
	text-decoration: none; 
	#color:#0f6c9e;
	outline:0;
	cursor: pointer;
}
a:visited{ 
	text-decoration: none;
}
a:hover { 
	#text-decoration:underline;
	text-decoration: none;
	#color:#ae239c;
	color:#222;
	font-weight: bold; 
}
a:active{ }




#content{
	max-width: 1280px;
	padding:20px 3%;
	display:block;
	margin:0 auto; 
	text-align: left;
}










.page_bar{
    padding:20px;
    text-align: center;
    border-top:1px solid #999;
    margin-top: 20px;
}

.sl_btn{
    #min-width:30px;
    text-align: center;
    display:inline-block;
    vertical-align: middle;
    width:30px;
    line-height: 30px;
    height:30px;
    margin-left:10px;
    border:3px solid #ccc;
	/*圆角*/	
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.sl_btn:hover{
    #border-color:#444;
    background:#666;
    color:#bcf414;
}
.sl_btn_now{
    font-weight: bold;
    background: #444;
    color:#bcf414;  /* #A3D900;*/
    #border-color:#444;
}











.updated_tips{
	position: fixed;
	top:30%;
	left:30%;
	width:40%;
	padding:20px;
	text-align: center;
	background:#f1f1f1;
	border:1px solid #999;
}

.update_fail_tips{
	position: fixed;
	top:30%;
	left:30%;
	width:40%;
	padding:20px;
	text-align: center;
	background:#fc3;
	border:1px solid #999;
}
/* 检测有没有其他人正在同时编辑  的提示*/

.tips_still{ 
	display:block;
	margin:5px 0;
	padding:15px;
	text-align: center;
	background:#fc3;
	border:1px solid #999;
}
.info_still{ 
	#font-weight: bold;
	display:block;
	margin:5px 0;
	padding:15px;
	text-align: center;
	background:#fdeecb;
	border:1px solid #999;
}





/* input 激活时，弹出的提示 */
.input_tip{
	display:inline-block;
	position: absolute;
	z-index: 9;
	background: #444;
	border:1px solid #ccc;
	padding:1px;
	margin:6px;
	color:#444;
	/*圆角*/	
	/*
	-webkit-border-radius: 0 24px 24px 24px;
	-moz-border-radius: 0 24px 24px 24px;
	border-radius: 0 24px 24px 24px;
	*/
}
.input_tip_s{
	background:#feecbf;
	#background:url('./assets/image/item_background_nouser.png') #feecbf;
	#background: #ffda6a;/*#f1f1f1;/*#fdefc7;*/
	#background: #fdedcd;/*#f1f1f1;/*#fdefc7;*/
	#background: #5DADE2;
	padding:8px 16px;
	color:#444;
	/*圆角*/	
	/*
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	*/
}









.subbtn{
	outline: none;
	display:inline-block;
	margin:0px auto;
	
	cursor:pointer;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	-webkit-user-select: none;
	#background:#364246;

	#background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
	#color:#888;
	#border:3px solid #555;

	border:3px solid #ccc;
	background: -webkit-linear-gradient(top, #666, #333);
    color:#fff;

	width:60px;
	height:60px;
	line-height: 60px;
	/*圆角*/	
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
.subbtn:hover{
	#border:3px solid #ccc;
	background: -webkit-linear-gradient(top, #555, #111);
    color:#fff;
}
input.subbtn{
	width:66px;
	height:66px;
	line-height: 45px;
}











