/*重置*/

* {
	margin: 0;
	outline: 0;
	padding: 0;
	font-size: 100%;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.35);
	cursor: pointer;
}

html {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: "微软雅黑";
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-size: 14px;
	color: #6b6b6b;
	-webkit-touch-callout: none;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;
	position: relative;
}

img {
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	display: block;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td,
caption {
	vertical-align: middle;
}

textarea {
	resize: none;
	border: 0;
	padding: 8px 0;
	border-radius: 0;
}

input,
button,
select,
textarea {
	outline: none;
	/*-webkit-appearance: none;*/
	border-radius: 0;
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
}

ul,
li {
	list-style: none;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.text-l {
	text-align: left;
}

.text-c {
	text-align: center;
}

.text-r {
	text-align: right;
}

.dark {
	color: #5c5c5c;
}


/*float*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}


/*display*/

.hidden {
	display: none;
}

.block {
	display: block;
}

.inlineBlock {
	display: inline-block;
}

.over {
	overflow: hidden;
}

.w5 {
	width: 5%;
}

.w10 {
	width: 10%;
}

.w15 {
	width: 15%;
}

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w35 {
	width: 35%;
}

.w40 {
	width: 40%;
}

.w45 {
	width: 45%;
}

.w50 {
	width: 50%;
}

.w55 {
	width: 55%;
}

.w85 {
	width: 85%;
}

.w90 {
	width: 90%;
}

.w100 {
	width: 100%;
}


/*定位*/

.absolute-l {
	position: absolute;
	left: 0;
	top: 0;
}

.absolute-r {
	position: absolute;
	right: 0;
	top: 0;
}

.ml_100 {
	margin-left: 100px !important;
}

.bg_gray {
	background-color: #F6F6F6;
}

.dark {
	color: #777c89 !important;
}

.d-border {
	border-bottom: 1px solid #5a5e67 !important;
	border-top: 1px solid #5a5e67 !important;
}

.mb_10 {
	margin-bottom: 10px;
}

.mt_100 {
	margin-top: 100px !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.w180 {
	width: 180px !important;
}

.org-q {
	color: #ff7900;
}

button {
	cursor: pointer;
}