* {
	margin: 0;
	padding: 0;
}
body,html {
	height: 100%;
	font: 12px/1.5 "Helvetica Neue", Helvetica, Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei", "微软雅黑", arial, simsun, "宋体";
}
input[type='text'],input[type='password'],input[type='number'],input[type='submit'],input[type='button'],textarea,select {
	border: 0;
	outline: 0;
	background: none;
	resize: none;
}
textarea {
    scrollbar-face-color:#fff; /*面子*/  
    scrollbar-arrow-color:#fff; /*箭头*/  
    scrollbar-3dlight-color:#fff; /*最外左*/  
    scrollbar-highlight-color:#fff; /*左二*/  
    scrollbar-shadow-color:#fff; /*右二*/  
    scrollbar-darkshadow-color:#fff; /*右一*/  
    scrollbar-track-color:#fff; /*滑道*/ 
    outline: none;
    resize: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    box-shadow: 0 0 0px 1000px white inset;
}
a {
	cursor: pointer;
	text-decoration: none;
    outline: none;
}
a.link {
	text-decoration: underline;
}
ul,li {
	list-style: none;
}
em,i {
	font-style: normal;
	font-weight: normal;
}
::-webkit-input-placeholder { /* WebKit browsers */
    // color: rgba(234,239,243,0.9);
    color: #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc;
}
.clear {
	clear: both;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.white {
	color: #fff;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hide {
	display: none !important;
}
.show {
	display: block;
}