footer,
header,
main,
section,
summary {
	display: block
}

[hidden] {
	display: none
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

a {
	background: 0 0
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

h1 {
	margin: .67em 0;
	font-size: 2em
}

b,
strong {
	font-weight: 700
}

img {
	border: 0
}

button,
input,
select {
	margin: 0;
	font-family: inherit;
	font-size: 100%
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=search] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

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

.container:after,
.container:before,
.row:after,
.row:before {
	display: table;
	content: " "
}

.container:after,
.row:after {
	clear: both
}

.show {
	display: block !important;
	visibility: visible !important
}

.no-padding {
	padding: 0 !important
}

.visible-xs {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-xs.visible-sm {
		display: block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-xs.visible-md {
		display: block !important
	}
}

@media (min-width:1200px) {
	.visible-xs.visible-lg {
		display: block !important
	}
}

.visible-sm {
	display: none !important
}

@media (max-width:767px) {
	.visible-sm.visible-xs {
		display: block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-sm.visible-md {
		display: block !important
	}
}

@media (min-width:1200px) {
	.visible-sm.visible-lg {
		display: block !important
	}
}

.visible-md {
	display: none !important
}

@media (max-width:767px) {
	.visible-md.visible-xs {
		display: block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-md.visible-sm {
		display: block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}
}

@media (min-width:1200px) {
	.visible-md.visible-lg {
		display: block !important
	}
}

.visible-lg {
	display: none !important
}

@media (max-width:767px) {
	.visible-lg.visible-xs {
		display: block !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.visible-lg.visible-sm {
		display: block !important
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.visible-lg.visible-md {
		display: block !important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block !important
	}
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, 'Microsoft Yahei', 'PingFang SC', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;
	font-size: 13px;
	line-height: 1.53846154;
	color: #353535;
	background-color: #fff
}

button,
input,
select {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #145ccd;
	text-decoration: none;
	-webkit-transition: all .4s cubic-bezier(.175, .885, .32, 1);
	-o-transition: all .4s cubic-bezier(.175, .885, .32, 1);
	transition: all .4s cubic-bezier(.175, .885, .32, 1)
}

a:focus,
a:hover {
	color: #0d3d88;
	text-decoration: underline
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

a[disabled],
a[disabled]:focus,
a[disabled]:hover {
	color: #aaa;
	text-decoration: none;
	cursor: default
}

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

::-moz-selection {
	text-shadow: none;
	background: #b3d4fc
}

::selection {
	text-shadow: none;
	background: #b3d4fc
}

ul {
	padding-left: 20px
}

.container {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:768px) {
	.container {
		max-width: 740px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1160px
	}
}

.row {
	margin-right: -10px;
	margin-left: -10px
}

.col,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px
}

.col,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-12 {
	width: 100%
}

@media (min-width:768px) {

	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-12 {
		width: 100%
	}
}

@media (min-width:992px) {

	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-12 {
		width: 100%
	}
}

@media (min-width:1200px) {

	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-12 {
		width: 100%
	}
}

.text-gray {
	color: grey
}

.text-gray a {
	color: #737373
}

.text-gray a:active,
.text-gray a:hover {
	color: #145ccd
}

.text-link {
	color: #353535
}

.text-link:active,
.text-link:hover {
	color: #145ccd
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

ul {
	margin-top: 0;
	margin-bottom: 10px
}

ul ul {
	margin-bottom: 0
}

dl {
	margin-bottom: 20px
}

dt {
	line-height: 1.53846154
}

dt {
	font-weight: 700
}

.bg-default {
	color: #fff;
	background-color: #353535
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #e5e5e5
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, 'Microsoft Yahei', 'PingFang SC', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;
	font-weight: 700;
	line-height: 1.1;
	color: inherit
}

h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

h1 {
	font-size: 26px
}

h2 {
	font-size: 20px
}

h3 {
	font-size: 16px
}

h4 {
	font-size: 14px
}

h5 {
	font-size: 13px
}

h6 {
	font-size: 12px
}

.btn {
	display: inline-block;
	padding: 5px 12px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.53846154;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-transition: all .4s cubic-bezier(.175, .885, .32, 1);
	-o-transition: all .4s cubic-bezier(.175, .885, .32, 1);
	transition: all .4s cubic-bezier(.175, .885, .32, 1)
}

.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:focus,
.btn:hover {
	color: #353535;
	text-decoration: none
}

.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn[disabled] {
	pointer-events: none;
	cursor: not-allowed;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

.btn {
	color: #353535;
	text-shadow: 0 1px 0 #fff;
	background-color: #f2f2f2;
	border-color: #bfbfbf
}

.btn:active,
.btn:focus,
.btn:hover {
	color: #353535;
	background-color: #dedede;
	border-color: #a1a1a1;
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 1px rgba(0, 0, 0, .1)
}

.btn:active {
	background-color: #ccc;
	background-image: none;
	border-color: #a6a6a6;
	-webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, .15);
	box-shadow: inset 0 4px 6px rgba(0, 0, 0, .15)
}

.btn[disabled],
.btn[disabled]:active,
.btn[disabled]:focus,
.btn[disabled]:hover {
	background-color: #f2f2f2;
	border-color: #bfbfbf
}

.btn-link {
	font-weight: 400;
	color: #145ccd;
	text-shadow: none;
	cursor: pointer;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.btn-link[disabled] {
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link:focus,
.btn-link:hover {
	color: #0d3d88
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover {
	color: #ddd;
	text-decoration: none
}

.btn-lg {
	padding: 10px 16px;
	font-size: 17px;
	line-height: 1.25;
	border-radius: 4px
}

.btn-sm,
.btn-xs {
	padding: 2px 8px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 4px
}

.btn-xs {
	padding: 1px 5px
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@-o-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@font-face {
	font-family: ZenIcon;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/zenicon.eot?v=2.2.0);
	src: url(../fonts/zenicon.eot?#iefix&v=2.2.0) format('embedded-opentype'), url(../fonts/zenicon.woff?v=2.2.0) format('woff'), url(../fonts/zenicon.ttf?v=2.2.0) format('truetype'), url(../fonts/zenicon.svg#regular?v=2.2.0) format('svg')
}

.icon,
[class*=" icon-"],
[class^=icon-] {
	font-family: ZenIcon;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon:before {
	display: inline-block;
	min-width: 14px;
	text-align: center
}

a .icon,
a [class*=" icon-"],
a [class^=icon-] {
	display: inline
}

.icon-lg:before {
	font-size: 1.33333333em;
	vertical-align: -10%
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.icon-qq:before {
	content: '\f600'
}

.icon-weixin:before {
	content: '\f1d7'
}

.icon-music:before {
	content: '\e602'
}

.icon-search:before {
	content: '\e603'
}

.icon-remove:before {
	content: '\d7'
}

.icon-off:before {
	content: '\e611'
}

.icon-home:before {
	content: '\e615'
}

.icon-header:before {
	content: '\f1dc'
}

.icon-list:before {
	content: '\e637'
}

.icon-remove-sign:before {
	content: '\e652'
}

.icon-link:before {
	content: '\e6a5'
}

.icon-sign-blank:before {
	content: '\e6ac'
}

.icon-list-ul:before {
	content: '\e6ae'
}

.icon-mobile:before {
	content: '\e6e7'
}

.icon-html5:before {
	content: '\e713'
}

.icon-weibo:before {
	content: '\e746'
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
	margin: 5px 0 0;
	line-height: normal
}

input[type=file] {
	display: block
}

select[multiple],
select[size] {
	height: auto
}

select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000
}

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
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=checkbox][disabled],
input[type=radio][disabled] {
	cursor: not-allowed
}

.input-sm {
	height: 24px;
	padding: 2px 8px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

select.input-sm {
	height: 24px;
	line-height: 24px
}

.input-lg {
	height: 43px;
	padding: 10px 16px;
	font-size: 17px;
	line-height: 1.25;
	border-radius: 6px
}

select.input-lg {
	height: 43px;
	line-height: 43px
}

@media (min-width:768px) {
	::-webkit-scrollbar {
		width: 10px;
		height: 10px
	}

	::-webkit-scrollbar-button {
		width: 0;
		height: 0
	}

	::-webkit-scrollbar-button:end:increment,
	::-webkit-scrollbar-button:start:decrement {
		display: block
	}

	::-webkit-scrollbar-button:vertical:end:decrement,
	::-webkit-scrollbar-button:vertical:start:increment {
		display: none
	}

	::-webkit-scrollbar-thumb:horizontal,
	::-webkit-scrollbar-thumb:vertical,
	::-webkit-scrollbar-track:horizontal,
	::-webkit-scrollbar-track:vertical {
		border-color: transparent;
		border-style: solid
	}

	::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box
	}

	::-webkit-scrollbar-thumb {
		min-height: 28px;
		padding-top: 100;
		background-color: rgba(0, 0, 0, .2);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border-radius: 5px;
		-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07)
	}

	::-webkit-scrollbar-thumb:hover {
		background-color: rgba(0, 0, 0, .4);
		-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25)
	}

	::-webkit-scrollbar-thumb:active {
		background-color: rgba(0, 0, 0, .5);
		-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .35)
	}

	::-webkit-scrollbar-thumb:horizontal,
	::-webkit-scrollbar-thumb:vertical,
	::-webkit-scrollbar-track:horizontal,
	::-webkit-scrollbar-track:vertical {
		border-width: 0
	}

	::-webkit-scrollbar-track:hover {
		background-color: rgba(0, 0, 0, .05);
		-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1)
	}

	::-webkit-scrollbar-track:active {
		background-color: rgba(0, 0, 0, .05);
		-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px -1px 0 rgba(0, 0, 0, .07)
	}
}

input:placeholder-shown+.search-clear-btn,
input:placeholder-shown+.search-icon+.search-clear-btn {
	opacity: 0 !important
}

.com {
	color: #93a1a1
}

.var {
	color: teal
}

@-moz-document url-prefix() {
	.nav-tabs>li.active>a:focus .nav-tabs>li>a:focus {
		outline: 0
	}
}

.scale {
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8)
}

[data-toggle=lightbox] {
	cursor: pointer
}

.list {
	padding: 0 15px
}

.list>header {
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5
}