html {
	-ms-overflow-x: hidden; background-color: rgb(242, 244, 248);
}
body {
	color: rgb(120, 130, 136); line-height: 1.8; font-family: "Microsoft YaHei",Arial; font-size: 14px; background-color: rgb(246, 246, 246); -webkit-font-smoothing: antialiased;
}
.h1 {
	margin: 0px;
}
.h2 {
	margin: 0px;
}
.h3 {
	margin: 0px;
}
.h4 {
	margin: 0px;
}
.h5 {
	margin: 0px;
}
.h6 {
	margin: 0px;
}
a {
	color: rgb(60, 65, 68); text-decoration: none;
}
a:hover {
	color: rgb(24, 26, 28); text-decoration: none;
}
a:focus {
	color: rgb(24, 26, 28); text-decoration: none;
}
label {
	font-weight: normal;
}
small {
	font-size: 12px;
}
.small {
	font-size: 12px;
}
.badge {
	font-weight: bold;
}
.label {
	font-weight: bold;
}
.badge {
	background-color: rgb(176, 188, 212);
}
.up.badge {
	padding: 3px 6px; top: -10px; margin-left: -10px; position: relative;
}
.badge-sm {
	padding: 2px 5px !important; font-size: 85%;
}
.label-sm {
	padding-top: 0px; padding-bottom: 0px;
}
.badge-white {
	padding: 2px 6px; border: 1px solid rgba(255, 255, 255, 0.35); border-image: none; background-color: transparent;
}
.badge-empty {
	border: 1px solid rgba(0, 0, 0, 0.15); border-image: none; color: inherit; background-color: transparent;
}
.caret-white {
	border-top-color: rgba(255, 255, 255, 0.65);
}
a:hover .caret-white {
	border-top-color: rgb(255, 255, 255);
}
.tooltip-inner {
	background-color: rgb(34, 39, 51);
}
.top.tooltip .tooltip-arrow {
	border-top-color: rgb(34, 39, 51);
}
.right.tooltip .tooltip-arrow {
	border-right-color: rgb(34, 39, 51);
}
.bottom.tooltip .tooltip-arrow {
	border-bottom-color: rgb(34, 39, 51);
}
.left.tooltip .tooltip-arrow {
	border-left-color: rgb(34, 39, 51);
}
.thumbnail {
	border-color: rgb(250, 250, 250);
}
.popover-content {
	line-height: 1.5; font-size: 12px;
}
.progress-xs {
	height: 6px;
}
.progress-sm {
	height: 10px;
}
.progress-sm .progress-bar {
	line-height: 1em; font-size: 10px;
}
.progress {
	box-shadow: none; -webkit-box-shadow: none;
}
.progress-bar {
	box-shadow: none; -webkit-box-shadow: none;
}
.breadcrumb {
	border: 1px solid rgb(234, 238, 241); border-image: none; padding-left: 10px; margin-bottom: 10px; background-color: rgb(255, 255, 255);
}
.breadcrumb > li + li::before {
	color: inherit;
}
.breadcrumb > .active {
	color: inherit;
}
.accordion-group {
	border-color: rgb(234, 238, 241); border-radius: 2px;
}
.accordion-inner {
	border-color: rgb(234, 238, 241); border-radius: 2px;
}
.alert {
	font-size: 12px; box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2);
}
.alert .close i {
	font-size: 12px; font-weight: normal; display: block;
}
.form-control {
	border-color: rgb(203, 213, 221); border-radius: 2px;
}
.form-control {
	box-shadow: none; -webkit-box-shadow: none;
}
.form-control:focus {
	box-shadow: none; -webkit-box-shadow: none;
}
.form-control:focus {
	border-color: rgb(23, 123, 187);
}
.input-s-sm {
	width: 120px;
}
.input-s {
	width: 200px;
}
.input-s-lg {
	width: 250px;
}
.input-group-addon {
	border-color: rgb(203, 213, 221); background-color: rgb(252, 252, 253);
}
.list-group {
	border-radius: 2px;
}
.no-radius.list-group .list-group-item {
	border-radius: 0px !important;
}
.no-borders.list-group .list-group-item {
	border: currentColor; border-image: none;
}
.no-border.list-group .list-group-item {
	border-width: 1px 0px;
}
.no-bg.list-group .list-group-item {
	background-color: transparent;
}
.list-group-item {
	border-color: rgb(234, 238, 241); padding-right: 15px;
}
a.list-group-item:hover {
	background-color: rgb(249, 250, 252);
}
a.list-group-item:focus {
	background-color: rgb(249, 250, 252);
}
.media.list-group-item {
	margin-top: 0px;
}
.active.list-group-item {
	color: rgb(255, 255, 255);
}
.active.list-group-item .text-muted {
	color: rgb(145, 239, 240);
}
.active.list-group-item a {
	color: rgb(255, 255, 255);
}
.list-group-alt :nth-child(2n+2).list-group-item {
	background-color: rgba(0, 0, 0, 0.02) !important;
}
.list-group-lg .list-group-item {
	padding-top: 15px; padding-bottom: 15px;
}
.list-group-sp .list-group-item {
	border-radius: 3px; margin-bottom: 5px;
}
.list-group-item > .badge {
	margin-right: 0px;
}
.list-group-item > .fa-chevron-right {
	margin-top: 4px; margin-right: -5px; float: right;
}
.list-group-item > .fa-chevron-right + .badge {
	margin-right: 5px;
}
.no-radius.nav-pills > li > a {
	border-radius: 0px;
}
.nav-pills > li.active > a {
	color: rgb(255, 255, 255) !important; background-color: rgb(36, 194, 166);
}
.nav-pills > li.active > a:hover {
	color: rgb(255, 255, 255) !important; background-color: rgb(33, 170, 145);
}
.nav > li > a:hover {
	background-color: rgb(247, 248, 251);
}
.nav > li > a:focus {
	background-color: rgb(247, 248, 251);
}
.nav-sm.nav > li > a {
	padding: 6px 8px;
}
.nav .avatar {
	width: 30px; margin-top: -5px; margin-right: 5px;
}
.nav .open > a {
	background-color: rgb(247, 248, 251);
}
.nav .open > a:hover {
	background-color: rgb(247, 248, 251);
}
.nav .open > a:focus {
	background-color: rgb(247, 248, 251);
}
.panel {
	border-radius: 0px;
}
.panel-default.panel {
	border-color: rgb(234, 238, 241);
}
.panel-default.panel > .panel-heading {
	border-color: rgb(234, 238, 241);
}
.panel-default.panel > .panel-footer {
	border-color: rgb(234, 238, 241);
}
.panel .list-group-item {
	border-color: rgb(243, 245, 247);
}
.no-borders.panel {
	border-width: 0px;
}
.no-borders.panel .panel-heading {
	border-width: 0px;
}
.no-borders.panel .panel-footer {
	border-width: 0px;
}
.panel .table td {
	padding: 8px 15px; border-top-color: rgb(234, 238, 241); border-top-width: 1px; border-top-style: solid;
}
.panel .table th {
	padding: 8px 15px; border-top-color: rgb(234, 238, 241); border-top-width: 1px; border-top-style: solid;
}
.panel .table thead > tr > th {
	border-bottom-color: rgb(234, 238, 241); border-bottom-width: 1px; border-bottom-style: solid;
}
.panel .table-striped > tbody > tr:nth-child(2n+1) > td {
	background-color: rgb(249, 250, 252);
}
.panel .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: rgb(249, 250, 252);
}
.panel .table-striped > thead th {
	border-right-color: rgb(234, 238, 241); border-right-width: 1px; border-right-style: solid; background-color: rgb(249, 250, 252);
}
.panel .table-striped > thead th:last-child {
	border-right-color: currentColor; border-right-width: medium; border-right-style: none;
}
.panel-heading {
	border-radius: 2px 2px 0px 0px;
}
.panel-default .panel-heading {
	background-color: rgb(249, 250, 252);
}
.no-border.panel-heading {
	margin: -1px -1px 0px; border: currentColor; border-image: none;
}
.panel-heading .nav {
	margin: -10px -15px;
}
.panel-heading .nav > li > a {
	margin: 0px; border-radius: 2px 2px 0px 0px; border-bottom-color: rgb(234, 238, 241) !important;
}
.panel-heading .nav > li.active > a {
	border-color: rgb(234, 238, 241) rgb(234, 238, 241) rgb(255, 255, 255) !important;
}
.panel-heading .nav-tabs {
	border-color: rgb(234, 238, 241); margin: -11px -16px;
}
.panel-heading .nav-justified.nav-tabs {
	width: auto;
}
.panel-heading .nav-tabs > li > a {
	padding-top: 11px; padding-bottom: 11px;
}
.panel-heading .list-group {
	background: none;
}
.panel-footer {
	border-color: rgb(234, 238, 241); border-radius: 0px 0px 2px 2px; background-color: rgb(249, 250, 252);
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	border-top-color: rgb(234, 237, 239); border-top-width: 1px; border-top-style: solid;
}
.open {
	position: relative; z-index: 1050;
}
.dropdown-menu {
	border-radius: 2px; border: 1px solid rgba(0, 0, 0, 0.1); border-image: none; font-size: 13px; box-shadow: 0px 2px 6px rgba(0,0,0,0.1); -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.pull-left.dropdown-menu {
	left: 100%;
}
.dropdown-menu > .panel {
	margin: -5px 0px; border: currentColor; border-image: none;
}
.dropdown-menu > li > a {
	padding: 5px 15px;
}
.dropdown-menu > li > a:hover {
	color: rgb(24, 26, 28); filter: none; background-image: none; background-color: rgb(242, 244, 248) !important;
}
.dropdown-menu > li > a:focus {
	color: rgb(24, 26, 28); filter: none; background-image: none; background-color: rgb(242, 244, 248) !important;
}
.dropdown-menu > .active > a {
	color: rgb(24, 26, 28); filter: none; background-image: none; background-color: rgb(242, 244, 248) !important;
}
.dropdown-menu > .active > a:hover {
	color: rgb(24, 26, 28); filter: none; background-image: none; background-color: rgb(242, 244, 248) !important;
}
.dropdown-menu > .active > a:focus {
	color: rgb(24, 26, 28); filter: none; background-image: none; background-color: rgb(242, 244, 248) !important;
}
.dropdown-header {
	padding: 5px 15px;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu:hover > a {
	color: rgb(120, 130, 136); background-color: rgb(242, 244, 248) !important;
}
.dropdown-submenu:focus > a {
	color: rgb(120, 130, 136); background-color: rgb(242, 244, 248) !important;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu:focus > .dropdown-menu {
	display: block;
}
.pull-left.dropdown-submenu {
	float: none !important;
}
.pull-left.dropdown-submenu > .dropdown-menu {
	left: -100%; margin-left: 10px;
}
.dropdown-submenu .dropdown-menu {
	left: 100%; top: 0px; margin-top: -6px; margin-left: -1px;
}
.dropup .dropdown-submenu > .dropdown-menu {
	top: auto; bottom: 0px;
}
.dropdown-select > li > a input {
	left: -9999em; position: absolute;
}
.carousel-control {
	width: 40px; color: rgb(153, 153, 153); text-shadow: none;
}
.carousel-control:hover {
	color: rgb(204, 204, 204); text-decoration: none; opacity: 0.9;
}
.carousel-control:focus {
	color: rgb(204, 204, 204); text-decoration: none; opacity: 0.9;
}
.left.carousel-control {
	filter: none; background-image: none;
}
.right.carousel-control {
	filter: none; background-image: none;
}
.carousel-control i {
	left: 50%; top: 50%; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; display: inline-block; position: absolute; z-index: 5;
}
.out.carousel-indicators {
	bottom: -5px;
}
.carousel-indicators li {
	background: rgba(0, 0, 0, 0.2); border: currentColor; transition:background-color 0.25s; border-image: none; -webkit-transition: background-color .25s;
}
.carousel-indicators .active {
	background: rgba(200, 200, 200, 0.2); margin: 1px; width: 10px; height: 10px;
}
.carousel-fade.carousel .item {
	transition:opacity 0.25s; opacity: 0; backface-visibility: hidden; -webkit-transition: opacity .25s; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;
}
.carousel-fade.carousel .active {
	opacity: 1;
}
.carousel-fade.carousel .left.active {
	left: 0px; z-index: 2; opacity: 0;
}
.carousel-fade.carousel .right.active {
	left: 0px; z-index: 2; opacity: 0;
}
.carousel-fade.carousel .next {
	left: 0px; z-index: 1;
}
.carousel-fade.carousel .prev {
	left: 0px; z-index: 1;
}
.carousel-fade.carousel .carousel-control {
	z-index: 3;
}
.col-lg-2-4 {
	padding-right: 15px; padding-left: 15px; position: relative; min-height: 1px;
}
.col-0 {
	clear: left;
}
.no-gutter.row {
	margin-right: 0px; margin-left: 0px;
}
.no-gutter [class*='col'] {
	padding: 0px;
}
.modal-backdrop {
	background-color: rgb(34, 39, 51);
}
.in.modal-backdrop {
	opacity: 0.8;
}
.modal-over {
	background: rgb(34, 39, 51); width: 100%; height: 100%; position: relative;
}
.modal-center {
	left: 50%; top: 50%; position: absolute;
}
.modal-content {
	box-shadow: 0px 2px 10px rgba(0,0,0,0.25); -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.icon-muted {
	color: rgb(204, 204, 204);
}
.navbar-inverse .navbar-collapse {
	border-color: transparent;
}
.navbar-inverse .navbar-form {
	border-color: transparent;
}
.navbar-fixed-top {
	position: fixed !important;
}
.navbar-fixed-bottom {
	position: fixed !important;
}
.navbar-fixed-top + * {
	padding-top: 50px;
}
.header-md.navbar-fixed-top + * {
	padding-top: 60px;
}
.header {
	padding: 0px 15px; min-height: 50px;
}
.footer {
	padding: 0px 15px; min-height: 50px;
}
.header > p {
	margin-top: 15px; display: inline-block;
}
.footer > p {
	margin-top: 15px; display: inline-block;
}
.header > .btn {
	margin-top: 10px;
}
.header > .btn-group {
	margin-top: 10px;
}
.header > .btn-toolbar {
	margin-top: 10px;
}
.footer > .btn {
	margin-top: 10px;
}
.footer > .btn-group {
	margin-top: 10px;
}
.footer > .btn-toolbar {
	margin-top: 10px;
}
.header > .btn-lg {
	margin-top: 0px;
}
.footer > .btn-lg {
	margin-top: 0px;
}
.header .nav-tabs {
	border: currentColor; border-image: none; margin-right: -15px; margin-left: -15px;
}
.footer .nav-tabs {
	border: currentColor; border-image: none; margin-right: -15px; margin-left: -15px;
}
.header .nav-tabs > li a {
	border-radius: 0px; border: currentColor !important; border-image: none !important; line-height: 20px; padding-top: 15px; padding-bottom: 15px;
}
.footer .nav-tabs > li a {
	border-radius: 0px; border: currentColor !important; border-image: none !important; line-height: 20px; padding-top: 15px; padding-bottom: 15px;
}
.header .nav-tabs > li a:hover {
	background-color: transparent;
}
.header .nav-tabs > li a:focus {
	background-color: transparent;
}
.footer .nav-tabs > li a:hover {
	background-color: transparent;
}
.footer .nav-tabs > li a:focus {
	background-color: transparent;
}
.header .nav-tabs > li.active a {
	color: rgb(120, 130, 136);
}
.footer .nav-tabs > li.active a {
	color: rgb(120, 130, 136);
}
.header .nav-tabs > li.active a {
	background-color: rgb(242, 244, 248);
}
.header .nav-tabs > li.active a:hover {
	background-color: rgb(242, 244, 248);
}
.footer .nav-tabs > li.active a {
	background-color: rgb(242, 244, 248);
}
.footer .nav-tabs > li.active a:hover {
	background-color: rgb(242, 244, 248);
}
.header .nav-white.nav-tabs > li.active a {
	background-color: rgb(255, 255, 255);
}
.header .nav-white.nav-tabs > li.active a:hover {
	background-color: rgb(255, 255, 255);
}
.footer .nav-white.nav-tabs > li.active a {
	background-color: rgb(255, 255, 255);
}
.footer .nav-white.nav-tabs > li.active a:hover {
	background-color: rgb(255, 255, 255);
}
.navbar.header {
	padding: 0px; border-radius: 0px; border: currentColor; border-image: none; margin-bottom: 0px; position: relative; z-index: 1000; box-shadow: 0px 1px 5px rgba(0,0,0,0.01); -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .01);
}
.navbar.footer {
	padding: 0px; border-radius: 0px; border: currentColor; border-image: none; margin-bottom: 0px; position: relative; z-index: 1000; box-shadow: 0px 1px 5px rgba(0,0,0,0.01); -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .01);
}
body.container {
	padding: 0px;
}
@media all and (min-width:768px)
{
body.container {
	border-right-color: rgb(203, 213, 221); border-left-color: rgb(203, 213, 221); border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; box-shadow: 0px 3px 60px rgba(0,0,0,0.3); -webkit-box-shadow: 0 3px 60px rgba(0, 0, 0, 0.3);
}
.app {
	height: 100%; -ms-overflow-x: hidden; -ms-overflow-y: auto;
}
.app body {
	height: 100%; -ms-overflow-x: hidden; -ms-overflow-y: auto;
}
.app .stretch.hbox {
	height: 100%;
}
.app .vbox > section {
	position: absolute;
}
.app .vbox > footer {
	position: absolute;
}
.app .flex.vbox > section > section {
	overflow: auto;
}
.hbox {
	width: 100%; display: table; table-layout: fixed; border-spacing: 0;
}
.hbox > aside {
	height: 100%; vertical-align: top; float: none; display: table-cell;
}
.hbox > section {
	height: 100%; vertical-align: top; float: none; display: table-cell;
}
.hbox > aside.show {
	display: table-cell !important;
}
.hbox > aside.hidden-sm {
	display: table-cell !important;
}
.hbox > section.show {
	display: table-cell !important;
}
.hbox > section.hidden-sm {
	display: table-cell !important;
}
.vbox {
	width: 100%; height: 100%; display: table; position: relative; border-spacing: 0;
}
.vbox > section {
	top: 0px; width: 100%; bottom: 0px;
}
.vbox > footer {
	top: 0px; width: 100%; bottom: 0px;
}
.vbox > header ~ section {
	top: 50px;
}
.vbox > header.header-md ~ section {
	top: 60px;
}
.vbox > section.w-f {
	bottom: 50px;
}
.vbox > footer {
	top: auto; z-index: 1000;
}
.vbox > footer ~ section {
	bottom: 50px;
}
.flex.vbox > header {
	position: inherit;
}
.flex.vbox > section {
	position: inherit;
}
.flex.vbox > footer {
	position: inherit;
}
.flex.vbox > section {
	height: 100%; display: table-row;
}
.flex.vbox > section > section {
	height: 100%; position: relative; -webkit-overflow-scrolling: touch;
}
.ie .flex.vbox > section > section {
	display: table-cell;
}
.flex.vbox > section > section > section {
	left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute;
}
.aside-xs {
	width: 60px;
}
.aside-sm {
	width: 150px;
}
.aside {
	width: 200px;
}
.aside-md {
	width: 240px;
}
.aside-lg {
	width: 300px;
}
.aside-xl {
	width: 360px;
}
.aside-xxl {
	width: 480px;
}
.header-md {
	min-height: 56px;
}
.header-md .navbar-form {
	margin-top: 12px;
}
.scrollable {
	-webkit-overflow-scrolling: touch;
}
}
.scrollable {
	-ms-overflow-x: hidden; -ms-overflow-y: auto;
}
.no-touch .hover.scrollable {
	-ms-overflow-y: hidden;
}
.no-touch .hover.scrollable:hover {
	overflow: visible; -ms-overflow-y: auto;
}
.slimScrollBar {
	border-radius: 10px; border: 2px solid transparent; border-image: none; background-clip: padding-box !important;
}
@media print
{
html {
	height: auto;
}
body {
	height: auto;
}
.hbox {
	height: auto;
}
.vbox {
	height: auto;
}
.vbox > section {
	position: relative;
}
.vbox > footer {
	position: relative;
}
}
.navbar-header {
	position: relative;
}
.navbar-header > .btn {
	padding: 9px 16px; left: 0px; line-height: 30px; font-size: 1.3em; position: absolute;
}
.navbar-header .navbar-brand + .btn {
	left: auto; top: 0px; right: 0px;
}
.navbar-brand {
	padding: 0px 15px; height: auto; text-align: center; line-height: 50px; font-size: 20px; font-weight: 700; float: none; display: inline-block;
}
.navbar-brand:hover {
	text-decoration: none;
}
.navbar-brand img {
	margin-top: -4px; vertical-align: middle; max-height: 20px;
}
.nav-primary li > a > i {
	margin: -8px 5px -8px -10px; width: 36px; text-align: center; line-height: 36px; overflow: hidden; float: left; position: relative;
}
.nav-primary li > a > i::before {
	position: relative; z-index: 2;
}
.nav-primary ul.nav > li > a {
	padding: 8px 15px; transition:background-color 0.2s ease-in-out; position: relative; -webkit-transition: background-color .2s ease-in-out 0s;
}
.no-borders .nav-primary ul.nav > li > a {
	border-width: 0px !important;
}
.nav-primary ul.nav > li > a > .badge {
	padding: 2px 5px 2px 4px; font-size: 11px; margin-top: 2px;
}
.nav-primary ul.nav > li > a > .text-muted {
	margin: 0px 3px;
}
.nav-primary ul.nav > li > a.active .text {
	display: none;
}
.nav-primary ul.nav > li > a.active .text-active {
	display: inline-block !important;
}
.nav-primary ul.nav > li li a {
	text-transform: none; font-weight: normal;
}
.nav-primary ul.nav > li.active > ul {
	display: block;
}
.nav-primary ul.nav ul {
	display: none;
}
.bg-black .nav-primary > ul.nav-main > li:hover > a {
	background-color: rgb(26, 174, 136);
}
.bg-black .nav-primary > ul.nav-main > li:focus > a {
	background-color: rgb(26, 174, 136);
}
.bg-black .nav-primary > ul.nav-main > li:active > a {
	background-color: rgb(26, 174, 136);
}
.bg-black .nav-primary > ul.nav-main > li.active > a {
	background-color: rgb(26, 174, 136);
}
@media all and (min-width:768px)
{
.visible-nav-xs {
	display: none;
}
.nav-xs {
	width: 70px;
}
.nav-xs .slimScrollDiv {
	overflow: visible !important;
}
.nav-xs .slim-scroll {
	overflow: visible !important;
}
.nav-xs .slimScrollBar {
	display: none !important;
}
.nav-xs .slimScrollRail {
	display: none !important;
}
.nav-xs .scrollable {
	overflow: visible;
}
.nav-xs .nav-primary > ul > li > a {
	padding: 0px; border: currentColor; border-image: none; height: 50px; text-align: center; font-size: 11px; position: relative; -ms-overflow-y: hidden;
}
.nav-xs .nav-primary > ul > li > a span {
	width: 70px; height: 50px; vertical-align: middle; display: table-cell;
}
.nav-xs .nav-primary > ul > li > a span.pull-right {
	display: none !important;
}
.nav-xs .nav-primary > ul > li > a i {
	margin: 0px; border: currentColor !important; transition:margin-top 0.2s; border-image: none !important; width: auto; line-height: 50px; font-size: 16px; float: none; display: block; -webkit-transition: margin-top 0.2s;
}
.nav-xs .nav-primary > ul > li > a i b {
	left: 0px !important;
}
.nav-xs .nav-primary > ul > li > a .badge {
	top: 4px; right: 10px; position: absolute; z-index: 3;
}
.nav-xs .nav-primary > ul > li:hover > a i {
	margin-top: -50px;
}
.nav-xs .nav-primary > ul > li:focus > a i {
	margin-top: -50px;
}
.nav-xs .nav-primary > ul > li:active > a i {
	margin-top: -50px;
}
.nav-xs .nav-primary > ul > li.active > a i {
	margin-top: -50px;
}
.nav-xs .nav-primary > ul ul {
	left: 100%; top: 0px; width: 220px; display: none !important; position: absolute; z-index: 1050; box-shadow: 0px 2px 6px rgba(0,0,0,0.1); -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.nav-xs .nav-primary li:hover > ul {
	display: block !important;
}
.nav-xs .nav-primary li:focus > ul {
	display: block !important;
}
.nav-xs .nav-primary li:active > ul {
	display: block !important;
}
.nav-xs-right.nav-xs .nav-primary > ul ul {
	left: auto; right: 100%;
}
.nav-xs > .vbox > .header {
	padding: 0px 20px;
}
.nav-xs > .vbox > .footer {
	padding: 0px 20px;
}
.nav-xs .hidden-nav-xs {
	display: none;
}
.nav-xs .visible-nav-xs {
	display: inherit;
}
.nav-xs .text-center-nav-xs {
	text-align: center;
}
.nav-xs .nav-user {
	padding-right: 0px; padding-left: 0px;
}
.nav-xs .nav-user .avatar {
	margin-right: 0px; float: none !important;
}
.nav-xs .nav-user .dropdown > a {
	text-align: center; display: block;
}
.nav-xs .navbar-header {
	float: none;
}
.nav-xs .navbar-brand {
	padding: 0px; display: block;
}
.nav-xs .navbar-brand img {
	margin-right: 0px;
}
.nav-xs .navbar {
	padding: 0px;
}
.header-md .navbar-brand {
	line-height: 56px;
}
.header-md .navbar-brand img {
	max-height: 37px;
}
.header-md .navbar-nav > li > a {
	padding: 18px 25px 18px 18px;
}
}
@media all and (max-width:767px)
{
.navbar-fixed-top-xs {
	left: 0px; width: 100%; position: fixed !important; z-index: 1100;
}
.navbar-fixed-top-xs + * {
	padding-top: 50px !important;
}
.nav-bar-fixed-bottom {
	left: 0px; width: 100%; bottom: 0px; position: fixed; z-index: 1100;
}
html {
	-ms-overflow-x: hidden; min-height: 100%;
}
body {
	-ms-overflow-x: hidden; min-height: 100%;
}
.nav-primary .dropdown-menu {
	padding: 0px; left: 0px; margin-left: 0px; float: none; position: relative;
}
.nav-primary .dropdown-menu a {
	padding: 15px; border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid;
}
.nav-primary .dropdown-menu li:last-child a {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.navbar-header {
	text-align: center;
}
.nav-user {
	margin: 0px; padding: 15px;
}
.open.nav-user {
	display: inherit !important;
}
.nav-user .dropdown-menu {
	float: none; display: block; position: static;
}
.nav-user .dropdown > a {
	text-align: center; padding-bottom: 10px; font-size: 18px; display: block;
}
.nav-user .avatar {
	margin: 20px auto; padding: 5px; width: 160px !important; float: none !important; display: block; position: relative; background-color: rgba(255, 255, 255, 0.1);
}
.nav-user .avatar::before {
	border-radius: 500px; border: 4px solid rgb(255, 255, 255); border-image: none; left: 5px; top: 5px; right: 5px; bottom: 5px; position: absolute; content: "";
}
.nav-off-screen {
	left: 0px; top: 0px; width: 75%; bottom: 0px; display: block !important; visibility: visible; position: absolute; -ms-overflow-x: hidden; -ms-overflow-y: auto; -webkit-overflow-scrolling: touch;
}
.nav-off-screen .nav-primary {
	display: block !important;
}
.nav-off-screen .navbar-fixed-top-xs {
	width: 75%;
}
.push-right.nav-off-screen .navbar-fixed-top-xs {
	left: 25%;
}
.push-right.nav-off-screen {
	left: auto; right: 0px;
}
.push-right.nav-off-screen + * {
	transform: translate3d(-75%, 0px, 0px); -webkit-transform: translate3d(-75%, 0px, 0px);
}
.nav-off-screen + * {
	transition:transform 0.2s ease-in-out; left: 0px; top: 0px; width: 100%; right: 0px; bottom: 0px; overflow: hidden; position: absolute; z-index: 2; transform: translate3d(75%, 0px, 0px); backface-visibility: hidden; background-color: rgb(242, 244, 248); -webkit-transition: -webkit-transform 0.2s ease-in-out; -moz-transition: -moz-transform 0.2s ease-in-out; -o-transition: -o-transform 0.2s ease-in-out; -webkit-transform: translate3d(75%, 0px, 0px); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -webkit-transition-delay: 0s;
}
.nav-off-screen + * .nav-off-screen-block {
	left: 0px; top: 0px; right: 0px; bottom: 0px; display: block !important; position: absolute; z-index: 1950;
}
.navbar + section .nav-off-screen {
	top: 50px;
}
.navbar + section .nav-off-screen + * {
	top: 50px;
}
.slimScrollDiv {
	height: auto !important; overflow: visible !important;
}
.slim-scroll {
	height: auto !important; overflow: visible !important;
}
.slimScrollBar {
	display: none !important;
}
.slimScrollRail {
	display: none !important;
}
}
.arrow {
	border-width: 8px; z-index: 10;
}
.arrow {
	border-style: solid; border-color: transparent; width: 0px; height: 0px; display: block; position: absolute;
}
.arrow::after {
	border-style: solid; border-color: transparent; width: 0px; height: 0px; display: block; position: absolute;
}
.arrow::after {
	border-width: 7px; content: "";
}
.top.arrow {
	left: 50%; top: -8px; margin-left: -8px; border-bottom-color: rgba(0, 0, 0, 0.1); border-top-width: 0px;
}
.top.arrow::after {
	top: 1px; margin-left: -7px; border-bottom-color: rgb(255, 255, 255); border-top-width: 0px; content: " ";
}
.right.arrow {
	top: 50%; right: -8px; margin-top: -8px; border-left-color: rgba(0, 0, 0, 0.1); border-right-width: 0px;
}
.right.arrow::after {
	right: 1px; bottom: -7px; border-left-color: rgb(255, 255, 255); border-right-width: 0px; content: " ";
}
.bottom.arrow {
	left: 50%; bottom: -8px; margin-left: -8px; border-top-color: rgba(0, 0, 0, 0.1); border-bottom-width: 0px;
}
.bottom.arrow::after {
	bottom: 1px; margin-left: -7px; border-top-color: rgb(255, 255, 255); border-bottom-width: 0px; content: " ";
}
.left.arrow {
	left: -8px; top: 50%; margin-top: -8px; border-right-color: rgba(0, 0, 0, 0.1); border-left-width: 0px;
}
.left.arrow::after {
	left: 1px; bottom: -7px; border-right-color: rgb(255, 255, 255); border-left-width: 0px; content: " ";
}
.btn-link {
	color: rgb(120, 130, 136);
}
.active.btn-link {
	box-shadow: none; webkit-box-shadow: none;
}
.btn-default {
	border-color: rgb(210, 218, 225) rgb(210, 218, 225) rgb(203, 213, 221); color: rgb(120, 130, 136) !important; box-shadow: 0px 1px 1px rgba(90,90,90,0.1); background-color: rgb(252, 252, 253); -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
}
.btn-default:hover {
	border-color: rgb(185, 198, 208); color: rgb(120, 130, 136) !important; background-color: rgb(235, 238, 244);
}
.btn-default:focus {
	border-color: rgb(185, 198, 208); color: rgb(120, 130, 136) !important; background-color: rgb(235, 238, 244);
}
.btn-default:active {
	border-color: rgb(185, 198, 208); color: rgb(120, 130, 136) !important; background-color: rgb(235, 238, 244);
}
.active.btn-default {
	border-color: rgb(185, 198, 208); color: rgb(120, 130, 136) !important; background-color: rgb(235, 238, 244);
}
.open .btn-default.dropdown-toggle {
	border-color: rgb(185, 198, 208); color: rgb(120, 130, 136) !important; background-color: rgb(235, 238, 244);
}
.btn-default:active {
	background-image: none;
}
.active.btn-default {
	background-image: none;
}
.open .btn-default.dropdown-toggle {
	background-image: none;
}
.disabled.btn-default {
	border-color: rgb(210, 218, 225); background-color: rgb(252, 252, 253);
}
.disabled.btn-default:hover {
	border-color: rgb(210, 218, 225); background-color: rgb(252, 252, 253);
}
.disabled.btn-default:focus {
	border-color: rgb(210, 218, 225); background-color: rgb(252, 252, 253);
}
.disabled.btn-default:active {
	border-color: rgb(210, 218, 225); background-color: rgb(252, 252, 253);
}
.active.disabled.btn-default {
	border-color: rgb(210, 218, 225); background-color: rgb(252, 252, 253);
}
[disabled].btn-default {
	border-color: rgb(210, 218, 225); background-color: rgb(252, 252, 253);
}
[disabled].btn-default:hover {
	border-color: rgb(210, 218, 225); background-color: rgb(252, 252, 253);
}
[disabled].btn-default:focus {
	border-color: rgb(210, 218, 225); background-color: rgb(252, 252, 253);
}
[disabled].btn-default:active {
	border-color: rgb(210, 218, 225); background-color: rgb(252, 252, 253);
}
[disabled].active.btn-default {
	border-color: rgb(210, 218, 225); background-color: rgb(252, 252, 253);
}
fieldset[disabled] .btn-default {
	border-color: rgb(210, 218, 225); background-color: rgb(252, 252, 253);
}
fieldset[disabled] .btn-default:hover {
	border-color: rgb(210, 218, 225); background-color: rgb(252, 252, 253);
}
fieldset[disabled] .btn-default:focus {
	border-color: rgb(210, 218, 225); background-color: rgb(252, 252, 253);
}
fieldset[disabled] .btn-default:active {
	border-color: rgb(210, 218, 225); background-color: rgb(252, 252, 253);
}
fieldset[disabled] .active.btn-default {
	border-color: rgb(210, 218, 225); background-color: rgb(252, 252, 253);
}
.btn-bg.btn-default {
	border-color: rgba(0, 0, 0, 0.1); background-clip: padding-box;
}
.btn-primary {
	border-color: rgb(23, 123, 187); color: rgb(255, 255, 255) !important; background-color: rgb(23, 123, 187);
}
.btn-primary:hover {
	border-color: rgb(19, 99, 151); color: rgb(255, 255, 255) !important; background-color: rgb(20, 108, 164);
}
.btn-primary:focus {
	border-color: rgb(19, 99, 151); color: rgb(255, 255, 255) !important; background-color: rgb(20, 108, 164);
}
.btn-primary:active {
	border-color: rgb(19, 99, 151); color: rgb(255, 255, 255) !important; background-color: rgb(20, 108, 164);
}
.active.btn-primary {
	border-color: rgb(19, 99, 151); color: rgb(255, 255, 255) !important; background-color: rgb(20, 108, 164);
}
.open .btn-primary.dropdown-toggle {
	border-color: rgb(19, 99, 151); color: rgb(255, 255, 255) !important; background-color: rgb(20, 108, 164);
}
.btn-primary:active {
	background-image: none;
}
.active.btn-primary {
	background-image: none;
}
.open .btn-primary.dropdown-toggle {
	background-image: none;
}
.disabled.btn-primary {
	border-color: rgb(23, 123, 187); background-color: rgb(23, 123, 187);
}
.disabled.btn-primary:hover {
	border-color: rgb(23, 123, 187); background-color: rgb(23, 123, 187);
}
.disabled.btn-primary:focus {
	border-color: rgb(23, 123, 187); background-color: rgb(23, 123, 187);
}
.disabled.btn-primary:active {
	border-color: rgb(23, 123, 187); background-color: rgb(23, 123, 187);
}
.active.disabled.btn-primary {
	border-color: rgb(23, 123, 187); background-color: rgb(23, 123, 187);
}
[disabled].btn-primary {
	border-color: rgb(23, 123, 187); background-color: rgb(23, 123, 187);
}
[disabled].btn-primary:hover {
	border-color: rgb(23, 123, 187); background-color: rgb(23, 123, 187);
}
[disabled].btn-primary:focus {
	border-color: rgb(23, 123, 187); background-color: rgb(23, 123, 187);
}
[disabled].btn-primary:active {
	border-color: rgb(23, 123, 187); background-color: rgb(23, 123, 187);
}
[disabled].active.btn-primary {
	border-color: rgb(23, 123, 187); background-color: rgb(23, 123, 187);
}
fieldset[disabled] .btn-primary {
	border-color: rgb(23, 123, 187); background-color: rgb(23, 123, 187);
}
fieldset[disabled] .btn-primary:hover {
	border-color: rgb(23, 123, 187); background-color: rgb(23, 123, 187);
}
fieldset[disabled] .btn-primary:focus {
	border-color: rgb(23, 123, 187); background-color: rgb(23, 123, 187);
}
fieldset[disabled] .btn-primary:active {
	border-color: rgb(23, 123, 187); background-color: rgb(23, 123, 187);
}
fieldset[disabled] .active.btn-primary {
	border-color: rgb(23, 123, 187); background-color: rgb(23, 123, 187);
}
.btn-success {
	border-color: rgb(26, 174, 136); color: rgb(255, 255, 255) !important; background-color: rgb(26, 174, 136);
}
.btn-success:hover {
	border-color: rgb(21, 139, 108); color: rgb(255, 255, 255) !important; background-color: rgb(23, 152, 119);
}
.btn-success:focus {
	border-color: rgb(21, 139, 108); color: rgb(255, 255, 255) !important; background-color: rgb(23, 152, 119);
}
.btn-success:active {
	border-color: rgb(21, 139, 108); color: rgb(255, 255, 255) !important; background-color: rgb(23, 152, 119);
}
.active.btn-success {
	border-color: rgb(21, 139, 108); color: rgb(255, 255, 255) !important; background-color: rgb(23, 152, 119);
}
.open .btn-success.dropdown-toggle {
	border-color: rgb(21, 139, 108); color: rgb(255, 255, 255) !important; background-color: rgb(23, 152, 119);
}
.btn-success:active {
	background-image: none;
}
.active.btn-success {
	background-image: none;
}
.open .btn-success.dropdown-toggle {
	background-image: none;
}
.disabled.btn-success {
	border-color: rgb(26, 174, 136); background-color: rgb(26, 174, 136);
}
.disabled.btn-success:hover {
	border-color: rgb(26, 174, 136); background-color: rgb(26, 174, 136);
}
.disabled.btn-success:focus {
	border-color: rgb(26, 174, 136); background-color: rgb(26, 174, 136);
}
.disabled.btn-success:active {
	border-color: rgb(26, 174, 136); background-color: rgb(26, 174, 136);
}
.active.disabled.btn-success {
	border-color: rgb(26, 174, 136); background-color: rgb(26, 174, 136);
}
[disabled].btn-success {
	border-color: rgb(26, 174, 136); background-color: rgb(26, 174, 136);
}
[disabled].btn-success:hover {
	border-color: rgb(26, 174, 136); background-color: rgb(26, 174, 136);
}
[disabled].btn-success:focus {
	border-color: rgb(26, 174, 136); background-color: rgb(26, 174, 136);
}
[disabled].btn-success:active {
	border-color: rgb(26, 174, 136); background-color: rgb(26, 174, 136);
}
[disabled].active.btn-success {
	border-color: rgb(26, 174, 136); background-color: rgb(26, 174, 136);
}
fieldset[disabled] .btn-success {
	border-color: rgb(26, 174, 136); background-color: rgb(26, 174, 136);
}
fieldset[disabled] .btn-success:hover {
	border-color: rgb(26, 174, 136); background-color: rgb(26, 174, 136);
}
fieldset[disabled] .btn-success:focus {
	border-color: rgb(26, 174, 136); background-color: rgb(26, 174, 136);
}
fieldset[disabled] .btn-success:active {
	border-color: rgb(26, 174, 136); background-color: rgb(26, 174, 136);
}
fieldset[disabled] .active.btn-success {
	border-color: rgb(26, 174, 136); background-color: rgb(26, 174, 136);
}
.btn-info {
	border-color: rgb(28, 202, 204); color: rgb(255, 255, 255) !important; background-color: rgb(28, 202, 204);
}
.btn-info:hover {
	border-color: rgb(23, 166, 168); color: rgb(255, 255, 255) !important; background-color: rgb(25, 180, 182);
}
.btn-info:focus {
	border-color: rgb(23, 166, 168); color: rgb(255, 255, 255) !important; background-color: rgb(25, 180, 182);
}
.btn-info:active {
	border-color: rgb(23, 166, 168); color: rgb(255, 255, 255) !important; background-color: rgb(25, 180, 182);
}
.active.btn-info {
	border-color: rgb(23, 166, 168); color: rgb(255, 255, 255) !important; background-color: rgb(25, 180, 182);
}
.open .btn-info.dropdown-toggle {
	border-color: rgb(23, 166, 168); color: rgb(255, 255, 255) !important; background-color: rgb(25, 180, 182);
}
.btn-info:active {
	background-image: none;
}
.active.btn-info {
	background-image: none;
}
.open .btn-info.dropdown-toggle {
	background-image: none;
}
.disabled.btn-info {
	border-color: rgb(28, 202, 204); background-color: rgb(28, 202, 204);
}
.disabled.btn-info:hover {
	border-color: rgb(28, 202, 204); background-color: rgb(28, 202, 204);
}
.disabled.btn-info:focus {
	border-color: rgb(28, 202, 204); background-color: rgb(28, 202, 204);
}
.disabled.btn-info:active {
	border-color: rgb(28, 202, 204); background-color: rgb(28, 202, 204);
}
.active.disabled.btn-info {
	border-color: rgb(28, 202, 204); background-color: rgb(28, 202, 204);
}
[disabled].btn-info {
	border-color: rgb(28, 202, 204); background-color: rgb(28, 202, 204);
}
[disabled].btn-info:hover {
	border-color: rgb(28, 202, 204); background-color: rgb(28, 202, 204);
}
[disabled].btn-info:focus {
	border-color: rgb(28, 202, 204); background-color: rgb(28, 202, 204);
}
[disabled].btn-info:active {
	border-color: rgb(28, 202, 204); background-color: rgb(28, 202, 204);
}
[disabled].active.btn-info {
	border-color: rgb(28, 202, 204); background-color: rgb(28, 202, 204);
}
fieldset[disabled] .btn-info {
	border-color: rgb(28, 202, 204); background-color: rgb(28, 202, 204);
}
fieldset[disabled] .btn-info:hover {
	border-color: rgb(28, 202, 204); background-color: rgb(28, 202, 204);
}
fieldset[disabled] .btn-info:focus {
	border-color: rgb(28, 202, 204); background-color: rgb(28, 202, 204);
}
fieldset[disabled] .btn-info:active {
	border-color: rgb(28, 202, 204); background-color: rgb(28, 202, 204);
}
fieldset[disabled] .active.btn-info {
	border-color: rgb(28, 202, 204); background-color: rgb(28, 202, 204);
}
.btn-warning {
	border-color: rgb(252, 198, 51); color: rgb(255, 255, 255) !important; background-color: rgb(252, 198, 51);
}
.btn-warning:hover {
	border-color: rgb(251, 187, 11); color: rgb(255, 255, 255) !important; background-color: rgb(252, 191, 26);
}
.btn-warning:focus {
	border-color: rgb(251, 187, 11); color: rgb(255, 255, 255) !important; background-color: rgb(252, 191, 26);
}
.btn-warning:active {
	border-color: rgb(251, 187, 11); color: rgb(255, 255, 255) !important; background-color: rgb(252, 191, 26);
}
.active.btn-warning {
	border-color: rgb(251, 187, 11); color: rgb(255, 255, 255) !important; background-color: rgb(252, 191, 26);
}
.open .btn-warning.dropdown-toggle {
	border-color: rgb(251, 187, 11); color: rgb(255, 255, 255) !important; background-color: rgb(252, 191, 26);
}
.btn-warning:active {
	background-image: none;
}
.active.btn-warning {
	background-image: none;
}
.open .btn-warning.dropdown-toggle {
	background-image: none;
}
.disabled.btn-warning {
	border-color: rgb(252, 198, 51); background-color: rgb(252, 198, 51);
}
.disabled.btn-warning:hover {
	border-color: rgb(252, 198, 51); background-color: rgb(252, 198, 51);
}
.disabled.btn-warning:focus {
	border-color: rgb(252, 198, 51); background-color: rgb(252, 198, 51);
}
.disabled.btn-warning:active {
	border-color: rgb(252, 198, 51); background-color: rgb(252, 198, 51);
}
.active.disabled.btn-warning {
	border-color: rgb(252, 198, 51); background-color: rgb(252, 198, 51);
}
[disabled].btn-warning {
	border-color: rgb(252, 198, 51); background-color: rgb(252, 198, 51);
}
[disabled].btn-warning:hover {
	border-color: rgb(252, 198, 51); background-color: rgb(252, 198, 51);
}
[disabled].btn-warning:focus {
	border-color: rgb(252, 198, 51); background-color: rgb(252, 198, 51);
}
[disabled].btn-warning:active {
	border-color: rgb(252, 198, 51); background-color: rgb(252, 198, 51);
}
[disabled].active.btn-warning {
	border-color: rgb(252, 198, 51); background-color: rgb(252, 198, 51);
}
fieldset[disabled] .btn-warning {
	border-color: rgb(252, 198, 51); background-color: rgb(252, 198, 51);
}
fieldset[disabled] .btn-warning:hover {
	border-color: rgb(252, 198, 51); background-color: rgb(252, 198, 51);
}
fieldset[disabled] .btn-warning:focus {
	border-color: rgb(252, 198, 51); background-color: rgb(252, 198, 51);
}
fieldset[disabled] .btn-warning:active {
	border-color: rgb(252, 198, 51); background-color: rgb(252, 198, 51);
}
fieldset[disabled] .active.btn-warning {
	border-color: rgb(252, 198, 51); background-color: rgb(252, 198, 51);
}
.btn-danger {
	border-color: rgb(227, 50, 68); color: rgb(255, 255, 255) !important; background-color: rgb(227, 50, 68);
}
.btn-danger:hover {
	border-color: rgb(208, 28, 47); color: rgb(255, 255, 255) !important; background-color: rgb(221, 30, 50);
}
.btn-danger:focus {
	border-color: rgb(208, 28, 47); color: rgb(255, 255, 255) !important; background-color: rgb(221, 30, 50);
}
.btn-danger:active {
	border-color: rgb(208, 28, 47); color: rgb(255, 255, 255) !important; background-color: rgb(221, 30, 50);
}
.active.btn-danger {
	border-color: rgb(208, 28, 47); color: rgb(255, 255, 255) !important; background-color: rgb(221, 30, 50);
}
.open .btn-danger.dropdown-toggle {
	border-color: rgb(208, 28, 47); color: rgb(255, 255, 255) !important; background-color: rgb(221, 30, 50);
}
.btn-danger:active {
	background-image: none;
}
.active.btn-danger {
	background-image: none;
}
.open .btn-danger.dropdown-toggle {
	background-image: none;
}
.disabled.btn-danger {
	border-color: rgb(227, 50, 68); background-color: rgb(227, 50, 68);
}
.disabled.btn-danger:hover {
	border-color: rgb(227, 50, 68); background-color: rgb(227, 50, 68);
}
.disabled.btn-danger:focus {
	border-color: rgb(227, 50, 68); background-color: rgb(227, 50, 68);
}
.disabled.btn-danger:active {
	border-color: rgb(227, 50, 68); background-color: rgb(227, 50, 68);
}
.active.disabled.btn-danger {
	border-color: rgb(227, 50, 68); background-color: rgb(227, 50, 68);
}
[disabled].btn-danger {
	border-color: rgb(227, 50, 68); background-color: rgb(227, 50, 68);
}
[disabled].btn-danger:hover {
	border-color: rgb(227, 50, 68); background-color: rgb(227, 50, 68);
}
[disabled].btn-danger:focus {
	border-color: rgb(227, 50, 68); background-color: rgb(227, 50, 68);
}
[disabled].btn-danger:active {
	border-color: rgb(227, 50, 68); background-color: rgb(227, 50, 68);
}
[disabled].active.btn-danger {
	border-color: rgb(227, 50, 68); background-color: rgb(227, 50, 68);
}
fieldset[disabled] .btn-danger {
	border-color: rgb(227, 50, 68); background-color: rgb(227, 50, 68);
}
fieldset[disabled] .btn-danger:hover {
	border-color: rgb(227, 50, 68); background-color: rgb(227, 50, 68);
}
fieldset[disabled] .btn-danger:focus {
	border-color: rgb(227, 50, 68); background-color: rgb(227, 50, 68);
}
fieldset[disabled] .btn-danger:active {
	border-color: rgb(227, 50, 68); background-color: rgb(227, 50, 68);
}
fieldset[disabled] .active.btn-danger {
	border-color: rgb(227, 50, 68); background-color: rgb(227, 50, 68);
}
.btn-dark {
	border-color: rgb(34, 39, 51); color: rgb(255, 255, 255) !important; background-color: rgb(34, 39, 51);
}
.btn-dark:hover {
	border-color: rgb(18, 20, 27); color: rgb(255, 255, 255) !important; background-color: rgb(24, 27, 36);
}
.btn-dark:focus {
	border-color: rgb(18, 20, 27); color: rgb(255, 255, 255) !important; background-color: rgb(24, 27, 36);
}
.btn-dark:active {
	border-color: rgb(18, 20, 27); color: rgb(255, 255, 255) !important; background-color: rgb(24, 27, 36);
}
.active.btn-dark {
	border-color: rgb(18, 20, 27); color: rgb(255, 255, 255) !important; background-color: rgb(24, 27, 36);
}
.open .btn-dark.dropdown-toggle {
	border-color: rgb(18, 20, 27); color: rgb(255, 255, 255) !important; background-color: rgb(24, 27, 36);
}
.btn-dark:active {
	background-image: none;
}
.active.btn-dark {
	background-image: none;
}
.open .btn-dark.dropdown-toggle {
	background-image: none;
}
.disabled.btn-dark {
	border-color: rgb(34, 39, 51); background-color: rgb(34, 39, 51);
}
.disabled.btn-dark:hover {
	border-color: rgb(34, 39, 51); background-color: rgb(34, 39, 51);
}
.disabled.btn-dark:focus {
	border-color: rgb(34, 39, 51); background-color: rgb(34, 39, 51);
}
.disabled.btn-dark:active {
	border-color: rgb(34, 39, 51); background-color: rgb(34, 39, 51);
}
.active.disabled.btn-dark {
	border-color: rgb(34, 39, 51); background-color: rgb(34, 39, 51);
}
[disabled].btn-dark {
	border-color: rgb(34, 39, 51); background-color: rgb(34, 39, 51);
}
[disabled].btn-dark:hover {
	border-color: rgb(34, 39, 51); background-color: rgb(34, 39, 51);
}
[disabled].btn-dark:focus {
	border-color: rgb(34, 39, 51); background-color: rgb(34, 39, 51);
}
[disabled].btn-dark:active {
	border-color: rgb(34, 39, 51); background-color: rgb(34, 39, 51);
}
[disabled].active.btn-dark {
	border-color: rgb(34, 39, 51); background-color: rgb(34, 39, 51);
}
fieldset[disabled] .btn-dark {
	border-color: rgb(34, 39, 51); background-color: rgb(34, 39, 51);
}
fieldset[disabled] .btn-dark:hover {
	border-color: rgb(34, 39, 51); background-color: rgb(34, 39, 51);
}
fieldset[disabled] .btn-dark:focus {
	border-color: rgb(34, 39, 51); background-color: rgb(34, 39, 51);
}
fieldset[disabled] .btn-dark:active {
	border-color: rgb(34, 39, 51); background-color: rgb(34, 39, 51);
}
fieldset[disabled] .active.btn-dark {
	border-color: rgb(34, 39, 51); background-color: rgb(34, 39, 51);
}
.btn {
	border-radius: 2px; font-weight: 500;
}
.btn-icon {
	width: 34px; text-align: center; padding-right: 0px !important; padding-left: 0px !important;
}
.b-2x.btn-icon {
	width: 36px;
}
.btn-sm.btn-icon {
	width: 30px;
}
.b-2x.btn-sm.btn-icon {
	width: 32px;
}
.btn-lg.btn-icon {
	width: 45px;
}
.b-2x.btn-lg.btn-icon {
	width: 47px;
}
.btn-group-justified {
	border-collapse: separate;
}
.btn-rounded {
	border-radius: 50px; padding-right: 15px; padding-left: 15px;
}
.btn-lg.btn-rounded {
	padding-right: 25px; padding-left: 25px;
}
.btn > i.pull-left {
	line-height: 1.4285;
}
.btn > i.pull-right {
	line-height: 1.4285;
}
.btn-block {
	padding-right: 12px; padding-left: 12px;
}
.btn-group-vertical > :first-child:not(:last-child).btn {
	border-top-right-radius: 2px;
}
.btn-group-vertical > :last-child:not(:first-child).btn {
	border-bottom-left-radius: 2px;
}
.btn-inactive {
	box-shadow: none !important; -webkit-box-shadow: none;
}
.chat-item::before {
	display: table; content: " ";
}
.chat-item::after {
	display: table; content: " ";
}
.chat-item::after {
	clear: both;
}
.chat-item .arrow {
	top: 20px;
}
.chat-item .right.arrow::after {
	border-left-color: rgb(242, 244, 248);
}
.chat-item .chat-body {
	margin-left: 45px; position: relative; min-height: 30px;
}
.chat-item .chat-body .panel {
	margin: 0px -1px;
}
.right.chat-item .chat-body {
	margin-right: 45px; margin-left: 0px;
}
.chat-item + .chat-item {
	margin-top: 15px;
}
.comment-list {
	position: relative;
}
.comment-list .comment-item {
	margin-top: 0px; position: relative;
}
.comment-list .comment-item > .thumb-sm {
	width: 36px;
}
.comment-list .comment-item .left.arrow {
	left: 39px; top: 20px;
}
.comment-list .comment-item .comment-body {
	margin-left: 46px;
}
.comment-list .comment-item .panel-body {
	padding: 10px 15px;
}
.comment-list .comment-item .panel-heading {
	font-size: 12px; position: relative; background-color: rgb(255, 255, 255);
}
.comment-list .comment-item .panel-footer {
	font-size: 12px; position: relative; background-color: rgb(255, 255, 255);
}
.comment-list .comment-reply {
	margin-left: 46px;
}
.comment-list::before {
	
}
.timeline {
	width: 100%; display: table; border-collapse: collapse; position: relative; table-layout: fixed; border-spacing: 0;
}
.timeline::before {
	left: 50%; top: 0px; width: 1px; bottom: 30px; margin-left: -1px; position: absolute; z-index: 0; content: ""; background-color: rgb(221, 221, 221);
}
.timeline .timeline-date {
	left: -200px; top: 50%; width: 150px; text-align: right; margin-top: -9px; position: absolute;
}
.timeline .timeline-icon {
	left: -41px; top: 50%; margin-top: -15px; position: absolute;
}
.timeline .time-icon {
	border-radius: 20px; width: 30px; height: 30px; text-align: center; line-height: 30px; display: inline-block !important; z-index: 10;
}
.timeline .time-icon::before {
	font-size: 14px; margin-top: 5px;
}
.timeline-item {
	display: table-row;
}
.timeline-item::before {
	width: 50%; display: block; content: "";
}
.alt.timeline-item::after {
	width: 50%; display: block; content: "";
}
.alt.timeline-item {
	text-align: right;
}
.alt.timeline-item::before {
	display: none;
}
.alt.timeline-item .panel {
	margin-right: 25px; margin-left: 0px;
}
.alt.timeline-item .timeline-date {
	left: auto; text-align: left; right: -200px;
}
.alt.timeline-item .timeline-icon {
	left: auto; right: -41px;
}
.active.timeline-item {
	text-align: center; display: table-caption;
}
.active.timeline-item::before {
	width: 1%;
}
.active.timeline-item .timeline-caption {
	width: auto; display: inline-block;
}
.active.timeline-item .timeline-caption h5 span {
	color: rgb(255, 255, 255);
}
.active.timeline-item .panel {
	margin-left: 0px;
}
.active.timeline-item .timeline-date {
	width: auto; margin-bottom: 10px; display: inline-block; position: static;
}
.active.timeline-item .timeline-icon {
	width: auto; margin-bottom: 10px; display: inline-block; position: static;
}
.timeline-caption {
	width: 50%; vertical-align: top; display: table-cell;
}
.timeline-caption .panel {
	text-align: left; margin-left: 25px; position: relative;
}
.timeline-caption h5 {
	margin: 0px;
}
.timeline-caption h5 span {
	color: rgb(153, 153, 153); font-size: 12px; margin-bottom: 4px; display: block;
}
.timeline-caption p {
	font-size: 12px; margin-top: 10px; margin-bottom: 0px;
}
.timeline-footer {
	display: table-row;
}
.timeline-footer a {
	text-align: right; display: table-cell;
}
.timeline-footer .time-icon {
	margin-right: -15px; z-index: 5;
}
.post-item {
	border-radius: 3px; margin-bottom: 15px; box-shadow: 0px 1px 2px rgba(0,0,0,0.15); background-color: rgb(255, 255, 255); -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.post-item .post-title {
	margin-top: 0px;
}
.post-item .post-media {
	text-align: center;
}
.post-item .post-media img {
	border-radius: 3px 3px 0px 0px;
}
.i-fw {
	width: 1.28em; text-align: center;
}
.i-lg {
	line-height: 0.75em; font-size: 1.33em; vertical-align: -15%;
}
.i-sm {
	font-size: 0.75em;
}
.i-1x {
	font-size: 1em;
}
.i-2x {
	font-size: 2em;
}
.i-3x {
	font-size: 3em;
}
.i-4x {
	font-size: 4em;
}
.i-5x {
	font-size: 5em;
}
.i-s {
	vertical-align: middle; display: inline-block; position: relative;
}
.i-s > i {
	left: 0px; width: 100%; text-align: center; line-height: inherit; position: absolute;
}
.i-s-2x {
	width: 2em; height: 2em; line-height: 2em; font-size: 2em;
}
.i-s-2x .i-s-base {
	font-size: 2em;
}
.i-s-3x {
	width: 2.5em; height: 2.5em; line-height: 2.5em; font-size: 2.5em;
}
.i-s-3x .i-s-base {
	font-size: 2.5em;
}
.i-s-4x {
	width: 3em; height: 3em; line-height: 3em; font-size: 3em;
}
.i-s-4x .i-s-base {
	font-size: 3em;
}
.i-s-5x {
	width: 3.5em; height: 3.5em; line-height: 3.5em; font-size: 3.5em;
}
.i-s-5x .i-s-base {
	font-size: 3.5em;
}
.switch {
	position: relative; cursor: pointer;
}
.switch input {
	position: absolute; opacity: 0;
}
.switch input:checked + span {
	background-color: rgb(26, 174, 136);
}
.switch input:checked + span::after {
	left: 31px;
}
.switch span {
	border-radius: 30px; border: 1px solid rgba(0, 0, 0, 0.1); transition:background-color 0.2s; border-image: none; width: 60px; height: 30px; display: inline-block; position: relative; background-color: rgb(255, 255, 255); -webkit-transition: background-color 0.2s;
}
.switch span::after {
	border-radius: 30px; transition:left 0.2s; top: 1px; width: 26px; bottom: 1px; position: absolute; content: ""; box-shadow: 1px 1px 3px rgba(0,0,0,0.25); background-color: rgb(255, 255, 255); -webkit-transition: left 0.2s; -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.nav-docs > ul > li > a {
	padding-top: 5px !important; padding-bottom: 5px !important;
}
.dropfile {
	border: 2px dashed rgb(224, 228, 232); border-image: none; text-align: center; min-height: 20px;
}
.hover.dropfile {
	border-color: rgb(170, 195, 204);
}
.dropfile small {
	margin: 50px 0px; display: block;
}
.portlet {
	min-height: 30px;
}
.jqstooltip {
	box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;
}
.easypiechart {
	text-align: center; position: relative;
}
.easypiechart > div {
	position: relative; z-index: 1;
}
.easypiechart > div .text {
	top: 60%; width: 100%; line-height: 1; position: absolute;
}
.easypiechart > div img {
	margin-top: -4px;
}
.easypiechart canvas {
	left: 0px; top: 0px; position: absolute; z-index: 0;
}
.flot-legend .legend > div {
	display: none;
}
.flot-legend .legend .legendColorBox > div {
	margin: 5px; border: currentColor !important; border-image: none !important;
}
.flot-legend .legend .legendColorBox > div > div {
	border-radius: 10px;
}
.doc-buttons .btn {
	margin-bottom: 5px;
}
.list-icon i {
	margin: 0px; transition:font-size 0.2s; width: 40px; text-align: center; font-size: 14px; vertical-align: middle; display: inline-block; -webkit-transition: font-size .2s;
}
.list-icon div {
	line-height: 40px; white-space: nowrap;
}
.list-icon div:hover i {
	font-size: 26px;
}
.th-sortable {
	cursor: pointer;
}
.th-sortable .th-sort {
	float: right; position: relative;
}
.th-sort i {
	position: relative; z-index: 1;
}
.th-sort .fa-sort {
	left: 0px; top: 3px; color: rgb(186, 195, 204); position: absolute; z-index: 0;
}
.active.th-sortable .text {
	display: none !important;
}
.active.th-sortable .text-active {
	display: inline-block !important;
}
.sortable-placeholder {
	list-style: none; border: 1px dashed rgb(204, 204, 204); border-image: none; margin-bottom: 5px; min-height: 50px;
}
.date.input-append .add-on i {
	width: 16px; height: 16px; display: block; cursor: pointer;
}
.date.input-prepend .add-on i {
	width: 16px; height: 16px; display: block; cursor: pointer;
}
.parsley-error-list {
	list-style: none; margin: 6px 0px 0px; padding: 0px; font-size: 12px;
}
.parsley-error {
	border-color: rgb(255, 95, 95) !important;
}
.datepicker td.active {
	background: rgb(23, 123, 187);
}
.datepicker td.active:hover {
	background: rgb(23, 123, 187);
}
.datepicker td.active.active:hover {
	background: rgb(23, 123, 187);
}
.datepicker td.active.active {
	background: rgb(23, 123, 187);
}
#flotTip {
	padding: 3px 5px; border-radius: 4px; color: rgb(255, 255, 255); z-index: 100; opacity: 0.7; background-color: rgb(0, 0, 0); -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
.bg-gradient {
	filter: none; background-image: linear-gradient(rgba(40, 50, 60, 0) 0px, rgba(40, 50, 60, 0.05) 100%); background-repeat: repeat-x;
}
.bg-light {
	color: rgb(120, 130, 136); background-color: rgb(242, 244, 248);
}
.lt.bg-light {
	background-color: rgb(247, 248, 251);
}
.bg-light .lt {
	background-color: rgb(247, 248, 251);
}
.lter.bg-light {
	background-color: rgb(252, 252, 253);
}
.bg-light .lter {
	background-color: rgb(252, 252, 253);
}
.dk.bg-light {
	background-color: rgb(233, 237, 244);
}
.bg-light .dk {
	background-color: rgb(233, 237, 244);
}
.dker.bg-light {
	background-color: rgb(224, 230, 240);
}
.bg-light .dker {
	background-color: rgb(224, 230, 240);
}
.bg.bg-light {
	background-color: rgb(242, 244, 248);
}
.bg-light .bg {
	background-color: rgb(242, 244, 248);
}
.bg-dark {
	color: rgb(122, 135, 167); background-color: rgb(34, 39, 51);
}
.lt.bg-dark {
	background-color: rgb(46, 51, 65);
}
.bg-dark .lt {
	background-color: rgb(46, 51, 65);
}
.lter.bg-dark {
	background-color: rgb(58, 64, 78);
}
.bg-dark .lter {
	background-color: rgb(58, 64, 78);
}
.dk.bg-dark {
	background-color: rgb(23, 27, 36);
}
.bg-dark .dk {
	background-color: rgb(23, 27, 36);
}
.dker.bg-dark {
	background-color: rgb(13, 15, 21);
}
.bg-dark .dker {
	background-color: rgb(13, 15, 21);
}
.bg.bg-dark {
	background-color: rgb(34, 39, 51);
}
.bg-dark .bg {
	background-color: rgb(34, 39, 51);
}
.bg-dark a {
	color: rgb(153, 163, 187);
}
.bg-dark a:hover {
	color: rgb(255, 255, 255);
}
.bg-dark a.list-group-item:hover {
	background-color: inherit;
}
.bg-dark a.list-group-item:focus {
	background-color: inherit;
}
.bg-dark .nav > li:hover > a {
	color: rgb(255, 255, 255); background-color: rgb(18, 21, 29);
}
.bg-dark .nav > li:focus > a {
	color: rgb(255, 255, 255); background-color: rgb(18, 21, 29);
}
.bg-dark .nav > li:active > a {
	color: rgb(255, 255, 255); background-color: rgb(18, 21, 29);
}
.bg-dark .nav > li.active > a {
	color: rgb(255, 255, 255); background-color: rgb(18, 21, 29);
}
.bg-dark .nav > li > a {
	color: rgb(153, 163, 187);
}
.bg-dark .nav > li > a:hover {
	background-color: rgb(23, 27, 36);
}
.bg-dark .nav > li > a:focus {
	background-color: rgb(23, 27, 36);
}
.bg-dark .nav .open > a {
	background-color: rgb(18, 21, 29);
}
.bg-dark .caret {
	border-top-color: rgb(122, 135, 167); border-bottom-color: rgb(122, 135, 167);
}
.navbar.bg-dark .nav > li.active > a {
	color: rgb(255, 255, 255); background-color: rgb(23, 27, 36);
}
.bg-dark .open > a {
	color: rgb(255, 255, 255);
}
.bg-dark .open > a:hover {
	color: rgb(255, 255, 255);
}
.bg-dark .open > a:focus {
	color: rgb(255, 255, 255);
}
.bg-dark .text-muted {
	color: rgb(95, 109, 143) !important;
}
.bg-dark .text-lt {
	color: rgb(199, 204, 218) !important;
}
.bg-dark .icon-muted {
	color: rgb(95, 109, 143) !important;
}
.auto.bg-dark .list-group-item {
	border-color: rgb(40, 46, 60) !important; background-color: transparent;
}
.bg-dark .auto .list-group-item {
	border-color: rgb(40, 46, 60) !important; background-color: transparent;
}
.auto.bg-dark .list-group-item:hover {
	background-color: rgb(23, 27, 36) !important;
}
.auto.bg-dark .list-group-item:focus {
	background-color: rgb(23, 27, 36) !important;
}
.auto.bg-dark .list-group-item:active {
	background-color: rgb(23, 27, 36) !important;
}
.auto.bg-dark .active.list-group-item {
	background-color: rgb(23, 27, 36) !important;
}
.bg-dark .auto .list-group-item:hover {
	background-color: rgb(23, 27, 36) !important;
}
.bg-dark .auto .list-group-item:focus {
	background-color: rgb(23, 27, 36) !important;
}
.bg-dark .auto .list-group-item:active {
	background-color: rgb(23, 27, 36) !important;
}
.bg-dark .auto .active.list-group-item {
	background-color: rgb(23, 27, 36) !important;
}
.bg-black {
	color: rgb(101, 107, 147); background-color: rgb(18, 19, 26);
}
.lt.bg-black {
	background-color: rgb(29, 31, 40);
}
.bg-black .lt {
	background-color: rgb(29, 31, 40);
}
.lter.bg-black {
	background-color: rgb(41, 43, 54);
}
.bg-black .lter {
	background-color: rgb(41, 43, 54);
}
.dk.bg-black {
	background-color: rgb(7, 8, 11);
}
.bg-black .dk {
	background-color: rgb(7, 8, 11);
}
.dker.bg-black {
	background-color: rgb(0, 0, 0);
}
.bg-black .dker {
	background-color: rgb(0, 0, 0);
}
.bg.bg-black {
	background-color: rgb(18, 19, 26);
}
.bg-black .bg {
	background-color: rgb(18, 19, 26);
}
.bg-black a {
	color: rgb(130, 135, 169);
}
.bg-black a:hover {
	color: rgb(255, 255, 255);
}
.bg-black a.list-group-item:hover {
	background-color: inherit;
}
.bg-black a.list-group-item:focus {
	background-color: inherit;
}
.bg-black .nav > li:hover > a {
	color: rgb(255, 255, 255); background-color: rgb(2, 2, 3);
}
.bg-black .nav > li:focus > a {
	color: rgb(255, 255, 255); background-color: rgb(2, 2, 3);
}
.bg-black .nav > li:active > a {
	color: rgb(255, 255, 255); background-color: rgb(2, 2, 3);
}
.bg-black .nav > li.active > a {
	color: rgb(255, 255, 255); background-color: rgb(2, 2, 3);
}
.bg-black .nav > li > a {
	color: rgb(238, 238, 238); font-size: 15px;
}
.bg-black .nav > li > a:hover {
	background-color: rgb(7, 8, 11);
}
.bg-black .nav > li > a:focus {
	background-color: rgb(7, 8, 11);
}
.bg-black .nav .open > a {
	background-color: rgb(2, 2, 3);
}
.bg-black .caret {
	border-top-color: rgb(101, 107, 147); border-bottom-color: rgb(101, 107, 147);
}
.navbar.bg-black .nav > li.active > a {
	color: rgb(255, 255, 255); background-color: rgb(0, 0, 0);
}
.bg-black .open > a {
	color: rgb(255, 255, 255);
}
.bg-black .open > a:hover {
	color: rgb(255, 255, 255);
}
.bg-black .open > a:focus {
	color: rgb(255, 255, 255);
}
.bg-black .text-muted {
	color: rgb(81, 85, 116) !important;
}
.bg-black .text-lt {
	color: rgb(176, 179, 200) !important;
}
.bg-black .icon-muted {
	color: rgb(81, 85, 116) !important;
}
.auto.bg-black .list-group-item {
	border-color: rgb(24, 26, 35) !important; background-color: transparent;
}
.bg-black .auto .list-group-item {
	border-color: rgb(24, 26, 35) !important; background-color: transparent;
}
.auto.bg-black .list-group-item:hover {
	background-color: rgb(7, 8, 11) !important;
}
.auto.bg-black .list-group-item:focus {
	background-color: rgb(7, 8, 11) !important;
}
.auto.bg-black .list-group-item:active {
	background-color: rgb(7, 8, 11) !important;
}
.auto.bg-black .active.list-group-item {
	background-color: rgb(7, 8, 11) !important;
}
.bg-black .auto .list-group-item:hover {
	background-color: rgb(7, 8, 11) !important;
}
.bg-black .auto .list-group-item:focus {
	background-color: rgb(7, 8, 11) !important;
}
.bg-black .auto .list-group-item:active {
	background-color: rgb(7, 8, 11) !important;
}
.bg-black .auto .active.list-group-item {
	background-color: rgb(7, 8, 11) !important;
}
.bg-primary {
	color: rgb(170, 215, 244); background-color: rgb(23, 123, 187);
}
.lt.bg-primary {
	background-color: rgb(29, 137, 207);
}
.bg-primary .lt {
	background-color: rgb(29, 137, 207);
}
.lter.bg-primary {
	background-color: rgb(39, 150, 222);
}
.bg-primary .lter {
	background-color: rgb(39, 150, 222);
}
.dk.bg-primary {
	background-color: rgb(18, 109, 167);
}
.bg-primary .dk {
	background-color: rgb(18, 109, 167);
}
.dker.bg-primary {
	background-color: rgb(13, 94, 146);
}
.bg-primary .dker {
	background-color: rgb(13, 94, 146);
}
.bg.bg-primary {
	background-color: rgb(23, 123, 187);
}
.bg-primary .bg {
	background-color: rgb(23, 123, 187);
}
.bg-primary-ltest {
	background-color: rgb(236, 246, 251);
}
.bg-primary a {
	color: rgb(215, 236, 250);
}
.bg-primary a:hover {
	color: rgb(255, 255, 255);
}
.bg-primary a.list-group-item:hover {
	background-color: inherit;
}
.bg-primary a.list-group-item:focus {
	background-color: inherit;
}
.bg-primary .nav > li:hover > a {
	color: rgb(255, 255, 255); background-color: rgb(17, 101, 155);
}
.bg-primary .nav > li:focus > a {
	color: rgb(255, 255, 255); background-color: rgb(17, 101, 155);
}
.bg-primary .nav > li:active > a {
	color: rgb(255, 255, 255); background-color: rgb(17, 101, 155);
}
.bg-primary .nav > li.active > a {
	color: rgb(255, 255, 255); background-color: rgb(17, 101, 155);
}
.bg-primary .nav > li > a {
	color: rgb(215, 236, 250);
}
.bg-primary .nav > li > a:hover {
	background-color: rgb(18, 109, 167);
}
.bg-primary .nav > li > a:focus {
	background-color: rgb(18, 109, 167);
}
.bg-primary .nav .open > a {
	background-color: rgb(17, 101, 155);
}
.bg-primary .caret {
	border-top-color: rgb(170, 215, 244); border-bottom-color: rgb(170, 215, 244);
}
.navbar.bg-primary .nav > li.active > a {
	color: rgb(255, 255, 255); background-color: rgb(18, 109, 167);
}
.bg-primary .open > a {
	color: rgb(255, 255, 255);
}
.bg-primary .open > a:hover {
	color: rgb(255, 255, 255);
}
.bg-primary .open > a:focus {
	color: rgb(255, 255, 255);
}
.bg-primary .text-muted {
	color: rgb(124, 194, 239) !important;
}
.bg-primary .text-lt {
	color: rgb(255, 255, 255) !important;
}
.bg-primary .icon-muted {
	color: rgb(124, 194, 239) !important;
}
.auto.bg-primary .list-group-item {
	border-color: rgb(25, 132, 201) !important; background-color: transparent;
}
.bg-primary .auto .list-group-item {
	border-color: rgb(25, 132, 201) !important; background-color: transparent;
}
.auto.bg-primary .list-group-item:hover {
	background-color: rgb(18, 109, 167) !important;
}
.auto.bg-primary .list-group-item:focus {
	background-color: rgb(18, 109, 167) !important;
}
.auto.bg-primary .list-group-item:active {
	background-color: rgb(18, 109, 167) !important;
}
.auto.bg-primary .active.list-group-item {
	background-color: rgb(18, 109, 167) !important;
}
.bg-primary .auto .list-group-item:hover {
	background-color: rgb(18, 109, 167) !important;
}
.bg-primary .auto .list-group-item:focus {
	background-color: rgb(18, 109, 167) !important;
}
.bg-primary .auto .list-group-item:active {
	background-color: rgb(18, 109, 167) !important;
}
.bg-primary .auto .active.list-group-item {
	background-color: rgb(18, 109, 167) !important;
}
.bg-success {
	color: rgb(163, 241, 221); background-color: rgb(26, 174, 136);
}
.lt.bg-success {
	background-color: rgb(32, 193, 152);
}
.bg-success .lt {
	background-color: rgb(32, 193, 152);
}
.lter.bg-success {
	background-color: rgb(39, 212, 168);
}
.bg-success .lter {
	background-color: rgb(39, 212, 168);
}
.dk.bg-success {
	background-color: rgb(21, 154, 120);
}
.bg-success .dk {
	background-color: rgb(21, 154, 120);
}
.dker.bg-success {
	background-color: rgb(16, 133, 103);
}
.bg-success .dker {
	background-color: rgb(16, 133, 103);
}
.bg.bg-success {
	background-color: rgb(26, 174, 136);
}
.bg-success .bg {
	background-color: rgb(26, 174, 136);
}
.bg-success-ltest {
	background-color: rgb(241, 255, 237);
}
.bg-success a {
	color: rgb(207, 248, 237);
}
.bg-success a:hover {
	color: rgb(255, 255, 255);
}
.bg-success a.list-group-item:hover {
	background-color: inherit;
}
.bg-success a.list-group-item:focus {
	background-color: inherit;
}
.bg-success .nav > li:hover > a {
	color: rgb(255, 255, 255); background-color: rgb(19, 143, 111);
}
.bg-success .nav > li:focus > a {
	color: rgb(255, 255, 255); background-color: rgb(19, 143, 111);
}
.bg-success .nav > li:active > a {
	color: rgb(255, 255, 255); background-color: rgb(19, 143, 111);
}
.bg-success .nav > li.active > a {
	color: rgb(255, 255, 255); background-color: rgb(19, 143, 111);
}
.bg-success .nav > li > a {
	color: rgb(207, 248, 237);
}
.bg-success .nav > li > a:hover {
	background-color: rgb(21, 154, 120);
}
.bg-success .nav > li > a:focus {
	background-color: rgb(21, 154, 120);
}
.bg-success .nav .open > a {
	background-color: rgb(19, 143, 111);
}
.bg-success .caret {
	border-top-color: rgb(163, 241, 221); border-bottom-color: rgb(163, 241, 221);
}
.navbar.bg-success .nav > li.active > a {
	color: rgb(255, 255, 255); background-color: rgb(21, 154, 120);
}
.bg-success .open > a {
	color: rgb(255, 255, 255);
}
.bg-success .open > a:hover {
	color: rgb(255, 255, 255);
}
.bg-success .open > a:focus {
	color: rgb(255, 255, 255);
}
.bg-success .text-muted {
	color: rgb(118, 235, 205) !important;
}
.bg-success .text-lt {
	color: rgb(255, 255, 255) !important;
}
.bg-success .icon-muted {
	color: rgb(118, 235, 205) !important;
}
.auto.bg-success .list-group-item {
	border-color: rgb(28, 187, 146) !important; background-color: transparent;
}
.bg-success .auto .list-group-item {
	border-color: rgb(28, 187, 146) !important; background-color: transparent;
}
.auto.bg-success .list-group-item:hover {
	background-color: rgb(21, 154, 120) !important;
}
.auto.bg-success .list-group-item:focus {
	background-color: rgb(21, 154, 120) !important;
}
.auto.bg-success .list-group-item:active {
	background-color: rgb(21, 154, 120) !important;
}
.auto.bg-success .active.list-group-item {
	background-color: rgb(21, 154, 120) !important;
}
.bg-success .auto .list-group-item:hover {
	background-color: rgb(21, 154, 120) !important;
}
.bg-success .auto .list-group-item:focus {
	background-color: rgb(21, 154, 120) !important;
}
.bg-success .auto .list-group-item:active {
	background-color: rgb(21, 154, 120) !important;
}
.bg-success .auto .active.list-group-item {
	background-color: rgb(21, 154, 120) !important;
}
.bg-info {
	color: rgb(190, 245, 246); background-color: rgb(28, 202, 204);
}
.lt.bg-info {
	background-color: rgb(36, 219, 221);
}
.bg-info .lt {
	background-color: rgb(36, 219, 221);
}
.lter.bg-info {
	background-color: rgb(61, 220, 222);
}
.bg-info .lter {
	background-color: rgb(61, 220, 222);
}
.dk.bg-info {
	background-color: rgb(22, 182, 184);
}
.bg-info .dk {
	background-color: rgb(22, 182, 184);
}
.dker.bg-info {
	background-color: rgb(17, 162, 164);
}
.bg-info .dker {
	background-color: rgb(17, 162, 164);
}
.bg.bg-info {
	background-color: rgb(28, 202, 204);
}
.bg-info .bg {
	background-color: rgb(28, 202, 204);
}
.bg-info-ltest {
	background-color: rgb(236, 252, 255);
}
.bg-info a {
	color: rgb(235, 252, 252);
}
.bg-info a:hover {
	color: rgb(255, 255, 255);
}
.bg-info a.list-group-item:hover {
	background-color: inherit;
}
.bg-info a.list-group-item:focus {
	background-color: inherit;
}
.bg-info .nav > li:hover > a {
	color: rgb(255, 255, 255); background-color: rgb(21, 171, 173);
}
.bg-info .nav > li:focus > a {
	color: rgb(255, 255, 255); background-color: rgb(21, 171, 173);
}
.bg-info .nav > li:active > a {
	color: rgb(255, 255, 255); background-color: rgb(21, 171, 173);
}
.bg-info .nav > li.active > a {
	color: rgb(255, 255, 255); background-color: rgb(21, 171, 173);
}
.bg-info .nav > li > a {
	color: rgb(235, 252, 252);
}
.bg-info .nav > li > a:hover {
	background-color: rgb(22, 182, 184);
}
.bg-info .nav > li > a:focus {
	background-color: rgb(22, 182, 184);
}
.bg-info .nav .open > a {
	background-color: rgb(21, 171, 173);
}
.bg-info .caret {
	border-top-color: rgb(190, 245, 246); border-bottom-color: rgb(190, 245, 246);
}
.navbar.bg-info .nav > li.active > a {
	color: rgb(255, 255, 255); background-color: rgb(22, 182, 184);
}
.bg-info .open > a {
	color: rgb(255, 255, 255);
}
.bg-info .open > a:hover {
	color: rgb(255, 255, 255);
}
.bg-info .open > a:focus {
	color: rgb(255, 255, 255);
}
.bg-info .text-muted {
	color: rgb(145, 239, 240) !important;
}
.bg-info .text-lt {
	color: rgb(255, 255, 255) !important;
}
.bg-info .icon-muted {
	color: rgb(145, 239, 240) !important;
}
.auto.bg-info .list-group-item {
	border-color: rgb(30, 215, 217) !important; background-color: transparent;
}
.bg-info .auto .list-group-item {
	border-color: rgb(30, 215, 217) !important; background-color: transparent;
}
.auto.bg-info .list-group-item:hover {
	background-color: rgb(22, 182, 184) !important;
}
.auto.bg-info .list-group-item:focus {
	background-color: rgb(22, 182, 184) !important;
}
.auto.bg-info .list-group-item:active {
	background-color: rgb(22, 182, 184) !important;
}
.auto.bg-info .active.list-group-item {
	background-color: rgb(22, 182, 184) !important;
}
.bg-info .auto .list-group-item:hover {
	background-color: rgb(22, 182, 184) !important;
}
.bg-info .auto .list-group-item:focus {
	background-color: rgb(22, 182, 184) !important;
}
.bg-info .auto .list-group-item:active {
	background-color: rgb(22, 182, 184) !important;
}
.bg-info .auto .active.list-group-item {
	background-color: rgb(22, 182, 184) !important;
}
.bg-warning {
	color: rgb(255, 254, 252); background-color: rgb(252, 198, 51);
}
.lt.bg-warning {
	background-color: rgb(250, 204, 78);
}
.bg-warning .lt {
	background-color: rgb(250, 204, 78);
}
.lter.bg-warning {
	background-color: rgb(249, 210, 105);
}
.bg-warning .lter {
	background-color: rgb(249, 210, 105);
}
.dk.bg-warning {
	background-color: rgb(255, 192, 23);
}
.bg-warning .dk {
	background-color: rgb(255, 192, 23);
}
.dker.bg-warning {
	background-color: rgb(252, 184, 0);
}
.bg-warning .dker {
	background-color: rgb(252, 184, 0);
}
.bg.bg-warning {
	background-color: rgb(252, 198, 51);
}
.bg-warning .bg {
	background-color: rgb(252, 198, 51);
}
.bg-warning-ltest {
	background-color: rgb(255, 254, 230);
}
.bg-warning a {
	color: rgb(255, 255, 255);
}
.bg-warning a:hover {
	color: rgb(255, 255, 255);
}
.bg-warning a.list-group-item:hover {
	background-color: inherit;
}
.bg-warning a.list-group-item:focus {
	background-color: inherit;
}
.bg-warning .nav > li:hover > a {
	color: rgb(255, 255, 255); background-color: rgb(255, 189, 10);
}
.bg-warning .nav > li:focus > a {
	color: rgb(255, 255, 255); background-color: rgb(255, 189, 10);
}
.bg-warning .nav > li:active > a {
	color: rgb(255, 255, 255); background-color: rgb(255, 189, 10);
}
.bg-warning .nav > li.active > a {
	color: rgb(255, 255, 255); background-color: rgb(255, 189, 10);
}
.bg-warning .nav > li > a {
	color: rgb(255, 255, 255);
}
.bg-warning .nav > li > a:hover {
	background-color: rgb(255, 192, 23);
}
.bg-warning .nav > li > a:focus {
	background-color: rgb(255, 192, 23);
}
.bg-warning .nav .open > a {
	background-color: rgb(255, 189, 10);
}
.bg-warning .caret {
	border-top-color: rgb(255, 254, 252); border-bottom-color: rgb(255, 254, 252);
}
.navbar.bg-warning .nav > li.active > a {
	color: rgb(255, 255, 255); background-color: rgb(255, 192, 23);
}
.bg-warning .open > a {
	color: rgb(255, 255, 255);
}
.bg-warning .open > a:hover {
	color: rgb(255, 255, 255);
}
.bg-warning .open > a:focus {
	color: rgb(255, 255, 255);
}
.bg-warning .text-muted {
	color: rgb(254, 240, 202) !important;
}
.bg-warning .text-lt {
	color: rgb(255, 255, 255) !important;
}
.bg-warning .icon-muted {
	color: rgb(254, 240, 202) !important;
}
.auto.bg-warning .list-group-item {
	border-color: rgb(252, 202, 66) !important; background-color: transparent;
}
.bg-warning .auto .list-group-item {
	border-color: rgb(252, 202, 66) !important; background-color: transparent;
}
.auto.bg-warning .list-group-item:hover {
	background-color: rgb(255, 192, 23) !important;
}
.auto.bg-warning .list-group-item:focus {
	background-color: rgb(255, 192, 23) !important;
}
.auto.bg-warning .list-group-item:active {
	background-color: rgb(255, 192, 23) !important;
}
.auto.bg-warning .active.list-group-item {
	background-color: rgb(255, 192, 23) !important;
}
.bg-warning .auto .list-group-item:hover {
	background-color: rgb(255, 192, 23) !important;
}
.bg-warning .auto .list-group-item:focus {
	background-color: rgb(255, 192, 23) !important;
}
.bg-warning .auto .list-group-item:active {
	background-color: rgb(255, 192, 23) !important;
}
.bg-warning .auto .active.list-group-item {
	background-color: rgb(255, 192, 23) !important;
}
.bg-danger {
	color: rgb(252, 229, 232); background-color: rgb(227, 50, 68);
}
.lt.bg-danger {
	background-color: rgb(227, 75, 91);
}
.bg-danger .lt {
	background-color: rgb(227, 75, 91);
}
.lter.bg-danger {
	background-color: rgb(229, 99, 113);
}
.bg-danger .lter {
	background-color: rgb(229, 99, 113);
}
.dk.bg-danger {
	background-color: rgb(224, 27, 47);
}
.bg-danger .dk {
	background-color: rgb(224, 27, 47);
}
.dker.bg-danger {
	background-color: rgb(204, 22, 40);
}
.bg-danger .dker {
	background-color: rgb(204, 22, 40);
}
.bg.bg-danger {
	background-color: rgb(227, 50, 68);
}
.bg-danger .bg {
	background-color: rgb(227, 50, 68);
}
.bg-danger-ltest {
	background-color: rgb(251, 237, 236);
}
.bg-danger a {
	color: rgb(255, 255, 255);
}
.bg-danger a:hover {
	color: rgb(255, 255, 255);
}
.bg-danger a.list-group-item:hover {
	background-color: inherit;
}
.bg-danger a.list-group-item:focus {
	background-color: inherit;
}
.bg-danger .nav > li:hover > a {
	color: rgb(255, 255, 255); background-color: rgb(213, 26, 45);
}
.bg-danger .nav > li:focus > a {
	color: rgb(255, 255, 255); background-color: rgb(213, 26, 45);
}
.bg-danger .nav > li:active > a {
	color: rgb(255, 255, 255); background-color: rgb(213, 26, 45);
}
.bg-danger .nav > li.active > a {
	color: rgb(255, 255, 255); background-color: rgb(213, 26, 45);
}
.bg-danger .nav > li > a {
	color: rgb(255, 255, 255);
}
.bg-danger .nav > li > a:hover {
	background-color: rgb(224, 27, 47);
}
.bg-danger .nav > li > a:focus {
	background-color: rgb(224, 27, 47);
}
.bg-danger .nav .open > a {
	background-color: rgb(213, 26, 45);
}
.bg-danger .caret {
	border-top-color: rgb(252, 229, 232); border-bottom-color: rgb(252, 229, 232);
}
.navbar.bg-danger .nav > li.active > a {
	color: rgb(255, 255, 255); background-color: rgb(224, 27, 47);
}
.bg-danger .open > a {
	color: rgb(255, 255, 255);
}
.bg-danger .open > a:hover {
	color: rgb(255, 255, 255);
}
.bg-danger .open > a:focus {
	color: rgb(255, 255, 255);
}
.bg-danger .text-muted {
	color: rgb(245, 185, 191) !important;
}
.bg-danger .text-lt {
	color: rgb(255, 255, 255) !important;
}
.bg-danger .icon-muted {
	color: rgb(245, 185, 191) !important;
}
.auto.bg-danger .list-group-item {
	border-color: rgb(229, 63, 80) !important; background-color: transparent;
}
.bg-danger .auto .list-group-item {
	border-color: rgb(229, 63, 80) !important; background-color: transparent;
}
.auto.bg-danger .list-group-item:hover {
	background-color: rgb(224, 27, 47) !important;
}
.auto.bg-danger .list-group-item:focus {
	background-color: rgb(224, 27, 47) !important;
}
.auto.bg-danger .list-group-item:active {
	background-color: rgb(224, 27, 47) !important;
}
.auto.bg-danger .active.list-group-item {
	background-color: rgb(224, 27, 47) !important;
}
.bg-danger .auto .list-group-item:hover {
	background-color: rgb(224, 27, 47) !important;
}
.bg-danger .auto .list-group-item:focus {
	background-color: rgb(224, 27, 47) !important;
}
.bg-danger .auto .list-group-item:active {
	background-color: rgb(224, 27, 47) !important;
}
.bg-danger .auto .active.list-group-item {
	background-color: rgb(224, 27, 47) !important;
}
.bg-white {
	color: rgb(120, 130, 136); background-color: rgba(255, 255, 255, 1);
}
.bg-white a {
	color: rgb(60, 65, 68);
}
.bg-white a:hover {
	color: rgb(36, 39, 41);
}
.bg-white .text-muted {
	color: rgb(161, 168, 172) !important;
}
.bg-white-only {
	background-color: rgb(255, 255, 255);
}
.bg-empty {
	background-color: transparent;
}
.text-primary {
	color: rgb(23, 123, 187);
}
.text-primary-lt {
	color: rgb(26, 138, 210);
}
.text-primary-lter {
	color: rgb(33, 152, 228);
}
.text-primary-dk {
	color: rgb(20, 108, 164);
}
.text-primary-dker {
	color: rgb(17, 93, 142);
}
.text-info {
	color: rgb(28, 202, 204);
}
.text-info-lt {
	color: rgb(33, 222, 225);
}
.text-info-lter {
	color: rgb(55, 226, 228);
}
.text-info-dk {
	color: rgb(25, 180, 182);
}
.text-info-dker {
	color: rgb(22, 158, 159);
}
.text-success {
	color: rgb(26, 174, 136);
}
.text-success-lt {
	color: rgb(29, 196, 153);
}
.text-success-lter {
	color: rgb(33, 218, 171);
}
.text-success-dk {
	color: rgb(23, 152, 119);
}
.text-success-dker {
	color: rgb(19, 130, 101);
}
.text-warning {
	color: rgb(252, 198, 51);
}
.text-warning-lt {
	color: rgb(252, 205, 76);
}
.text-warning-lter {
	color: rgb(253, 212, 101);
}
.text-warning-dk {
	color: rgb(252, 191, 26);
}
.text-warning-dker {
	color: rgb(248, 183, 4);
}
.text-danger {
	color: rgb(227, 50, 68);
}
.text-danger-lt {
	color: rgb(230, 72, 88);
}
.text-danger-lter {
	color: rgb(233, 95, 109);
}
.text-danger-dk {
	color: rgb(221, 30, 50);
}
.text-danger-dker {
	color: rgb(199, 27, 45);
}
.text-dark {
	color: rgb(34, 39, 51);
}
.text-dark-lt {
	color: rgb(44, 51, 66);
}
.text-dark-lter {
	color: rgb(54, 62, 82);
}
.text-dark-dk {
	color: rgb(24, 27, 36);
}
.text-dark-dker {
	color: rgb(14, 16, 20);
}
.text-black {
	color: rgba(0, 0, 0, 0.8);
}
.text-white {
	color: rgb(255, 255, 255);
}
.text-muted {
	color: rgb(161, 168, 172);
}
.pos-rlt {
	position: relative;
}
.pos-stc {
	position: static;
}
.pos-abt {
	position: absolute;
}
.line {
	margin: 10px 0px; height: 2px; overflow: hidden; font-size: 0px;
}
.line-xs {
	margin: 0px;
}
.line-lg {
	margin-top: 15px; margin-bottom: 15px;
}
.line-dashed {
	border-width: 0px; border-style: dashed !important; background-color: transparent;
}
.no-line {
	border-width: 0px;
}
.no-border {
	border-width: 0px; border-color: transparent;
}
.no-borders {
	border-width: 0px; border-color: transparent;
}
.no-radius {
	border-radius: 0px;
}
.block {
	display: block;
}
.hide.block {
	display: none;
}
.inline {
	display: inline-block !important;
}
.none {
	display: none;
}
.pull-right-lg {
	float: right;
}
.pull-none {
	float: none;
}
.rounded {
	border-radius: 500px;
}
.btn-s-xs {
	min-width: 90px;
}
.btn-s-sm {
	min-width: 100px;
}
.btn-s-md {
	min-width: 120px;
}
.btn-s-lg {
	min-width: 150px;
}
.btn-s-xl {
	min-width: 200px;
}
.l-h-2x {
	line-height: 2em;
}
.l-h-1x {
	line-height: 1.2;
}
.l-h {
	line-height: 1.5;
}
.v-middle {
	vertical-align: middle !important;
}
.v-top {
	vertical-align: top !important;
}
.v-bottom {
	vertical-align: bottom !important;
}
.font-normal {
	font-weight: normal;
}
.font-thin {
	font-weight: 300;
}
.font-bold {
	font-weight: 700;
}
.text-lg {
	font-size: 16px;
}
.text-md {
	font-size: 14px;
}
.text-sm {
	font-size: 12px;
}
.text-xs {
	font-size: 11px;
}
.text-ellipsis {
	overflow: hidden; display: block; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.text-u-c {
	text-transform: uppercase;
}
.text-l-t {
	text-decoration: line-through;
}
.text-u-l {
	text-decoration: underline;
}
.text-active {
	display: none !important;
}
.active > .text {
	display: none !important;
}
.active > .auto .text {
	display: none !important;
}
.active > .text-active {
	display: inline-block !important;
}
.active > .auto .text-active {
	display: inline-block !important;
}
.box-shadow {
	box-shadow: 0px 2px 2px rgba(0,0,0,0.05), 0px 1px 0px rgba(0,0,0,0.05);
}
.wrapper-xxs {
	padding: 4px 6px;
}
.wrapper-sm {
	padding: 5px 10px;
}
.wrapper {
	padding: 15px;
}
.wrapper-md {
	padding: 20px;
}
.wrapper-lg {
	padding: 30px;
}
.wrapper-xl {
	padding: 50px;
}
.padder {
	padding-right: 15px; padding-left: 15px;
}
.padder-v {
	padding-top: 15px; padding-bottom: 15px;
}
.no-padder {
	padding: 0px !important;
}
.pull-in {
	margin-right: -15px; margin-left: -15px;
}
.pull-out {
	margin: -10px -15px;
}
.b {
	border: 1px solid rgba(0, 0, 0, 0.05); border-image: none;
}
.b-a {
	border: 1px solid rgb(234, 238, 241); border-image: none;
}
.b-t {
	border-top-color: rgb(234, 238, 241); border-top-width: 1px; border-top-style: solid;
}
.b-r {
	border-right-color: rgb(234, 238, 241); border-right-width: 1px; border-right-style: solid;
}
.b-b {
	border-bottom-color: rgb(234, 238, 241); border-bottom-width: 1px; border-bottom-style: solid;
}
.b-l {
	border-left-color: rgb(234, 238, 241); border-left-width: 1px; border-left-style: solid;
}
.b-light {
	border-color: rgb(225, 230, 239);
}
.b-dark {
	border-color: rgb(44, 51, 66);
}
.b-primary {
	border-color: rgb(26, 138, 210);
}
.b-success {
	border-color: rgb(29, 196, 153);
}
.b-info {
	border-color: rgb(33, 222, 225);
}
.b-warning {
	border-color: rgb(252, 205, 76);
}
.b-danger {
	border-color: rgb(230, 72, 88);
}
.b-black {
	border-color: rgb(28, 30, 41);
}
.b-white {
	border-color: rgb(255, 255, 255);
}
.b-dashed {
	border-style: dashed !important;
}
.b-2x {
	border-width: 2px;
}
.b-3x {
	border-width: 3px;
}
.b-4x {
	border-width: 4px;
}
.b-5x {
	border-width: 5px;
}
.r {
	border-radius: 2px;
}
.r-l {
	border-radius: 2px 0px 0px 2px;
}
.r-r {
	border-radius: 0px 2px 2px 0px;
}
.r-t {
	border-radius: 2px 2px 0px 0px;
}
.r-b {
	border-radius: 0px 0px 2px 2px;
}
.m-xxs {
	margin: 2px 4px;
}
.m-xs {
	margin: 5px;
}
.m-sm {
	margin: 10px;
}
.m {
	margin: 15px;
}
.m-md {
	margin: 20px;
}
.m-lg {
	margin: 30px;
}
.m-xl {
	margin: 50px;
}
.m-n {
	margin: 0px !important;
}
.m-l-none {
	margin-left: 0px;
}
.m-l-xs {
	margin-left: 5px;
}
.m-l-sm {
	margin-left: 10px;
}
.m-l {
	margin-left: 15px;
}
.m-l-md {
	margin-left: 20px;
}
.m-l-lg {
	margin-left: 30px;
}
.m-l-xl {
	margin-left: 40px;
}
.m-l-n-xxs {
	margin-left: -1px;
}
.m-l-n-xs {
	margin-left: -5px;
}
.m-l-n-sm {
	margin-left: -10px;
}
.m-l-n {
	margin-left: -15px;
}
.m-l-n-md {
	margin-left: -20px;
}
.m-l-n-lg {
	margin-left: -30px;
}
.m-l-n-xl {
	margin-left: -40px;
}
.m-t-none {
	margin-top: 0px;
}
.m-t-xxs {
	margin-top: 1px;
}
.m-t-xs {
	margin-top: 5px;
}
.m-t-sm {
	margin-top: 10px;
}
.m-t {
	margin-top: 15px;
}
.m-t-md {
	margin-top: 20px;
}
.m-t-lg {
	margin-top: 30px;
}
.m-t-xl {
	margin-top: 40px;
}
.m-t-n-xxs {
	margin-top: -1px;
}
.m-t-n-xs {
	margin-top: -5px;
}
.m-t-n-sm {
	margin-top: -10px;
}
.m-t-n {
	margin-top: -15px;
}
.m-t-n-md {
	margin-top: -20px;
}
.m-t-n-lg {
	margin-top: -30px;
}
.m-t-n-xl {
	margin-top: -40px;
}
.m-r-none {
	margin-right: 0px;
}
.m-r-xxs {
	margin-right: 1px;
}
.m-r-xs {
	margin-right: 5px;
}
.m-r-sm {
	margin-right: 10px;
}
.m-r {
	margin-right: 15px;
}
.m-r-md {
	margin-right: 20px;
}
.m-r-lg {
	margin-right: 30px;
}
.m-r-xl {
	margin-right: 40px;
}
.m-r-n-xxs {
	margin-right: -1px;
}
.m-r-n-xs {
	margin-right: -5px;
}
.m-r-n-sm {
	margin-right: -10px;
}
.m-r-n {
	margin-right: -15px;
}
.m-r-n-md {
	margin-right: -20px;
}
.m-r-n-lg {
	margin-right: -30px;
}
.m-r-n-xl {
	margin-right: -40px;
}
.m-b-none {
	margin-bottom: 0px;
}
.m-b-xxs {
	margin-bottom: 1px;
}
.m-b-xs {
	margin-bottom: 5px;
}
.m-b-sm {
	margin-bottom: 10px;
}
.m-b {
	margin-bottom: 15px;
}
.m-b-md {
	margin-bottom: 20px;
}
.m-b-lg {
	margin-bottom: 30px;
}
.m-b-xl {
	margin-bottom: 40px;
}
.m-b-n-xxs {
	margin-bottom: -1px;
}
.m-b-n-xs {
	margin-bottom: -5px;
}
.m-b-n-sm {
	margin-bottom: -10px;
}
.m-b-n {
	margin-bottom: -15px;
}
.m-b-n-md {
	margin-bottom: -20px;
}
.m-b-n-lg {
	margin-bottom: -30px;
}
.m-b-n-xl {
	margin-bottom: -40px;
}
.media-xs {
	min-width: 50px;
}
.media-sm {
	min-width: 80px;
}
.media-md {
	min-width: 90px;
}
.media-lg {
	min-width: 120px;
}
.avatar {
	border-radius: 500px; display: block; white-space: nowrap; position: relative;
}
.avatar img {
	border-radius: 500px; width: 100%;
}
.avatar i {
	border-width: 2px; border-style: solid; border-radius: 100%; left: 0px; top: 0px; width: 10px; height: 10px; position: absolute;
}
.avatar i.md {
	margin: 1px; width: 12px; height: 12px;
}
.avatar i.right {
	left: auto; right: 0px;
}
.avatar i.bottom {
	left: auto; top: auto; right: 0px; bottom: 0px;
}
.avatar i.on {
	background-color: rgb(26, 174, 136);
}
.avatar i.off {
	background-color: rgb(161, 168, 172);
}
.avatar i.busy {
	background-color: rgb(227, 50, 68);
}
.avatar i.away {
	background-color: rgb(252, 198, 51);
}
.thumb-lg {
	width: 128px; display: inline-block;
}
.thumb-md {
	width: 64px; display: inline-block;
}
.thumb {
	width: 50px; display: inline-block;
}
.thumb-sm {
	width: 34px; display: inline-block;
}
.thumb-xs {
	width: 24px; display: inline-block;
}
.thumb-wrapper {
	padding: 2px; border: 1px solid rgb(221, 221, 221); border-image: none;
}
.thumb img {
	height: auto; vertical-align: middle; max-width: 100%;
}
.thumb-xs img {
	height: auto; vertical-align: middle; max-width: 100%;
}
.thumb-sm img {
	height: auto; vertical-align: middle; max-width: 100%;
}
.thumb-md img {
	height: auto; vertical-align: middle; max-width: 100%;
}
.thumb-lg img {
	height: auto; vertical-align: middle; max-width: 100%;
}
.thumb-btn img {
	height: auto; vertical-align: middle; max-width: 100%;
}
.img-full {
	max-width: 100%;
}
.img-full > img {
	max-width: 100%;
}
.clear {
	overflow: hidden; display: block;
}
.row-sm {
	margin-right: -10px; margin-left: -10px;
}
.row-sm > div {
	padding-right: 10px; padding-left: 10px;
}
.i-checks input {
	opacity: 0;
}
.i-checks input:checked + i {
	border-color: rgb(23, 123, 187);
}
.i-checks input:checked + i::before {
	left: 0px; top: 2px; width: 100%; text-align: center; color: rgb(23, 123, 187); font-family: "FontAwesome"; font-style: normal; font-weight: normal; position: absolute;
}
.i-checks input[type='radio'] + i {
	border-radius: 100%;
}
.i-checks input[type='checkbox']:checked + i::before {
	content: "\f00c";
}
.i-checks input[type='radio']:checked + i::before {
	content: "\f111";
}
.i-checks input[disabled] + i {
	border-color: rgb(219, 226, 231);
}
fieldset[disabled] .i-checks input + i {
	border-color: rgb(219, 226, 231);
}
.i-checks input[disabled] + i::before {
	color: rgb(203, 213, 221);
}
fieldset[disabled] .i-checks input + i::before {
	color: rgb(203, 213, 221);
}
.i-checks i {
	border: 1px solid rgb(203, 213, 221); border-image: none; width: 18px; height: 18px; line-height: 1; font-size: 12px; margin-top: -2px; margin-right: 4px; margin-left: -20px; vertical-align: middle; display: inline-block; position: relative; background-color: rgb(255, 255, 255);
}
.ie8 .i-checks i {
	display: none;
}
.scroll-x {
	overflow: hidden; -webkit-overflow-scrolling: touch;
}
.scroll-y {
	overflow: hidden; -webkit-overflow-scrolling: touch;
}
.scroll-y {
	-ms-overflow-y: auto;
}
.scroll-x {
	-ms-overflow-x: auto;
}
.no-touch .scroll-x {
	overflow: hidden;
}
.no-touch .scroll-y {
	overflow: hidden;
}
.no-touch .scroll-x:hover {
	-ms-overflow-x: auto;
}
.no-touch .scroll-x:focus {
	-ms-overflow-x: auto;
}
.no-touch .scroll-x:active {
	-ms-overflow-x: auto;
}
.no-touch .scroll-y:hover {
	-ms-overflow-y: auto;
}
.no-touch .scroll-y:focus {
	-ms-overflow-y: auto;
}
.no-touch .scroll-y:active {
	-ms-overflow-y: auto;
}
.no-touch .hover-action {
	display: none;
}
.no-touch .hover:hover .hover-action {
	display: inherit;
}
.hover-rotate {
	transition:0.2s ease-in-out 0.1s; -webkit-transition: all .2s ease-in-out .1s;
}
.hover:hover .hover-rotate {
	transform: rotate(90deg); -webkit-transform: rotate(90deg);
}
.hover:active .hover-rotate {
	transform: rotate(90deg); -webkit-transform: rotate(90deg);
}
.backdrop {
	left: 0px; top: 0px; right: 0px; bottom: 0px; position: absolute; z-index: 1050; background-color: rgb(255, 255, 255);
}
.fade.backdrop {
	opacity: 0;
}
.in.backdrop {
	opacity: 0.8;
}
.h {
	font-size: 170px; font-weight: 300; text-shadow: 0px 1px 0px #d9d9d9, 0px 2px 0px #d0d0d0, 0px 5px 10px rgba(0,0,0,0.125), 0px 10px 20px rgba(0,0,0,0.2);
}
@media screen and (min-width:992px)
{
.col-lg-2-4 {
	width: 20%; float: left;
}
}
@media all and (max-width:767px)
{
.shift {
	display: none !important;
}
.in.shift {
	display: block !important;
}
.row-2 [class*='col'] {
	width: 50%; float: left;
}
.row-2 .col-0 {
	clear: none;
}
.row-2 li:nth-child(2n+1) {
	clear: left; margin-left: 0px;
}
.text-center-xs {
	text-align: center;
}
.text-left-xs {
	text-align: left;
}
.pull-none-xs {
	float: none !important;
}
.pull-none-xs.dropdown-menu {
	left: 0px;
}
.show.hidden-xs {
	display: inherit !important;
}
.wrapper-lg {
	padding: 15px;
}
}
a {
	cursor: pointer;
}
li {
	list-style: none;
}
.table-bordered > tbody > tr > td {
	border: 1px solid rgb(238, 238, 238); border-image: none; vertical-align: middle;
}
.break {
	-ms-word-break: break-all; -ms-word-wrap: break-word;
}
.n-b {
	border-bottom-color: rgb(255, 255, 255); border-bottom-width: 0px; border-bottom-style: none;
}
.nav-tabs.nb {
	margin: -9px -16px;
}
.n-t {
	border-top-color: currentColor; border-top-width: 0px; border-top-style: none;
}
#p-b14 {
	padding-bottom: 14px;
}
.noresult {
	padding: 100px 0px; text-align: center;
}
.noresult .noface img {
	width: 80px; margin-bottom: 10px;
}
.no-search {
	padding-bottom: 30px;
}
.font-15 {
	font-size: 15px;
}
#table-msg > tbody > tr > td {
	padding: 20px 8px; border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
.panel .table td {
	padding: 15px;
}
.panel .table th {
	padding: 10px 15px;
}
.redstar {
	color: rgb(221, 30, 50);
}
.validate-error {
	color: rgb(221, 30, 50);
}
.validate-success {
	color: rgb(23, 152, 119);
}
.redstar {
	margin-right: 5px;
}
.pd-100 {
	padding-bottom: 100px;
}
.min-800 {
	min-height: 800px;
}
.text-big {
	font-size: 20px;
}
.n-p {
	padding: 0px; border: currentColor; border-image: none;
}
.table-bordered {
	border: 1px solid rgb(234, 238, 241); border-image: none;
}
.input-lg {
	padding: 10px 16px; height: 40px; font-size: 16px;
}
.form-control {
	border: 1px solid rgb(221, 221, 221); border-image: none;
}
#particles-js {
	left: 0px; top: 0px; right: 0px; position: absolute; z-index: 0;
}
#search {
	background: url("../images/banner.png") no-repeat bottom / cover rgb(0, 91, 142);
}
#search .intro {
	padding: 100px 0px; position: relative; z-index: 10;
}
#search .input-lg {
	height: 51px;
}
#search .btn-lg {
	background: rgb(36, 194, 166); padding: 11px 25px 10px; height: 51px; font-size: 20px;
}
.search-nav {
	margin: 0px auto; font-size: 16px; font-weight: normal;
}
.search-nav li {
	list-style: none; margin: 10px 0px; padding: 5px 8px; border-radius: 2px; color: rgb(249, 249, 249); line-height: 16px; float: left;
}
.search-nav li.active {
	color: rgb(51, 51, 51); position: relative; background-color: rgb(255, 255, 255);
}
.search-nav li.active::before {
	border-width: 6px 6px 0px; border-style: solid; border-color: rgb(255, 255, 255) transparent transparent; left: 50%; width: 0px; height: 0px; bottom: -7px; margin-left: -6px; position: absolute; content: " ";
}
.search-type:hover {
	color: rgb(51, 51, 51); position: relative; background-color: rgb(255, 255, 255);
}
.search-type:hover::before {
	border-width: 6px 6px 0px; border-style: solid; border-color: rgb(255, 255, 255) transparent transparent; left: 50%; width: 0px; height: 0px; bottom: -7px; margin-left: -6px; position: absolute; content: " ";
}
.search-type {
	border: 1px solid transparent; border-image: none; cursor: pointer;
}
#searchkey {
	border-radius: 0px; font-size: 16px;
}
#search #searchkey:focus {
	border: currentColor; border-image: none;
}
#search-list {
	background: rgb(255, 255, 255); border: 1px solid rgb(238, 238, 238); border-image: none; left: 15px; top: 108px; width: 843px; display: none; position: absolute; z-index: 1000;
}
#search-list em {
	font-style: normal; font-weight: 700;
}
#header-search-list em {
	font-style: normal; font-weight: 700;
}
.sidebar-new-list {
	padding: 5px 15px;
}
.sidebar-hangye-list {
	padding: 5px 15px;
}
.sidebar-new-list li {
	margin: 0px 1px 7px; padding: 3px; border-radius: 1px; display: inline-block;
}
.sidebar-hangye-list li {
	margin: 0px 1px 7px; padding: 3px; border-radius: 1px; display: inline-block;
}
.sidebar-hangye-list li:hover {
	text-decoration: none;
}
.sidebar-hangye-list li:hover a {
	
}
.sidebar-new-list li:hover a {
	
}
.area {
	min-width: 75px;
}
.index-hot {
	color: rgb(249, 249, 249); margin-top: 40px;
}
.index-hot-company {
	padding: 10px; color: rgb(238, 238, 238); font-size: 16px; display: inline-block;
}
.index-hot-company:hover {
	
}
.index-hot-company:visited {
	
}
.index-hot-company:active {
	
}
.index-hot-company:hover {
	color: white;
}
.bg-black .nav > li > a.text-md {
	font-size: 14px;
}
.bg-black .nav > li > a {
	font-size: 16px;
}
.filter-tag {
	padding: 18px 10px 5px; margin-bottom: 10px; position: relative;
}
.filter-tag dt {
	height: 24px; line-height: 24px; padding-right: 10px; float: left;
}
.filter-tag dd {
	color: rgb(231, 231, 231); float: left;
}
.filter-tag dd a {
	margin: 0px 4px 8px; padding: 3px 5px; border-radius: 1px; text-align: center; color: rgb(153, 153, 153); display: inline-block;
}
.filter-tag dd a.current {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(18, 140, 236);
}
.filter-tag dd a:hover {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(18, 140, 236);
}
#index-block {
	font-size: 20px;
}
.base-black {
	color: rgb(85, 85, 85);
}
.black-6 {
	color: rgb(102, 102, 102);
}
.n-p-l {
	padding-left: 0px;
}
.n-p-r {
	padding-right: 0px;
}
.company-logo {
	border: 1px solid rgb(250, 250, 250); border-image: none; width: 100px; height: 101px; text-align: center; font-size: 49px; vertical-align: middle; display: table-cell;
}
.company-base {
	padding: 10px 0px 10px 10px; display: block;
}
.company-base li {
	width: 50%; color: rgb(85, 85, 85); line-height: 18px; padding-bottom: 10px; font-size: 15px; float: left;
}
.company-base label {
	width: 80px; color: rgb(136, 136, 136); font-size: 13px; font-weight: normal;
}
.detail-partner-list label {
	width: 80px; color: rgb(136, 136, 136); font-size: 13px; font-weight: normal;
}
.company-base li.comp-addL {
	width: 60%;
}
.company-base li.comp-addf {
	width: 40%;
}
.company-base li.comp-gen-txarea {
	width: 100%; padding-bottom: 20px;
}
.time-list {
	padding: 0px 15px; color: rgb(161, 168, 172); min-height: 50px;
}
.time-list .con {
	width: 100%; height: 100%; line-height: 25px; padding-left: 20px; border-left-color: rgba(0, 0, 0, 0.1); border-left-width: 1px; border-left-style: solid; position: relative;
}
.time-list .con::before {
	background: rgb(26, 174, 136); border-radius: 8px; left: -4px; top: 9px; width: 8px; height: 8px; position: absolute; z-index: 3; content: "";
}
.time-list .con a.com {
	color: rgba(0, 0, 0, 0.8); margin-right: 5px; display: inline-block; cursor: default;
}
.time-list p.date {
	margin: 0px;
}
:last-child.time-list {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
#company-nav {
	border: currentColor; border-image: none; margin-top: 20px;
}
#company-nav li a {
	padding-top: 15px; padding-bottom: 15px;
}
#company-nav li a:hover {
	background: rgb(250, 250, 250);
}
#company-nav .badge {
	background: none; padding: 2px 4px; border-radius: 2px; border: 1px solid rgb(224, 224, 224); border-image: none; color: rgb(153, 153, 153); font-weight: 500; margin-top: 3px; margin-left: 10px;
}
#company-nav .current {
	background: rgb(249, 249, 250); color: rgb(51, 51, 51); font-weight: 700; border-top-color: rgb(171, 171, 171); border-top-width: 2px; border-top-style: solid;
}
#company-nav .current#base_title {
	
}
.n-s {
	box-shadow: none;
}
.side-num {
	color: rgb(102, 102, 102); font-size: 20px; font-weight: 700;
}
.side-mod {
	padding: 5px 0px; text-align: center; color: rgb(168, 168, 168);
}
.m-b-none th {
	font-weight: 500;
}
.man-list {
	padding: 10px 15px; border: 1px solid rgb(238, 238, 238); border-image: none; margin-right: 10px;
}
.text-gray {
	color: rgb(153, 153, 153);
}
.newicon {
	top: -12px; right: 0px; position: absolute;
}
#company-top {
	margin-bottom: -2px;
}
#company-top .label {
	padding: 0.1em 0.6em 0.2em; font-weight: normal;
}
.share {
	text-align: center;
}
#qrcode {
	padding-bottom: 20px; border-bottom-color: rgb(230, 230, 230); border-bottom-width: 1px; border-bottom-style: solid;
}
#qrcode canvas {
	width: 150px;
}
.btn-num {
	background: rgb(242, 244, 248); padding: 0px 5px; border: 1px solid rgb(224, 224, 224); border-image: none;
}
.tr-user {
	background: rgb(249, 250, 252); border-top-color: rgb(234, 238, 241); border-top-width: 1px; border-top-style: solid;
}
.top-search-nav {
	border: 1px solid rgb(238, 238, 238); border-image: none; padding-left: 0px; margin-top: -30px; background-color: rgb(250, 250, 250);
}
.top-search-nav a.active {
	font-weight: bold; border-bottom-color: rgb(23, 123, 187); border-bottom-width: 2px; border-bottom-style: solid; background-color: rgb(255, 255, 255);
}
.top-search-nav a {
	padding: 7px 16px 5px; color: rgb(102, 102, 102); font-size: 14px; border-right-color: rgb(234, 234, 234); border-bottom-color: rgb(250, 250, 250); border-right-width: 1px; border-bottom-width: 2px; border-right-style: solid; border-bottom-style: solid; float: left;
}
#citys {
	min-width: 280px;
}
#citys a {
	display: inline-block;
}
#citys #block {
	display: block;
}
.nav-user li {
	margin-bottom: 10px;
}
.top-hot {
	margin-top: 20px;
}
.top-hot a {
	color: rgb(119, 119, 119); padding-right: 10px;
}
.btn-top {
	padding: 5px 16px; width: 40px;
}
#top-input {
	font-size: 14px;
}
.timeline {
	list-style: none; padding: 20px 0px; position: relative;
}
.timeline::before {
	left: 2%; top: 0px; width: 3px; bottom: 0px; margin-left: -1.5px; position: absolute; content: " "; background-color: rgb(242, 242, 242);
}
.timeline > li {
	margin-bottom: 20px; position: relative;
}
.timeline > li::before {
	display: table; content: " ";
}
.timeline > li::after {
	display: table; content: " ";
}
.timeline > li::after {
	clear: both;
}
.timeline > li::before {
	display: table; content: " ";
}
.timeline > li::after {
	display: table; content: " ";
}
.timeline > li::after {
	clear: both;
}
.timeline > li > .timeline-panel {
	padding: 20px; border-radius: 2px; border: 1px solid rgb(221, 221, 221); border-image: none; width: 90%; margin-left: 8%; float: left; position: relative;
}
.timeline > li > .timeline-panel::before {
	border-width: 15px 0px 15px 15px; border-style: solid; border-color: transparent rgb(221, 221, 221); top: 26px; right: -15px; display: inline-block; position: absolute; content: " ";
}
.timeline > li > .timeline-panel::after {
	border-width: 14px 0px 14px 14px; border-style: solid; border-color: transparent rgb(255, 255, 255); top: 27px; right: -14px; display: inline-block; position: absolute; content: " ";
}
.timeline > li > .timeline-badge {
	border-radius: 50%; left: 2%; top: 16px; width: 50px; height: 50px; text-align: center; color: rgb(255, 255, 255); line-height: 50px; font-size: 1.4em; margin-left: -25px; position: absolute; z-index: 100; background-color: rgb(153, 153, 153);
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: left;
}
.timeline > li.timeline-inverted > .timeline-panel::before {
	left: -15px; right: auto; border-right-width: 15px; border-left-width: 0px;
}
.timeline > li.timeline-inverted > .timeline-panel::after {
	left: -14px; right: auto; border-right-width: 14px; border-left-width: 0px;
}
.primary.timeline-badge {
	background-color: rgb(46, 109, 164) !important;
}
.success.timeline-badge {
	background-color: rgb(63, 144, 63) !important;
}
.warning.timeline-badge {
	background-color: rgb(240, 173, 78) !important;
}
.danger.timeline-badge {
	background-color: rgb(217, 83, 79) !important;
}
.info.timeline-badge {
	background-color: rgb(91, 192, 222) !important;
}
.timeline-title {
	color: inherit; margin-top: 0px;
}
.timeline-body > p {
	margin-bottom: 0px;
}
.timeline-body > ul {
	margin-bottom: 0px;
}
.timeline-body > p {
	margin-top: 20px;
}
.wizard-border {
	padding: 80px 0px 40px; border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid;
}
.wizard-steps {
	list-style: none; margin: 0px; padding: 0px; width: 100%; display: table; position: relative;
}
.wizard-steps li {
	width: 1%; text-align: center; display: table-cell;
}
.wizard-steps li .step {
	border-radius: 100%; border: 5px solid rgb(206, 209, 214); border-image: none; width: 40px; height: 40px; text-align: center; color: rgb(84, 100, 116); line-height: 30px; font-size: 15px; display: inline-block; position: relative; z-index: 2; background-color: rgb(255, 255, 255);
}
.wizard-steps li::before {
	top: 21px; width: 100%; height: 1px; overflow: hidden; font-size: 0px; border-top-color: rgb(206, 209, 214); border-top-width: 4px; border-top-style: solid; display: block; position: relative; z-index: 1; content: "";
}
.wizard-steps li:last-child::before {
	width: 50%; max-width: 50%;
}
.wizard-steps li:first-child::before {
	left: 50%; max-width: 51%;
}
.wizard-steps li.active::before {
	border-color: rgb(82, 147, 196);
}
.wizard-steps li.complete::before {
	border-color: rgb(82, 147, 196);
}
.wizard-steps li.active .step {
	border-color: rgb(82, 147, 196);
}
.wizard-steps li.complete .step {
	border-color: rgb(82, 147, 196);
}
.wizard-steps li.complete .step {
	transition:transform 0.1s; color: rgb(255, 255, 255); cursor: default; -webkit-transition: transform ease .1s;
}
.wizard-steps li.complete .step::before {
	border-radius: 100%; left: 0px; top: 0px; text-align: center; right: 0px; bottom: 0px; color: rgb(135, 186, 33); line-height: 30px; font-family: FontAwesome; font-size: 17px; display: block; position: absolute; z-index: 3; content: "\f00c"; background-color: rgb(255, 255, 255);
}
.wizard-steps li.complete:hover .step {
	border-color: rgb(128, 175, 212); transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1);
}
.wizard-steps li.complete:hover::before {
	border-color: rgb(128, 175, 212);
}
.wizard-steps li .title {
	text-align: center; color: rgb(148, 158, 167); font-size: 14px; margin-top: 4px; display: block; z-index: 104; table-layout: fixed; -ms-word-wrap: break-word; max-width: 100%;
}
.wizard-steps li.complete .title {
	color: rgb(43, 61, 83);
}
.wizard-steps li.active .title {
	color: rgb(43, 61, 83);
}
.forget-form {
	margin-top: 60px;
}
.forget-form .get-mobile-code {
	color: rgb(66, 139, 202); margin-left: 10px;
}
.reset-success {
	margin-top: 80px;
}
.login-now {
	width: 100%; text-align: right; padding-top: 20px; padding-right: 20px; margin-top: 100px;
}
#footer {
	margin-top: 50px;
}
.orderinfo-one {
	height: 80px; line-height: 80px;
}
.orderinfo-two {
	height: 80px; line-height: 15px; font-size: 13px; margin-top: 20px;
}
.orderinfo-three {
	height: 80px; line-height: 15px; margin-top: 30px;
}
.orderinfo-three .btn {
	margin-right: 5px;
}
.c9 {
	color: rgb(153, 153, 153);
}
.orderStatus {
	padding: 0px 10px; height: 30px; line-height: 30px; margin-top: 30px;
}
.w80 {
	width: 80px;
}
.w110 {
	width: 110px;
}
#order-body {
	margin-top: 50px; min-height: 800px;
}
.order-title {
	padding: 0px 20px 20px; font-size: 26px; font-weight: bold; margin-bottom: 20px;
}
.order-info {
	border-width: 0px 1px 1px; border-style: none solid solid; border-color: currentColor rgb(238, 238, 238) rgb(238, 238, 238); padding: 20px; border-image: none;
}
.unread-count {
	color: rgb(153, 153, 153); font-size: 13px; font-weight: normal;
}
.userletter {
	border-radius: 30px; border: 1px solid rgba(0, 0, 0, 0.06); border-image: none; width: 48px; height: 48px; text-align: center; color: rgb(102, 102, 102); line-height: 43px; overflow: visible; font-size: 20px; vertical-align: middle; display: inline-block;
}
a#feedback {
	background: url("../images/top.png") 42px 0px; width: 41px; height: 41px; right: 19px; bottom: 60px; margin-bottom: 5px; display: block; position: fixed; z-index: 4; cursor: pointer; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out;
}
a#feedback:hover {
	background-position: 42px 41px;
}
a#scroll-top:hover {
	background-position: -1px 41px;
}
a#scroll-top {
	background: url("../images/top.png"); width: 41px; height: 41px; right: 20px; bottom: 20px; display: none; position: fixed; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out;
}
.fixed_nav {
	left: 0px; top: 0px; width: 100%; margin-left: 15px; position: fixed; z-index: 22; box-shadow: 0px 1px 1px #e9e9e9; background-color: rgb(250, 250, 250); -webkit-box-shadow: 0 1px 1px #e9e9e9; -moz-box-shadow: 0 1px 1px #e9e9e9; -ms-box-shadow: 0 1px 1px #e9e9e9;
}
.fixed_nav .nav {
	background: rgb(242, 244, 248); margin: -10px auto; width: 1170px; overflow: hidden; border-bottom-color: rgb(234, 238, 241); border-bottom-width: 1px; border-bottom-style: solid;
}
.ziben-list {
	padding: 10px; border-bottom-color: rgba(0, 0, 0, 0.1); border-bottom-width: 1px; border-bottom-style: dashed; min-height: 50px;
}
.ziben-list .con {
	width: 100%; height: 100%; line-height: 30px; padding-left: 20px; border-left-color: rgb(239, 239, 239); border-left-width: 1px; border-left-style: solid; position: relative;
}
.ziben-list .con::before {
	background: rgb(149, 199, 236); border-radius: 4px; left: -3px; top: 8px; width: 6px; height: 6px; position: absolute; z-index: 3; content: "";
}
.ziben-list .con a.com {
	color: rgba(0, 0, 0, 0.8); margin-right: 5px; display: inline-block; cursor: default;
}
.ziben-list p.date {
	margin: 0px;
}
:last-child.ziben-list {
	border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
.fast-item {
	padding-left: 4px; cursor: pointer;
}
.fast-item .item-inner {
	padding-bottom: 10px; padding-left: 20px; border-left-color: rgb(239, 239, 239); border-left-width: 1px; border-left-style: solid;
}
.fast-item .item-title {
	color: rgb(85, 85, 85); line-height: 20px; font-size: 14px; margin-bottom: 10px; position: relative;
}
.fast-item .item-time {
	color: rgb(170, 170, 170); line-height: 1.5; padding-bottom: 10px; font-size: 12px;
}
.fast-item .item-info {
	color: rgb(170, 170, 170); line-height: 1.5; padding-bottom: 10px; font-size: 12px;
}
.fast-item .item-info {
	transition:0.5s; overflow: hidden; padding-bottom: 25px; display: none; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;
}
.fast-item .item-info a {
	padding: 0px 3px;
}
.fast-item .item-title::before {
	border-radius: 100%; border: 1px solid rgb(255, 255, 255); border-image: none; left: -24px; top: 4px; width: 8px; height: 8px; position: absolute; content: ""; background-color: rgb(149, 199, 236);
}
@media all and (min-width:960px)
{
.no-padding {
	padding: 0px;
}
}
@media all and (max-width:960px)
{
#search-list {
	display: none;
}
.fixed_nav {
	left: 0px; top: 0px; width: 100%; margin-left: 0px; position: relative; z-index: 22; box-shadow: 0px 1px 1px #e9e9e9; background-color: rgb(250, 250, 250); -webkit-box-shadow: 0 1px 1px #e9e9e9; -moz-box-shadow: 0 1px 1px #e9e9e9; -ms-box-shadow: 0 1px 1px #e9e9e9;
}
.fixed_nav .nav {
	background: rgb(242, 244, 248); margin: -10px auto; width: auto; overflow: hidden; border-bottom-color: rgb(234, 238, 241); border-bottom-width: 1px; border-bottom-style: solid;
}
}
#status {
	background-position: center; margin: -125px 0px 0px -125px; left: 50%; top: 50%; width: 250px; height: 250px; position: absolute; z-index: 99999999; background-image: url("../images/status.gif"); background-repeat: no-repeat; background-size: 64px 64px;
}
#status p {
	margin-top: 160px;
}
.stat2 {
	left: 0px; top: 0px; text-align: center; right: 0px; bottom: 0px; position: fixed; z-index: 99999999; background-color: rgb(255, 255, 255);
}
#wechat_div {
	font-size: 16px; margin-top: 15px; float: left; position: relative;
}
#wechat_code {
	padding: 15px 10px; height: 60px; color: rgb(255, 255, 255); line-height: 30px; font-weight: 500; cursor: pointer;
}
.wechat_showplace {
	background: url("../images/wechatqr.png") no-repeat; top: -15px; width: 147px; height: 209px; right: -14px; display: none; position: absolute; z-index: 20; opacity: 0;
}
#find-sider {
	top: 400px; width: auto; right: 0px; position: fixed; z-index: 2147483639; background-color: transparent;
}
#find-btn {
	border-left-color: rgba(0, 0, 0, 0.1); border-left-width: 1px; border-left-style: solid; border-top-left-radius: 5px; border-bottom-left-radius: 5px;
}
#find-btn {
	padding: 10px 0px; width: 40px; height: auto; text-align: center; color: rgb(255, 255, 255); font-size: 16px; text-decoration: none; border-top-color: rgba(0, 0, 0, 0.1); border-bottom-color: rgba(0, 0, 0, 0.1); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; display: block; cursor: pointer; box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.16); background-color: rgb(0, 122, 255);
}
#find-btn-text {
	padding: 0px 10px; width: 40px; text-align: center; color: rgb(255, 255, 255); line-height: 1.4285; letter-spacing: 24px; font-size: 16px; margin-top: 10px; display: block; -ms-word-break: break-all; -ms-overflow-x: hidden; -ms-word-wrap: break-word;
}
.join-banner {
	background: url("../images/banner.jpg") no-repeat top / 100% rgb(23, 123, 187); width: 100%; height: 400px; text-align: center;
}
.join-title {
	color: rgb(255, 255, 255); font-size: 40px; font-weight: 700;
}
.join-des {
	font-size: 30px; font-weight: 300; margin-top: 30px;
}
.join-btn {
	margin-top: 40px;
}
#popular-categories {
	list-style: none; margin: 0px 0px 0px -20px;
}
#popular-categories li {
	margin: 0px -5px 0px -20px;
}
#popular-categories li a {
	margin: -1px 0px 0px -1px; padding: 20px 15px; border: 1px solid rgb(239, 239, 239); border-image: none; width: 25%; text-align: center; color: rgb(102, 102, 102); text-transform: uppercase; font-size: 14px; float: left; display: inline-block; position: relative; max-height: 157px; box-sizing: border-box; background-color: rgb(255, 255, 255);
}
#popular-categories li a i {
	padding: 0px 0px 15px; color: rgb(66, 139, 202); font-size: 32px; display: block;
}
#popular-categories li a:hover {
	background-color: rgba(80, 80, 80, 0.05);
}
#album .thumbnail {
	padding: 4px; border-radius: 0px; border: 1px solid rgb(250, 250, 250); transition:0.2s ease-in-out; border-image: none; line-height: 1.4285; margin-bottom: 20px; display: block; background-color: rgb(255, 255, 255); -webkit-transition: all .2s ease-in-out;
}
@media all and (max-width:992px)
{
.no-padding-right {
	
}
}
@media all and (min-width:992px)
{
.no-padding-right {
	padding-right: 0px;
}
}
.columns h4 {
	color: rgb(51, 51, 51); padding-right: 20px; font-size: 18px;
}
.columns ul li a {
	padding: 5px 10px; line-height: 26px; font-size: 14px; float: left;
}
.columns ul li a:hover {
	padding: 5px 10px; color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(26, 174, 136);
}
#float_mask .guider {
	width: 100%; height: 150px; bottom: -10px; display: none; position: fixed; z-index: 3000; min-width: 980px;
}
#float_mask .guider .shadow {
	background: rgb(0, 17, 26); left: 0px; width: 100%; height: 80px; bottom: 0px; position: absolute; z-index: 3; min-width: 980px; opacity: 0.8;
}
#float_mask .guider .wrap {
	height: 80px; position: relative; z-index: 4;
}
.container::after {
	line-height: 0; display: table; content: "";
}
.container::before {
	line-height: 0; display: table; content: "";
}
.wrap::after {
	line-height: 0; display: table; content: "";
}
.wrap::before {
	line-height: 0; display: table; content: "";
}
#float_mask .guider .guider-close {
	background: url("../images/ad-del.png") no-repeat -44px 0px; top: 80px; width: 20px; height: 20px; right: -60px; display: inline-block; position: absolute;
}
#float_mask .guider .guider-icon {
	background: url("../images/app_down.jpg") no-repeat; left: 0px; top: -26px; width: 200px; height: 200px; bottom: 0px; position: absolute;
}
#float_mask .guider .guider-main {
	color: rgb(255, 255, 255); font-size: 16px; margin-top: 80px; float: right;
}
.guide-big {
	font-size: 24px; margin-right: 10px; margin-left: 20px;
}
.find-btn {
	border-radius: 30px; width: 26px; height: 26px; text-align: center; color: rgb(189, 195, 199); line-height: 28px; overflow: visible; font-size: 16px; vertical-align: middle; display: inline-block;
}
#findModal {
	border-width: 2px medium 2px 2px; border-style: solid none solid solid; border-color: rgb(238, 238, 238) currentColor rgb(238, 238, 238) rgb(238, 238, 238); padding: 20px 10px; border-image: none; top: 400px; width: auto; right: 0px; display: none; position: fixed; z-index: 2147483639; min-width: 360px; max-width: 360px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; background-color: rgb(255, 255, 255);
}
.tagsinput {
	background: white; padding: 6px 1px 1px 6px; text-align: left;
}
.tagsinput .tag {
	border-width: 1px; border-style: solid; border-color: rgb(210, 218, 225) rgb(210, 218, 225) rgb(203, 213, 221); padding: 6px 12px; border-radius: 4px; border-image: none; text-align: left; color: rgb(120, 130, 136) !important; line-height: 1.4285; overflow: hidden; font-size: 14px; font-weight: normal; margin-right: 5px; margin-bottom: 5px; vertical-align: middle; display: inline-block; position: relative; cursor: pointer; -ms-user-select: none; background-image: none; background-color: rgb(252, 252, 253); -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.tagsinput .tag:hover {
	border-color: rgb(185, 198, 208); color: rgb(120, 130, 136) !important; padding-right: 20px; padding-left: 12px; background-color: rgb(235, 238, 244);
}
.tagsinput .tag:hover .tagsinput-remove-link {
	color: white; opacity: 1;
}
.tagsinput input {
	background: none; margin: 0px 5px 5px 0px; padding: 0px 0px 0px 5px; outline: 0px; border: currentColor; border-image: none; width: 12px; color: rgb(52, 73, 94); font-family: "Lato", sans-serif; font-size: 14px;
}
.tagsinput-remove-link {
	padding: 9px 7px 3px 0px; top: 0px; width: 100%; text-align: right; right: 0px; bottom: 0px; color: white; font-size: 12px; text-decoration: none; position: absolute; z-index: 2; cursor: pointer; opacity: 0;
}
.tagsinput-remove-link::before {
	color: white;
}
.tagsinput-add-container {
	vertical-align: middle; display: inline-block; -ms-zoom: 1;
}
.tagsinput-add {
	padding: 6px 9px; border-radius: 3px; transition:0.25s; color: white; margin-bottom: 5px; display: inline-block; cursor: pointer; -ms-zoom: 1; background-color: rgb(187, 195, 203); -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; -webkit-backface-visibility: hidden;
}
.tagsinput-add:hover {
	background-color: rgb(26, 188, 156);
}
.tags_clear {
	width: 100%; height: 0px; clear: both;
}
.tagsinput-remove-link::before {
	color: rgb(51, 51, 51);
}
.fui-cross-16::before {
	content: "x";
}
.btn-find {
	width: 100px; margin-top: 20px; margin-left: 100px;
}
.btn-remove {
	margin-top: 20px; margin-left: 10px; display: none;
}
.p-t {
	padding-top: 15px;
}
.p-t-20 {
	padding-top: 20px;
}
.block.h3 {
	margin: 0px 0px 5px; font-size: 18px;
}
.text-dark.block.h3 {
	color: rgb(68, 68, 68);
}
.p-t {
	padding-top: 15px;
}
.p-t-20 {
	padding-top: 20px;
}
.bg-white.b-b:hover {
	background-color: rgba(80, 80, 80, 0.05);
}
.i-9 {
	font-size: 0.9em;
}
@media all and (max-width:768px)
{
.heading {
	font-size: 32px;
}
}
#detail-top ul {
	margin: 0px; padding: 0px;
}
#detail-top li {
	margin: 0px 20px 10px 0px; height: 32px; line-height: 32px; float: left; position: relative;
}
#detail-top li .current {
	color: rgb(0, 150, 230); border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
