﻿/* 重置代码 */

@charset "utf-8";
* {
	font-family: "Microsoft YaHei", "微软雅黑";
}	
html,*{
-webkit-user-select:none;
user-select:none;
-ms-user-select:none;
}
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
p,
dl,
dd {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
}

img,
input,
fieldset {
	outline: none;
	vertical-align: top;
	border: none;
	padding: 0;
}

a {
	text-decoration: none;
	color: #333;
}

li {
	list-style: none;
}

u {
	text-decoration: none;
}

i {
	font-style: normal;
}

strong {
	font-weight: bold;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/*苹果按钮样式重置*/

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

/*-----------placeholder颜色重置--------*/
/* all */
::-webkit-input-placeholder {
	color: #999;
}
::-moz-placeholder {
	color: #999;
}
/* firefox 19+ */
:-ms-input-placeholder {
	color: #999;
}
/* ie */
input:-moz-placeholder {
	color: #999;
}


/* 重置代码 */
.left{
	width: 19%;
	float: left;
}
.right{
	/*padding-left: 1.5%;*/
	width: 79%;
	float: left;
}