html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	border: 0 none;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 14px;
}

ol, ul {
	list-style: none outside none;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, textarea {
	font: inherit;
	resize: none;
	outline: medium;
}

body {
	font:14px/20px Microsoft YaHei,微软雅黑,Arial,Helvetica,sans-serif;
	margin:0;
	padding:0;
}

input {
	border: 0;
	padding: 0
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"],
	input[type="number"], input[type="password"], input[type="email"],
	textarea, button, a {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
}

select {
	outline: none;
}

a {
	text-decoration: none;
	transition: color 0.2s linear 0s;
}

a:focus, a:link, a:active {
	outline: medium none;
	text-decoration: none;
}

a:visited, a:hover {
	text-decoration: none;
}

button {
	border: none;
	outline: none;
	cursor: pointer;
	font:14px/20px Microsoft YaHei,微软雅黑,Arial,Helvetica,sans-serif;
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
	content: "";
	height: 1px;
	visibility: hidden;
}

.txt-center {
	text-align: center !important;
}

.txt-left {
	text-align: left !important;
}

.txt-right {
	text-align: right !important;
}

.left {
	float: left !important;
}
.padding-0{
    padding: 0 !important;
}
.paddingTop-10{
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.right {
	float: right !important;
}

.border-none {
	border: none !important;
}

.relative {
	position: relative !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.over-hide {
	overflow: hidden;
}

img {
	-moz-user-select: none;/*火狐*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none;/*IE10*/
	-khtml-user-select: none;/*早期浏览器*/
	user-select:none;
}

.wrap {
	width: 100%;
	position: relative;
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 49;
}

.content {
	width: 100%;
}

.login-bg {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: url(../images/bg_1.png) no-repeat center;
	background-size: 100% 100%;
	vertical-align: middle;
}

.max-box {
	width: 100%;
}

.module-box {
	width: 100%;
}

.btn-box {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.base-btn {
	display: inline-block;
	height: 40px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
}

.bottom-btn {
	display: inline-block;
	height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 48px;
}

.golden-btn {
	background-color: #b79a5b;
}

.black-btn {
	background-color: #1d1d1d;
}

.red-btn {
	background-color: #e00013;
}
.white-btn {
	background-color: #fff;
}

.lg-btn {
	width: 80%;
}

.max-btn {
	width: 100%;
}

.white-bg {
	background-color: #fff !important;
}

.bottom-btn-group {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.btn-2 {
	width: 50%;
}
.btn-3 {
	width: 33.3333334%;
}
.btn-4 {
	width: 25%;
}
.btn-6 {
	width: 66.6666666%;
}