.bdc-more {
	float: right;
	color: #666;
	font-size: 14px;
	font-weight: normal;
}
.bdc-more:hover {
	color: #ff552e;
}
.hover-red:hover {
	color: #ff552e;
}
.bdc-index-header {
	margin: 20px auto;
	width: 1200px;
	height: 100px;
	background: #f6f6f6;
}

.bdc-index-nav-category {
	box-sizing: border-box;
	float: left;
	width: 300px;
	height: 100px;
	padding: 15px;
}

.bdc-index-nav-category__icon {
	float: left;
	width: 50px;
}

.bdc-index-nav-category__icon img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.bdc-index-nav-category__name {
	margin-top: 5px;
	text-align: center;
}

.bdc-index-nav-category__name span {
	padding: 0 5px;
}

.bdc-index-nav-category__main {
	float: right;
	box-sizing: border-box;
	width: 200px;
}

.bdc-index-nav-category__main a {
	margin-right: 10px;
	line-height: 30px;
	color: #666;
}

.bdc-index-nav-category__main a:hover {
	color: #ff552e;
}

.bdc-index-news__left {
	width: 380px;
}

.bdc-index-container {
	width: 380px;
	height: 410px;
}
.bdc-index-container:hover .swiper-button-prev,
.bdc-index-container:hover .swiper-button-next {
	display: block;
}
.bdc-index-container .swiper-button-prev,
.bdc-index-container .swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-size: 50%;
	display: none;
}
.bdc-index-container .swiper-pagination {
	position: absolute;
	left: 300px;
	bottom: 15px;
	width: 80px;
	height: 16px;
}

.bdc-index-container .swiper-pagination-bullet {
	background: #aaa;
}

.bdc-index-container .swiper-pagination-bullet-active {
	background: #fff;
}

.bdc-index-container-slide__img {
	position: relative;
	display: block;
	width: 380px;
	height: 410px;
}

.bdc-index-container-slide__img img {
	width: 100%;
	height: 100%;
}

.bdc-index-container-slide__title {
	position: absolute;
	bottom: 0;
	box-sizing: border-box;
	padding-left: 10px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #fff;
	background: rgba(0, 0, 0, .5);
}

.bdc-index-news__center {
	margin-left: 25px;
	width: 480px;
}

.bdc-index-news-top {
	padding-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
}

.bdc-index-news-top__header {
	height: 30px;
}

.bdc-index-news-top__title {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 70px;
	text-align: center;
	line-height: 30px;
	background: #ff552e;
	color: #fff;
	border-radius: 3px;
}

.bdc-index-news-top__tips {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 8px;
	width: calc(100% - 80px);
	color: #b7b7b7;
}

.bdc-index-news-top__item {
	margin-top: 20px;
}
.bdc-index-news-top__item h3{font-size:30px; font-weight:bold;}
.bdc-index-news-top__content {
	margin-top: 10px;
	color: #999;
	line-height: 22px;
	text-align: justify;
}

.bdc-index-news {
	margin-top: 10px;
}

.bdc-index-news__tab {
	box-sizing: border-box;
	float: left;
	text-align: center;
	width: 33.333333%;
	border-left: 1px solid #e6e6e6;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}

.bdc-index-news__tab:nth-of-type(1) {
	border-left: 0;
}

.bdc-index-news__tab.is-active {
	color: #ff552e;
}

.bdc-index-news__content {
	display: none;
	padding-top: 15px;
}

.bdc-index-news__content.is-active {
	display: block;
}

.bdc-index-news__item {
	margin-top: 15px;
	font-size: 16px;
	border-bottom: 1px dotted #ededed;
}
.bdc-index-news__item span {
	font-size: 14px;
}
.bdc-index-news__item:nth-of-type(1) {
	margin-top: 10px;
}

.bdc-index-news__title {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 80px);
	color: #666;
}
.bdc-index-news__title:hover {
	color: #ff552e;
}

.bdc-index-news__right {
	width: 285px;
}