#detail-top li a {
	border: currentColor; border-image: none; box-shadow: none;
}
.btn-link:hover {
	text-decoration: none;
}
.pagination > li > a {
	padding: 6px 12px; margin-right: 10px;
}
.pagination > li > span {
	padding: 6px 12px; margin-right: 10px;
}
#options {
	padding: 15px 20px;
}
#options dl {
	font-weight: 400; margin-bottom: 10px;
}
#options dt {
	font-weight: 400; margin-bottom: 10px;
}
#options dt {
	color: rgb(57, 61, 63); font-size: 16px; position: relative; cursor: pointer;
}
#options dt em {
	border-width: 6px 5px 0px; border-style: solid dashed; border-color: rgb(57, 61, 63) transparent transparent; transition:0.4s; width: 0px; height: 0px; line-height: 0; overflow: hidden; font-size: 0px; margin-top: 10px; margin-left: 10px; position: absolute; -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s;
}
#options dt em.transform {
	transition:0.4s; transform: rotate(-90deg); -webkit-transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);
}
#options dd div {
	transition:background-color 0.2s ease-out, color 0.1s ease-out; color: rgb(85, 85, 85); margin-bottom: 5px; cursor: pointer; -webkit-transition: background-color 0.2s ease-out, color 0.1s ease-out; -moz-transition: background-color 0.2s ease-out, color 0.1s ease-out;
}
#options dd div a {
	padding: 4px 10px; color: rgb(85, 85, 85); text-decoration: none; display: block;
}
#options dd div a.active {
	background: rgb(92, 184, 92); color: rgb(255, 255, 255);
}
#options dd div:hover {
	background: rgb(92, 184, 92); color: rgb(255, 255, 255);
}
#options dd div:hover a {
	color: rgb(255, 255, 255);
}
#ajaxlist em {
	color: rgb(227, 50, 68); font-style: normal;
}
#searchlist .name {
	font-size: 17px; font-weight: 700;
}
#searchlist small {
	color: rgb(136, 136, 136); font-size: 14px;
}
#searchlist .panel-footer {
	background: rgb(250, 250, 250);
}
#searchlist .label {
	padding: 0.1em 0.6em 0.2em; font-weight: normal;
}
#searchlist .btn-default {
	border: 1px solid rgb(222, 222, 222); border-image: none; color: rgb(153, 153, 153);
}
.cityActive {
	background: rgb(92, 184, 92); color: rgb(255, 255, 255);
}
.hideCity .cityBox {
	padding: 15px; border: 1px solid rgb(238, 238, 238); border-image: none; display: none; position: absolute; z-index: 1; min-width: 500px;
}
.hideCity .cityChoose {
	padding: 5px 10px; float: left; display: inline-block;
}
.list-group-lg .list-group-item {
	padding-top: 20px; padding-bottom: 20px;
}
.list-group-lg .list-group-item:hover {
	background-color: rgb(249, 250, 252);
}
#options dd div a.active {
	color: rgb(26, 174, 136); border-left-color: rgb(23, 152, 119); border-left-width: 2px; border-left-style: solid; background-color: rgb(255, 255, 255);
}
#options dd div:hover {
	color: rgb(255, 255, 255); background-color: rgb(23, 152, 119);
}
#options dd {
	margin-right: 60px; margin-left: 30px;
}
.sfilter-tag {
	margin: 2px 5px; padding: 6px 10px 0px; position: relative;
}
.sfilter-tag dd a {
	margin: 0px 4px 8px; padding: 3px 5px; border-radius: 1px; text-align: center; display: inline-block;
}
.sfilter-tag dt {
	height: 24px; color: rgb(154, 154, 154); line-height: 24px; padding-right: 10px; font-size: 13px; font-weight: normal; margin-right: 10px; float: left;
}
.sfilter-tag dd {
	color: rgb(231, 231, 231); float: left;
}
.sfilter-tag dd a {
	margin: 0px 4px 8px; padding: 0.1em 0.6em 0.2em; border-radius: 1px; text-align: center; display: inline-block;
}
.sfilter-tag dd a:hover {
	border-color: rgb(23, 123, 187); padding: 0.1em 0.6em 0.2em; border-radius: 4px; color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(23, 123, 187);
}
#SearchBox {
	padding: 8px 0px 10px;
}
.about h4 {
	color: rgb(103, 125, 139); font-size: 14px;
}
.header-md .navbar-nav > li > a {
	font-size: 15px;
}
@media all and (min-width:1200px)
{
.container {
	width: 1240px;
}
}
.top-searchbtn {
	background-position: 50% 50%; width: 40px; height: 40px; background-image: url("../images/top-search.png"); background-repeat: no-repeat;
}
.table-search .table-search-list {
	height: 140px; line-height: 24px; font-size: 13px; border-bottom-color: rgb(229, 229, 229); border-bottom-width: 1px; border-bottom-style: solid;
}
.table-search .table-search-list:hover {
	background-color: rgb(250, 250, 250);
}
.table-search .tp1 {
	width: 10%; text-align: left; padding-left: 30px; -ms-word-break: break-all; -ms-word-wrap: break-word;
}
.table-search .tp1 a img {
	vertical-align: middle; max-height: 70px; max-width: 70px;
}
.table-search .tp2 {
	width: 50%; text-align: left; line-height: 30px;
}
.table-search .tp2 .tp2_tit {
	font-size: 18px; font-weight: 700;
}
.table > tbody > tr > td {
	vertical-align: inherit; display: table-cell;
}
.list-detail {
	background: rgb(255, 255, 255);
}
.list-success {
	border: 1px solid rgb(26, 174, 136); border-image: none; color: rgb(26, 174, 136);
}
.list-danger {
	border: 1px solid rgb(217, 83, 79); border-image: none; color: rgb(217, 83, 79);
}
.bg-white .navbar-nav > .active > a {
	color: rgb(23, 123, 187);
}
.table-search .tp3 {
	width: 15%;
}
.table-search .tp4 {
	width: 15%;
}
.table-search .tp5 {
	width: 10%;
}
.otherSearch {
	border: 0px currentColor; border-image: none; width: 100%;
}
.btn-default {
	box-shadow: none;
}
.navbar-form .icon-search {
	border: 0px solid rgb(255, 255, 255) !important; border-image: none !important; top: -2px; width: 38px; height: 38px; right: 0px; font-size: 16px; position: absolute; background-color: transparent;
}
.navbar-form .fixed-lg-md {
	margin: 0px; clear: both; position: relative;
}
#tpsearch input {
	min-width: 290px;
}
#company-top .text-primary {
	color: rgb(18, 139, 237);
}
.company-action {
	top: 0px; height: 40px; right: 10px; position: absolute;
}
#user-left .active {
	background: none; border-width: medium medium medium 2px; border-style: none none none solid; border-color: currentColor currentColor currentColor rgb(66, 139, 202); border-image: none; color: rgb(60, 65, 68);
}
em {
	font-style: normal;
}
#header-search-list a {
	color: rgb(85, 85, 85);
}
#header-search-list .badge {
	display: none;
}
.radar-nav-active {
	background: none; border-width: medium medium 2px; border-style: none none solid; border-color: currentColor currentColor rgb(171, 171, 171); border-image: none; color: rgb(60, 65, 68); margin-bottom: -1px;
}
#s_weixin .jtico_weixin {
	background: url("../images/s_weixin.png") no-repeat bottom;
}
#s_weibo .jtico_tsina {
	background: url("../images/s_weibo.png") no-repeat bottom;
}
#s_qzone .jtico_qzone {
	background: url("../images/s_qzone.png") no-repeat bottom;
}
#s_qq .jtico_cqq {
	background: url("../images/s_qq.png") no-repeat bottom;
}
.keyMove {
	background-color: rgb(247, 248, 251);
}
.bds_bg_size {
	margin: 8px 6px 0px !important; width: 24px !important; height: 24px !important;
}
.bds_bg_weixin {
	background: url("../images/s_weixin.png") !important;
}
.bds_bg_weibo {
	background: url("../images/s_weibo.png") !important;
}
.bds_bg_qzone {
	background: url("../images/s_qzone.png") !important;
}
.bds_bg_qq {
	background: url("../images/s_qq.png") !important;
}
.bd_weixin_popup {
	height: 330px !important;
}
.global-cursor-default {
	cursor: default;
}
.index-album {
	overflow: auto; margin-left: -3%; -ms-zoom: 1;
}
.index-album > li {
	width: 24%; margin-top: 10px; margin-bottom: 10px; margin-left: 1%; float: left;
}
.index-album > li > a {
	background: no-repeat center / cover; height: 175px; display: block; position: relative;
}
.index-album > li .album-info {
	width: 100%; bottom: 0px; color: rgb(255, 255, 255); position: absolute; background-color: rgba(0, 0, 0, 0.4);
}
.index-album > li .title {
	height: 50px; padding-top: 5px; padding-right: 10px; padding-left: 10px;
}
.index-album > li .des {
	transition:0.2s; height: 0px; overflow: hidden; padding-right: 10px; padding-left: 10px; -webkit-transition: all .2s; -moz-transition: all .2s;
}
.index-album > li .date {
	height: 25px; line-height: 25px; padding-right: 10px; padding-left: 10px;
}
.index-album > li:hover .des {
	height: 70px; padding-top: 20px; padding-bottom: 10px;
}
@media all and (min-width:750px)
{
.index-album > li:first-child {
	width: 48%;
}
.index-album > li:first-child a {
	height: 370px;
}
.index-album > li:first-child:hover .des {
	height: 265px;
}
}
@media all and (min-width:1200px)
{
.headerKey {
	width: 600px !important; margin-left: 20px;
}
}
@media all and (max-width:1200px)
{
.headerKey {
	width: 400px !important;
}
}
.headerKey .badge {
	display: block !important;
}
@media all and (min-width:750px)
{
.header-md .navbar-nav > li > a:hover {
	background: none; height: 56px; color: rgb(27, 106, 204); border-bottom-color: rgb(27, 106, 204); border-bottom-width: 3px; border-bottom-style: solid; box-sizing: border-box;
}
ul.V3_index_topnav > li.dropdown ul.dropdown-menu {
	background: white; padding: 0px; border: 1px solid rgb(204, 204, 204); border-image: none; left: -40px; top: 56px; width: 100px;
}
ul.V3_index_topnav > li.dropdown ul.dropdown-menu li {
	text-align: center;
}
ul.V3_index_topnav > li.dropdown ul.dropdown-menu li a {
	margin: 0px auto; width: 100%; font-size: 14px; border-bottom-color: rgb(238, 238, 238); border-bottom-width: 1px; border-bottom-style: solid;
}
ul.V3_index_topnav > li.dropdown ul.dropdown-menu li a:hover {
	color: rgb(27, 106, 204); backgound: #eee;
}
ul.V3_index_topnav > li.dropdown ul.dropdown-menu li a.V3_index_navalast {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
}
.c_whitebg {
	background: white;
}
.c-w_lg {
	width: 90%;
}
.c-w_md {
	width: 70%;
}
.c-w_sm {
	width: 50%;
}
.c-w_xs {
	width: 40%;
}
.c-max600 {
	overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; max-width: 600px;
}
button {
	
}
.c_disable {
	background: rgb(235, 238, 244);
}
.c_disable:hover {
	background: rgb(235, 238, 244) !important; color: rgb(120, 130, 136) !important;
}
.c_split_10 {
	height: 10px; clear: both;
}
.c_split_5 {
	height: 10px; clear: both;
}
.c_clear {
	clear: both;
}
.btn-primary {
	border-color: rgb(18, 139, 237); border-radius: 0px; color: rgb(255, 255, 255) !important; background-color: rgb(18, 139, 237);
}
.btn-primary:hover {
	color: white !important; background-color: rgb(24, 119, 195);
}
.btn-primary:hover {
	border-color: rgb(18, 139, 237);
}
.btn-primary:focus {
	border-color: rgb(18, 139, 237);
}
.btn-primary:active {
	border-color: rgb(18, 139, 237);
}
.active.btn-primary {
	border-color: rgb(18, 139, 237);
}
.open .btn-primary.dropdown-toggle {
	border-color: rgb(18, 139, 237);
}
.pagination > .active > a {
	border-color: rgb(18, 139, 237); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(18, 139, 237);
}
.pagination > .active > span {
	border-color: rgb(18, 139, 237); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(18, 139, 237);
}
.pagination > .active > a:hover {
	border-color: rgb(18, 139, 237); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(18, 139, 237);
}
.pagination > .active > span:hover {
	border-color: rgb(18, 139, 237); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(18, 139, 237);
}
.pagination > .active > a:focus {
	border-color: rgb(18, 139, 237); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(18, 139, 237);
}
.pagination > .active > span:focus {
	border-color: rgb(18, 139, 237); color: rgb(255, 255, 255); z-index: 2; cursor: default; background-color: rgb(18, 139, 237);
}
.pagination > li > a:hover {
	border-color: rgb(18, 139, 237); color: rgb(18, 139, 237); background-color: rgb(255, 255, 255);
}
.pagination > li > span:hover {
	border-color: rgb(18, 139, 237); color: rgb(18, 139, 237); background-color: rgb(255, 255, 255);
}
.pagination > li > a:focus {
	border-color: rgb(18, 139, 237); color: rgb(18, 139, 237); background-color: rgb(255, 255, 255);
}
.pagination > li > span:focus {
	border-color: rgb(18, 139, 237); color: rgb(18, 139, 237); background-color: rgb(255, 255, 255);
}
.pagination > li > a {
	padding: 6px 12px; border: 1px solid rgb(221, 221, 221); border-image: none; color: rgb(18, 139, 237); line-height: 1.4285; text-decoration: none; margin-left: -1px; float: left; position: relative; background-color: rgb(255, 255, 255);
}
.pagination > li > span {
	padding: 6px 12px; border: 1px solid rgb(221, 221, 221); border-image: none; color: rgb(18, 139, 237); line-height: 1.4285; text-decoration: none; margin-left: -1px; float: left; position: relative; background-color: rgb(255, 255, 255);
}
.table-hover > tbody > tr:hover > td {
	color: rgb(18, 139, 237); background-color: rgb(241, 248, 254);
}
.table-hover > tbody > tr:hover > th {
	color: rgb(18, 139, 237); background-color: rgb(241, 248, 254);
}
.list-group-lg .list-group-item:hover {
	color: rgb(18, 139, 237); background-color: rgb(241, 248, 254);
}
.c_a {
	color: rgb(18, 139, 237);
}
.c_a:hover {
	color: rgb(18, 139, 237); text-decoration: underline;
}
.c_a:focus {
	color: rgb(18, 139, 237);
}
.c_bt_blue {
	transition:background-color 0.2s ease-in-out; color: white; background-color: rgb(18, 139, 237);
}
.c_bt_blue:hover {
	background-color: rgb(42, 100, 150);
}
.c_bt_blue:focus {
	background-color: rgb(42, 100, 150);
}
.c_mainblue {
	color: rgb(18, 139, 237);
}
.c_thblue_bg {
	background-color: rgb(242, 249, 252);
}
.c_icon {
	display: inline-block; background-image: url("../images/v3/icon.png");
}
.ca_refresh.c_icon {
	width: 30px; height: 30px;
}
.ca_jk.c_icon {
	width: 30px; height: 30px;
}
.ca_focus.c_icon {
	width: 30px; height: 30px;
}
.ca_eye.c_icon {
	width: 30px; height: 30px;
}
.ca_talk.c_icon {
	width: 30px; height: 30px;
}
.ca_heart.c_icon {
	width: 30px; height: 30px;
}
.ca_up.c_icon {
	width: 30px; height: 30px;
}
.ca_close.c_icon {
	width: 30px; height: 30px;
}
.ca_search.c_icon {
	width: 30px; height: 30px;
}
.ca_plus.c_icon {
	width: 30px; height: 30px;
}
.ca_play.c_icon {
	width: 30px; height: 30px;
}
.ca_card.c_icon {
	width: 30px; height: 30px;
}
.ca_lclose.c_icon {
	width: 30px; height: 30px;
}
.ca_refresh.c_icon {
	background-position: 0px -305px; width: 20px; height: 20px;
}
.ca_jk.c_icon {
	background-position: 0px 0px;
}
.ca_focus.c_icon {
	background-position: -5px -97px; width: 25px; height: 20px;
}
.ca_eye.c_icon {
	background-position: 0px 0px;
}
.ca_talk.c_icon {
	background-position: 0px 0px;
}
.ca_heart.c_icon {
	background-position: 0px 0px;
}
.ca_up.c_icon {
	background-position: 0px 0px;
}
.ca_close.c_icon {
	background-position: 0px 0px;
}
.ca_search.c_icon {
	background-position: 0px 0px;
}
.ca_plus.c_icon {
	background-position: 0px -508px; width: 26px; height: 26px;
}
.ca_plus.c_icon:hover {
	background-position: 0px -550px;
}
.ca_play.c_icon {
	background-position: 0px -632px; border: 1px solid red; border-image: none; width: 28px; height: 28px;
}
.ca_play.c_icon:hover {
	background-position: 0px -591px;
}
.ca_card.c_icon {
	background-position: 0px -468px; width: 32px; height: 24px;
}
.ca_lclose.c_icon {
	background-position: 0px 0px;
}
.c_iconBt {
	background: url("../images/v3/icon.png") no-repeat rgb(255, 255, 255); padding: 0px 15px 0px 35px; border: 1px solid rgb(194, 192, 192); border-image: none; height: 35px; color: rgb(102, 102, 102); line-height: 32px; font-size: 14px; display: inline-block;
}
.c_iconBt:hover {
	border: 1px solid rgb(18, 139, 237); border-image: none; color: white; background-color: rgb(18, 139, 237);
}
.ca_active.c_iconBt {
	border: 1px solid rgb(18, 139, 237); border-image: none; color: white; background-color: rgb(18, 139, 237);
}
.ca_focus.c_iconBt {
	background-position: 10px -173px;
}
.ca_refresh.c_iconBt {
	background-position: 10px -257px;
}
.ca_compare.c_iconBt {
	background-position: 10px -257px;
}
.ca_jk.c_iconBt {
	background-position: 10px -381px;
}
.ca_focus.c_iconBt:hover {
	background-position: 10px -132px;
}
.ca_active.ca_focus.c_iconBt {
	background-position: 10px -132px;
}
.ca_refresh.c_iconBt:hover {
	background-position: 10px -298px;
}
.ca_active.ca_refresh.c_iconBt {
	background-position: 10px -298px;
}
.ca_compare.c_iconBt:hover {
	background-position: 10px -298px;
}
.ca_active.ca_compare.c_iconBt {
	background-position: 10px -298px;
}
.ca_jk.c_iconBt:hover {
	background-position: 10px -338px;
}
.ca_active.ca_jk.c_iconBt {
	background-position: 10px -338px;
}
.ca_nobg.c_iconBt {
	background-image: none;
}
.ca_refresh_gif {
	margin-top: -5px; margin-left: -26px; display: inline-block;
}
.m_bt_refresh {
	background: url("../images/v3/icon_refresh.png") no-repeat 0% 0% / 19px 19px; line-height: 20px; padding-left: 23px; display: inline-block;
}
.m_bt_refresh_loading {
	background-image: url("../images/v3/icon_refresh.gif"); background-size: contain;
}
.m_bt_refresh {
	
}
.c_cstatus {
	border-width: 1px; border-style: solid; padding: 0px 8px 2px; border-radius: 4px; height: 24px; line-height: 20px; font-size: 14px;
}
.ca_green.c_cstatus {
	border-color: rgb(0, 153, 68); color: rgb(0, 153, 68);
}
.ca_yellow.c_cstatus {
	border-color: rgb(255, 116, 40); color: rgb(255, 116, 40);
}
.ca_red.c_cstatus {
	border-color: red; color: red;
}
.ca_gray.c_cstatus {
	border-color: rgb(150, 150, 150); color: rgb(150, 150, 150);
}
.ca_orange.c_cstatus {
	border-color: rgb(255, 116, 40); color: rgb(255, 116, 40);
}
.ca_blue.c_cstatus {
	border-color: rgb(20, 180, 255); color: rgb(20, 180, 255);
}
.modal-header {
	border-radius: 5px 5px 0px 0px; font-weight: bold;
}
.modal-header h4 {
	color: rgb(51, 51, 51);
}
.modal-header button span {
	color: rgb(18, 139, 237); font-size: 40px; margin-top: -10px; display: block; opacity: 1;
}
.v3e_index_fixLeft {
	background: rgb(250, 250, 250); width: 100%; height: 130px; color: rgb(76, 76, 76); padding-left: 200px; margin-top: 10px;
}
.v3e_index_fixLeft:hover {
	background: rgb(241, 249, 254);
}
.v3e_index_fixLeft:hover .v3ef_right a {
	color: rgb(18, 139, 237);
}
.v3e_index_fixLeft .v3ef_left {
	width: 200px; height: 100%; overflow: hidden; margin-left: -200px; float: left; display: block; position: relative;
}
.v3e_index_fixLeft > .v3ef_left > img {
	left: 0px; top: 0px; width: 100%; position: absolute; z-index: 1; min-height: 130px; transform: scale(1); transition-duration: 1s;
}
.v3e_index_fixLeft > .v3ef_left > a {
	background: red; left: 0px; top: 0px; width: 80px; text-align: center; color: white; font-size: 14px; display: block; position: absolute; z-index: 2;
}
:nth-of-type(1).v3e_index_fixLeft > .v3ef_left > a {
	background: rgb(59, 145, 217);
}
:nth-of-type(2).v3e_index_fixLeft > .v3ef_left > a {
	background: rgb(104, 169, 42);
}
:nth-of-type(3).v3e_index_fixLeft > .v3ef_left > a {
	background: rgb(233, 162, 49);
}
:nth-of-type(4).v3e_index_fixLeft > .v3ef_left > a {
	background: rgb(242, 106, 103);
}
.v3e_index_fixLeft > .v3ef_right {
	width: 100%; padding-left: 10px; float: left; position: relative;
}
.v3e_index_fixLeft > .v3ef_right > a {
	overflow: hidden; font-size: 16px; margin-top: 30px; display: block; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.v3e_index_fixLeft > .v3ef_right > small {
	color: rgb(150, 150, 150); font-size: 14px; display: block; maring-top: 15px;
}
.v3e_more {
	color: rgb(161, 168, 172); font-size: 14px;
}
.v3e_more:hover {
	color: rgb(18, 139, 237);
}
ul.V3_index_topnav > li.dropdown > a.dropdown-toggle {
	background: none;
}
a.V3_index_loginbt {
	border-radius: 0px; height: 56px; line-height: 56px; padding-right: 20px; padding-left: 20px; float: right; display: block;
}
a.V3_index_loginbt:hover {
	color: rgb(18, 139, 237); border-bottom-color: rgb(18, 139, 237); border-bottom-width: 2px; border-bottom-style: solid;
}
.box-shadow.header {
	border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; box-shadow: 0px 2px 2px rgba(0,0,0,0.05), 0px 1px 0px rgba(0,0,0,0.05);
}
#V3_index_search_h1 {
	font-family: "Microsoft YaHei",Arial; font-size: 40px;
}
.V3_index_search_item {
	width: 80%; margin-left: 40px;
}
.V3_index_search_item li {
	color: rgb(188, 234, 255); font-size: 16px; margin-right: 5px;
}
.V3_index_search_item li._important {
	color: white;
}
.V3_index_search_item li.active {
	color: rgb(90, 90, 90);
}
#search .intro .row .container .col-md-12 .col-md-9 .search-nav .V3_index_search_item li:nth-of-type(1) {
	
}
.V3_index_search_item li:nth-of-type(3) {
	
}
.V3_index_search_item li:hover {
	color: rgb(90, 90, 90);
}
#V3_Index_S #searchkey {
	
}
#search #V3_Search_bt {
	background: rgb(36, 194, 166); padding: 5px 25px; border-radius: 0px; border: currentColor; border-image: none; color: white; font-size: 20px;
}
#search #V3_Search_bt:hover {
	background: rgb(33, 170, 145);
}
#search-list .list-group {
	border: 0px solid red; border-image: none;
}
.index-hot {
	font-size: 16px;
}
.index-hot a {
	color: rgb(188, 234, 255); font-size: 16px;
}
.index-hot a:hover {
	text-decoration: underline;
}
#V3_PlayVideo {
	margin: 0px auto; top: 85px; width: 150px; text-align: center; vertical-align: middle; position: relative;
}
#V3_PlayVideo a {
	background: url("../images/v3/icon.png") no-repeat 0px -632px; width: 150px; height: 28px; text-align: center; color: rgb(188, 234, 255); line-height: 28px; padding-left: 30px; font-size: 16px; display: block;
}
#V3_PlayVideo a:hover {
	background-position: 0px -591px; color: white;
}
#V3_PlayVideo i {
	font-size: 24px; float: left; display: block;
}
#V3_PlayVideo a.span {
	font-size: 16px; margin-left: 5px; float: left; display: block;
}
#hot_data_label {
	margin-top: 9px; float: left; display: block;
}
#hot_data {
	height: 50px; overflow: hidden; float: left; display: inline-block; white-space: nowrap; -ms-text-overflow: ellipsis; max-width: 80%;
}
#hot_data a {
	float: left; display: block;
}
#refresh_hot {
	margin-top: 1px; float: left; display: inline-block;
}
#V3_Index_M_Nav {
	background: rgb(235, 235, 236); width: 100%; height: 128px; display: block;
}
#V3_Index_M_Nav a {
	background-position: right bottom; transition:0.4s ease-in-out; width: 20%; height: 128px; overflow: hidden; float: left; display: block; position: relative; background-repeat: no-repeat;
}
#V3_Index_M_Nav a span {
	transition:0.3s ease-in-out;
}
#V3_Index_M_Nav a small {
	transition:0.3s ease-in-out;
}
@media all and (max-width:750px)
{
#V3_Index_M_Nav {
	height: 640px;
}
#V3_Index_M_Nav a {
	width: 100%;
}
}
#V3_Index_M_Nav a:nth-of-type(2n) {
	background-color: rgb(235, 235, 236);
}
#V3_Index_M_Nav a:nth-of-type(2n+1) {
	background-color: rgb(226, 226, 227);
}
#V3_Index_M_Nav a:nth-of-type(1) {
	background-image: url("../images/v3/icon-nav-r.png");
}
#V3_Index_M_Nav a:nth-of-type(1):hover {
	background-image: url("../images/v3/icon-nav-r-hover.png");
}
#V3_Index_M_Nav a:nth-of-type(1):hover span {
	color: rgb(51, 151, 220);
}
#V3_Index_M_Nav a:nth-of-type(1):hover small {
	color: rgb(51, 151, 220);
}
#V3_Index_M_Nav a:nth-of-type(2) {
	background-image: url("../images/v3/icon-nav-czl.png");
}
#V3_Index_M_Nav a:nth-of-type(2):hover {
	background-image: url("../images/v3/icon-nav-czl-hover.png");
}
#V3_Index_M_Nav a:nth-of-type(2):hover span {
	color: rgb(129, 123, 224);
}
#V3_Index_M_Nav a:nth-of-type(2):hover small {
	color: rgb(129, 123, 224);
}
#V3_Index_M_Nav a:nth-of-type(3) {
	background-image: url("../images/v3/icon-nav-csx.png");
}
#V3_Index_M_Nav a:nth-of-type(3):hover {
	background-image: url("../images/v3/icon-nav-csx-hover.png");
}
#V3_Index_M_Nav a:nth-of-type(3):hover span {
	color: rgb(249, 122, 113);
}
#V3_Index_M_Nav a:nth-of-type(3):hover small {
	color: rgb(249, 122, 113);
}
#V3_Index_M_Nav a:nth-of-type(4) {
	background-image: url("../images/v3/icon-nav-cpws.png");
}
#V3_Index_M_Nav a:nth-of-type(4):hover {
	background-image: url("../images/v3/icon-nav-cpws-hover.png");
}
#V3_Index_M_Nav a:nth-of-type(4):hover span {
	color: rgb(241, 157, 89);
}
#V3_Index_M_Nav a:nth-of-type(4):hover small {
	color: rgb(241, 157, 89);
}
#V3_Index_M_Nav a:nth-of-type(5) {
	background-image: url("../images/v3/icon-nav-zgx.png");
}
#V3_Index_M_Nav a:nth-of-type(5):hover {
	background-image: url("../images/v3/icon-nav-zgx-hover.png");
}
#V3_Index_M_Nav a:nth-of-type(5):hover span {
	color: rgb(0, 195, 168);
}
#V3_Index_M_Nav a:nth-of-type(5):hover small {
	color: rgb(0, 195, 168);
}
#V3_Index_M_Nav a:nth-of-type(6) {
	background-image: url("../images/v3/icon-nav-gxgl.png");
}
#V3_Index_M_Nav a:nth-of-type(6):hover {
	background-image: url("../images/v3/icon-nav-gxgl-hover.png");
}
#V3_Index_M_Nav a:nth-of-type(6):hover span {
	color: rgb(0, 195, 168);
}
#V3_Index_M_Nav a:nth-of-type(6):hover small {
	color: rgb(0, 195, 168);
}
#V3_Index_M_Nav a:nth-of-type(3) {
	background-position: right 3px bottom 0%;
}
#V3_Index_M_Nav a:nth-of-type(4) {
	background-position: right 3px bottom 0%;
}
#V3_Index_M_Nav a > span {
	left: 15px; top: 25px; color: rgb(92, 92, 92); font-size: 22px; position: absolute;
}
#V3_Index_M_Nav a > small {
	left: 15px; top: 67px; color: rgb(139, 139, 139); font-size: 14px; position: absolute;
}
#V3_Index_AdBanner {
	background: url("../images/v3/md_banner.png"); height: 341px; margin-top: 36px; display: block; cursor: pointer;
}
#V3_Index_AdBanner label {
	width: 100%; text-align: right; color: rgb(37, 131, 206); padding-right: 100px; font-size: 30px; margin-top: 60px;
}
#V3_Index_AdBanner label span {
	color: rgb(226, 118, 90);
}
#V3_Index_AdBanner small {
	width: 100%; text-align: right; color: rgb(116, 141, 162); padding-right: 30px; font-size: 18px;
}
#V3_Index_AdBanner span.ma-abt {
	background: rgb(47, 146, 224); padding: 5px 25px; border-radius: 6px; color: white; font-size: 22px; margin-top: 50px; margin-right: 230px; float: right; display: block; -webkit-transition: all 0.25s; -webkit-border-radius: 6px; -moz-border-radius: 6 px; -ms-border-radius: 6px; -o-border-radius: 6px;
}
#V3_Index_AdBanner span.ma-abt:hover {
	background: rgb(24, 119, 195);
}
#V3_Index_CIAbanner {
	background: url("../images/v3/CIAbanner.png") center; height: 200px; margin-top: 36px; display: block; cursor: pointer;
}
#V3_Index_CIAbanner span.ma-abt {
	background: rgb(102, 144, 221); padding: 5px 25px; border-radius: 6px; transition:0.25s; color: white; font-size: 22px; margin-top: 120px; margin-left: 230px; float: left; display: block; -webkit-transition: all 0.25s; -webkit-border-radius: 6px; -moz-border-radius: 6 px; -ms-border-radius: 6px; -o-border-radius: 6px;
}
#V3_Index_CIAbanner span.ma-abt:hover {
	background: rgb(88, 131, 209);
}
#V3_Index_Con_Tab .nav-tabs li.active {
	border-top-color: rgb(18, 139, 238); border-top-width: 2px; border-top-style: solid;
}
#V3_Index_Con_Tab .m_ahover:hover {
	background: rgb(241, 249, 254);
}
#V3_Index_Con_Tab .m_ahover:hover a {
	color: rgb(18, 139, 237);
}
#footer .dk.bg-dark {
	background: rgb(45, 50, 55);
}
.bg-dark .dk {
	background: rgb(0, 0, 0);
}
.bg-dark a {
	color: rgb(117, 132, 172) !important; font-size: 14px;
}
.bg-dark .text-muted {
	color: rgb(117, 132, 172) !important; font-size: 14px;
}
.bg-dark a:hover {
	color: white !important;
}
#footer h4 {
	color: rgb(135, 154, 205); font-size: 16px;
}
#footer .list-unstyled li {
	color: rgb(114, 129, 173) !important; font-size: 14px;
}
.bg-dark .list-unstyled li a {
	color: rgb(114, 129, 173) !important; font-size: 14px;
}
#footer .list-unstyled li a:hover {
	color: white !important;
}
#footer .m_frilink li a {
	margin-right: 15px; display: inline-block;
}
#footer .m_codeimg div {
	overflow: hidden; position: relative;
}
#footer .m_codeimg div span {
	top: 120px; display: block; position: absolute;
}
#footer .m_codeimg div span.ma_wx {
	left: 48px;
}
#footer .m_codeimg div span.ma_app {
	left: 41px;
}
.m_sidebts {
	width: 44px; height: 230px; right: 19px; bottom: 80px; position: fixed; z-index: 11;
}
.m_sidebts a {
	background: url("../images/v3/sidebts.png"); width: 44px; height: 44px; margin-bottom: 2px; display: block; position: relative; cursor: pointer; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out;
}
.m_sidebts a img {
	left: -150px; top: -50px; display: none; position: absolute;
}
a#V3_QQ {
	background-position: 0px 0px;
}
a#V3_APP {
	background-position: -45px 0px;
}
a#V3_WX {
	background-position: -90px 0px;
}
a#V3_Totop {
	background-position: -135px 0px;
}
a#V3_Fk {
	background-position: -180px 0px;
}
a#V3_QQ:hover {
	background-position: 0px -45px;
}
a#V3_APP:hover {
	background-position: -45px -45px;
}
a#V3_WX:hover {
	background-position: -90px -45px;
}
a#V3_Totop:hover {
	background-position: -135px -45px;
}
a#V3_Fk:hover {
	background-position: -180px -45px;
}
#V3_SL .sfilter-tag dd a:hover {
	background: rgb(18, 140, 236); border-radius: 0px;
}
#V3_SL .table-search .table-search-list:hover {
	background: rgb(241, 249, 254);
}
#V3_SL .table-search .table-search-list:hover .tp2 .tp2_tit a {
	color: rgb(18, 139, 237);
}
#V3_SL .table-search .table-search-list:hover .tp2 .tp2_tit a em {
	color: rgb(18, 139, 237);
}
dd.c_selnull {
	border: 0px solid red; border-image: none; color: rgb(85, 85, 85); padding-left: 12px;
}
#searchkey {
	font-size: 18px;
}
.top-searchbtn {
	width: 40px; background-size: 15px 15px; background-color: rgb(18, 140, 236);
}
#V3_SL {
	
}
#V3_SL .v3_sl_tab {
	list-style: none; width: 100%; padding-left: 0px; margin-bottom: 0px; border-bottom-color: rgb(231, 233, 239); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(252, 252, 253);
}
#V3_SL .v3_sl_tab::before {
	display: table; content: " ";
}
#V3_SL .v3_sl_tab::after {
	display: table; content: " ";
}
#V3_SL .v3_sl_tab::after {
	clear: both;
}
#V3_SL .v3_sl_tab a {
	height: 100%; text-align: center; line-height: 44px; padding-right: 30px; padding-left: 30px; font-size: 14px; float: left; display: block;
}
#V3_SL .v3_sl_tab a:hover {
	color: rgb(18, 139, 237);
}
#V3_SL .v3_sl_tab a.active {
	background: rgb(255, 255, 255); color: rgb(18, 140, 236); margin-bottom: -2px; border-right-color: rgb(233, 238, 239); border-bottom-color: rgb(255, 255, 255); border-left-color: rgb(233, 238, 239); border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
}
#V3_SL .appendSpan {
	border: 1px solid rgb(18, 140, 236); border-image: none; color: rgb(18, 140, 236) !important; font-weight: normal; background-color: rgb(255, 255, 255);
}
#V3_SL .appendSpan::after {
	margin: 5px 5px 0px; content: "X";
}
#V3_SL .appendSpan:hover {
	color: white !important; background-color: rgb(18, 140, 236);
}
#V3_SL .label {
	border-radius: 0px;
}
#V3_SL .sfilter-tag a {
	color: rgb(102, 102, 102); font-size: 14px;
}
#V3_SL .sfilter-tag a:hover {
	color: rgb(255, 255, 255);
}
.sfilter-tag dt {
	width: 100px; color: rgb(154, 154, 154); line-height: 1.8057; font-size: 13px;
}
#V3_SL a.v3_a_more {
	color: rgb(151, 151, 151);
}
#V3_SL a.v3_a_more:hover {
	color: rgb(18, 139, 237);
}
#V3_SL .clearSpan {
	color: rgb(18, 140, 236); margin-left: 10px;
}
#V3_SL .hideSearchBoxWrap {
	margin: 0px 0px 20px; padding: 0px; border: 0px solid red; border-image: none; position: relative;
}
#V3_SL .hideSearchBoxWrap a {
	background: white; border-width: 1px 2px 2px; border-style: solid; border-color: white rgb(234, 238, 241) rgb(234, 238, 241); margin: 0px auto; border-image: none; width: 100px; text-align: center; color: rgb(18, 139, 237); display: block; fong-size: 16px;
}
#V3_SL .col-md-3 {
	margin-top: 15px;
}
#V3_SL .col-md-9 {
	margin-top: 15px;
}
.v3_lastview {
	border: 0px solid red; border-image: none;
}
.v3_lastview a.list-group-item:hover {
	background: rgb(241, 249, 254); color: rgb(18, 139, 237);
}
.table-search-list tr:hover {
	background: rgb(241, 249, 254); border: 1px solid red; border-image: none;
}
.table-search-list tr:hover a {
	color: rgb(18, 139, 237);
}
#search-options {
	margin-bottom: -1px; border-top-color: currentColor; border-top-width: medium; border-top-style: none;
}
table.m_srchList .ma_h1 {
	color: rgb(85, 85, 85); padding-bottom: 0px; font-size: 18px; font-weight: bold; display: inline-block; max-height: 100px; max-width: 400px;
}
table.m_srchList .ma_redfont {
	color: rgb(255, 78, 78);
}
table.m_srchList .ma_cbt_green {
	padding: 0px 8px 2px; border-radius: 4px; font-size: 14px;
}
table.m_srchList .ma_cbt_orange {
	padding: 0px 8px 2px; border-radius: 4px; font-size: 14px;
}
table.m_srchList .ma_cbt_blue {
	padding: 0px 8px 2px; border-radius: 4px; font-size: 14px;
}
table.m_srchList .ma_cbt_green {
	border: 1px solid rgb(0, 153, 68); border-image: none; color: rgb(0, 153, 68);
}
table.m_srchList .ma_cbt_orange {
	border: 1px solid rgb(255, 116, 40); border-image: none; color: rgb(255, 116, 40);
}
table.m_srchList .ma_cbt_blue {
	border: 1px solid rgb(20, 180, 255); border-image: none; color: rgb(20, 180, 255);
}
table.m_srchList .ma_rbt_green {
	border-radius: 0px; width: 80px; height: 30px; text-align: center; font-size: 14px; display: inline-block;
}
table.m_srchList .ma_rbt_blue {
	border-radius: 0px; width: 80px; height: 30px; text-align: center; font-size: 14px; display: inline-block;
}
table.m_srchList .ma_rbt_orange {
	border-radius: 0px; width: 80px; height: 30px; text-align: center; font-size: 14px; display: inline-block;
}
table.m_srchList .ma_rbt_yellow {
	border-radius: 0px; width: 80px; height: 30px; text-align: center; font-size: 14px; display: inline-block;
}
table.m_srchList .ma_rbt_green {
	border: 1px solid rgb(1, 196, 109); border-image: none; color: rgb(1, 196, 109);
}
table.m_srchList .ma_rbt_blue {
	border: 1px solid rgb(20, 180, 255); border-image: none; color: rgb(20, 180, 255);
}
table.m_srchList .ma_rbt_orange {
	border: 1px solid rgb(255, 126, 0); border-image: none; color: rgb(255, 126, 0);
}
table.m_srchList .ma_rbt_yellow {
	border: 1px solid rgb(245, 184, 0); border-image: none; color: rgb(245, 184, 0);
}
table.m_srchList .ma_bt_more {
	background: rgb(18, 139, 237); width: 80px; height: 30px; text-align: center; color: white; line-height: 30px; font-size: 14px; display: inline-block;
}
table.m_srchList .ma_bt_more:hover {
	background: rgb(24, 119, 195);
}
table.m_srchList .ma_bluebg {
	background: rgb(214, 236, 255); padding: 0px 15px; border-radius: 50px; color: rgb(1, 104, 187); margin-left: 20px;
}
table.m_srchList .ma_pullright {
	margin-right: 40px; float: right; display: inline-block;
}
table.m_srchList .ma_lrwrap {
	padding-left: 120px !important;
}
table.m_srchList .ma_lrwrap .ma_left {
	margin-top: 10px; margin-left: -100px; float: left;
}
table.m_srchList .ma_lrwrap .ma_right {
	width: 100%; float: left;
}
table.m_srchList .ma_inaline {
	height: 25px;
}
table.m_srchList .ma_inaline a {
	float: left;
}
table.m_srchList .ma_inaline a.ma_bluebg {
	margin-top: 3px;
}
table.m_srchList {
	width: 100%;
}
table.m_srchList {
	margin: 0px; padding: 0px;
}
table.m_srchList tr {
	margin: 0px; padding: 0px;
}
table.m_srchList tr td {
	margin: 0px; padding: 0px;
}
table.m_srchList tr th {
	margin: 0px; padding: 0px;
}
table.m_srchList tr {
	border: 1px solid rgb(238, 238, 238); border-image: none; border-collapse: collapse;
}
table.m_srchList tbody tr {
	background: white;
}
table.m_srchList tbody tr:hover {
	background: rgb(250, 250, 250);
}
table.m_srchList tbody tr:hover .ma_h1 {
	color: rgb(18, 139, 237);
}
table.m_srchList tr th {
	background: rgb(249, 249, 249); height: 42px; text-align: left; color: rgb(85, 85, 85); padding-left: 20px; font-size: 14px;
}
table.m_srchList tr td {
	padding: 20px 10px; text-align: left; color: rgb(136, 136, 136);
}
table.m_srchList tr td:nth-of-type(1) {
	padding-left: 20px;
}
table.m_srchList tr td img {
	width: 80px; height: 80px;
}
table.m_srchList tr td h1 {
	font-size: 18px;
}
.m_export {
	float: right;
}
.m_export span.ma_bt {
	padding: 2px 10px; font-size: 15px; cursor: pointer;
}
#company-top .company-logo {
	margin-top: 30px;
}
.m_comInfo .ma_line1 {
	height: 60px; overflow: hidden; display: block;
}
.m_comInfo .ma_line1 span {
	float: left; display: block;
}
.m_comInfo .ma_line1 .ma_rl {
	color: rgb(18, 139, 237); margin-top: 15px; margin-left: 10px; float: left; display: block;
}
.m_comInfo .ma_line2 {
	color: rgb(51, 51, 51); font-size: 14px;
}
.m_comInfo .ma_line2 .c_mainblue {
	margin: 0px; cursor: pointer;
}
.m_comInfo .ma_line3 {
	color: rgb(51, 51, 51); font-size: 14px;
}
#company-nav {
	margin: 0px; border: 1px solid rgb(231, 233, 239); border-image: none; background-color: rgb(255, 255, 255);
}
#company-nav .nav-tabs {
	overflow: hidden; display: flex;
}
#company-nav .nav-tabs li {
	border-radius: 0px; width: 14.28%; border-top-color: rgb(235, 235, 236); border-left-color: rgb(235, 235, 236); border-top-width: 0px; border-left-width: 1px; border-top-style: solid; border-left-style: solid; display: flex; border-collapse: collapse; align-items: stretch;
}
#company-nav .nav-tabs li a {
	padding: 10px 0px; border-radius: 0px; border: currentColor; border-image: none; width: 100%; text-align: center; font-size: 15px; display: block; align-items: stretch;
}
#company-nav .nav-tabs li a.current {
	background: rgb(18, 139, 237); color: white;
}
#company-nav .nav-tabs li a.current span.badge {
	background: white;
}
#company-nav .nav-tabs li:hover a {
	color: rgb(18, 139, 237);
}
#company-nav .nav-tabs li:hover a.current {
	color: white;
}
#company-nav .nav-tabs li:hover span.badge {
	color: rgb(18, 139, 237);
}
#company-nav .nav-tabs li span.badge {
	border-radius: 30px; border: currentColor; border-image: none; color: rgb(144, 144, 144); font-size: 12px; margin-left: 0px;
}
.m_dataTab div.panel-body a {
	border-radius: 0px; border: 1px solid rgb(231, 233, 239); border-image: none; color: rgb(85, 85, 85); font-size: 13px;
}
.m_dataTab div.panel-body a:hover {
	background: rgb(18, 139, 237); color: white !important;
}
.m_dataTab div.panel-body .c_disable:hover {
	background: rgb(235, 238, 244) !important; color: rgb(120, 130, 136) !important;
}
.m_dataTab div.panel-body .c_disable:active {
	box-shadow: none;
}
.m-com_tap {
	padding-left: 10px; margin-top: 8px; float: left;
}
.m-com_tap span {
	display: inline-block; magin-left: 10px;
}
.m_sharebar {
	height: 40px; overflow: hidden; padding-right: 18px; margin-top: 10px;
}
.m_sharebar label {
	text-align: center; color: rgb(168, 168, 168); line-height: 40px; font-size: 14px; float: left; display: block;
}
.m_sharebar .a_icon_wrap {
	float: left;
}
.m_sharebar .a_icon_wrap a {
	float: left; display: block;
}
.m_count_wrap {
	margin-right: 5px; float: right; display: block;
}
.m_count_wrap p {
	padding: 0px; color: rgb(138, 138, 138); line-height: 40px; font-size: 14px; margin-right: 10px; float: right;
}
.m_count_wrap p:nth-last-of-type(3) {
	margin-right: 0px;
}
.m_rightPanels {
	
}
.m_rightPanels .panel {
	
}
.m_rightPanels .panel .panel-heading {
	height: 50px; color: rgb(85, 85, 85); font-size: 16px; font-weight: bold; border-bottom-color: rgb(231, 233, 239); border-bottom-width: 1px; border-bottom-style: solid; background-color: rgb(252, 252, 253);
}
.m_rightPanels .panel .panel-heading span {
	color: rgb(85, 85, 85); font-size: 16px; font-weight: normal;
}
.m_rightPanels .panel-body {
	text-align: center;
}
.m_rightPanels .ca_bt {
	background: rgb(18, 139, 237); border: 1px solid rgb(18, 139, 237); transition:background-color 0.2s ease-in-out; border-image: none; width: 90%; height: 35px; text-align: center; color: white; line-height: 35px; font-size: 13px; display: inline-block;
}
.m_rightPanels .ca_bt:hover {
	background: rgb(24, 119, 195);
}
.m_rightPanels .ca_green.ca_bt {
	background: rgb(36, 194, 166); border: currentColor; border-image: none; color: white;
}
.m_rightPanels .ca_green.ca_bt:hover {
	background: rgb(33, 170, 145);
}
.m_rightPanels .list-group a {
	
}
.m_rightPanels .list-group a:hover {
	background: rgb(241, 249, 254); color: rgb(18, 139, 237);
}
.m_comInfoList {
	
}
.m_comInfoList .badge {
	
}
.m_mb {
	padding: 0px; width: 100%; float: left;
}
.m_member {
	padding: 0px; width: 100%; float: left;
}
.m_mb li {
	border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(228, 238, 246) rgb(228, 238, 246); padding: 0px; border-image: none; width: 50%; height: 38px; float: left; display: block;
}
.m_member li {
	border-width: medium 1px 1px; border-style: none solid solid; border-color: currentColor rgb(228, 238, 246) rgb(228, 238, 246); padding: 0px; border-image: none; width: 50%; height: 38px; float: left; display: block;
}
.m_mb li label {
	background: rgb(242, 249, 252); width: 40%; height: 100%; line-height: 38px; padding-left: 20px; float: left; display: block;
}
.m_member li label {
	background: rgb(242, 249, 252); width: 40%; height: 100%; line-height: 38px; padding-left: 20px; float: left; display: block;
}
.m_mb li div {
	width: 60%; line-height: 38px; padding-left: 20px; float: left; display: block;
}
.m_member li div {
	width: 60%; line-height: 38px; padding-left: 20px; float: left; display: block;
}
.m_mb a {
	overflow: hidden; display: inline-block; white-space: nowrap; -ms-text-overflow: ellipsis; max-width: 78%;
}
.m_member a {
	overflow: hidden; display: inline-block; white-space: nowrap; -ms-text-overflow: ellipsis; max-width: 78%;
}
.m_mb li:nth-of-type(2n) {
	border-left-color: currentColor; border-left-width: medium; border-left-style: none;
}
.m_member li:nth-of-type(2n) {
	border-left-color: currentColor; border-left-width: medium; border-left-style: none;
}
.m_mb li:nth-of-type(1) {
	border-top-color: rgb(228, 238, 246); border-top-width: 1px; border-top-style: solid;
}
.m_mb li:nth-of-type(2) {
	border-top-color: rgb(228, 238, 246); border-top-width: 1px; border-top-style: solid;
}
.m_member li:nth-of-type(1) {
	border-top-color: rgb(228, 238, 246); border-top-width: 1px; border-top-style: solid;
}
.m_member li:nth-of-type(2) {
	border-top-color: rgb(228, 238, 246); border-top-width: 1px; border-top-style: solid;
}
#V3_Subcom {
	padding: 0px;
}
#V3_Subcom .col-md-6 {
	padding: 0px;
}
#V3_Subcom :nth-of-type(2n).col-md-6 section {
	margin-left: 5px;
}
#V3_Subcom :nth-of-type(2n+1).col-md-6 section {
	margin-right: 5px;
}
#V3_Subcom section {
	height: 70px; overflow: hidden;
}
.m_sc {
	background: rgb(245, 245, 245); border: currentColor; border-image: none;
}
.m_subcom {
	background: rgb(245, 245, 245); border: currentColor; border-image: none;
}
.m_sc:hover {
	background: rgb(241, 249, 254); border: currentColor; border-image: none;
}
.m_subcom:hover {
	background: rgb(241, 249, 254); border: currentColor; border-image: none;
}
.m_sc a img {
	width: 40px;
}
.m_subcom a img {
	width: 40px;
}
.m_sc a.ma_text {
	line-height: 40px; padding-left: 20px; font-size: 14px;
}
.m_subcom a.ma_text {
	line-height: 40px; padding-left: 20px; font-size: 14px;
}
.m_sc:hover a.ma_text {
	color: rgb(18, 139, 237);
}
.m_subcom:hover a.ma_text {
	color: rgb(18, 139, 237);
}
.data_div_login {
	background: white; border: currentColor; border-image: none;
}
.data_div_login > section {
	padding: 0px 15px; border: 1px solid white; border-image: none; box-shadow: none;
}
.data_div_login > section.m_dataTab {
	border-bottom-color: rgb(225, 225, 225); border-bottom-width: 1px; border-bottom-style: solid;
}
.data_div_login > section .b-b {
	padding: 0px; border: currentColor; border-image: none;
}
.data_div_login > section .m-b {
	border: currentColor; border-image: none;
}
.data_div {
	background: white; border: currentColor; border-image: none;
}
.data_div > section {
	padding: 0px 15px; border: 1px solid white; border-image: none; box-shadow: none;
}
.data_div > section.m_dataTab {
	border-bottom-color: rgb(225, 225, 225); border-bottom-width: 1px; border-bottom-style: solid;
}
.data_div > section .b-b {
	padding: 0px; border: currentColor; border-image: none;
}
.data_div > section .m-b {
	border: currentColor; border-image: none;
}
.m_cl {
	margin: 0px auto 20px; width: 100%;
}
.m_changeList {
	margin: 0px auto 20px; width: 100%;
}
.m_cl th {
	background: rgb(242, 249, 252); border: 1px solid rgb(228, 238, 246); border-image: none; text-align: left; padding-left: 10px; border-collapse: collapse;
}
.m_changeList th {
	background: rgb(242, 249, 252); border: 1px solid rgb(228, 238, 246); border-image: none; text-align: left; padding-left: 10px; border-collapse: collapse;
}
.m_cl td {
	padding: 10px; border: 1px solid rgb(228, 238, 246); border-image: none; font-size: 14px; -ms-word-break: break-all;
}
.m_changeList td {
	padding: 10px; border: 1px solid rgb(228, 238, 246); border-image: none; font-size: 14px; -ms-word-break: break-all;
}
.m_cl td.m_cl_center {
	padding: 0px; text-align: center;
}
.m_cl th.m_cl_center .m_changeList td.ma_center {
	padding: 0px; text-align: center;
}
.m_changeList th.ma_center {
	padding: 0px; text-align: center;
}
.m_cl td.m_cl_left {
	text-align: left;
}
.m_changeList td.ma_left {
	text-align: left;
}
.m_cl td.m_cl_right {
	text-align: right;
}
.m_changeList td.ma_right {
	text-align: right;
}
.m_cl td.m_cl_bluebg {
	background: rgb(242, 249, 252);
}
.m_changeList td.ma_bluebg {
	background: rgb(242, 249, 252);
}
.m_cl td a.m_cl_court {
	width: 100%; color: rgb(18, 139, 237); font-size: 14px; display: block;
}
.m_changeList td a.ma_court {
	width: 100%; color: rgb(18, 139, 237); font-size: 14px; display: block;
}
.m_cl .m_cl_twoword {
	width: 55px; text-align: left;
}
.m_changeList .ma_twoword {
	width: 55px; text-align: left;
}
.m_cl .m_cl_cr_th {
	background: none; padding: 10px; border: currentColor; border-image: none;
}
.m_changeList .ma_cr_th {
	background: none; padding: 10px; border: currentColor; border-image: none;
}
.m_normal {
	overflow: hidden; max-height: 105px;
}
.m_more {
	height: auto;
}
.m_bg {
	top: 200px; width: 300px; height: 400px; right: 0px; position: absolute; z-index: 1;
}
.ma_brand.m_bg {
	background: url("../images/v3/search-bg-brand.png");
}
.ma_right.m_bg {
	background: url("../images/v3/search-bg-right.png");
}
.ma_sxr.m_bg {
	background: url("../images/v3/search-bg-sxr.png");
}
.ma_zl.m_bg {
	background: url("../images/v3/search-bg-zl.png");
}
.m_touzi .avatar {
	top: 30px;
}
#touzilist a:hover {
	background: rgb(241, 248, 254);
}
#touzilist a:hover .text-lg {
	color: rgb(18, 139, 237);
}
#newslist ul a:hover {
	background: rgb(241, 249, 255);
}
#newslist ul a:hover span {
	color: rgb(18, 139, 237);
}
#V3_cwzl .m-l-md {
	margin-left: 0px;
}
#newslist .pagination li.active a:hover {
	color: white; background-color: rgb(18, 139, 237);
}
#newslist .pagination li a:hover {
	border-color: rgb(18, 139, 237);
}
.jumbotron .clogo {
	font-size: 55px; margin-bottom: 70px;
}
.jumbotron .clogo img {
	max-width: 140px;
}
.jumbotron .container {
	width: 1100px;
}
.jumbotron {
	padding: 40px 0px 50px; text-align: center; margin-top: 100px; background-color: rgb(255, 255, 255);
}
.jumbotron input[type='text'] {
	border: 1px solid rgb(226, 226, 226); border-image: none; height: 50px;
}
#form-style select {
	border: 1px solid rgb(226, 226, 226); border-image: none; height: 50px;
}
.jumbotron .button {
	padding: 0px 30px; border-radius: 0px; height: 50px;
}
.rea-tab a {
	font-size: 22px; margin-right: 30px; margin-bottom: 10px; display: inline-block;
}
.rea-tab a:hover {
	color: rgb(18, 139, 237);
}
.rea-tab a.active {
	color: rgb(18, 139, 237); border-bottom-color: rgb(18, 139, 237); border-bottom-width: 2px; border-bottom-style: solid;
}
small.red {
	background: rgb(217, 83, 79);
}
small.info {
	background: rgb(91, 192, 222);
}
.marketing {
	margin-top: 120px; margin-bottom: 200px;
}
.marketing i {
	color: rgb(102, 102, 102); font-size: 80px;
}
.marketing .col-lg-4 {
	text-align: center; margin-bottom: 20px;
}
.marketing h2 {
	color: rgb(96, 134, 164); font-size: 16px; font-weight: normal; margin-top: 20px;
}
#V3_Brands_Search .search_input {
	border: 1px solid rgb(226, 226, 226); border-image: none; height: 50px; color: rgb(187, 187, 187); font-size: 14px;
}
#V3_Brands_Search .search_button {
	background: rgb(18, 139, 237); border: 1px solid rgb(18, 139, 237); transition:0.2s ease-in-out; border-image: none; width: 104px; height: 50px; text-align: center; color: white; font-size: 14px;
}
#V3_Brands_Search .search_button:hover {
	background-color: rgb(24, 119, 195);
}
#productlist > .list-group {
	border-bottom-color: rgb(243, 245, 247); border-bottom-width: 1px; border-bottom-style: solid;
}
#financingList > .table {
	border-top-color: rgb(243, 245, 247); border-bottom-color: rgb(243, 245, 247); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
