* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

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

html {
	-webkit-tap-highlight-color: transparent
}

@font-face {
	font-family: 'pingFangSC-Medium';
	src: url("../fonts/PingFang Medium.ttf");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'pingFangSC-Light';
	src: url("../fonts/PingFang Light.ttf");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'pingFangSC-Regular';
	src: url("../fonts/PingFang Regular.ttf");
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'pingFangSC-Bold';
	src: url("../fonts/PingFang Bold.ttf");
	font-weight: normal;
	font-style: normal
}

body {
	min-width: 1300px;
	font-family: "PingFang SC", pingFangSC-Medium, "Microsoft Yahei", "SimSun";
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background-color: #fff
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0
}

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

ul,
ol {
	list-style: none
}

img {
	display: block;
	border: 0
}

a {
	color: #444;
	text-decoration: none
}

a:hover,
a:focus {
	color: #fb368e;
	text-decoration: none
}

a:focus {
	color: #fb368e
}

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

.clearfix:after {
	clear: both
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.text-right {
	text-align: right !important
}

.dropdown-box {
	position: absolute;
	z-index: 3;
	display: none
}

.dropdown-box.show {
	display: block
}

.icon {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0
}

.show {
	display: block !important
}

.hide {
	display: none !important
}

.wrapper {
	width: 1200px;
	margin: 0 auto
}

.header-wrapper {
	width: 100%;
	padding: 0 5%;
	margin: 0 auto;
	min-width: 1200px
}

@media (max-width: 1366px) {
	.header-wrapper {
		padding: 0 2%
	}
}

.bg-gray {
	background-color: #f7f7f7
}

.breadcrumb {
	padding: 18px 0;
	background-color: #fbfcfd;
	border-bottom: 1px solid #eee;
	line-height: 1;
	color: #999
}

.breadcrumb span.arrow {
	margin: 0 4px
}

.breadcrumb a {
	color: #999
}

.breadcrumb a:hover {
	color: #fb368e
}

.breadcrumb a,
.breadcrumb span {
	float: left
}

.top-bar {
	height: 40px;
	background-color: #f2f2f2
}

.top-bar .header-wrapper {
	position: relative
}

.top-bar .icon-top {
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0
}

.top-bar .icon-top_location {
	margin: 1px 10px 0 0;
	width: 12px;
	height: 17px;
	background-image: url(../images/common/icon-top_loaction.png?v2)
}

.top-bar .icon-top_tel {
	margin-top: 2px;
	width: 20px;
	height: 15px;
	background-image: url(../images/common/icon-top_tel.png?v2)
}

.top-bar .icon-top_arrow {
	width: 19px;
	height: 9px;
	background-image: url(../images/common/icon-top_arrow.png)
}

.top-bar-city {
	padding-top: 11px;
	font-size: 14px
}

.top-bar-city .current-city {
	float: left;
	margin-right: 15px;
	color: #333
}

.top-bar-city .change-city {
	float: left;
	color: #666
}

.top-bar-city .change-city:hover {
	color: #fb368e
}

.top-bar-city .dropdown-city {
	z-index: 2;
	top: 40px;
	left: 0;
	right: 0;
	height: 100px;
	padding: 20px 26px;
	background-color: #fff;
	border: 1px solid #e6e6e6
}

.top-bar-city .dropdown-city .icon-top_arrow {
	position: absolute;
	top: -9px;
	left: 36px
}

.top-bar-city .dropdown-city ul li {
	float: left;
	margin-right: 30px;
	line-height: 60px
}

.top-bar-nav {
	float: left;
	padding-top: 10px;
	font-size: 14px
}

.top-bar-nav .link-a {
	float: left;
	margin-left: 35px;
	color: #666
}

.top-bar-nav .link-a:hover {
	color: #fb368e
}

.top-bar-nav .weixin-link {
	position: relative
}

.top-bar-nav .dropdown-weixin {
	top: 28px;
	left: 50%;
	margin-left: -75px;
	border: 1px solid #e6e6e6
}

.top-bar-nav .dropdown-weixin .icon-top_arrow {
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -9px
}

.top-bar-tel {
	float: left;
	padding-top: 10px;
	margin-left: 30px;
	font-size: 14px
}

.top-bar-tel span {
	float: left;
	margin-left: 19px;
	color: #e61874
}

.header {
	height: 100px;
	background-color: #fff
}

.header .icon-head {
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block
}

.header .icon-head_search {
	width: 22px;
	height: 21px;
	margin: 0 auto;
	background-image: url(../images/common/icon-head_search.png)
}

.header .logo-link {
	padding-top: 22px;
	margin-right: 40px
}

.header-nav {
	margin-right: 40px
}

.header-nav .nav-link {
	padding: 28px 0;
	position: relative;
	float: left
}

.header-nav .nav-link a {
	display: block;
	padding: 0 22px;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #666;
	font-size: 18px
}

.header-nav .nav-link a span {
	position: relative;
	display: block;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}

.header-nav .nav-link a span:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	content: attr(title);
	color: #fb368e;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.header-nav .dropdown-menu {
	top: 96px;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	border: 1px solid #d2d2d2;
	border-top: 4px solid #fb2b88;
	background-color: #fff;
	text-align: center
}