.bdc-index-activity__header {
	box-sizing: border-box;
	margin-top: 12px;
	padding-left: 5px;
	line-height: 18px;
	border-left: 4px solid #ff552e;
}

.bdc-index-activity-item {
	position: relative;
	margin-top: 15px;
	width: 285px;
	height: 115px;
	overflow: hidden;
}

.bdc-index-activity__img {
	width: 100%;
	height: 100%;
}

.bdc-index-activity__title {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-left: 10px;
	text-align: center;
	line-height: 24px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
}

.bdc-index-activity-item:hover .bdc-index-activity-btn-wrap {
	display: block;
}

.bdc-index-activity__tag {
	position: absolute;
	top: -40px;
	left: -40px;
	width: 76px;
	height: 76px;
	text-align: center;
	transform: rotate(-45deg);
	background: #f78115;
}

.bdc-index-activity__tag span {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 5px;
	margin: auto;
	font-size: 12px;
	color: #fff;
}

.bdc-index-activity-btn-wrap {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 285px;
	height: 115px;
	cursor: pointer;
	background: rgba(0, 0, 0, .4);
}

.bdc-index-activity__btn {
	box-sizing: border-box;
	display: block;
	margin: 15px auto 0;
	width: 90px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #ff552e;
	border-radius: 16px;
	background: #ff552e;
	color: #fff;
}

.bdc-index-activity__btn:hover {
	background: #dd1111;
	color: #fff;
}

.bdc-index-activity__btn--orange {
	background: #FFB800;
	border-color: #FFB800;
}
.bdc-index-activity__btn--orange:hover {
	background: #ffc911;
}
.bdc-index-activity-btn-wrap p {
	margin-top: 10px;
	text-align: center;
	color: #fff;
}

/* todo 提出来公用 merchant.css  469*/
.mc-co-red {
	color: #e93852;
}

.mc-co-green {
	color: #83c44e;
}
.mc-co-cyan {
	color: #4c9986;
}
.mc-co-orange {
	color: #d66d00
}

.icon-tag-group {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;

	color: #fff;
}

.icon-tag-wrap {
	position: relative;
	float: left;
	margin-right: 5px;
	width: 30px;
	height: 35px;
	text-align: center;
}

.icon-tag-wrap .icon-tag {
	position: absolute;
	left: -3px;
	top: -6px;
	font-size: 36px;
}

.icon-tag-wrap span {
	position: relative;
	z-index: 10;
	line-height: 35px;
	font-size: 12px;
}

.job-line {
	display: inline-block;
	vertical-align: middle;
	width: 2px;
	margin: 0 6px;
	background: #999;
	padding: 6px 0;
	transform: translateY(-1px);
}

.mc-mall-block {
	margin-top: 20px;
}

.mc-mall-block__header {
	height: 50px;
}

.mc-mall-block-title {
	height: 25px;
	margin-right: 20px;
	line-height: 61px;
	font-size: 28px;
}

.mc-mall-block-title i {
	font-size: 40px;
	vertical-align: sub;
}

.mc-mall-block__body-list {
	width: 100%;
	font-size: 0;
	/*height: 480px;*/
}

.mc-mall-block__body {
	padding: 5px 0;
}

.mc-mall-block__body-item {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	width: 285px;
	height: 345px;
	margin: 0 20px 20px 0;
	border: 1px solid #ededed;
	overflow: hidden;
	color: #555;
	font-size: 14px;
}

.mc-mall-block__body-item img{
	width: 100%;
	height: 100%;
}

