﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
@charset "utf-8"; 
/* CSS Document */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {	margin:0;padding:0;	border:0;font:inherit;vertical-align:baseline;word-wrap:break-word}
table {border-collapse:collapse;border-spacing:0}
button, input, select, textarea {outline:0;-webkit-box-sizing:border-box}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
li, ol, ul {list-style:none}
blockquote, q {quotes:none}
blockquote:after, blockquote:before, q:after, q:before {content:'';	content:none}
b, strong {font-weight:700}
img {max-width:100%;vertical-align:top;border:0;-ms-interpolation-mode:bicubic;-webkit-touch-callout:none}
:focus {outline:0}
a {	color:#333;text-decoration:none;}
a.active {color:#06c}

/*html {font-size:62.5%}
@media only screen and (min-width:481px) {
	html {font-size:94%!important}
}

@media only screen and (min-width:561px) {
	html {font-size:109%!important}
}

@media only screen and (min-width:641px) {
	html {font-size:125%!important}
	body {max-width:640px}
}*/
body {background:#fff;max-width:750px; font-family:'STHeiti','Microsoft YaHei',Helvetica,Arial,sans-serif;min-width:320px;margin:0 auto;position:relative
}
input {outline:0;-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-appearance:none
}
input:focus, textarea:focus {outline:0;border:1px solid #f60}

.w50{ width: 50%; }
/* 定义浮动 */ 
.fl {
	float: left!important;
	display: inline
}

.fr {
	float: right!important;
	display: inline
}

/*清除浮动*/
.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;/*IE/7/6*/}
