html,
body {
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
}
#page {
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none !important;
}
.btn-info {
	background-color: #17a1e6;
}
.dropdown:hover>.dropdown-menu {
	display: block;
}
.dropdown>.dropdown-toggle:active {
	pointer-events: none;
}
header {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 99;
	height: 70px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	background-color: #FFF;
}
header .navbar {
	padding: 10px 0;
	flex-wrap: nowrap;
}
header .navbar.bg-light {
	background-color: #FFF !important;
}
header .inkezu-navbar .navbar-nav .nav-link {
	padding: 15px 9px;
	font-size: 15px;
	line-height: 16px;
	white-space: nowrap;
}
header .navbar-nav .active>.nav-link {
	border-bottom: 1px solid #FFF;
	color: #FFF;
}
header .navbar-nav .nav-item {
	padding: 0;
	flex: 0 0 auto;
}
header .navbar-brand {
	padding: 0 18px 0 0;
	margin: 0;
	font-size: 26px;
	line-height: 50px;
	flex: 0 0 auto;
}
header .navbar-brand img {
	height: 50px;
}
header .dropdown-menu {
	margin-top: 0px;
}
header .dropdown-item.active, header .dropdown-item:active {
	color: #FFF;
	background-color: #96bf1b;
}
header .inkezu-navbar a {
	font-weight: 500;
}
header .inkezu-navbar .navbar-brand {
	font-weight: 700;
}
header .inkezu-navbar .form-inline input {
	font-size: 14px;
}
header .inkezu-navbar .search {
	width: 220px;
	margin-left: 18px !important;
	margin-right: 14px;
	flex: 0 1 220px;
}
header .inkezu-navbar .search .input-group {
	width: 100%;
	flex-wrap: nowrap;
}
header .inkezu-navbar .form-inline button.btn-info {
	font-size: 14px;
	background-color: #17a1e6;
}
.header-bg {
	width: 100%;
	height: 70px;
}
header .inkezu-navbar .navbar-nav .nav-link.u-name {
	color: #999;
	padding-right: 5px;
	font-weight: 500;
	display: block;
	max-width: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
header .inkezu-navbar .navbar-nav .nav-link.u-logout {
	padding: 0 15px 0 5px;
	margin: 15px 0;
	font-size: 14px;
	color: #999;
	border-left: 1px solid #999;
	font-weight: 700;
	cursor: pointer;
}
header .inkezu-navbar .navbar-nav button.nav-link {
	border: 0;
	background: transparent;
	white-space: nowrap;
}
header .inkezu-navbar .navbar-nav .nav-link.u-login {
	padding-right: 5px;
	font-weight: 500;
}
header .inkezu-navbar .navbar-nav .nav-link.u-reg {
	padding: 0 15px 0 5px;
	margin: 15px 0;
	border-left: 1px solid #999;
}
header .inkezu-navbar .navbar-nav .nav-link.agent-submit {
	background-color: #17a1e6;
	color: #FFF;
	padding: 8px 10px;
	margin-top: 5px;
	margin-left: 8px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	white-space: nowrap;
}
header .inkezu-navbar .nacbar-city {
	color: #333;
	font-size: 14px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	flex: 0 0 auto;
}
header .inkezu-navbar .nacbar-city .iconfont {
	position: absolute;
	margin-left: -16px;
	margin-top: -1px;
}
@media (max-width: 1199px) {
	header .navbar-brand {
		padding-right: 12px;
		font-size: 24px;
	}
	header .inkezu-navbar .search {
		width: 190px;
		margin-left: 12px !important;
		margin-right: 10px;
		flex-basis: 190px;
	}
	header .inkezu-navbar .navbar-nav .nav-link {
		padding-left: 6px;
		padding-right: 6px;
		font-size: 14px;
	}
	header .inkezu-navbar .navbar-nav .nav-link.u-name {
		max-width: 76px;
	}
	header .inkezu-navbar .navbar-nav .nav-link.u-logout {
		padding-right: 10px;
	}
	header .inkezu-navbar .navbar-nav .nav-link.agent-submit {
		margin-left: 6px;
		padding-left: 8px;
		padding-right: 8px;
		font-size: 13px;
	}
}
header #city-change .city-card {
	color: #000;
	font-size: 12px;
	background-color: #FFF!important;
	border-color: #DDD!important;
	z-index: 10;
}
header #city-change .city-card .btn {
	font-size: 12px;
}
header #city-change .city-card .city-on {
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
	padding-bottom: 12px;
}
header #city-change .city-card .city-change-close {
	position: absolute;
	color: #AAA;
	cursor: pointer;
	right: 20px;
	top: 15px;
}
header #city-change .city-card .city-change-close .iconfont {
	font-size: 20px;
	line-height: 20px;
}
header #city-change .city-card .city-change p {
	margin-bottom: 5px;
}
header #city-change .city-card .city-change a {
	color: #333;
	background-color: #FAFAFA;
	border-color: #CCC;
}
header #city-change .city-card .city-change span {
	cursor: default;
}
footer {
	background-color: #202020;
	padding: 0;
	color: #FFF;
	font-size: 15px;
	line-height: 15px;
}
footer .footer-nav {
	padding: 50px 0;
	color: #999;
	height: 300px;
}
footer .footer-nav a {
	color: #999;
}
footer .footer-nav .container>div {
	padding: 0 35px;
}
footer .footer-nav .col-i {
	float: left;
	border-left: 1px solid #333;
	height: 200px;
}
footer .footer-nav .col-i:first-child {
	padding-left: 0;
	border-left: 0px;
}
footer .footer-nav .col-i.contact {
	padding-right: 0px;
}
footer .footer-nav h5 {
	color: #FFF;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 15px;
}
footer .footer-nav p {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
footer .footer-nav p:last-child {
	margin-bottom: 0;
}
footer .footer-nav p .iconfont {
	margin-right: 8px;
}
footer .footer-nav .col-r {
	float: right;
	height: 200px;
	border-right: 1px solid #333;
}
footer .footer-nav .col-r.a {
	border-left: 1px solid #333;
}
footer .footer-nav .col-r.b {
	padding-right: 0;
	border-right: 0;
}
footer .footer-nav .col-r h5 {
	margin-bottom: 30px;
}
footer .footer-nav .foot-qr-code {
	width: 110px;
	padding: 5px;
	background-color: #FFF;
}
footer .copyright {
	background-color: #000;
	padding: 20px 0;
	color: #999;
	font-size: 14px;
}
footer .copyright .cr-r {
	text-align: right;
}
footer .copyright .cr-r a {
	color: #999;
	padding: 0 8px;
}
footer .copyright .cr-r a:last-child {
	padding-right: 0px;
}
}
.friendlinks {
	width: 400px;
}
.friendlinks a {
	font-size: 12px;
}
.sub-banner {
	width: 100%;
	height: 325px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sub-banner .mod-title {
	font-size: 50px;
	color: #FFF;
	padding-top: 90px;
}
/*翻页*/
.pages {
	font-size: 14px;
	line-height: 50px;
	padding-top: 30px;
	color: #666;
	text-align: center;
}
.pages a, .pages strong, .pages .msg, .pages span {
	text-decoration: none;
	padding: 12px 15px;
	margin: 0px;
	border: 1px solid #DDD;
	border-right: 0px;
}
.pages>:first-child {
	border-radius: 0px 0px 0px 0px;
}
.pages>:last-child {
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #DDD;
}
.pages strong {
	color: #FFF;
	background-color: #3c8dbc;
	border: #3c8dbc 1px solid;
	font-weight: normal;
}
.pages a {
	color: #555555;
}
.pages span {
	background-color: #F9F9F9;
	color: #A5A5A5;
}
.pages .msg {
	color: #555555;
	padding: 8px 10px;
	border-radius: 0px 4px 4px 0px;
	border-right: 1px solid #DDD;
}
.pages .ellipsis {
	background-color: #FFF;
	color: #999;
}
.pages .page-jump {
	display: inline-block;
	margin-left: 12px;
}
.pages .page-jump span {
	border: 0;
	background: transparent;
	padding: 0 4px;
	color: #666;
}
.pages .page-jump input {
	width: 54px;
	height: 36px;
	border: 1px solid #DDD;
	text-align: center;
	color: #555;
}
.pages .page-jump button {
	height: 36px;
	padding: 0 12px;
	border: 1px solid #3c8dbc;
	background: #3c8dbc;
	color: #FFF;
	cursor: pointer;
}
/*对话框*/
.center-dialog-box {
	border-radius: 10px;
	background-color: #FFF;
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
	z-index: 999;
}
.center-dialog-box .title {
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #000;
	padding: 39px 0 0 0;
}
.center-dialog-box .desc {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #666;
	padding: 15px 0 0 0;
}
.center-dialog-box .form-inline {
	padding: 20px 30px;
}
.center-dialog-box .form-inline .form-control {
	width: 100%;
	margin-top: 10px;
	background-color: #f5f5f5;
	height: auto;
	padding: 0px;
	border: 0px;
	border-radius: 5px;
}
.center-dialog-box .form-inline .form-control:first-child {
	margin-top: 0;
}
.center-dialog-box .form-inline .form-control input {
	background-color: #f5f5f5;
	border: 0px;
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border-radius: 5px;
	line-height: 48px;
}
.center-dialog-box .form-inline .form-control textarea {
	background-color: #f5f5f5;
	border: 0px;
	width: 100%;
	height: 100px;
	padding: 16px 15px;
	border-radius: 5px;
	line-height: 22px;
	margin: 0px;
}
.center-dialog-box .form-inline .form-control .filename {
	width: 100%;
	padding: 0 15px;
	line-height: 48px;
	font-size: 16px;
	color: #777777;
	cursor: pointer;
}
.center-dialog-box .form-inline .form-control .col-6 {
	padding: 0px;
	text-align: left;
}
.center-dialog-box .form-inline .form-control .col-6:last-child {
	text-align: right;
}
.center-dialog-box .form-inline .form-control .col-6:last-child img {
	margin: 5px 5px 0 0;
	cursor: pointer;
}
.center-dialog-box .form-inline .btn-group {
	width: 100%;
	margin-top: 10px;
}
.center-dialog-box .form-inline button {
	font-size: 14px;
	height: 48px;
	border: 0;
}
.center-dialog-box .form-inline .label {
	font-size: 12px;
	line-height: 14px;
}
.center-dialog-box .form-inline .form-sub-title {
	font-size: 14px;
	line-height: 16px;
	margin-top: 15px;
	border-bottom: 1px #CCC solid;
}
.center-dialog-box .box-bottom {
	height: 60px;
	background-color: #f5f5f5;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
	line-height: 60px;
	font-size: 12px;
	color: #777;
}
.center-dialog-box .box-bottom a {
	color: #777;
}
/**上传CSS**/
.progress {
	margin-top: 2px;
	width: 200px;
	height: 14px;
	margin-bottom: 10px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
	background-color: rgb(92, 184, 92);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.14902) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.14902) 50%, rgba(255, 255, 255, 0.14902) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
	box-shadow: rgba(0, 0, 0, 0.14902) 0px -1px 0px 0px inset;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	display: block;
	float: left;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	transition-delay: 0s;
	transition-duration: 0.6s;
	transition-property: width;
	transition-timing-function: ease;
	width: 266.188px;
}
.nearby-list {
	background-color: #FFF;
	padding: 10px 5px;
}
.nearby-list .item {
	font-size: 14px;
	padding: 0 5px;
}
.nearby-list .item .img img {
	width: 100%;
	height: 100px;
}
.nearby-list .item .title {
	font-weight: bold;
	line-height: 22px;
	padding: 2px 0 0 0;
	color: #333;
	text-decoration: none;
}
.nearby-list .item .location {
	color: #999;
	font-size: 12px;
	line-height: 12px;
}
.nearby-list a {
	text-decoration: none;
}
