article, aside, audio, blockquote, body, button, canvas, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, input, legend, li, main, nav, ol, p, pre, section, summary, td, textarea, th, ul, video {
	margin: 0 auto;
	padding: 0
	
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}

audio, canvas, video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none;
	visibility: hidden
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

abbr[title] {
	cursor: help;
	border-bottom: 1px dotted
}

b, strong {
	font-weight: 700
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}

del {
	font-family: Arial
}

img {
	vertical-align: middle;
	border: 0
}

li {
	list-style: none
}

mark {
	background: #ff0;
	color: #000
}

pre {
	white-space: pre-wrap
}

blockquote:after, blockquote:before, q:after, q:before {
	content: ""
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

svg:not(:root) {
	overflow: hidden
}

address, caption, cite, dfn, em, i, q, th {
	font-weight: 400;
	font-style: normal
}

h1, h2, h3, h4, h5, h6, small {
	font-size: 100%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th {
	font-weight: 700
}

fieldset, legend {
	border: 0
}

button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled], html input[disabled] {
	cursor: default
}

button, input, select, select optgroup, textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	line-height: inherit;
	vertical-align: middle
}

button, input, select[multiple], textarea {
	background-image: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto
}

textarea {
	overflow: auto;
	vertical-align: top
}

body {
	font: 14px/1.5 "Microsoft Yahei", Arial, Tahoma, sans-serif;
	color: #666;
	background-color: #f2f4f8;
	width: 1680px;
}

h1, h2, h3, h4, h5, h6 {
	color: #333
}

a {
	cursor: pointer;
	color: #333;
	text-decoration: none;
	outline: 0
}

a:hover {
	color: #fa0d0a;
	text-decoration: underline
}

a:focus {
	outline: thin dotted #252525;
	outline: 5px auto-webkit-focus-ring-color;
	outline-offset: -2px
}

.cf:after {
	content: " ";
	clear: both;
	display: table;
	line-height: 0;
	height: 0;
	overflow: hidden
}

.g-overflow {
	overflow-y: hidden !important
}

.g-hidden {
	display: none
}

.hide {
	display: none
}

.g-wrapper {
	width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

.g-wrapper:after {
	content: " ";
	clear: both;
	display: table;
	line-height: 0;
	height: 0;
	overflow: hidden
}

.g-input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 42px;
	line-height: 20px;
	margin: 0;
	padding: 10px;
	color: #666;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none
}

.g-input:-moz-placeholder {
	color: #999
}

.g-input::-moz-placeholder {
	color: #999
}

.g-input:-ms-input-placeholder {
	color: #999
}

.g-input::-webkit-input-placeholder {
	color: #999
}

.g-input:focus {
	border-color: #28aefc;
	outline: 0;
	box-shadow: 0 0 3px #28aefc
}

.g-input[disabled], .g-input[readonly], fieldset[disabled] .g-input {
	cursor: not-allowed;
	background-color: #f7f7f7
}

textarea.g-input {
	height: auto
}

select.g-input {
	padding: 10px 6px;
	height: 42px;
	color: #333
}

select[multiple], select[size] {
	height: auto
}

.g-input-checkbox, .g-input-radio {
	display: inline-block;
	height: 42px;
	line-height: 42px
}

input[type=checkbox], input[type=radio] {
	margin-right: 4px
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.g-input-shadow {
	-webkit-box-shadow: 0 1px 12px #dad9d9 inset;
	box-shadow: 2px 2px 8px #dad9d9 inset;
	border-radius: 0;
	border-color: #aaa
}

.g-button {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 0;
	border-radius: 3px;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .2s ease-in-out
}

.g-button:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.g-button:active, .g-button:focus, .g-button:hover {
	text-decoration: none
}

.g-button.g-button-active, .g-button:active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.g-button.g-button-disabled, .g-button[disabled], fieldset[disabled] .g-button {
	cursor: not-allowed;
	pointer-events: none;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

.g-button-main {
	color: #fff;
	background-color: #17c7b8
}

.g-button-main.g-button-active, .g-button-main:active, .g-button-main:focus, .g-button-main:hover {
	color: #fff;
	background-color: #fa0d0a
}

.g-button-main-line {
	line-height: 40px;
	color: #17c7b8;
	background-color: transparent;
	border: 1px solid #17c7b8
}

.g-button-main-line.g-button-active, .g-button-main-line:active, .g-button-main-line:focus, .g-button-main-line:hover {
	color: #fff;
	background-color: #5bc3ef;
	border-color: #5bc3ef
}

.g-button-dark {
	color: #fff;
	background-color: #333
}

.g-button-dark.g-button-active, .g-button-dark:active, .g-button-dark:focus, .g-button-dark:hover {
	color: #fff;
	background-color: #ffa04c
}

.g-button-dark-line {
	line-height: 40px;
	color: #333;
	background-color: transparent;
	border: 1px solid #333
}

.g-button-dark-line.g-button-active, .g-button-dark-line:active, .g-button-dark-line:focus, .g-button-dark-line:hover {
	color: #ff851a;
	border-color: #ff851a
}

.g-button-white {
	color: #17c7b8;
	background-color: #fff
}

.g-button-white.g-button-active, .g-button-white:active, .g-button-white:focus, .g-button-white:hover {
	color: #fff;
	background-color: #5bc3ef
}

.g-button-blue-linear {
	border: 0;
	color: #fff;
	background-color: #17c7b8;
	background: linear-gradient(to bottom, #17c7b8 0, #17c7b8 100%);
	background-repeat: repeat-x
}

.g-button-blue-linear.g-button-active, .g-button-blue-linear:active, .g-button-blue-linear:focus, .g-button-blue-linear:hover {
	color: #fff;
	background-color: #17c7b8;
	background: linear-gradient(to bottom, #17c7b8 0, #17c7b8 100%);
	background-repeat: repeat-x
}

.g-button-white-linear {
	border: 1px solid #ccc;
	color: #666;
	background-color: #fff;
	background: linear-gradient(to bottom, #fff 0, #f2f2f2 100%);
	background-repeat: repeat-x
}

.g-button-white-linear.g-button-active, .g-button-white-linear:active, .g-button-white-linear:focus, .g-button-white-linear:hover {
	background-color: #f8f7f7;
	background: linear-gradient(to bottom, #f8f7f7 0, #e6e5e5 100%);
	background-repeat: repeat-x
}

