@charset "utf-8";

/*
主题色 ： 
	不使用天蓝 #034694  rgba(3,70,148,1)  
	使用天蓝 0a4595 rgba(10,69,149,1);
	天蓝 #115bc0  rgba(17,91,192,1) 主色太暗，在暗背景时使用
	
*/
:root
{
	--cMainColor		: rgba(10,69,149,1);
	--cBlue				: rgba(17,91,192,1);
	--pxMaxWidth		: 2560px;
}

*{margin:0; padding:0; font-family:  "Microsoft YaHei","Segoe UI", "Segoe", "Segoe WP", "Tahoma";} 
body{font-size:14px; color:#333; }
img{border:0px;}
fieldset,img{border:0; vertical-align:top;}
table{border-collapse:collapse; border-spacing:0; border:0;}
input,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit;}
input[type=password]{IME-MODE: disabled;}
ul,ol,dl{list-style:none;}
textarea{overflow:auto;} 
button,label{cursor:pointer;}
hr{display:none; clear:both;}

/* 관리자 에디터에서 ol, ul 붙혔을경우 읽기페이지에서 나오기 
caption, legend{font-size:0px; width:0px; height:0px; overflow:hidden; position:absolute; visibility:hidden;}
.readEdit ul{list-style:inside; padding-left:15px;}
.readEdit ol{list-style:decimal; padding-left:15px;}
*/
.fontRed { color:#F30}
.f_left { float:left}
.f_right { float:right}
.hand { cursor:pointer}
.clear:after{clear:both; content:""; display:block; height:0; visibility:hidden}

/*common*/
.img16		{ height:16px; width:16px; margin-left:3px;margin-right:3px; position:relative;top:3px}
.img20		{ height:20px; width:20px; margin-left:3px;margin-right:3px; position:relative;top:3px}
.img24		{ height:24px; width:24px; margin-left:3px;margin-right:3px; position:relative;top:3px}
.hide		{ display:none}

.bgGray		{ background-color:#f9f9f9; margin:0px}