body {
	word-break: break-all;
}

:focus {
	outline: none !important;
}

.f-s-12 {
	font-size: 12px !important;
}

.f-s-14 {
	font-size: 14px !important;
}

.f-s-16 {
	font-size: 16px !important;
}

.f-s-18 {
	font-size: 18px !important;
}

.f-s-20 {
	font-size: 20px !important;
}

.f-s-30 {
	font-size: 30px !important;
}

.m-t-20 {
	margin-top: 20px !important;
}

.m-t-30 {
	margin-top: 30px !important;
}

.color-1e1e1e {
	color: #1e1e1e !important;
}

.color-909090 {
	color: #909090 !important;
}

.color-303030 {
	color: #303030 !important;
}

.p-0 {
	padding: 0 !important;
}

.m-0 {
	margin: 0 !important;
}

a:hover {
	text-decoration: none !important;
}

a:focus {
	text-decoration: none !important;
}

.navbar-header.logo .logoPC img {
	width: 150px;
	height: 46px;
}

.navbar-header.logo .logoMOB img {
	margin-top: 0;
}

.menuHome {
	display: none;
}

a {
	color: #2e93e0;
}

.path,
.path a {
	color: #1e1e1e;
}

.path img {
	height: 18px;
}

.path a:hover {
	text-decoration: underline !important;
}

.menuOther {
	padding: 0
}

nav .container.login {
	padding-top: 10px;
	padding-bottom: 10px;
}

nav .container.login .pull-right {
	margin-top: 5px;
	height: 36px;
	display: flex;
	align-items: center;
}

nav .container.login .search {
	margin-right: 12px;
	position: relative
}

nav .container.login .search input {
	border: 0;
	background-color: #f0f0f0;
	height: 36px;
	width: 240px;
	padding: 12px;
}

nav .container.login .search button {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background-color: #f0f0f0;
	width: 36px;
	height: 36px;
}

nav .container.login .pull-right a,
nav .container.login .pull-right a:hover {
	display: inline-block;
	padding: 0px 12px;
	color: #000;
	text-decoration: none;
}

nav .container.login .pull-right a img {
	margin-right: 3px;
}

nav .container.login .pull-right .navbar-nav>li {
	position: relative;
	display: flex;
	align-items: center;
	height: 36px;
}

nav .container.login .pull-right .navbar-nav>li+li:before {
	content: "";
	width: 1px;
	height: 15px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
}

nav .container.login .pull-right .navbar-nav #user {
	display: flex;
	align-items: center;
}

.nav-item {
	background-color: #1e1e1e;
}

.nav-item ul.nav a {
	color: #fff;
}

.nav-item ul.nav a:hover,
.nav-item ul.nav a:focus {
	background-color: #d1220b;
}

.nav-item ul.nav .active {
	background-color: #d1220b;
}

.tabs .nav-tabs {
	border-bottom-color: #c6c6c6;
}

.tabs .nav>li>a {
	padding: 0;
	border: 1px solid #c6c6c6;
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #909090;
	border-radius: 0;
	margin-right: 10px;
}

.tabs .nav-tabs>li.active>a {
	background-color: #1e1e1e;
	color: #fff;
	border: 1px solid #c6c6c6;
}

/* .tabs .nav-tabs>li>a:hover{
	background-color: #1e1e1e;
	color: #fff;
} */
.nothing {
	width: 320px;
	height: 320px;
	margin: 70px auto;
}

.nowifi {
	width: 240px;
	height: 320px;
	margin: 120px auto;
}

/* 分页 */
.changePage {
	padding-top: 40px;
	padding-bottom: 60px;
}

.changePage ul {
	margin: 0;
}

.changePage ul li {
	list-style: none;
	display: inline-block;
	color: #909090;
}

.changePage ul li a {
	color: #909090;
}

.changePage ul li+li {
	margin-left: 24px;
}

.changePage ul li.active a {
	color: #1e1e1e;
}

footer {
	padding-top: 60px;
	padding-bottom: 40px;
	margin-top: 80px;
	background-color: #1e1e1e;
	line-height: 1.8em;
}

