/* @version:1.0 | @author:haolei <haolei@ec.com.cn> | @date:2018-05-22 */
@charset "utf-8";
	a,input[type=button],label {
	cursor:pointer
}
a,blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,html,img,input,lable,li,ol,option,p,pre,select,span,strong,table,tbody,td,textarea,tfoot,th,thead,tr,ul {
	margin:0;
	padding:0
}
article,aside,footer,header,hgroup,nav,section,time {
	margin:0;
	padding:0;
	display:block
}
table {
	border-collapse:collapse;
	border-spacing:0;
	table-layout:fixed
}
input,label,select,textarea {
	vertical-align:middle;
	font-size:12px;
	outline:0;
	box-sizing:initial
}
ol,ul {
	list-style:none
}
h1,h2,h3,h4,h5,h6 {
	font-size:14px
}
a {
	text-decoration:none;
	color:#000
}
a.z-crt,a:hover {
	text-decoration:underline;
	color:#b20000
}
a:focus {
	outline:0
}
img {
	border:none;
	vertical-align:top
}
em,i {
	font-style:normal
}
input[type=password],input[type=text],select,textarea {
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-ms-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	outline:0
}
input[type=password]:focus,input[type=text]:focus,select:focus,textarea:focus {
	box-shadow:0 0 5px #52a8ec;
	border:1px solid #52a8ec
}
input:-webkit-autofill {
	-webkit-box-shadow:0 0 0 1000px #fff inset
}
input[type=password],input[type=text],textarea {
	font-family:"Microsoft Yahei",SimSun,Arial,"Helvetica Neue",Helvetica
}
.placeholder {
	color:#999
}