.mc-mall-block__body-item:hover {
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.mc-mall-block__body-item:nth-of-type(4n) {
	margin-right: 0;
}

.mc-mall-block__body-item:nth-of-type(4n) {
	margin-right: 0;
}

.mc-mall-block__item-picture {
	position: relative;
	display: block;
	width: 285px;
	height: 285px;
}

.mc-mall-block__item-picture img {
	width: 100%;
	height: 100%;
}

.mc-mall-block__item__name {
	box-sizing: border-box;
	position: absolute;
	left: 1px;
	bottom: 0;
	width: calc(100% - 2px);
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	color: #fff;
}

.mc-mall-block__item-info {
	padding-left: 10px;
	margin-top:8px;
}

.mc-mall-block__item-info span{width:100%;font-size:18px;color:#ee0626;line-height:20px;}
.mc-mall-block__item-info p{width:100%;font-size:14px;line-height:20px;color:#bbb; margin-top:5px;}

	/* marchant.css 113*/
.icon-tag-group {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;

	color: #fff;
}

.icon-tag-wrap {
	position: relative;
	float: left;
	margin-right: 5px;
	width: 30px;
	height: 35px;
	text-align: center;
}

.icon-tag-wrap .icon-tag {
	position: absolute;
	left: -3px;
	top: -6px;
	font-size: 36px;
}

.icon-tag-wrap span {
	position: relative;
	z-index: 10;
	line-height: 35px;
	font-size: 12px;
}

.mc-mall-recommend__side {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 210px;
	height: 227px;
	padding-top: 50px;
	background: url(mall_bg.jpg);
	text-align: center;
	color: #fff;
	background-size: 100%;
}

.mc-mall-recommend__slide {
	float: left;
	width: 990px;
	height: 227px;
}

.mc-mall-recommend__wrapper {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 210px;
	height: 227px;
	padding-top: 50px;
	background: rgba(0,0,0,.4);
}

.mc-mall-recommend__slide .swiper-container {
	height: 227px;
}

.mc-mall-recommend__slide .swiper-slide {
	box-sizing: border-box;
	padding: 20px 18px 10px;
	border: 1px solid #ededed;
}

.mc-mall-recommend__slide .mc-mall-recommend__merchant {
	position: relative;
	display: block;
	width: 210px;
	height: 148px;
}

.mc-mall-recommend__slide .mc-mall-recommend__name {
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	color: #fff;
}

.mc-mall-recommend__slide .swiper-slide img {
	width: 210px;
	height: 148px;
}

.mc-btn {
	box-sizing: border-box;
	display: inline-block;
	width: 168px;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid #ed9196;
	border-radius: 3px;
	background: #faf5f5;
	color: #ed9196;
}
.mc-btn--mall {
	width: 80px;
	height: 30px;
	line-height: 30px;
	border-radius: 6px;
	font-size: 14px;
	border: 0;
}
.mc-btn--red {
	background: #e93852;
	color: #fff;
}

.mc-btn--red:hover {
	color: #eee;
	background: #fa4963;
}
.mc-mall-recommend__slide .swiper-slide:nth-of-type(n+1) {
	border-left: 0;
}

/*轮播图箭头  */
.mc-swiper--left, .mc-swiper--right {
	width: 20px;
	height: 48px;
	/*background-size: 50% 50%;*/
	/*filter: drop-shadow(16px 0 0 red);*/
	background: rgba(0, 0, 0, .15);
}

.mc-swiper--left::after, .mc-swiper--right::after {
	position: absolute;
	top: 18px;
	content: '';
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
}

.mc-swiper--left {
	left: 0;
}

.mc-swiper--right {
	right: 0;
}

.mc-swiper--left::after {
	left: 8px;
	transform: rotate(-135deg);
}

.mc-swiper--right::after {
	left: 0;
	transform: rotate(45deg);
}

.job-tag {
	position: absolute;
	top: 10px;
	left: -30px;
	width: 100px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
	transform: rotate(-45deg);
}

.job-tag--top {
	background: #ff552e;
}

.job-tag--rcmd {
	background: #71b7f9;
}

.job-recommend__item {
	box-sizing: border-box;
	position: relative;
	float: left;
	padding: 10px 25px;
	margin-left: 18px;
	margin-bottom: 15px;
	width: 388px;
	height: 126px;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}

.job-recommend__item:hover {
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}

.job-recommend__item:nth-of-type(3n +1) {
	margin-left: 0;
}
.job-recommend__item h3 {
	display: inline-block;
	font-weight: bold;
	max-width: 235px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.job-recommend__item__info {
	color: #666;
	line-height: 44px;
}

.job-recommend__item__welfare span {
	box-sizing: border-box;
	display: inline-block;
	margin-right: 10px;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 12px;
	border: solid 1px #f0f0f0;
}
.job-recommend__item__welfare .fuli_exp{display:none;}
.job-rcmd-resume__item {
	box-sizing: border-box;
	display: table-cell;
	width: 300px;
	padding: 30px;
	border: 1px solid #f0f0f0;
}

.job-rcmd-resume__item__avatar {
	display: inline-block;
	vertical-align: top;
	width: 66px;
	height: 90px;
	border-radius: 3px;
}

.job-rcmd-resume__item__info {
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
}

.job-rcmd-resume__item__info h3 {
	font-weight: bold;
}

.mc-mall-activity__tag {
	position: absolute;
	top: -6px;
	left: 50%;
	z-index: 10;
	margin-left: -78px;
	width: 136px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #fff;
}

.mc-mall-activity__tag::after,
.mc-mall-activity__tag::before {
	position: absolute;
	content: '';
	top: 2px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
}

.mc-mall-activity__tag::before {
	transform: rotate(-45deg);
	left: -4px;
}

.mc-mall-activity__tag::after {
	transform: rotate(45deg);
	right: -4px;
}

/* end*/

.bdc-index-block__header {
	box-sizing: border-box;
	border-bottom: 1px solid #e8e8e8;
}

.bdc-index-block__header .mc-mall-block-title {
	font-size: 20px;
	color: #333;
}

.bdc-index-block__tab {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 10px;
	height: 30px;
	cursor: pointer;
	color: #999;
}

.bdc-index-block__tab:hover {
	color: #ff552e;
}

.bdc-index-block__tab.is-active {
	color: #ff552e;
	border-bottom: 3px solid #ff552e;
}

.bdc-index-mall-body {
	width: 100%;
	/*height: 510px;*/
	display: none;
}

.bdc-index-mall-body.is-active {
	display: block;
}

.bdc-index-mall-body .mc-mall-block__body-item:nth-of-type(4n) {
	margin-right: 0;
}

.bdc-index-mall-body .mc-mall-block__item-picture {
	width: 285px;
	height: 285px;
}

/* 火热招聘*/
.bdc-index-job {
	float: left;
	width: 800px;
}

.bdc-index-job__title {
	font-size: 20px;
	color: #333;
}

.bdc-index-job__title .bdc-more {
	transform: translateY(5px);
}

.bdc-index-job-body .job-recommend__item {
	margin-left: 24px;
}

.bdc-index-job-body .job-recommend__item:nth-of-type(2n + 1) {
	margin-left: 0;
}

.bdc-index-resume {
	float: right;
	width: 370px;
}

.bdc-index-resume-swiper {
	height: 547px;
	border: 1px solid #ededed;
}

.bdc-index-resume-swiper .swiper-slide {
	box-sizing: border-box;
	padding: 0 20px;
}

.bdc-index-resume-swiper__link {
	display: block;
	padding: 15px 0;
	border-bottom: 1px #ededed dashed;
}

.bdc-index-resume-swiper .job-rcmd-resume__item__avatar {
	width: 56px;
	height: 76px;
}

/* 分类信息*/
.bdc-index-category {
	margin: 20px 0;
}

.bdc-index-category-tabs {
	float: left;
	box-sizing: border-box;
	width: 200px;
	border: solid 1px #ededed;
}

.bdc-index-category-tab {
	box-sizing: border-box;
	padding: 18px 0 18px 20px;
	cursor: pointer;
}

.bdc-index-category-tab.is-active {
	background: #e2f0f7;
}

.bdc-index-category-tab__icon {
	display: inline-block;
	vertical-align: top;
	margin: 4px;
	width: 40px;
	height: 40px;
}

.bdc-index-category-tab-main {
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
}

.bdc-index-category-tab__title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.bdc-index-category-tab__tag {
	display: inline-block;
	height: 18px;
	padding: 0 5px;
	margin-top: 8px;
	margin-right: 5px;
	line-height: 18px;
	font-size: 12px;
	color: #3f99de;
	text-align: center;
	background-color: #e5f4ff;
	border-radius: 8px;
}

.bdc-index-category-tab__tag--pink {
	color: #ff4466;
	background: #fff;
}

.bdc-index-category-tab__tag--orange {
	color: #f69600;
	background: #fff1cb;
}

.bdc-index-category-tab__tag--blue {
	color: #438bf9;
	background: #e0ecff;
}

.bdc-index-category-tab__tag--cyan {
	color: #18d8c9;
	background: #dbfffc;
}

.bdc-index-category-main {
	float: left;
	box-sizing: border-box;
	display: none;
	width: 800px;
	min-height: 1px;
	padding: 0 20px;
}

.bdc-index-category-main.is-active {
	display: block;
}

.bdc-index-category__item {
	float: left;
	width: 360px;
	color: #666;
	margin-left: 40px;
	margin-top: 17px;
}
.bdc-index-category__item:hover {
	color: #ff552e;
}
.bdc-index-category__item p {
	display: inline-block;
	width: 300px;
}

.bdc-index-category__item:nth-of-type(2n +1) {
	margin-left: 0;
}

.bdc-index-category__item:nth-of-type(1), .bdc-index-category__item:nth-of-type(2) {
	margin-top: 0;
}

/* 房产信息*/
.bdc-index-house-main {
	display: none;
	width: 885px;
}

.bdc-index-house-main.is-active {
	display: inline-block;
}

.bdc-index-house-item--new {
	position: relative;
	float: left;
	display: block;
	width: 210px;
	height: 160px;
	margin-top: 5px;
	margin-left: 15px;
}
.bdc-index-house-item__scale {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bdc-index-house-item--new img {
	width: 210px;
	height: 160px;
	transition: all .6s;
}
.bdc-index-house-item--new:hover img {
	transform: scale(1.2);
}
.bdc-index-house-item--new:nth-of-type(n + 5) {
	margin-top: 30px;
}

.bdc-index-house-item--new:nth-of-type(4n + 1) {
	margin-left: 0;
}

.bdc-index-house-item__tag--new {
	height: 30px;
	margin-left: -68px;
	line-height: 30px;
	font-size: 14px;
	background: #fb7e33;
}

.bdc-index-house-item__tag--new::after,
.bdc-index-house-item__tag--new::before {
	border-color: #bf3c42 transparent transparent transparent;
}

.bdc-index-house-item__name {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;
	line-height: 25px;
	color: #fff;
	background: rgba(0, 0, 0, .6);
	text-align: center;
}

.bdc-index-house-item--secondHand {
	float: left;
	width: 210px;
	overflow: hidden;
	margin-left: 15px;
}

.bdc-index-house-item--secondHand:nth-of-type(n+5) {
	margin-top: 11px;
}

.bdc-index-house-item--secondHand:nth-of-type(4n+1) {
	margin-left: 0;
}

.bdc-index-house-item__link--secondHand {
	position: relative;
	display: block;
	width: 210px;
	height: 150px;
}
.bdc-index-house-item__link--secondHand:hover img {
	transform: scale(1.2);
	transition: all .6s;

}
.bdc-index-house-item__link--secondHand img {
	width: 210px;
	height: 150px;
}

.bdc-index-house-item__name--secondHand {
	line-height: 30px;
}

.bdc-index-house-item__tag--secondHand {
	position: absolute;
	z-index: 16;
	top: -45px;
	left: -45px;
	width: 76px;
	height: 76px;
	text-align: center;
	transform: rotate(-45deg);
	background: #ff552e;
}

.bdc-index-house-item__tag--secondHand span {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 5px;
	margin: auto;
	font-size: 12px;
	color: #fff;
}

.bdc-index-house-item--rentOut {
	float: left;
	width: 442px;
	margin-top: 17px;
	border-bottom: 1px solid #ededed;
}
.bdc-index-house-item--rentOut:nth-of-type(1),
.bdc-index-house-item--rentOut:nth-of-type(2) {
	margin-top: 0;
}
.bdc-index-house-item--rentOut:nth-of-type(2n) {
	box-sizing: border-box;
	padding-left: 15px;
}
.bdc-index-house-item__img--rentOut {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 60px;
	padding-bottom: 15px;
}
.bdc-index-house-item__body--rentOut {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	margin: 0 20px;
}
.bdc-index-house-item__btn {
	display: inline-block;
	margin: 0 auto;
	width: 80px;
	height: 34px;
	margin-top: 12px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border: none;
	background-color: #ff552e;
	border-radius: 4px;
}
.bdc-index-house-item__btn:hover {
	background: #ef3f55;
	color: #fff;
}

.bdc-index-house-item--intermediary {
	box-sizing: border-box;
	float: left;
	width: 442px;
	margin-top: 26px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ededed;
}
.bdc-index-house-item--intermediary:nth-of-type(1),
.bdc-index-house-item--intermediary:nth-of-type(2) {
	margin-top: 0;
}
.bdc-index-house-item--intermediary:nth-of-type(2n) {
	padding-left: 30px;
}
.bdc-index-house-item__img--intermediary {
	width: 60px;
	height: 80px;
	border-radius: 4px;
}
.bdc-index-house-item__body--intermediary {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
}
.bdc-index-house-item__btn--intermediaty {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	height: 20px;
	margin-left: 15px;
	padding-left: 25px;
	padding-right: 5px;
	font-size: 12px;
	border: solid 1px #57b5fe;
	border-radius: 4px;
}
.bdc-index-house-item__btn--intermediaty .iconfont {
	position: absolute;
	left: 0;
	top: -1px;
	width: 20px;
	color: #fff;
	background: #57b5fe;
	text-align: center;
}
/* 表单*/
.bdc-index-house-form {
	float: right;
	width: 290px;
	height: 353px;
	border: 1px solid #ededed;
}

.bdc-index-house-form__title {
	height: 34px;
	background-color: #ff552e;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
}

.bdc-index-house-form__tips {
	box-sizing: border-box;
	padding: 0 5px;
	margin: 10px 0;
}

.bdc-index-house-form__icon {
	float: left;
	width: 70px;
	text-align: center;
}

.bdc-index-house-form__icon .iconfont {
	font-size: 20px;
}
.bdc-index-house-form .layui-form {
	margin-top: 24px;
	padding-right: 20px;
}
.bdc-index-house-form .layui-form-item {
	margin-bottom: 10px;
}
.bdc-index-house-form .layui-form-label {
	width: 68px;
	color: #666;
	padding: 9px 0;
}

.bdc-index-house-form .layui-input-block {
	margin-left: 68px;
}

.bdc-index-house-form__btn {
	margin: 0 auto;
	width: 210px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border: none;
	background-color: #ff552e;
	border-radius: 4px;
}

.bdc-index-house-form__btn:hover {
	color: #fff;
	background: #ef3f55;
}

/* 黄页*/
.bdc-index-business {
	margin: 20px 0 0;
}
.bdc-index-business ul a{float:left; margin-right:15px;}
.bdc-index-business__item {
	box-sizing: border-box;
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
.bdc-index-business__item:hover {
	box-shadow: 0 0 4px rgba(0,0,0,.4);
}
.bdc-index-business__img {
	width: 50px;
	height: 50px;
}
.bdc-index-business__info {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	width: 135px;
}
.bdc-index-business__info p{font-size:12px;}
.bdc-index-business__name {
	display: block;
	width: 135px;
	font-weight: bold;
}