footer a {
	display: block;
	color: #fff;
}

footer.footerPC a:hover {
	color: #fff;
	text-decoration: underline !important;
}

footer.footerPC .title {
	color: #fff;
	font-weight: bold;
}

footer.footerPC .download>div {
	width: 120px;
	display: inline-block;
	color: #fff;
}

footer.footerPC .download>div:first-child {
	margin-right: 40px;
}

footer.footerPC .download>div img {
	width: 120px;
	height: 120px;
	margin-bottom: 5px;
}


.modal .close {
	position: absolute;
	top: 0;
	right: 0;
	opacity: 1;
}

.modal .btn-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.modal .close-btn {
	cursor: pointer;
}

.modal .complate-btn {
	margin-left: 80px;
	cursor: pointer;
	width: 155px;
	height: 49px;
	line-height: 49px;
	background-color: rgba(209, 34, 11, 1);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
	color: rgba(255, 255, 255, 100);
	font-size: 18px;
	text-align: center;
	font-family: PingFangSC-Medium;
}

.modal .close-btn div {
	width: 155px;
	height: 49px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(209, 34, 11, 1);
	color: rgba(208, 2, 27, 100);
	font-size: 18px;
	text-align: center;
	font-family: PingFangSC-Medium;
	line-height: 49px;

}

.modal .modal-content {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}

.modal-content>div {
	position: relative;
	background-color: #fff;
	width: 520px;
	padding-bottom: 40px;
	margin: 0 auto;

}

.modal .modal-title {
	padding-top: 30px;
	font-size: 24px;
	color: #303030;
	padding-bottom: 44px;
}

.modal .content {
	width: 300px;
	margin: 0 auto;
}

.modal .input {
	border-bottom: 1px solid #c6c6c6;
	padding-bottom: 10px;
	position: relative;
}

.modal .input+.input {
	margin-top: 30px;
}

.modal .input>input {
	width: 260px;
	margin-left: 40px;
	border: 0;
	height: 30px;
	font-size: 18px;
	color: #1e1e1e;
}

.modal .input.phone:before {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url('../images/landing-phone.png');
	position: absolute;
	top: 0;
	left: 0;
}

.modal .input.password:before {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url('../images/landing-lock.png');
	position: absolute;
	top: 0;
	left: 0;
}

.modal .input.auth-code:before {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url('../images/landing-password.png');
	position: absolute;
	top: 0;
	left: 0;
}

.modal .input.nick:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	content: '';
	background-image: url('../images/landing-nickname.png');
}

.modal .input.gender:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	content: '';
	background-image: url('../images/langding-Gender.png');
}

.btn-black {
	width: 300px;
	height: 40px;
	border: 0;
	color: #fff;
	background-color: #1e1e1e;
	margin-top: 20px;
	font-size: 18px;
	margin-bottom: 14px;
}

.btn-black:disabled {
	background-color: #c6c6c6;
}

.modal .hint {
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	text-align: center;
	color: #d1220b;
	font-size: 12px;
	z-index: 100;
	padding: 0;
}

.modal .other {
	color: #909090;
}

.modal .other a,
.modal .other a:hover {
	color: #303030;
}

.input>input.auth-code {
	width: 160px;
}

.send-code,
.send-code:hover,
.send-code:focus,
.send-code:disabled {
	width: 100px;
	height: 28px;
	display: inline-block;
	color: #1e1e1e;
	border: 1px solid #1e1e1e;
	line-height: 26px;
	background-color: #fff;
}

.gender input {
	display: none;
}

.gender input+span {
	width: 60px;
	height: 28px;
	border: 1px solid #303030;
	color: #303030;
	text-align: center;
	display: inline-block;
	line-height: 28px;
	font-size: 14px;
	cursor: pointer;
}

.gender input:checked+span {
	color: #fff;
	background-color: #303030;
}

.gender .genderVal {
	margin-left: 40px;
	line-height: 30px;
	color: #303030;
}

.page4 .text {
	margin-bottom: 24px;
	color: #303030;
}

