﻿/* @version:1.0 | @author:haolei <haolei@ec.com.cn> | @date:2017/4/14 */
@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
}

input,label,select,textarea {
	vertical-align: middle;
	font-size: 12px;
	outline: 0;
	font-family:"Helvetica Neue",Helvetica,tahoma,Arial,"Noto Sans CJK SC","PingFang SC","\5FAE\8F6F\96C5\9ED1","Microsoft Yahei","WenQuanYi Micro Hei",sans-serif;
}

ol,ul {
	list-style: none
}

h1,h2,h3,h4,h5,h6 {
	font-size: 14px
}

a {
	text-decoration: none;
	color: #000
}

a:hover {
	text-decoration: underline;
	color: #c00
}

a:focus {
	outline: 0
}

img {
	border: none
}

em,i {
	font-style: normal
}

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=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
}

.placeholder {
	color: #999
}