@charset "utf-8";
/* ------------------------------------------------------------------------
				Global Normalizing Styles   
------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, abbr, 
acronym, address, cite, code, del, dfn, em, img, 
ins,strike, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, object,aside{margin:0; padding:0; border:0; font-size:12px; background:transparent; zoom:1;}
input, button{margin:0; padding:0;}
body {color:#333; font-size:12px; font-family:"Microsoft YaHei";}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl {text-align:left; color:#000; font-weight:normal; font-family:"Microsoft YaHei";}
ol, ul,li{list-style:none;}
select,input[type="submit"] {cursor:pointer;}
*+html img {margin-bottom:0!important;} /* Fix IE7 */
/* @media all and (min-width: 0px){img {margin-bottom:-2px!important;}}  Fix Opera */
textarea {overflow:auto;}
em,i{ font-style:normal;}
input{ outline:none; border:none; text-shadow:none; font-family:"Microsoft YaHei";}
img{ vertical-align:middle;}
input{ vertical-align:middle;}
input[type="button"], input[type="submit"], input[type="reset"]{
	-webkit-appearance: none;
}
a:focus {outline:none; -moz-outline:none};


/* ------------------------------------------------------------------------
				                   Custom 
------------------------------------------------------------------------- */
/* remember to define focus styles! */
:focus {outline:0;}

/* remember to highlight inserts somehow! */
ins {text-decoration:none;}
del {text-decoration:line-through;}
abbr {cursor:help; border-bottom:1px dotted #999;}
acronym {cursor:help; border-bottom:1px dotted #999;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse; border-spacing:0;}

blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}

/* ------------------------------------------------------------------------
				                 Links 
------------------------------------------------------------------------- */
a:link, a:visited {text-decoration:none;}
a:hover{}


/* ------------------------------------------------------------------------
				                  Hacks 
------------------------------------------------------------------------- */
/* ----- clear fix for floats ----- */
/* these styles instruct non-IE browsers to render container elements so that they fully enclose floats */		
/* without this class applied, a float might hang over the bottom border of it's container */
.clear {height:0; clear:both; line-height:0; font-size:0;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
* html .ie6clear {margin:0 0 -2px;}
/*弹出框文本域*/
.layui-textarea{
	min-height: 47px;
	height: 47px;
	line-height: 20px;
	padding: 12px 10px;
}