/* 初始化CSS */

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}



fieldset,
img {
	border: none;
}

img {
	display: block;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ul,
ol,
li {
	list-style: none;
}
span {
	display: inline-block;
}

input {
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}

input::-moz-focus-inner {
	border: none;
	padding: 0;
}

select,
input {
	vertical-align: middle;
}

select,
textarea {
	font-size: 14px;
	margin: 0;
	outline: none;
}

input {
	font-size: 12px;
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
}

body {
	font-family:"微软雅黑",'pingfang sc', 'Hiragino Sans GB', STheiti, 'microsoft yahei', Arial, 'Helvetica Neue', Helvetica, Verdana, Geneva, sans-serif;
	background: #f0f0f3;
	color: #777777;
	max-width: 10rem;
	min-width: 5rem;
}

li {
	line-height: 18px;
}

button {
	border: none;
	outline: none;
}

a {
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}
a:hover,a:active{
	color: #fa8080;
}
div,
p,
span {
	word-break: break-all;
}

button {
	cursor: pointer;
}
h1,h2,h3{
	font-weight: 400;
}
.mr-0 {
	margin-right: 0px;
}

.ml-0 {
	margin-left: 0px;
}

.clearfix{overflow:hidden;_zoom:1;}

.hide {
	display: none;
}

.auto {
	margin: 0 auto;
}

.overflow {
	height: 100%;
	overflow: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}
.text-center{
	text-align: center;
}
select {
	border: 1px solid #ccc;
	color: #777;
	max-width: 100%;
	background: #fff;
	display: block;
}
.widthfull {
	width: 100%;
}
.pd-0{
	padding: 0px !important;
}
.pdl-10{
	padding-left: 10px !important;
}
