p,pre {
	margin: 0 0 10px
}

body,pre {
	color: #333
}

.form-control[disabled],input[type=checkbox][disabled],input[type=radio][disabled] {
	cursor: not-allowed
}

.btn,.text-nowrap {
	white-space: nowrap
}

.clearfix:after,.container:after,.nav:after,.navbar-header:after,.navbar:after,.panel-body:after,.row:after {
	clear: both
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

aside,footer,header,main,menu,nav {
	display: block
}[hidden] {
	display: none
}

a {
	background-color: transparent;
	color: #337ab7;
	text-decoration: none
}

.img-thumbnail,body {
	background-color: #fff
}

a:active,a:hover {
	outline: 0
}

strong {
	font-weight: 700
}

img {
	border: 0;
	vertical-align: middle
}

button,input {
	color: inherit;
	font: inherit;
	margin: 0
}

.img-thumbnail,address,body,pre {
	line-height: 1.42857
}

.btn,.btn-link {
	font-weight: 400
}

button {
	overflow: visible;
	text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

*,:after,:before {
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	margin: 0;
	font-size: 14px
}

button,input {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

.img-thumbnail {
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}[role=button] {
	cursor: pointer
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

ul {
	margin-top: 0;
	margin-bottom: 10px
}

ul ul {
	margin-bottom: 0
}

address {
	margin-bottom: 20px;
	font-style: normal
}

pre {
	overflow: auto;
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
	display: block;
	padding: 9.5px;
	font-size: 13px;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

.container {
	min-width: 970px !important;
}

.btn,.form-control {
	font-size: 14px;
	background-image: none
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}

	.searchBox {
		width: 400px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}

	.searchBox {
		width: 500px
	}
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.form-control,input[type=file] {
	display: block
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	float: left
}

.col-xs-1 {
	width: 8.33333%
}

.col-xs-2 {
	width: 16.66667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333%
}

.col-xs-5 {
	width: 41.66667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333%
}

.col-xs-8 {
	width: 66.66667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333%
}

.col-xs-11 {
	width: 91.66667%
}

.col-xs-12 {
	width: 100%
}

input[type=search] {
	box-sizing: border-box;
	-webkit-appearance: none
}

input[type=checkbox],input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

input[type=range] {
	display: block;
	width: 100%
}

input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.btn,.caret {
	display: inline-block;
	vertical-align: middle
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control[disabled],.form-control[readonly] {
	background-color: #eee;
	opacity: 1
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control {
		line-height: 34px
	}
}

.form-group {
	margin-bottom: 15px
}

.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px
}

.btn {
	margin-bottom: 0;
	text-align: center;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
	padding: 6px 12px;
	line-height: 1.42857;
	border-radius: 4px;
}

.btn.active:focus,.btn:active.focus,.btn:active:focus,.btn:focus {
	outline: dotted thin;
	outline: -webkit-focus-ring-color auto 5px;
	outline-offset: -2px
}

.btn:focus,.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,.btn:active {
	outline: 0;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn[disabled] {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	box-shadow: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default.active,.btn-default:active,.btn-default:hover,.open>.btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.btn-default.dropdown-toggle:focus,.open>.btn-default.dropdown-toggle:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.active,.btn-default:active,.open>.btn-default.dropdown-toggle {
	background-image: none
}

.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-link {
	color: #337ab7;
	border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled] {
	background-color: transparent;
	box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover {
	color: #777;
	text-decoration: none
}

.btn-group-xs>.btn,.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.caret {
	width: 0;
	height: 0;
	margin-left: 2px;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	background-clip: padding-box
}

.dropdown-header,.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	line-height: 1.42857;
	white-space: nowrap
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),.input-group .form-control:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.input-group .form-control:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child),.input-group .form-control:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.dropdown-menu>li>a {
	clear: both;
	font-weight: 400;
	color: #333
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	font-size: 12px;
	color: #777
}

.btn-group {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group>.btn {
	position: relative;
	float: left
}

.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
	z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn .caret,.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group.open .dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn-group.open .dropdown-toggle.btn-link {
	box-shadow: none
}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}

.input-group,.input-group-btn,.input-group-btn>.btn {
	position: relative
}

.input-group {
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control,.input-group-btn {
	display: table-cell
}

.input-group-btn {
	width: 1%;
	vertical-align: middle;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav:after,.nav:before {
	content: " ";
	display: table
}

.nav>li,.nav>li>a {
	display: block;
	position: relative
}

.nav>li>a {
	padding: 10px 15px
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.nav>li>a>img {
	max-width: none
}

.navbar {
	position: relative;
}

.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}

	.navbar {
		border-radius: 4px
	}

	.navbar-header {
		float: left
	}

	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}

	.navbar-static-top {
		border-radius: 0
	}

	.navbar-toggle {
		display: none
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

.carousel,.carousel-inner,.list-group-item {
	position: relative
}

@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	margin: 8px -15px
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-btn {
		width: auto
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		box-shadow: none
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.btn-group-xs>.navbar-btn.btn,.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px
	}

	.navbar-left {
		float: left!important
	}

	.navbar-right {
		float: right!important;
		margin-right: -15px
	}

	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>li>a,.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
	background-color: #e7e7e7;
	color: #555
}

@media (max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}
}

.list-group-item,.thumbnail {
	display: block;
	background-color: #fff
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover {
	color: #ccc
}

.thumbnail {
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: border .2s ease-in-out
}

.thumbnail a>img,.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
	border-color: #337ab7
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.list-group-item {
	padding: 10px 15px;
	margin-bottom: -1px;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

a.list-group-item,button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}

.panel-heading>.dropdown .dropdown-toggle,.panel-title,.panel-title>a {
	color: inherit
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-title,.panel>.list-group {
	margin-bottom: 0
}

.panel-body {
	padding: 15px
}

.panel-body:after,.panel-body:before {
	content: " ";
	display: table
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel-title {
	margin-top: 0;
	font-size: 16px
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.list-group+.panel-footer,.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.carousel-inner {
	overflow: hidden;
	width: 100%
}

.carousel-inner>.item {
	display: none;
	position: relative;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}

@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner>.item {
		transition: -webkit-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}

	.carousel-inner>.item.active.right {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		left: 0
	}

	.carousel-inner>.item.active.left {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		left: 0
	}

	.carousel-inner>.item.active {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		left: 0
	}
}

.carousel-inner>.active {
	display: block;
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-control.left {
	background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,.carousel-control:hover {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90)
}

.clearfix:after,.clearfix:before {
	content: " ";
	display: table
}

.hidden,.visible-xs {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}

	tr.visible-xs {
		display: table-row!important
	}

	.hidden-xs {
		display: none!important
	}
}

.ez-wr {
	clear: left
}

.ez-box:after,.ez-wr:after,.ul-min:after {
	clear: both;
	content: ""
}

.ez-box:after,.ez-wr:after {
	display: block;
	height: 0;
	overflow: hidden
}

.ez-box,.ez-last,.ez-wr {
	min-height: 0;
	display: block
}

* html .ez-box,* html .ez-last,* html .ez-wr {
	height: 1%
}

.ez-oh {
	overflow: hidden
}

* html .ez-oh {
	overflow: visible
}

.ez-tc {
	display: table-cell
}

.ez-fl {
	float: left
}

* html .ez-fl {
	margin-right: -3px
}

.ez-fr {
	float: right
}

* html .ez-fr {
	margin-left: -3px
}

.ez-25 {
	width: 25%
}

.ez-33 {
	width: 33.33%
}

.ez-50 {
	width: 50%
}

.ez-66 {
	width: 66.66%
}

.ez-75 {
	width: 75%
}

.ez-negmr {
	margin-right: -1px
}

* html .ez-negmr {
	margin-right: -4px
}

* html .ez-negmx {
	margin-right: -1px
}

* html .ez-negml {
	margin-left: -4px
}

.ul-min {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block
}

.ul-min.li-fl>li {
	float: left
}

.aside-link,.ul-min.li-fr>li {
	float: right
}

.ul-min.li-row {
	width: 100%!important;
	display: block!important
}

.ul-min.li-row>li {
	overflow: hidden!important;
	width: 100%!important
}

.col-span {
	display: inline-block
}

.ul-min:after {
	display: block;
	height: 0;
	visibility: hidden
}

.crib,.top-head .nav>li>a {
	display: inline-block
}

.fence {
	width: 10px;
	height: 1px
}

.tl {
	text-align: left
}

.tc {
	text-align: center
}

.tr {
	text-align: right
}

.crib {
	width: 1px;
	height: 12px;
	background: linear-gradient(to bottom,#ccc,#aaa) right/1px 10px no-repeat;
	vertical-align: middle
}

.logo,.logo img {
	height: 60px;
	position: relative;
	top: -5px
}

.navbar {
	margin-bottom: 0;
	border: none
}

.top-head {
	background-color: #eee
}

.top-head .navbar-default {
	background-color: transparent;
	min-height: 0
}

.top-head .navbar-nav>li>a {
	padding: 5px 10px;
	font-size: 12px
}

.top-head .navbar-right {
	margin-right: 0
}

.bg-main {
	background-color: #fff
}

.warp {
	background-color: #eee;
}

.logo img {
	vertical-align: top
}

.shop-extra li {
	height: 40px;
	font-size: 13px;
	color: #777;
	text-align: center
}

.shop-extra li.shop-name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	;width: 130px;
	margin-left: 30px;
	border-right: 1px dashed #eee;
	text-align: center
}

.shop-extra li.shop-serve {
	width: 160px;
	border-right: 1px dashed #eee;
	position: relative;
	text-align: center
}

.shop-extra li.shop-serve li {
	width: 3.5em;
}

.shop-extra li.shop-serve:after {
	content: "";
	position: absolute;
	right: 12px;
	bottom: 4px;
	border-color: #ccc transparent transparent;
	border-width: 4px;
	border-style: solid;
	display: inline-block;
	transition: all .3s
}

.shop-extra li.shop-serve:hover:after {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	border-top-color: #999
}

.shop-extra li.shop-serve:hover .serve-body {
	display: block
}

.shop-extra li.shop-serve .serve-body {
	display: none;
	position: absolute;
	top: 39px;
	left: -100px;
	width: 350px;
	z-index: 50;
	background-color: transparent
}

.shop-extra li.shop-serve .serve-body .server-body-box {
	padding: 20px 10px 10px 10px;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #eee;
	margin-top: 25px
}

.shop-extra li.shop-serve .server-aside {
	width: 120px
}

.shop-extra li.shop-serve .server-state {
	background-color: #b61d1d;
	border-radius: 10px;
	height: 25px;
	line-height: 25px;
	padding: 0;
	color: #fff;
	width: 6em!important;
	margin: 10px auto;
	cursor: default
}

.asideRight a,.asideRight p {
	margin-bottom: 5px;
	height: 3em;
	overflow: hidden;
}

.asideRight a,.asideRight p.name {
	padding-right: 90px;
}

.shop-extra li.shop-serve .server-state.not {
	cursor: pointer
}

.shop-extra li.shop-serve .server-state.not:before {
	content: "";
	background: url(../images/heart.png) center center no-repeat;
	height: 16px;
	width: 16px;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 5px
}

.shop-extra li.shop-serve .shop-datum {
	padding-bottom: 10px;
	border-bottom: 1px dotted #DBDBDB
}

.shop-extra li.shop-serve .shop-datum li {
	height: 25px
}

.shop-extra li.shop-serve .shop-datum,.shop-extra li.shop-serve .shop-datum li {
	text-align: left
}

.shop-extra li.shop-serve .shop-datum-title span:last-child {
	margin-left: 55px
}

.shop-extra li.shop-serve .shop-datum-num {
	color: #35a
}

.shop-extra li.shop-serve .high-low {
	margin-right: 10px;
	color: inherit;
	margin-left: 0
}

.shop-extra li.shop-serve .high-low:after {
	left: -16px
}

.shop-extra li.shop-qrCode {
	width: 70px
}

.shop-extra li.shop-qrCode .qrCode {
	background: url(../images/qrCode.png) center center no-repeat;
	height: 20px;
	width: 20px;
	display: inline-block;
	position: relative
}

.shop-extra li.shop-qrCode .qrCode:after {
	content: "";
	position: absolute;
	right: -12px;
	bottom: 2px;
	border-color: #ccc transparent transparent;
	border-width: 4px;
	border-style: solid;
	display: inline-block;
	transition: all .3s
}

.shop-extra li.shop-qrCode .qrCode-box {
	display: none;
	position: absolute;
	top: 20px;
	left: -16px;
	z-index: 30;
	background-color: #fff;
	border: 1px solid #eee;
	padding: 15px
}

.shop-extra li.shop-qrCode:hover .qrCode-box {
	display: block
}

.shop-extra li.shop-qrCode:hover .qrCode:after {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	border-top-color: #999
}

.shop-extra .shop-information {
	padding: 0 15px 15px
}

.shop-extra .shop-information li {
	height: auto;
	padding: 5px 0;
	text-align: left
}

.shop-extra .shop-information .col-span {
	width: 4em
}

.searchBox {
	padding-left: 50px
}

.searchBox .btn {
	border: none;
	background-color: transparent;
	height: 37px;
	border-radius: 0;
	outline: 0
}

.searchBox input {
	border: none;
	box-shadow: none;
	height: 37px;
	border-radius: 0
}

.searchBox .dropdown-toggle,.searchBox input {
	border-top: 3px solid #91be16;
	border-bottom: 3px solid #91be16;
	border-left: 3px solid #91be16;
}

.searchBox .dropdown-toggle {
	border-left: 3px solid #b61d1d
}

.searchBox .input-group-btn:focus {
	outline: 0
}

.searchBox .open>.dropdown-toggle,.searchBox .open>.dropdown-toggle:focus,.searchBox .open>.dropdown-toggle:hover {
	background-color: #d4d4d4;
	border-color: #b61d1d;
	box-shadow: none
}

.searchBox .form-control:focus {
	border-color: #91be16;
	box-shadow: none
}

.searchBox .dropdown-menu {
	min-width: 120px
}

.searchBox .btn .caret {
	margin-left: 5px
}

.searchBox .search-allStation {
	background-color: #91be16;
	color: #fff
}

.searchBox .search-selfShop {
	background-color: #555;
	color: #fff;
	margin-left: 10px!important
}

.asideLeft {
	width: 240px
}

.asideLeft .list-group-item {
	text-align: left;
	border: none;
	color: #555;
	padding-top: 2px;
	font-size: 13px
}

.asideLeft .col-span {
	width: 4em;
	color: #777
}

.asideRight a {
	text-align: left;
	padding-left: 5px
}

.asideRight a:hover {
	text-decoration: none
}

.face img {
	width: 100%;
	vertical-align: top;
	margin: 10px auto
}

.main .panel-heading {
	text-align: left;
	color: #555;
	border-color: #eee
}

.bm-blue {
	border-bottom: 3px solid #4593fd!important
}

.bt-blue {
	border-top: 3px solid #4593fd!important
}

.bg-blue {
	background-color: #4593fd!important;
	color: #fff!important;
	padding: 10px 15px;
	vertical-align: bottom
}

.aside-link a:hover {
	color: #337ab7;
	text-decoration: underline
}

.aside-link:after {
	content: "";
	border-color: transparent transparent transparent #ccc;
	border-style: solid;
	border-width: 4px;
	display: inline-block;
	margin-left: 5px
}

.aside-link:hover:after {
	border-color: transparent transparent transparent #337ab7
}

.asideRight .panel-heading {
	padding: 9px 10px 9px 0
}

.asideRight .goods-list li:not(:nth-child(4n+4)) {
	border-right: 1px solid #eee;
}

.asideRight .goods-list li {
	border-bottom: 1px solid #eee
}

.asideRight .goods-list li {
	position: relative;
	width: 33.33333%;
	padding: 0 10px;
	box-shadow: none;
	transition: box-shadow .5s
}

.asideRight .goods-list li .img {
	height: 186px;
	overflow: hidden
}

.asideRight .goods-list li .img img {
	vertical-align: top;
	width: 100%
}

.asideRight .goods-list li:hover {
	box-shadow: 0 5px 10px #aaa
}

.shopClass a {
	display: block;
	font-size: 14px;
	margin: 10px 0
}

.main-nav {
	background-color: #8ab700
}

.main-nav .navbar-default {
	background-color: transparent;
	min-height: 0
}

.main-nav .navbar {
	background-color: transparent;
	font-size: 16px
}

.main-nav .navbar a.nav-list {
	padding: 9px 20px;
	color: #fff!important;
	text-decoration: none;
}

.main-nav .navbar a.nav-list:hover {
	background-color: #78a000!important
}

.other-logo {
	position: relative
}

.other-logo img {
	position: absolute;
	top: -17px;
	right: 0;
	z-index: 2
}

.dropdown-nav {
	width: 165px
}

.dropdown-nav>a {
	text-align: left;
	background-color: #78a000
}

.dropdown-nav>a:hover {
	background-color: #b61d1d!important
}

.dropdown-nav:hover .dropdown-nav-list {
	display: block
}


.dropdown-nav-list {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	z-index: 15;
	width: 100%;
	font-size: 14px
}

.dropdown-nav-list .list-group {
	border-left: 1px solid #78a000;
	border-bottom: 1px solid #78a000;
	margin-bottom: 0;
}

.dropdown-nav-list .list-group-item {
	text-align: left;
	padding: 10px 20px;
	position: static;
	border: none;
	margin-bottom: 0;
	background-color: #8ab700;
	color: #fff
}

.dropdown-nav-list .list-group-item:hover {
	background-color: #fff;
	color: #8ab700
}

.dropdown-nav-list .list-group-item:hover .dropdown-panel {
	display: block
}

.dropdown-nav-list .list-group-item:not(:last-child) {
	border-bottom: 1px solid #78a000
}

.dropdown-nav-list .list-group-item:first-child,.dropdown-nav-list .list-group-item:last-child {
	border-radius: 0
}

.dropdown-nav-list .list-group-item a {
	color: inherit
}

.dropdown-nav-list .list-group-item a:hover {
	text-decoration: none
}

.dropdown-panel {
	display: none;
	position: absolute;
	z-index: 20;
	top: 0;
	left: 100%;
	width: 1020px;
	background-color: #FFF;
	min-height: 100%;
	padding: 15px;
	border-right: 1px solid #b61d1d;
	border-bottom: 1px solid #b61d1d
}

.ali-icon,.flagship-icon,.home,.my-drop-down:after,.qq-icon {
	display: inline-block
}

.dropdown-panel .goods-icon {
	width: 98px;
	float: left;
	min-height: 1px;
	text-align: center;
	font-size: 14px
}

.dropdown-panel .goods-icon .thumbnail {
	border: 3px solid transparent;
	margin-bottom: 0
}

.dropdown-panel .goods-icon .thumbnail:hover {
	border: 3px solid #f40
}

.flagship-icon {
	vertical-align: bottom;
	font-weight: 700;
	background-color: #f4c985;
	border-radius: 2px;
	color: #856651;
	font-size: 12px;
	padding: 1px 2px;
	margin-top: 2px;
	margin-right: 10px
}

.ali-icon,.qq-icon {
	vertical-align: bottom;
	height: 20px;
	width: 20px
}

.ali-icon.chat,.qq-icon.chat {
	height: 24px;
	width: 80px
}

.ali-icon {
	background: url(../images/alicdn.gif) -80px -3px no-repeat
}

.ali-icon.chat {
	background-position: 0 0
}

.qq-icon {
	width: 80px;
	height: 25px;
	background: url(../images/qqlogo.png) center top no-repeat
}

.qq-icon.chat {
	background: url(../images/qqlogo-chat.png) center top no-repeat;
	margin-right: 10px
}[class*=shopdsr-score] {
	position: relative;
	color: #b61d1d;
	margin-left: -10px
}[class*=shopdsr-score]:after {
	content: "";
	position: absolute;
	right: -16px;
	top: 0;
	width: 16px;
	height: 16px;
	background-image: url(../images/up-down.png);
	background-repeat: no-repeat
}

.shopdsr-score-up:after {
	background-position: 0 0
}

.shopdsr-score-down:after {
	background-position: 0 -16px
}

.home {
	height: 16px;
	width: 16px;
	background: url(../images/home.png) left center no-repeat;
	vertical-align: sub
}

.my-drop-down-body,.my-drop-down:hover,.station {
	background-color: #fff
}

.home+a {
	margin-left: -5px
}

.login a {
	color: #EB4407!important
}

.my-drop-down {
	padding-right: 10px
}

.my-drop-down:after {
	content: "";
	position: absolute;
	right: 5px;
	top: 14px;
	border-color: #ccc transparent transparent;
	border-width: 5px;
	border-style: solid;
	transition: all .3s
}

.my-drop-down:hover .my-drop-down-body {
	display: block
}

.my-drop-down:hover:after {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	border-top-color: #EB4407
}

.my-drop-down-body {
	display: none;
	position: absolute;
	top: 29px;
	left: -1px;
	width: 92px;
	z-index: 20;
	font-size: 12px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 5px 0
}

.my-drop-down-body li:not(:last-child) {
	margin-bottom: 5px
}

.my-drop-down-body a:hover {
	color: #EB4407
}

.map {
	width: 100%;
	height: 200px;
	border: 1px solid #ccc
}

.hots,.recommend {
	background-repeat: no-repeat;
	width: 25px;
	height: 20px;
	display: inline-block;
	vertical-align: bottom;
	background-position: left center
}

.recommend {
	background-image: url(../images/recommend.png)
}

.hots {
	background-image: url(../images/hots.png)
}

.goods-list {
	color: #666;
	width: 100%;
	display: block
}

.text-ellipsis {
	display: inline-block;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.icbc-icon {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url("../images/icbc-icon.png") no-repeat center center;
	vertical-align: bottom;
}

.cart {
	width: 50px;
	height: 70px;
	padding: 10px;
	margin-top: 25px;
	margin-right: -10px
}

.cart-icon {
	height: 30px;
	background: url("../images/cart-icon.png") no-repeat center center #EB4407;
	border-radius: 5px;
	background-size: 20px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	margin-top: 20px
}








/*é¡µç pageList*/
/*å›¾ç‰‡è½®æ’­*/

.swiper {
    position: relative;
    height: 370px;
}
.swiper-container {
    height: 100%;
    width: 100%;
}
.swiper-wrapper {
    height: 100%;
}
.swiper-slide {
    height: 100%;
    width: 100%;
}
.swiper-slide .img {
    height: 100%;
}
.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 30px;
    width: 100%;
    z-index: 10;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}
.swiper-active-switch {
    background: #fff;
}
/**/
.pageList{     display: inline-block;}
.yiiPageer{     display: inline-block;}
.yiiPageer li{ margin-top:-3px;float:left; width:23px; height:23px; margin-right:8px; border:1px solid #dfdfdf; line-height:23px; text-align:center; background:#efefef; color:#666; cursor:pointer; overflow:hidden;}
.yiiPageer li a{ text-decoration:none;color:#000; overflow:hidden;}
.yiiPageer li.previous,.yiiPageer li.next{ width:50px; height:23px;border:1px solid #dfdfdf; overflow:hidden;}
.yiiPageer li.previous a,.yiiPageer li.next a,.yiiPageer li.first a,.yiiPageer li.last a{ color:#666;}
.yiiPageer li.first,.yiiPageer li.last{ width:35px;height:23px;border:1px solid #dfdfdf;  overflow:hidden;}
.yiiPageer li:hover{ border:1px solid #4593fd; background:#4593fd;}
.yiiPageer li:hover a{ color:#fff;}
.yiiPageer li.selected{border:1px solid #4593fd; background:#4593fd;}
.yiiPageer li.selected a{ color:#fff;}
.yiiPageer li.page{ width:23px; height:23px;border:1px solid #dfdfdf;}
.yiiPageer li.first:hover,.yiiPageer li.last:hover,.yiiPageer li.page:hover,.yiiPageer li.previous:hover,.yiiPageer li.next:hover{ border:1px solid #4593fd; background:#4593fd;}
/*========================äº§å“è¯¦ç»†é¡µstyle======================*/

.searchBox {
	max-width: 400px !important;
}
.goods-list__qrbox {
	display: none;
	position: absolute;
	top: 20px;
	left: 10px;
	right: 10px;
	height: 194px;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.3);
	z-index: 1000;
}
.goods-list__qrbox h3 {
	text-align: center;
	color: #fff;
}
.goods-list__qr {
	width: 56%;
	margin: -8px auto 5px;
}
.goods-list__qr img {
	width: 100%;
}
.asideRight .goods-list li:hover .goods-list__qrbox {
	display: block;
}
.asideRight .goods-list li:hover .img img {
	-webkit-filter: blur(4px);
    filter: blur(4px);
}

.content{
    width: 960px;
    margin: 0 auto;
    margin-top: 20px;
}

.introduce{
    width: 100%;
    float: left;
}
.introduce img{
    width: 100%;
    height: 100%
}
.wheel{
    width: 404px;
    height: 317px;
    border: 1px solid #b4b4b4;
    float: left;
    background-color: #fff;
    position: relative;
    top: 13px;
}
.wheel .play{
    width: 396px;
    height: 292px;
    position: absolute;
    left: 4px;
    top: 15px;
    text-align: center;
}
.wheel .play ul li{
    float: left;
    display: none;
}
.wheel .play ul li a{
    width: 100%;
    height: 250px;
}
.wheel .play ul li a h2{
    font-size: 15px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
}
.num{
    width: 396px;
    height: 25px;
    position: absolute;
    left: 4px;
    bottom: 52px;
}
.num ul{
    float: right;
    margin-right:30px;
    margin-top: 3px;
}
.num ul li{
    float: left;
    margin-left: 5px;
}
.num ul li span{
    width: 19px;
    height: 17px;
    text-align: center;
    background-color: #d7d6d7;
    display: block;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
.num ul li span.active{
    background-color: #0067ac;
    color: #fff;
}

.introduce_left{
    width: 517px;
    height: 343px;
    float: right;
}


.Text_introduce{
    width: 100%;
    height: 105px;
    border-bottom: 3px solid #b4b4b4;
    float: left;
}
.introduce_left .Text_introduce a{
    font-size: 16px;
    color: #a40a5e;
    text-align: center;
    width: 100%;
    height: 45px;
    float: left;
    line-height: 40px;
}
.introduce_left .Text_introduce a:hover{
    text-decoration:underline;
}
.introduce_left .Text_introduce p{
    font-size: 12px;
    line-height: 19px;
    color: #707070;
    padding: 0 8px;
    text-indent: 16px;
    text-align: left;
}
.introduce_left .Text_introduce p a{
    font-size: 12px;
    line-height: 0;
    float: none;
}
.introduce_left .Text_introduce p a:hover{
    text-decoration:underline;
}

.activity{
    width: 100%;
    height: 195px;
    float: left;
    margin-top: 15px;
    background-color: #fff;
}
.activity ul{
    width: 100%;
    height: 100%;
    padding: 10px 8px;
}
.activity ul li {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}
.activity ul li span{
    width: 18px;
    height: 18px;
    font-size: 12px;
    color: #666867;
    line-height: 15px;
    border: 2px solid #e9e9e9;
    border-radius: 50px;
    background-color: #f0f0f0;
    float: left;
    text-align: center;
}
.activity ul li a{
    font-size: 14px;
    color: #707070;
    float: left;
    margin-left: 10px;
    line-height: 23px;
}
.activity ul li a:hover{
    text-decoration:underline;
}
.more{
    width: 90px;
    height: 24px;
    float: right;
    background-color: #a40d5e;
}
.more a{
    font-size: 12px;
    color: #fff;
    float: left;
    margin-left: 15px;
    line-height: 25px;
}
.more a:hover{
    text-decoration: underline;
    color: #fff;
}
.more a:visited {
    color: #fff;
}
.more .sanjiao{
    float: left;
    width: 24px;
    height: 100%;
}
.more .sanjiao svg{
    width: 20px;
    height: 20px;
    margin-top: 3px;
}
.landscape{
    width: 100%;
    float: left;
    margin-top: 24px;
}
.title{
    width: 100%;
    height: 42px;
    border: 1px solid #b4b4b4;
    background-color: #fff;
}
.title h1{
    font-size: 20px;
    font-weight: bold;
    float: left;
    margin-left: 40px;
    line-height: 40px;
}
.title a{
    font-size: 16px;
    color: #555;
    float: right;
    line-height: 40px;
    margin-right: 20px;
}
.title a:hover{
    text-decoration: none;
    color: #555;
}
.title a b{
    font-size: 20px;
    font-weight: normal;
}
.picture{
    width: 100%;
    float: left;
    border: 1px solid #b4b4b4;
    border-top: none;
    padding-bottom: 20px;
}


.picture ul li{
    width: 220px;
    height: 140px;
    float: left;
    margin-left: 16px;
    margin-top: 20px;
}
.picture img{
    width: 100%;
    height: 100%;

}
.The_map{
    width: 97%;
    height: 460px;
    background-color: #fff;
    float: left;
    margin-left: 13px;
    margin-top: 20px;
}

.comments_box{
    width: 100%;
    height: 100%;
    margin-bottom: 60px;
}
.comments{
    float: left;
    width: 100%;
    background-color: #eee;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

.footer{
    width: 100%;
    float: left;
}





/* comment */
#comment {
    padding-top: 20px;
}
#comment .c-header {
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}
#comment .c-header>em {
    font: 22px/24px Georgia;
    color: #f85959;
}
.inputBox {
    margin-top: 12px;
}
#comment .avatar-wrap-center {
    margin-top: 7px;
}
#comment .avatar-wrap {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    background: url(http://s3.pstatp.com/toutiao/resource/toutiao_web/static/style/image/newindex/default40_c78f50e.png) no-repeat center;
    overflow: hidden;
}
#comment .avatar-wrap img {
    width: 100%;
    height: 100%;
}
.inputBox .input-wrap {
    position: relative;
    font-size: 16px;
    color: #bababa;
    border: 1px solid #3f404c;
    background: #fff;
    margin-left: 42px;
    height: 44px;
}
.inputBox .c-textarea {
    background: #fff;
    padding: 12px 16px 0;
}
.inputBox .c-textarea textarea {
    display: block;
    font-size: 16px;
    width: 100%;
    height: 30px;
    resize: none;
    border: 0;
    outline: 0;
    padding: 0;
    -webkit-transition: .1s height linear;
    transition: .1s height linear;
}
textarea {
    font: 12px/1.14 "PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei","Helvetica Neue",Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #333;
    outline: 0;
}
textarea {
    overflow: auto;
    resize: none;
}
.inputBox .c-action {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0;
    border: 0;
    height: 44px;
}
.inputBox .c-action .c-submit {
    float: right;
    line-height: 44px;
    background-color: #3f404c;
    width: 110px;
    height: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
#comment .c-item:first-child {
    margin-top: 22px;
}
#comment .c-item {
    padding: 14px 0;
    border-top: 1px solid #b4b4b4;
}
li {
    list-style: none;
}
#comment .avatar-wrap {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    background: url(http://s3.pstatp.com/toutiao/resource/toutiao_web/static/style/image/newindex/default40_c78f50e.png) no-repeat center;
    overflow: hidden;
}

#comment .c-content {
    margin-left: 42px;
    overflow: hidden;
    text-align: left;
}
#comment .c-content .c-user-info {
    margin-bottom: 4px;
}
#comment .c-content .c-user-name, #comment .c-content .c-reply, #comment .c-content .c-reply-count {
    color: #406599;
    cursor: pointer;
}
#comment .c-content a, #comment .c-content span {
    font-size: 14px;
}
#comment .c-content .c-create-time {
    color: #777;
}
#comment .c-content p {
    font-size: 14px;
    line-height: 22px;
    color: #222;
}
#comment .c-content .c-footer-action {
    margin-top: 6px;
    font-size: 0;
}
#comment .c-content .c-report {
    margin-top: 1px;
    margin-left: 12px;
    cursor: pointer;
    color: #777;
}
.y-right {
    float: right;
}
.y-right .icon {
    width: 17px;
    height: 17px;
}
.c-report .icon {
    width: 19px;
    height: 19px;
}
.good .icon {
    color: #ed4040!important;
}
#comment .c-content .c-digg {
    color: #777;
    cursor: pointer;
}
.icon {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.top-head nav {
    padding: 0;
    font-size: 12px;
}
.top-head .nav>li>a {
	padding: 7px 10px;
	color: #777;
}
.top-head .icon {
	width: 15px;
	height: 15px;
	margin-right: 5px;
	color: #78a000;
}
.wrap_lists{
    float: left;
    width: 100%;
}
 .wrap_lists ul{
    float: left;
    width: 100%;
}
 .wrap_lists ul li{
    float: left;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #d0d0d0;
}
 .wrap_lists ul li a{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px 10px 10px;
}
 .wrap_lists ul li a div.list_l{
    float: left;
    width: 520px;
}
 .wrap_lists ul li a div.list_c{
    float: left;
    width: 260px;
    margin: 0 15px;
}
 .wrap_lists ul li a div.list_r{
    float: left;
    width: 50px;
}
 .wrap_lists ul li a div.list_l .hd{
    float: left;
    width: 520px;
}
 .wrap_lists ul li a div.list_l .hd h1{
    font-size: 16px;
    float: left;
    color: #000;
    margin-right: 5px;
    max-width: 325px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight: bolder ! important;
}
 .wrap_lists ul li a div.list_l .hd span{
    font-size: 12px;
    color: #fff;
    float: left;
    box-sizing: border-box;
    padding: 2px 8px;
    border-radius: 3px;
    background-color: #F86A5A;
}
 .wrap_lists ul li a div.list_l .hd p{
    float: left;
    font-size: 12px;
    color: #999;
    padding: 2px 0;
    margin: 0 10px;
}
 .wrap_lists ul li a div.list_l .hd em{
    float: left;
    font-size: 12px;
    box-sizing: border-box;
    padding: 1px 5px;
    border-radius: 2px;
    background-color: #f5f5f5;
    color: #999;
    border: 1px solid #ececec;
}
 .wrap_lists ul li a div.list_l .bd{
    float: left;
    width: 520px;
    margin-top: 20px;
}
 .wrap_lists ul li a div.list_l .bd h1{
    font-size: 16px;
    float: left;
    color: #FF6900;
    margin-right: 5px;
}
 .wrap_lists ul li a div.list_l .bd p{
    font-size: 12px;
    float: left;
    color: #999;
    box-sizing: border-box;
    padding-top: 4px;
}
 .wrap_lists ul li a div.list_c .hd{
    float: left;
    width: 260px;
}
 .wrap_lists ul li a div.list_c .hd p{
    font-size: 14px;
    color: #777;
    float: left;
    max-width: 235px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
 .wrap_lists ul li a div.list_c .hd i{
    background: url(../img/rz.png) no-repeat center center;
    background-size: 15px;
    width: 25px;
    height: 15px;
    float: left;
}
 .wrap_lists ul li a div.list_c .bd{
    float: left;
    width: 260px;
    margin-top: 4px;
}
 .wrap_lists ul li a div.list_c .bd span{
    float: left;
    font-size: 12px;
    color: #999;
    box-sizing: border-box;
    padding: 2px 8px;
    border: 1px solid #ececec;
    border-radius: 2px;
    margin-right: 10px;
}
 .wrap_lists ul li a div.list_r img{
    float: left;
    width: 50px;
    height: 50px;
}
.position{
	border-bottom: 10px solid #f5f5f5;
	box-sizing: border-box;
	padding: 10px;
}
.position p{
	font-size: 14px;
	color: #999;
	float: left;
	width: 100%;
}