@charset "utf-8";
/* globalCss_Copyright_©_Hydra(2015-2016) */

/* myFont */
/*@font-face {
	font-family: 'myFont'; font-weight: normal; font-style: normal;
	src: url('../fonts/singlemalta-webfont.eot');
	src: url('../fonts/singlemalta-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/singlemalta-webfont.woff') format('woff'),
 		 url('../fonts/singlemalta-webfont.ttf') format('truetype'),
 		 url('../fonts/singlemalta-webfont.svg#SingleMaltaRegular') format('svg');
}*/ /* html5页面可用，IE10以上可用，新版本chrome、FireFox、Opera、Safari可用，尽量只使用英文，中文字体太大 */

/*html { font-size: 62.5% }*/ /* chrome不支持12px以下字体 */
/*body,input { font: normal 1.2rem/1.5 Helvetica, "Microsoft Yahei", Tahoma, Arial, Geneva, sans-serif; color: #333; -webkit-font-smoothing: antialiased }*/ /* html5页面可用，IE10以上可用，新版本chrome、FireFox、Opera、Safari可用 */

/* font */
body,input,select,textarea,a,span,p,h1,h2,h3,h4,h5,h6,th,td,mark { font: normal 12px/1.5 "Microsoft Yahei", Helvetica, Tahoma, Arial, Geneva, sans-serif; color: #333; -webkit-font-smoothing: antialiased/* for chrome */ }
input[type="text"]:-ms-input-placeholder { color: #ccc }
input[type="text"]:-moz-placeholder { color: #ccc }
input[type="text"]::-webkit-input-placeholder { color: #ccc }
input[type="text"]::-moz-placeholder { color: #ccc }
input[type="password"]:-ms-input-placeholder { color: #ccc }
input[type="password"]:-moz-placeholder { color: #ccc }
input[type="password"]::-webkit-input-placeholder { color: #ccc }
input[type="password"]::-moz-placeholder { color: #ccc }
textarea:-ms-input-placeholder { color: #ccc }
textarea:-moz-placeholder { color: #ccc }
textarea::-webkit-input-placeholder { color: #ccc }
textarea::-moz-placeholder { color: #ccc }

/* float */
.flLeft { float: left }
.flRight { float: right }
.clearFix { zoom: 1 } /* for IE */
.clearFix:after { content: "."; height:0; display: block; visibility: hidden; clear: both }
.clearBt { clear: both }

/* display */
.disNone { display: none }
.disBlock { display: block }




