@charset "utf-8";
/* CSS Document */
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 {
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	font-family:"Microsoft Yahei","微软雅黑","Microsoft Sans Serif", Helvetica, Arial, sans-serif;
    font-size: 12px;
	line-height: 1.6;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
address, cite, dfn, em, var {
	font-style: normal;
}
code, kbd, pre, samp {
	font-family: couriernew, courier, monospace;
}
small {
	font-size: 12px;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
iframe {
	border: none;
}
input:focus {
	outline: none;
}
select:focus {
	outline: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ptionr{ position:relative;}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom:1;
}

::-webkit-input-placeholder { 
color: #bfc4c9;
}
:-moz-placeholder { 
color: #bfc4c9;
}
::-moz-placeholder {
color:  #bfc4c9;
}
:-ms-input-placeholder {
color: #bfc4c9;
}
input::-ms-clear{
	display:none;
}
input[type="password"]::-ms-reveal{
	display:none;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding: 0;
}

.password-font12 input::-webkit-input-placeholder { 
font-size:13px;
}
.password-font12 input:-moz-placeholder {
font-size:13px;
}
.password-font12 input::-moz-placeholder {
font-size:13px;
}
.password-font12 input:-ms-input-placeholder {
font-size:13px;
}
/*以上去掉默认样式*/