.header-nav .dropdown-menu li {
	line-height: 36px;
	font-size: 16px
}

.header-nav .dropdown-menu li a:hover {
	color: #fb368e
}

.header-nav li.active,
.header-nav li a:hover {
	color: #fb368e
}

.header-nav li.active span,
.header-nav li a:hover span {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.header-search {
	position: relative;
	padding-top: 30px
}

.header-search__form {
	display: none;
	position: absolute;
	z-index: 2;
	right: 60px;
	top: 30px;
	width: 399px;
	background-color: #fff
}

.header-search__toggle-button {
	display: block;
	width: 46px;
	height: 40px;
	background: url(../images/common/icon-search_button.png) no-repeat 0 0
}

.header-search__input {
	float: left;
	width: 346px;
	height: 40px;
	padding: 11px 10px;
	border-radius: 4px 0 0 4px;
	border: 1px solid #fd4e9c;
	font-size: 12px
}

.header-search__button {
	float: left;
	width: 53px;
	height: 40px;
	border: none;
	border-radius: 0 4px 4px 0;
	background-color: #fd4e9c
}

@media (min-width: 1640px) {
	.header-search__toggle-button {
		display: none
	}

	.header-search__form {
		display: block;
		position: relative;
		top: 0;
		right: 0;
		width: 299px
	}

	.header-search__input {
		width: 246px
	}
}

.footer {
	background-color: #1c1c1c
}

.footer-content {
	padding: 42px 0;
	border-bottom: 1px solid #808182
}

.footer-block {
	float: left
}

.footer-block .block-tit {
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1
}

.footer-contact {
	width: 448px;
	color: #ddd
}

.footer-contact li {
	line-height: 24px
}

.footer-contact li a {
	color: #ddd
}

.footer-contact li a:hover {
	color: #fb368e
}

.footer-brand {
	width: 450px
}

.footer-brand ul {
	margin-left: -10px
}

.footer-brand li {
	float: left;
	margin: 0 0 10px 10px
}

.footer-brand li img {
	display: block
}

.footer-sina,
.footer-weixin {
	float: right;
	margin-left: 20px
}

.footer-links {
	padding: 25px 0 0
}

.footer-links .tit {
	margin-bottom: 10px;
	font-size: 16px;
	color: #fff
}

.footer-links .con {
	font-size: 14px
}

.footer-links .con li {
	float: left;
	width: 160px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.footer-links .con li a {
	margin-right: 0
}

.footer-links .con a {
	margin-right: 15px;
	color: #ddd
}

.footer-links .con a:hover {
	color: #fb368e
}

.footer-copyright {
	padding: 20px 0 32px;
	text-align: center;
	font-size: 12px;
	color: #ddd
}

/* .fixed-side-menu {
	position: fixed;
	z-index: 99;
	right: 10px;
	top: 50%;
	margin-top: -180px
}

.fixed-side-menu a {
	display: block;
	padding-top: 12px;
	margin-bottom: 10px;
	width: 80px;
	height: 80px;
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 4px;
	text-align: center
}

.fixed-side-menu .icon {
	margin: 0 auto 5px;
	width: 32px;
	height: 32px;
	background-position: center
}

.fixed-side-menu .icon-zx {
	background-image: url(../images/common/icon-zx.png)
}

.fixed-side-menu .icon-bj {
	background-image: url(../images/common/icon-bj.png)
}

.fixed-side-menu .icon-yf {
	background-image: url(../images/common/icon-yf.png)
}

.fixed-side-menu .icon-lf {
	background-image: url(../images/common/icon-lf.png)
}

.fixed-side-menu .icon-zd {
	background-image: url(../images/common/icon-zd.png)
} */

.modal-mask {
	display: none;
	position: fixed;
	z-index: 998;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4)
}

.side-modal {
	display: none;
	position: fixed;
	z-index: 999;
	left: 50%;
	top: 50%;
	margin: -210px 0 0 -475px;
	width: 950px;
	height: 420px;
	border-radius: 20px;
	background-color: #fff
}

.side-modal .close {
	position: absolute;
	z-index: 2;
	top: 18px;
	right: 22px;
	width: 25px;
	height: 25px;
	background: url(../images/common/icon-modal.png) no-repeat 0 0;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s
}

.side-modal .close:hover {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.side-modal_title {
	margin: 40px 0 46px;
	text-align: center;
	font-size: 26px;
	color: #fc59a2;
	font-style: italic;
	line-height: 1
}

.side-modal_body {
	padding: 0 58px 58px
}

.side-modal_body .left {
	float: left;
	width: 320px
}

.side-modal_body .right {
	width: 410px;
	float: right
}

.side-modal_body .form-group {
	margin-bottom: 28px
}

.side-modal_body .control-label {
	float: left;
	width: 110px;
	font-size: 21px;
	line-height: 50px
}

.side-modal_body .form-control {
	float: right;
	width: 294px;
	height: 50px;
	padding: 10px;
	border: 1px solid #bfbfbf;
	font-size: 18px
}

.side-modal_body .form-button {
	width: 100%;
	height: 50px;
	border: none;
	background-color: #e61874;
	background-image: -webkit-gradient(linear, left top, right top, from(#e61874), to(#fd5ba4));
	background-image: linear-gradient(to right, #e61874, #fd5ba4);
	font-size: 18px;
	color: #fff;
	text-align: center;
	-webkit-transition: font-size .2s;
	transition: font-size .2s;
	cursor: pointer
}

.side-modal_body .form-button:hover {
	font-size: 20px
}

.side-modal-calculate-price .result-box {
	width: 320px;
	height: 260px;
	border: 1px solid #bfbfbf
}

.side-modal-calculate-price .result-box .tit {
	margin-bottom: 10px;
	padding-top: 34px;
	text-align: center;
	font-size: 24px
}

.side-modal-calculate-price .result-box .tit span {
	color: #fd5ba4
}

.side-modal-calculate-price .result-box ul li {
	padding-left: 75px;
	font-size: 21px;
	line-height: 38px
}

.side-modal-calculate-price .result-box p {
	margin-top: 10px;
	color: #fd5ba4;
	text-align: center;
	font-size: 16px
}

.side-modal-calculate-price .form-slider-text {
	height: 44px;
	font-size: 21px;
	line-height: 1
}

.side-modal-calculate-price .form-slider-area {
	height: 130px;
	margin-bottom: 0
}

.side-modal-calculate-price .form-slider-block {
	height: 19px;
	border-radius: 9px;
	background: #eee;
	border: none
}

.side-modal-calculate-price .form-slider-block .ui-slider-range {
	background: #e61874;
	border-radius: 9px 0 0 9px
}

.side-modal-calculate-price .form-slider-block .ui-slider-handle {
	top: -8px;
	margin: 0 0 0 -19px;
	width: 38px;
	height: 38px;
	background: url(../images/common/slider-handle.png) no-repeat 0 0;
	border: none;
	outline: none
}

.side-modal-calculate-price .form-slider-block .form-slider-value {
	position: absolute;
	font-size: 16px;
	bottom: -35px;
	width: 100px;
	text-align: center;
	margin-left: -50px
}

.side-modal-volume-house .form {
	padding-top: 10px
}

.side-modal-inspection-house .form {
	padding-top: 10px
}

.pagination-wrapper {
	padding: 20px 0;
	text-align: center
}

.pagination {
	display: inline-block
}

.pagination li {
	float: left;
	margin: 0 3px
}

.pagination li a,
.pagination li span {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 30px
}

.pagination li a span {
	border: none
}

.pagination li a:hover {
	border-color: #e61874;
	color: #e61874
}

.pagination li.active a,
.pagination li.active span {
	border-color: #e61874;
	background-color: #e61874;
	color: #fff
}

.filter-wrapper {
	margin-bottom: 20px
}

.filter-wrapper .filter-box {
	border: 1px solid #e9e9e9;
	border-width: 1px 1px 0 1px
}

.filter-wrapper .filter-inline {
	border-bottom: 1px solid #e9e9e9
}

.filter-wrapper .filter-inline:before,
.filter-wrapper .filter-inline:after {
	content: " ";
	display: table
}

.filter-wrapper .filter-inline:after {
	clear: both
}

.filter-wrapper .filter-inline .filter-label {
	float: left;
	width: 90px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px
}

.filter-wrapper .filter-inline .filter-content {
	position: relative;
	padding: 8px 140px 0 8px;
	height: 40px;
	overflow: hidden;
	overflow: hidden;
	background-color: #fff;
	border-left: 1px solid #e9e9e9
}

.filter-wrapper .filter-inline .filter-content .more {
	position: absolute;
	right: 20px;
	top: 8px;
	line-height: 24px;
	font-size: 12px
}

.filter-wrapper .filter-inline .filter-content .more .icon-arrow {
	display: inline-block;
	width: 12px;
	height: 7px;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	background-image: url("../images/icon-arrow.png")
}

.filter-wrapper .filter-inline .filter-content .more.open .icon-arrow {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.filter-wrapper .filter-inline .filter-content .item {
	float: left;
	padding: 0 13px;
	margin-bottom: 8px;
	height: 24px;
	line-height: 24px;
	font-size: 12px
}

.filter-wrapper .filter-inline .filter-content .item:hover {
	color: #fb368e
}

.filter-wrapper .filter-inline .filter-content .item.current {
	background-color: #fb368e;
	color: #fff
}

.filter-wrapper .filter-inline .filter-content-open {
	height: auto
}

.filter-results-wrapper .filter-results-box {
	height: 44px;
	padding: 0 10px;
	background-color: #575757;
	font-size: 12px;
	line-height: 22px
}

.filter-results-wrapper .filter-results-box-case {
	height: 26px;
	background: none
}

.filter-results-wrapper .filter-results-box-case .filter-results-items {
	padding-top: 6px
}

.filter-results-wrapper .filter-results-box-case .filter-results-items .name {
	line-height: 26px;
	color: #666
}

.filter-results-wrapper .filter-results-box-case .filter-results-search {
	padding-top: 0
}

.filter-results-wrapper .filter-results-items {
	float: left;
	padding-top: 10px
}

.filter-results-wrapper .filter-results-items .name {
	float: left;
	color: #ccc
}

.filter-results-wrapper .filter-results-items .dropdown {
	float: left;
	position: relative;
	margin-right: 10px;
	width: 120px;
	height: 22px;
	background-color: #fff;
	text-indent: 10px
}

.filter-results-wrapper .filter-results-items .dropdown-toggle {
	position: relative;
	background-color: #f7f7f7;
	cursor: pointer
}

.filter-results-wrapper .filter-results-items .dropdown-toggle .icon-arrow {
	position: absolute;
	right: 5px;
	top: 7px;
	width: 12px;
	height: 7px;
	background-image: url("../images/icon-arrow.png")
}

.filter-results-wrapper .filter-results-items .dropdown-menu {
	display: none;
	position: absolute;
	z-index: 9;
	top: 22px;
	left: 0;
	width: 100%;
	background-color: #fff
}

.filter-results-wrapper .filter-results-items .dropdown-menu li {
	cursor: pointer
}

.filter-results-wrapper .filter-results-items .dropdown-menu li.active {
	color: #fb368e
}

.filter-results-wrapper .filter-results-items .dropdown-menu li:hover {
	background-color: #f2f2f2
}

.filter-results-wrapper .filter-results-count {
	float: left;
	color: #ccc
}

.filter-results-wrapper .filter-results-count span {
	color: #fef504
}

.filter-results-wrapper .filter-current-status {
	float: left
}

.filter-results-wrapper .filter-current-status li {
	position: relative;
	float: left;
	padding: 0 26px 0 10px;
	height: 26px;
	margin-right: 5px;
	background-color: #fff;
	line-height: 26px;
	font-size: 12px
}

.filter-results-wrapper .filter-current-status li .close {
	position: absolute;
	top: 7px;
	right: 4px;
	width: 13px;
	height: 13px
}

.filter-results-wrapper .filter-current-status li .close:hover {
	opacity: .8
}

.filter-results-wrapper .filter-current-status .btn-clear {
	margin-left: 10px;
	padding: 0 0 0 25px;
	cursor: pointer;
	background: url("../images/icon-clear.png") left center no-repeat
}

.filter-results-wrapper .filter-current-status .btn-clear span {
	text-decoration: underline
}

.filter-results-wrapper .filter-current-status .btn-clear:hover {
	color: #fb368e
}

.filter-results-wrapper .filter-results-search {
	float: right;
	padding-top: 6px
}

.filter-results-wrapper .filter-results-search .text-input {
	float: left;
	width: 289px;
	height: 32px;
	padding: 2px 10px;
	border: none;
	background-color: #fff;
	line-height: 1.5
}

.filter-results-wrapper .filter-results-search .btn-submit {
	float: left;
	width: 60px;
	height: 32px;
	background-color: #fb368e;
	border: none;
	color: #fff
}

body {
	overflow-x: hidden;
	position: relative
}

.page-content {
	padding-top: 68px;
	background-image: url(../images/help1/bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.help-banner {
	height: 744px;
	background-image: url(../images/help1/help-banner.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 80px;
}

.help-title {
	display: block;
	margin: 0 auto 90px
}

.help-video {
	width: 1200px;
	height: 815px;
	margin: 0 auto;
	background-color: #333
}

.help-video video {
	display: block;
	width: 100%;
	height: 100%
}

.img-block {
	display: block;
	margin: 0 auto 206px;
}