#regist .page {
	min-height: 340px;
}

.nick input::-webkit-input-placeholder {
	font-size: 12px;
	line-height: 30px;
}

.nick input:-moz-placeholder {
	/* Firefox 18- */
	font-size: 12px;
	line-height: 30px;
}

.nick input::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 12px;
	line-height: 30px;
}

.nick input:-ms-input-placeholder {
	font-size: 12px;
	line-height: 30px;
}

.btn-messageVerify,
.btn-findPwd {
	color: #1e1e1e;
	border: #1e1e1e;
	height: 38px;
	width: 100%;
	border: 1px solid #1e1e1e;
	line-height: 38px;
	background-color: #fff;
}

.btn-findPwd {
	margin-top: 10px;
}

#forget .page {
	min-height: 340px;
}

#forget .page1 .content {
	padding-top: 23%;
}

.tools-modal .modal-dialog {
	margin-top: 15%;
}

/* 加载更多 */
.loadMore,
.loadMore:hover,
.loadMore:focus {
	display: inline-block;
	width: 120px;
	height: 40px;
	margin-top: 40px;
	background-color: #1e1e1e;
	color: #fff;
	line-height: 40px;
	font-size: 16px;
}

.login .navbar-nav {
	list-style: none;
	padding: 0;
	margin: 0;
}

nav .container.login .logo .navbar-toggle {
	margin: 0;
	margin-top: -5px;
}

nav .container.login .logo .icon-bar {
	background-color: #1e1e1e;
}

nav .container.login .logo .pull-right .navbar-nav>li {
	display: inline-block;
	float: left;
}

.login .dropdown-menu {
	padding: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	width: 144px;
	font-size: 16px;
	top: 50px;
}

nav .container.login .dropdown-menu li a {
	height: 40px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .container.login .dropdown-menu li a:hover {
	background-color: #f0f0f0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#user img {
	width: 36px;
	height: 36px;
	border-radius: 20px;
	margin-right: 8px;
}

#map {
	height: 100%;
}

.downloadApp {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.downloadApp img {
	width: 100%
}

.navbar-header.logo {
	padding: 0;
}

#pic-code {
	width: 145px;
	height: 45px;
	margin: 0;
}

.logoMOB {
	display: none;
}

.logoMspecial {
	display: none;
}

nav .container.login .dropdown-menu.dropdownHome li+li a {
	border-top: 1px solid #ddd;
}

nav .container.login .dropdown-menu.dropdownHome li a {
	margin-right: 0;
	height: 52px;
	padding: 0 20px;
	color: #909090;
	font-size: 20px;
	justify-content: flex-start;
}

nav .container.login .dropdown-menu.dropdownHome li {
	background-color: #fff;
	padding: 0 15px;
}

