@charset "utf-8";
/* CSS Document */
html {font-size:62.5%;}
body, h1, h2, h3, h4, h5, h6, hr, p,blockquote,dl, dt, dd, ul, ol, li,pre,form, fieldset, legend, button, input, textarea,th, td,img{
	border:medium none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Î¢ÈíÑÅºÚ";
}
body,button, input, select, textarea {
	font: 12px/1.5 'ÑÅºÚ',tahoma, Srial, helvetica, sans-serif;
}
body{
	max-width: 640px;
	margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 { 
	font-size: 100%; 
	font-weight:normal;
}
em{
	font-style:normal;
}
ul, ol{ 
	list-style: none; 
}
a { 
	text-decoration: none;
	font-family: "Î¢ÈíÑÅºÚ"; 
}
a:hover {
	text-decoration: none;  
}
img{ 
	border:0px;
}
body,.ui-overlay-h{
	margin:0 auto;
	position:relative;
	background:#fff;
}
input, img {
	vertical-align: middle;
}	
body,html{
	margin:0 auto;
}
img {
	border:none;
	vertical-align:top;
}
* {
	margin:0
	padding:0;
	text-shadow:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.blank{
	height:8px;
	clear:both;
}
.blank20{
	height:20px;
	clear:both;
}
.clearfix:after,.clear:before{
	display:table;
	content:'';
	}
.clearfix:after{
	clear:both;
	overflow:hidden;
	}
.clearfix{
	zoom:1;
	}
.relative {
	position:relative;
}
.absolute {
	position:absolute;
}
.float_left{
	float:left;
}
.float_right {
	float:right;
}
/*header css*/
body{
	min-width:320px;
	overflow-x:hidden;
}
.bt{
	-moz-transition:background 0.3s linear 0s;
	-webkit-transition:background 0.3s linear 0s;
	transition:background 0.3s linear 0s;
}
.ot {
	-moz-transition:opacity 0.3s linear 0s;
	-webkit-transition:opacity 0.3s linear 0s;
	transition:opacity 0.3s linear 0s;
}
.translateXY {
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.translateY {
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.translateX {
	-moz-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.contentBox {
	-moz-box-sizing:content-box;
	-ms-box-sizing:content-box;
	-o-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
.borderBox {
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.backgroundSize {
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	background-size:100% 100%;
}