#header-search-list .text-info {
	color: rgb(72, 118, 255); font-size: 12px; cursor: default;
}
#search-list .text-info {
	color: rgb(72, 118, 255); font-size: 12px; cursor: default;
}
#V3_LoginBar {
	left: 0px; width: 100%; height: 67px; bottom: 0px; position: fixed; z-index: 100;
}
#V3_LoginBar .ma-left {
	width: 77%; text-align: right; position: relative;
}
#V3_LoginBar .ma-right {
	background: url("../images/v3/bg-loginbar-red.png") repeat-x; width: 30%; text-align: left;
}
#V3_LoginBar a {
	width: 200px; height: 67px; text-align: center; color: white; line-height: 67px; font-size: 18px; display: block; opacity: 0.8;
}
#V3_LoginBar .ma-left a {
	float: right;
}
#V3_LoginBar .ma-left a:hover {
	background-color: rgb(50, 141, 207);
}
#V3_LoginBar .ma-right a:hover {
	background-color: rgb(209, 107, 80);
}
#V3_LoginBar_imgwrap {
	background: url("../images/v3/bg-loginbar.png") repeat-x; left: 0px; width: 100%; height: 67px; bottom: 0px; position: fixed; z-index: 99;
}
#V3_LoginBar_imgwrap .container {
	position: relative;
}
#V3_LoginBar_imgwrap .container img {
	left: 0px; bottom: -67px; display: block; position: absolute;
}
#V3_LoginBar_imgwrap .m-adbar {
	background-position: center; left: 200px; width: 647px; height: 30px; bottom: -50px; display: none; position: absolute; background-repeat: no-repeat; background-size: auto 100%;
}
#V3_Foot_An1 {
	background-image: url("../images/v3/loginbar-animate/1.png"); background-iamge: url(../images/v3/loginbar-animate/ie8/1.png)	;
}
#V3_Foot_An2 {
	background: url("../images/v3/loginbar-animate/2.png") no-repeat center;
}
#V3_Foot_An3 {
	background: url("../images/v3/loginbar-animate/3.png") no-repeat center;
}
#V3_Foot_An4 {
	background: url("../images/v3/loginbar-animate/4.png") no-repeat center;
}
.m-radar_tabs li a:hover {
	background: rgb(18, 139, 237); color: white;
}
.m-radar_sel .nav-pills.nav > li.active > a {
	transition:background-color 0.2s ease-in-out; color: white; background-color: rgb(18, 139, 237);
}
.m-radar_sel .nav-pills.nav > li.active > a:hover {
	background-color: rgb(42, 100, 150);
}
.m-radar_sel .nav-pills.nav > li.active > a:focus {
	background-color: rgb(42, 100, 150);
}
.m-radar_sel .nav-pills.nav > li {
	padding: 3px;
}
.m-radar_sel .nav-pills.nav > li > a {
	padding: 2px 10px;
}
.m-radar_sel .nav-pills.nav > li > a :hover {
	color: white; background-color: rgb(18, 139, 237);
}
.m-radar_sel .nav-pills.nav > li > a:hover {
	color: white; background-color: rgb(18, 139, 237);
}
.m-radar_sel .nav > li > a:focus {
	color: white; background-color: rgb(18, 139, 237);
}
.m-ipo_model_sub {
	padding-bottom: 5px; float: left;
}
.m-ipo_model_sub .ma-body {
	background: white; float: left;
}
.m-ipo_model_sub .ma-body .col-md-6 {
	float: left;
}
#appDownloadModal .modal-dialog {
	width: 360px; height: 480px;
}
#appDownloadModal .modal-dialog .modal-content {
	width: 360px; height: 480px;
}
#appDownloadModal .modal-body {
	padding: 40px;
}
#appDownloadModal .modal-footer {
	text-align: left; margin-top: 0px;
}
.qocdeBox {
	margin: auto; padding: 5px; border: 1px solid rgb(199, 199, 199); border-image: none; width: 278px; height: 278px;
}
.qocdeBox img {
	width: 100%;
}
.ana-left {
	background: rgb(255, 255, 255); min-height: 780px;
}
.ana-left .title {
	color: rgb(0, 0, 0); font-size: 16px; font-weight: bold;
}
.ana-left .subtitle {
	margin-top: -25px; float: right; display: none;
}
.ana-input {
	width: 92%;
}
.ana-form {
	position: relative;
}
.ana-form .range-value {
	right: 10px; margin-top: -40px; position: absolute;
}
.ana-spot {
	background: rgb(18, 139, 237); border-radius: 5px; width: 10px; height: 10px; margin-top: 8px; position: absolute; box-shadow: 0px 1px 1px #128bed;
}
.ana-spot2 {
	background: rgb(255, 127, 0); border-radius: 5px; width: 10px; height: 10px; margin-top: 8px; position: absolute; box-shadow: 0px 1px 1px #ff7f00;
}
.ana-input-range {
	padding: 0px; border-radius: 10px; width: 88% !important; height: 6px; margin-top: 8px; margin-bottom: 25px; background-size: 25% 100%; -webkit-appearance: none;
}
.ana-form span {
	color: rgb(51, 51, 51);
}
.ana-line {
	background: rgb(221, 221, 221); width: 100%; height: 1px; margin-top: 5px; margin-bottom: 10px;
}
.ana-panel {
	
}
.ana-panel .panel-heading {
	background: rgb(136, 197, 246); color: rgb(255, 255, 255); font-weight: bold;
}
.ana-panel .panel-heading a {
	text-align: right; color: rgb(255, 255, 255); font-weight: bold; float: right;
}
.ana-panel i {
	font-size: 12px; margin-left: 5px;
}
.ana-left .nodata {
	text-align: center; color: rgb(187, 187, 187); font-size: 16px; margin-top: 60px; margin-bottom: 50px;
}
.ana-left .nodata img {
	width: 60px; margin-bottom: 15px;
}
.ana-right {
	background: rgb(255, 255, 255); padding: 10px 15px; position: relative; min-height: 780px;
}
.ana-right .no_data {
	left: 0px; top: 0px; text-align: center; right: 0px; color: rgb(187, 187, 187); font-size: 16px; margin-top: 200px; position: absolute;
}
.ana-right .no_data img {
	width: 120px; margin-bottom: 50px;
}
.ana-right .no_data a {
	color: rgb(18, 139, 237);
}
.ana-right .load_data {
	left: 0px; top: 0px; text-align: center; right: 0px; margin-top: 280px; display: none; position: absolute;
}
.ana-right .main {
	width: 100%; height: 750px;
}
.ana-timeline {
	padding: 0px; list-style-type: none; position: relative;
}
.ana-timeline > li {
	position: relative;
}
.ana-timeline::before {
	background: rgb(175, 220, 248); left: 20px; top: 7px; width: 2px; bottom: 0px; position: absolute; content: "";
}
.ana-timeline .point {
	background: rgb(70, 164, 218); border-radius: 50%; left: 15px; top: 7px; width: 12px; height: 12px; text-align: center; font-family: "ecoico"; font-size: 1.4em; position: absolute;
}
.ana-timeline .content {
	margin-left: 40px;
}
.ana-timeline .content .com {
	color: rgb(51, 51, 51);
}
@media all and (min-width:1300px)
{
.ana-lw {
	width: 1350px;
}
}
@media all and (min-width:1670px)
{
.ana-lw {
	width: 1700px;
}
}
.ana-searlist {
	border: 0.5px solid rgb(221, 221, 221); border-image: none; left: 20px; top: 34px; width: 223px; display: none; position: absolute; z-index: 10;
}
.ana-right {
	width: 100%; height: 100%;
}
.ana-checked {
	margin-top: 15px; margin-left: 140px; position: absolute;
}
.ana-uncheck {
	margin-top: 6px; margin-left: 20px;
}
.ana-input-name {
	width: 110px; display: none;
}
.ana-history {
	display: none;
}
.ana-history ul {
	text-align: center; color: rgb(18, 139, 237); line-height: 1.2; font-size: 13px; margin-top: 10px;
}
.ana-history ul a:hover {
	color: rgb(18, 139, 237);
}
.ana_icon {
	width: 24px; height: 24px; margin-top: -30px; margin-right: -4px; float: right; display: inline-block; background-size: 24px 24px;
}
.ana_icon_add {
	background-image: url("../images/icon-add.svg");
}
.ana_icon_add:hover {
	background-image: url("../images/icon-add-h.svg");
}
.ana_icon_remove {
	background-image: url("../images/icon-remove.svg?t=2");
}
.ana_icon_remove:hover {
	background-image: url("../images/icon-remove-h.svg?t=1");
}
.ana-revent {
	color: rgb(18, 139, 237); cursor: pointer;
}
.ana-left .subtitle {
	margin-top: -25px; float: right; display: block;
}
.ana-dan {
	padding: 10px 15px;
}
.ana-duo {
	padding: 10px 15px;
}
.ana-tabs {
	height: 45px;
}
.ana-tabs li {
	width: 50%; float: left;
}
.ana-tabs li.active > a {
	background: rgb(18, 139, 237); color: rgb(255, 255, 255);
}
.ana-tabs li > a {
	text-align: center; border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid;
}
.ana-tabs li:not(.active) > a:hover {
	background: rgb(255, 255, 255); color: rgb(18, 139, 237);
}
:-ms-fullscreen .main {
	width: 100%; height: 100% !important;
}
.find-mao-detail-item {
	color: rgb(18, 139, 237); line-height: 40px; padding-right: 12px; padding-left: 12px; font-size: 16px; border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid;
}
.find-mao-detail-item div {
	margin-top: 5px;
}
.find-mao-list-item {
	padding: 10px 12px 10px 0px; border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid;
}
.find-mao-list-item a {
	width: 100%; height: 100%; text-decoration: none; display: inline-block;
}
.find-company-list {
	border: 1px solid rgb(221, 221, 221); border-image: none; padding-left: 12px;
}
.find-mao-float-wrap {
	width: 100%; overflow: hidden;
}
.find-mao-cop-name {
	width: 75%; color: rgb(18, 139, 237); font-size: 15px; float: left;
}
.find-mao-cop-province {
	background: url("material/theme/chacha/cms/v2/images/address.png") no-repeat 0% 50% / 15px; color: rgb(102, 102, 102); padding-left: 15px; font-size: 13px; float: right;
}
.find-mao-oper {
	color: rgb(102, 102, 102); font-size: 13px; margin-top: 5px;
}
.find-mao-cop-money {
	color: rgb(102, 102, 102); font-size: 13px; float: left;
}
.find-mao-cop-time {
	color: rgb(102, 102, 102); font-size: 13px; float: right;
}
.m_login {
	
}
.m_login .modal-dialog {
	width: 658px;
}
.m_login .ma_header {
	
}
.m_login .ma_body {
	width: 658px; height: 380px; position: relative;
}
.m_login .ma_body .ma_left {
	left: 0px; top: 0px; width: 374px; height: 100%; position: absolute;
}
.m_login .ma_body .ma_left .ma_divinput {
	width: 268px; height: 40px; margin-left: 50px; position: relative;
}
.m_login .ma_body .ma_left .ma_msg.ma_divinput {
	height: 30px;
}
.m_login .ma_body .ma_left .ma_divinput input {
	top: 0px; width: 268px; position: absolute; z-index: 1;
}
.m_login .ma_body .ma_left .ma_divinput span {
	position: absolute; z-index: 2;
}
.m_login .ma_body .ma_left .ma_divinput .nc-container .nc_wrapper {
	width: 268px !important;
}
.m_login .ma_body .ma_left .ma_divinput .nc-lang-cnt {
	width: 100%;
}
.m_login .ma_body .ma_left .ma_divinput .nc_scale {
	width: 100%;
}
.m_login .ma_body .ma_left .ma_divinput .nc-container .imgCaptcha {
	width: 100%;
}
.m_login .ma_body .ma_left .ma_divinput .nc-container .imgCaptcha .imgCaptcha_text input {
	width: 100px;
}
.m_login .ma_body .ma_left .ma_divinput .nc-container .imgCaptcha .imgCaptcha_img img {
	width: 100px;
}
.m_login .ma_body .ma_left .ma_divinput .nc-container .imgCaptcha .nc_btn_1.nc_iconfont {
	top: 0px;
}
.m_login .ma_body .ma_middle {
	background: rgb(229, 229, 229); left: 375px; top: 0px; width: 1px; height: 100%; position: absolute;
}
.m_login .ma_body .ma_middle span {
	background: white; left: -10px; top: 150px; width: 21px; height: 30px; line-height: 30px; display: block; position: absolute;
}
.m_login .ma_body .ma_right {
	left: 378px; top: 0px; width: 281px; height: 100%; position: absolute;
}
.m_login .ma_body .ma_right div {
	margin: 20px 0px; width: 100%; text-align: center;
}
.m_login .ma_body .ma_right div .ma_wx {
	margin-left: 0px;
}
.m_login .ma_body .ma_right div .ma_qq {
	margin-left: 30px;
}
.people_list {
	margin: 0px auto 20px; width: 100%; position: relative;
}
.people_list th {
	background: rgb(242, 249, 252); border: 1px solid rgb(228, 238, 246); border-image: none; text-align: left; padding-left: 10px; border-collapse: collapse;
}
.people_list td {
	padding: 10px; border: 1px solid rgb(228, 238, 246); border-image: none; width: 17%; text-align: center; font-size: 14px; -ms-word-break: break-all;
}
.people_list td:first-child {
	width: 15%;
}
.people_list .dtr:hover > td {
	background: rgb(224, 241, 255);
}
.people_list .colspan {
	text-align: left; color: rgb(18, 139, 237);
}
.people_list .thead {
	background: rgb(242, 249, 252); text-align: left;
}
.people_list .tcompare {
	color: rgb(255, 165, 0);
}
.people_list .check {
	margin-top: 20px; margin-bottom: 20px;
}
.people_list .check input {
	margin-right: 5px; margin-left: 10px;
}
.people_list .headcom {
	text-align: center;
}
.people_list .headcom .logo > img {
	width: 45px; height: 45px;
}
.people_list .headcom .name {
	height: 40px; color: rgb(17, 17, 17); margin-top: 12px;
}
.people_list .headcom .btn-li {
	padding: 3px 12px; height: 24px; font-size: 12px; margin-top: 10px; margin-right: 5px; margin-left: 5px;
}
.people_list .headcom .btn-ku {
	width: 120px;
}
.people_list .headcom .btn-pl {
	background: none; border: 1px solid rgb(18, 139, 237); border-image: none; color: rgb(18, 139, 237);
}
.people_list .headcom .btn-dis {
	background: none; border: 1px solid rgb(170, 170, 170); border-image: none; color: rgb(170, 170, 170); cursor: default;
}
.people_list .fixhead {
	background: rgb(255, 255, 255); top: 0px; display: table; position: fixed;
}
.people_list .fixhead td {
	
}
.people_name {
	text-align: center; color: rgb(18, 139, 237); font-size: 20px; margin-top: 20px;
}
.people_subname {
	text-align: center; color: rgb(102, 102, 102); font-size: 14px; margin-top: 6px; margin-bottom: 15px;
}
.people_exportdata {
	margin-top: -40px; margin-bottom: 15px; float: right;
}
.people_disable {
	background: rgb(255, 255, 255) !important; color: rgb(187, 181, 181) !important; cursor: default !important;
}
.people_disable:hover {
	background: rgb(255, 255, 255) !important; color: rgb(187, 181, 181) !important; cursor: default !important;
}
.people_disable:active {
	background: rgb(255, 255, 255) !important; color: rgb(187, 181, 181) !important; cursor: default !important;
}
.people_nodata {
	padding: 120px 0px; text-align: center;
}
.people_nodata img {
	width: 85px; margin-bottom: 20px;
}
.people_nodata div {
	color: rgb(153, 153, 153); line-height: 24px; font-size: 16px;
}
#RNav {
	background: white; transition:right 0.5s ease-in-out; top: 0px; width: 280px; height: 100%; right: 0px; display: none; position: fixed; z-index: 1042;
}
.i_hide#RNav {
	right: -240px;
}
#RNav .i_menu {
	left: 0px; top: 0px; width: 40px; height: 100%; border-right-color: rgb(229, 229, 229); border-right-width: 1px; border-right-style: solid; position: absolute;
}
#RNav .i_bts-outer {
	padding: 0px; width: 100%; position: absolute;
}
#RNav .i_bts-outer li {
	width: 100%; margin-top: 13px; float: left; cursor: pointer;
}
#RNav .i_bt_lg {
	background: no-repeat center / 30px 30px; width: 40px; height: 60px; float: left; position: relative;
}
#RNav .i_bt_sm {
	background: no-repeat center / 30px 30px; width: 40px; height: 60px; float: left; position: relative;
}
#RNav .i_bt_lg label {
	width: 100%; text-align: center; font-size: 10px; cursor: pointer; transform: scale(0.9);
}
#RNav .i_bt_sm label {
	width: 100%; text-align: center; font-size: 10px; cursor: pointer; transform: scale(0.9);
}
#RNav .active.i_bt_lg {
	background-color: rgb(18, 139, 237);
}
#RNav .active.i_bt_sm {
	background-color: rgb(18, 139, 237);
}
#RNav .i_bt_lg:hover {
	background-color: rgb(18, 139, 237);
}
#RNav .i_bt_sm:hover {
	background-color: rgb(18, 139, 237);
}
#RNav .active.i_bt_lg label {
	color: white; background-color: rgb(18, 139, 237);
}
#RNav .active.i_bt_sm label {
	color: white; background-color: rgb(18, 139, 237);
}
#RNav .i_bt_lg:hover label {
	color: white; background-color: rgb(18, 139, 237);
}
#RNav .i_bt_sm:hover label {
	color: white; background-color: rgb(18, 139, 237);
}
#RNav .i_bt_lg {
	background-position-y: -2px;
}
#RNav .i_bt_lg label {
	margin-top: 23px;
}
#RNav .i_bt_lg span {
	background: rgb(216, 216, 216); margin: -8px auto 0px; border-radius: 100px; width: 30px; height: 16px; text-align: center; line-height: 17px; font-size: 12px; display: block; cursor: pointer; transform: scale(0.8);
}
#RNav .active.i_bt_lg span {
	color: rgb(18, 139, 237); background-color: white;
}
#RNav .i_bt_lg:hover span {
	color: rgb(18, 139, 237); background-color: white;
}
#RNav .spanHide.i_bt_lg {
	background-position-y: 2px;
}
#RNav .spanHide.i_bt_lg label {
	margin-top: 30px;
}
#RNav .spanHide.i_bt_lg label span {
	display: none;
}
#RNav .i_bt_sm {
	background-position-y: 4px;
}
#RNav .i_bt_sm label {
	margin-top: 33px;
}
#RNav .i_bt_sm img {
	transition:left 0.5s, opacity 0.5s ease-in; left: -150px; top: -33px; width: 0px; height: 0px; position: absolute; z-index: 999999; opacity: 0;
}
#RNav .i_bt_sm:hover img {
	left: -126px; width: 120px; height: 120px; opacity: 1;
}
#RNav .i_bt_foc {
	background-image: url("../images/leftnav/icon-foc-gray.png"); background-position-x: 4px;
}
#RNav .i_bt_com {
	background-image: url("../images/leftnav/icon-com-gray.png"); background-position-x: 4px;
}
#RNav .i_bt_rel {
	background-image: url("../images/leftnav/icon-ral-gray.png"); background-position-x: 4px;
}
#RNav .i_bt_wx {
	background-image: url("../images/leftnav/icon-wx-gray.png"); background-position-x: 5px;
}
#RNav .i_bt_dow {
	background-image: url("../images/leftnav/icon-down-gray.png");
}
#RNav .i_bt_back {
	background-image: url("../images/leftnav/icon-back-gray.png");
}
#RNav .i_bt_top {
	background-image: url("../images/leftnav/icon-top-gray.png");
}
#RNav .active.i_bt_foc {
	background-image: url("../images/leftnav/icon-foc-white.png");
}
#RNav .i_bt_foc:hover {
	background-image: url("../images/leftnav/icon-foc-white.png");
}
#RNav .active.i_bt_com {
	background-image: url("../images/leftnav/icon-com-white.png");
}
#RNav .i_bt_com:hover {
	background-image: url("../images/leftnav/icon-com-white.png");
}
#RNav .active.i_bt_rel {
	background-image: url("../images/leftnav/icon-ral-white.png");
}
#RNav .i_bt_rel:hover {
	background-image: url("../images/leftnav/icon-ral-white.png");
}
#RNav .active.i_bt_wx {
	background-image: url("../images/leftnav/icon-wx-white.png");
}
#RNav .i_bt_wx:hover {
	background-image: url("../images/leftnav/icon-wx-white.png");
}
#RNav .active.i_bt_dow {
	background-image: url("../images/leftnav/icon-down-white.png");
}
#RNav .i_bt_dow:hover {
	background-image: url("../images/leftnav/icon-down-white.png");
}
#RNav .active.i_bt_back {
	background-image: url("../images/leftnav/icon-back-white.png");
}
#RNav .i_bt_back:hover {
	background-image: url("../images/leftnav/icon-back-white.png");
}
#RNav .active.i_bt_top {
	background-image: url("../images/leftnav/icon-top-white.png");
}
#RNav .i_bt_top:hover {
	background-image: url("../images/leftnav/icon-top-white.png");
}
#RNav .i_bt_foc {
	
}
#RNav .i_bt_com {
	
}
#RNav .i_bt_rel {
	
}
#RNav .i_bt_wx {
	
}
#RNav .i_bt_dow {
	
}
#RNav .i_bt_back {
	
}
#RNav .i_bt_top {
	
}
#RNav .active.i_bt_foc {
	
}
#RNav .i_bt_foc:hover {
	
}
#RNav .active.i_bt_com {
	
}
#RNav .i_bt_com:hover {
	
}
#RNav .active.i_bt_rel {
	
}
#RNav .i_bt_rel:hover {
	
}
#RNav .active.i_bt_wx {
	
}
#RNav .i_bt_wx:hover {
	
}
#RNav .active.i_bt_dow {
	
}
#RNav .i_bt_dow:hover {
	
}
#RNav .active.i_bt_back {
	
}
#RNav .i_bt_back:hover {
	
}
#RNav .active.i_bt_top {
	
}
#RNav .i_bt_top:hover {
	
}
body {
	-ms-overflow-style: scrollbar;
}
#RNav .i_container {
	left: 40px; top: 0px; width: 240px; height: 100%; position: absolute; -ms-overflow-x: hidden;
}
#RNav .i_wrap {
	display: none;
}
#RNav .i_nodata {
	top: 50%; width: 100%; text-align: center; color: rgb(187, 199, 206); font-size: 20px; position: absolute; -webkit-font-smoothing: antialiased;
}
#RNav .i_title {
	background: url("../images/leftnav/icon-back.png") no-repeat 15px; width: 240px; height: 50px; text-align: center; color: rgb(18, 139, 237); line-height: 50px; overflow: hidden; font-size: 14px; border-bottom-color: rgb(229, 229, 229); border-bottom-width: 1px; border-bottom-style: solid;
}
#RNav .i_toast {
	background: rgb(237, 237, 237); width: 100%; height: 40px; color: rgb(167, 167, 167); line-height: 40px; padding-left: 10px; position: relative;
}
#RNav .i_toast span {
	padding: 5px;
}
#RNav .i_toast a {
	top: 0px; right: 10px; position: absolute;
}
#RNav .i_com-wrap {
	height: 100%; float: left; -ms-overflow-y: scroll;
}
#RNav .i_com {
	width: 240px; height: 90px; overflow: hidden; border-bottom-color: rgb(229, 229, 229); border-bottom-width: 1px; border-bottom-style: solid; float: left; position: relative;
}
#RNav .i_com > img {
	left: 20px; top: 20px; width: 50px; height: 50px; display: block; position: absolute;
}
#RNav .i_com > a {
	right: 10px; bottom: 2px; position: absolute;
}
.i_comname {
	left: 80px; top: 7px; width: 160px; height: 70px; padding-right: 8px; display: table; position: absolute;
}
.i_comname div {
	vertical-align: middle; display: table-cell;
}
.i_comname div p {
	margin: 0px;
}
#RNav .i_addcom.i_com {
	cursor: pointer;
}
#RNav .i_addcom.i_com a {
	left: 80px; top: 31px; text-decoration: none; position: absolute;
}
#RNav .i_botbt {
	left: 0px; width: 240px; height: 80px; text-align: center; bottom: 0px; border-top-color: rgb(229, 229, 229); border-top-width: 1px; border-top-style: solid; position: absolute; box-shadow: 0px -1px 8px #efefef;
}
#RNav .i_botbt a {
	border: 1px solid rgb(18, 139, 237); transition:background-color 0.2s ease-in, color 0.2s ease-in; border-image: none; width: 168px; height: 38px; color: rgb(18, 139, 237); line-height: 38px; margin-top: 21px; display: inline-block;
}
#RNav .i_botbt a:hover {
	background: rgb(18, 139, 237); border: 1px solid rgb(18, 139, 237); border-image: none; color: white;
}
