@charset "UTF-8";

body {
	-webkit-font-smoothing: antialiased;
	font: 14px/1.5 "microsoft yahei",Times New Roman, Helvetica, Tahoma, Arial, "Microsoft jhengHei", sans-serif;
	color: #404040;
	font-weight: 400;
	background-color: #fff;
}

html,body {
	height: 100%;
	width: 100%;
}

body,p,pre,blockquote,
h1,h2,h3,h4,h5,h6,			
dl,dt,dd,ul,ol,li,			
form,fieldset,legend,select,
input,textarea,button,		
table,caption,tr,th,td {
	margin: 0;
	padding: 0;
}

ul,li,ol,dl,dt,dd {
	list-style: none;
}

* {
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: middle
}

hr {
	border: 0;
	height: 1px;
	border-top: 1px solid #e1e2e3;
}

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

a:hover {
	color: #f90;
}

.line {
	border-top: 1px solid #eee;
	margin: 10px 0;
	width: 100%;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.wrap::affter {
visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.row:after,.row:before {
	content: "";
	display: block;
	clear: both
}

.clear {
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

.c {
	clear: both;
}

.c:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clear,.clearfix {
	zoom: 1
}

.clear:after,.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.c {
	zoom: 1;
/* for IE6 IE7 */
}

.hidden {
	display: none;
}

h1 {
	font-size: 32px;
	text-align: center;
	line-height: 2em;
}

h2 {
	font-size: 24px;
	line-height: 1.5em;
}

h3 {
	font-size: 22px;
	line-height: 1.5em;
}

h4 {
	font-size: 20px;
	line-height: 1.5em;
}

h5 {
	font-size: 18px;
	line-height: 1.5em;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fc {
	position: relative;
	text-align: center;
	display: inline-block; 
}

.gray {
	color: #aaa;
}

.blue {
	color: #1E9FFF;
}

.red {
	color: #FF5722;
}

.green {
	color: #49A761;
}

.org {
	color: #f80;
}

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
}

.arrow-down {
	display: inline-block;
	width: 0;
	height: 0;
	font-size: 0;
	border-width: 4px;
	border-color: #777 transparent transparent;
	border-style: solid;
	*border-style: solid dashed dashed;
}

.k10 {
	height: 10px;
	clear: both;
}

.k20 {
	height: 20px;
	clear: both;
}

.k50 {
	height: 50px;
	clear: both;
}

.form-item {
	margin-bottom: 15px;
	text-align: left;
}

.form-label {
	display: inline-block;
	margin-bottom: 5px;
	vertical-align: top;
	text-align: left;
}

.form-input {
	width: 600px;
	display: inline-block;
	padding: 6px 0;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border-radius: 2px;
}

.form-input input[type='text'] ,.form-input input[type='password'] ,.form-input select {
	font-size: 14px;
	line-height: 1.42;
	width: 60%;
	text-indent: 12px;
	height: 36px;
}

.form-group {
	margin-bottom: 15px;
}

.control-label {
	display: block;
	margin-bottom: 5px;
}

.form-control {
	width: 100%;
	text-indent: 12px;
	font-size: 14px;
	line-height: 1.42;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
}

select.form-control {
	height: 36px;
	line-height: 36px;
}




/* 按钮 */

.btn ,a.btn {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 18px;
	height: 24x;
	line-height: 24px;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	border: 1px solid #3A92FC;
	border-radius: 2px;
	background-color: #3A92FC;
	transition: opacity 0.2s ease-in-out 0s;
}

.btn:hover {
	text-decoration: none;
	opacity: .8;
	filter: alpha(opacity=80);
}

.btn-lg,a.btn-lg {
	height: 44px;
	line-height: 44px;
	padding: 0 25px;
	font-size: 16px;
	border: none;
}

.btn-sm,a.btn-sm {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
	border: none;
}

.btn-xs,a.btn-xs {
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	font-size: 12px;
	border: none;
}

.btn-primary , a.btn-primary {
	border: 1px solid #C9C9C9;
	background-color: #fff;
	color: #555;
}

.btn-primary:hover  , a.btn-primary:hover {
	border: 1px solid #999;
	background-color: #f5f5f5;
	color: #222;
}