﻿@charset "utf-8";
/* CSS Document */
html{
	margin:0px;
	padding:0px;
	font-size:12px;
	width:100%;
	}
body{
	margin:0px;
	padding:0px;
	font-family:"微软雅黑",Verdana,simsun, Geneva, sans-serif;
	line-height:200%;
	color:#000000;
	width:100%;
	}
font,span,p{
	font-size:1em;
	}
div,ul,li,p,table,img,dl,dd,dt,form{
	margin:0px;
	padding:0px;
	list-style:none;
	border:0px;
	}
h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
	font-size:1em;
	}
img,input,select,radio{
	vertical-align:middle;border:none;
	}
table{
	border-collapse:collapse;
	}
a,a:link,a:visited{
	color:#32415a;
	text-decoration:none;
	cursor:pointer;
	}
a:hover{
	color:#3f80c5;
	text-decoration:none;
	cursor:pointer;
    transition:all .2s ease;
	}
em , i , b{font-style:normal}
b{font-weight:normal;}

.fr{
	float:right;
	}
.fl{
	float:left;
	}
.none{display:none;}
.center{
	text-align:center;
	}
.clearfix:before{clear:both;content:"";display:block;}/*  清除浮动 */
.clearfix:after{clear:both;content:"";display:block;}
.hide{height:0px;overflow:hidden;}
.scrollY{overflow-y:scroll;}
.textRight{text-align:right;}
.bgEee{background: #eee;}
/*input*/
input[type=text]{
	height:20px;
	line-height:20px;
	color:#585858;
	text-indent:4px;
	border:1px solid #ccc;
	}
input[type=text]{
    height:20px;
    line-height:20px;
    color:#585858;
    text-indent:4px;
    border:1px solid #ccc;
}
input[type=button]{
    cursor:pointer;
}
select{
	width:80px;
	height:24px;
	line-height:24px;
	border:1px solid #ccc;
}
textarea{
	text-indent:4px;
	border:1px solid #ccc;
	overflow:auto;
}