nav .container.login .dropdown-menu.dropdownHome li:first-child {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

nav .container.login .dropdown-menu.dropdownHome li:last-child {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

nav .container.login .dropdown-menu.dropdownHome {
	min-width: 140px;
	clear: both;
	margin-right: 10px;
	position: relative;
	top: 0;
}

nav .container.login .dropdown-menu.dropdownHome li.active a,
nav .container.login .dropdown-menu.dropdownHome li a:hover {
	background-color: #fff;
	color: #d1220b;
}

nav .container.login .dropdown-menu.dropdownHome:before {
	content: '';
	width: 0;
	height: 0;
	border-bottom: 10px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	top: -10px;
	right: 10px;
}

nav .container.login .menuHome {
	height: 50px;
	padding: 0;
	background: transparent;
	border: 0;
	margin-top: -5px;
	display: none;
}

footer.footerPC .col-lg-2 {
	width: 11%;
}

footer.footerMOB {
	background-color: #f9f9f9;
	color: #1e1e1e;
	font-size: 14px;
	text-align: center;
}

.footerLOGO {
	margin-bottom: 30px;
}

.btn-operate {
	padding: 15px;
	width: 100%;
	float: left;
}

.btn-dowlandAPP,
.btn-openApp,
.btn-dowlandAPP:focus,
.btn-openApp:focus {
	width: 45%;
	border-color: #1e1e1e;
}

.btn-openApp {
	color: #1e1e1e;
}

.btn-dowlandAPP,
.btn-dowlandAPP:focus {
	color: #fff;
	background-color: #1e1e1e;
}

@media (max-width: 767px) {
	.tabs .nav>li>a {
		width: 85px;
		font-size: 15px;
	}

	nav .container.login {
		padding: 15px 25px 10px 25px;
	}

	.logoMspecial {
		display: inline-block;
	}

	.logoPC {
		display: none;
	}
}

.contantPC h1 {
	height: 22px;
	font-size: 16px;
	font-family: PingFangSC-Medium;
	font-weight: 600;
	color: rgba(30, 30, 30, 1);
	line-height: 22px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 30px;
}

.contact-code img {
	width: 86px;
	height: 86px;
}

.contantPC {
	display: flex;
	justify-content: space-between;
}

.contact-div p {
	height: 18px;
	font-size: 13px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(30, 30, 30, 1);
	line-height: 18px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-align: left;
}

.contact-div {
	position: relative;
}

.contact-div div {
	width: 220px;
	margin: 0px auto;
}

.contact-div:not(:first-child)::before {
	content: "";
	position: absolute;
	background-color: rgba(216, 216, 216, 1);
	width: 1px;
	height: 261px;
	left: 0;
}

.code-word {
	width: 108px;
	height: 16px;
	font-size: 11px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(30, 30, 30, 1);
	line-height: 16px;
	letter-spacing: 1px;
	margin-bottom: 6px !important;
}

.map-card {
	height: 99px;
}

.footer-div {
	width: 510px;
	margin: 0px auto;
}

.footer-div-2 {
	width: 643px;
	margin: 0px auto;
}

.footer-div a {
	height: 20px;
	font-size: 14px;
	font-family: PingFangSC-Medium;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
	line-height: 20px;
	letter-spacing: 1px;
}

.footer-item:not(:first-child)::before {
	content: "";
	position: absolute;
	height: 14px;
	background: rgba(96, 96, 96, 1);
	width: 1px;
	left: 0;
	top: 5px;
}

.footer-bottom {
	display: flex;
	margin-top: 50px;
	justify-content: space-between;
}

.footer-bottom div {
	height: 16px;
	font-size: 11px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(96, 96, 96, 1);
	line-height: 16px;
	letter-spacing: 1px;
}

.footer-bottom img {
	width: 18px;
}

.footer-qualification {
	transform: translate(0, -7.5px);
}

.footer-logo {
	height: 31px;
	width: 101px;
	margin-top: 40px
}

.footer-logo-word {
	height: 16px;
	font-size: 11px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(30, 30, 30, 1);
	line-height: 16px;
	letter-spacing: 1px;
	margin: 9px auto;
}

.map-card-word {
	margin-top: 2px !important;
	height: 13px;
	font-size: 9px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(30, 30, 30, 1);
	line-height: 13px;
}

.col-lg-1-7 {
	width: 14.28%;
	float: left;
}


.col-xs-1-7,
.col-sm-1-7,
.col-md-1-7,
.col-lg-1-7 {
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

@media (min-width : 768px) {
	.col-sm-1-7 {
		width: 14.28%;
		float: left;
	}

	.footer-div .col-sm-5 {
		width: 20%;
		float: left;
	}
}


@media (min-width : 992px) {
	.col-md-1-7 {
		width: 14.28%;
		float: left;
	}

	.footer-div .col-md-5 {
		width: 20%;
		float: left;
	}
}


@media (min-width : 1200px) {
	.col-lg-1-7 {
		width: 14.28%;
		float: left;
	}

	.footer-div .col-md-5 {
		width: 20%;
		float: left;
	}
}

.appraise-btn {
	border-radius: 4px;
	color: rgba(16, 16, 16, 100);
	font-size: 14px;
	text-align: center;
	font-family: Microsoft Yahei;
	border: 1px solid rgba(187, 187, 187, 100);
	cursor: pointer;
}