html{
	font-size: calc(100vw / 750 * 100);
}

body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0;
	color: #555;
	font: 12px/1.5em "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "黑体", Arial, sans-serif;
	position: relative;
	word-wrap: break-word;
	word-break: normal;
	background-color: #fff;
}
i{
	font-style: initial;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box
}

.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.float-left{  /*左浮动*/
    float: left;
}
.float-right{
    float: right;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

input,
button,
select,
textarea {
	outline: 0
}

.layui-layer-content:before {
	color: #FFF;
	font-size: 34px;
	display: block;
	margin-bottom: 2px;
}





::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
	color: #B2B2B2;
}

:-moz-placeholder,
:-moz-placeholder {
	color: #B2B2B2;
}

::moz-placeholder,
::moz-placeholder {
	color: #B2B2B2;
}

:-ms-input-placeholder,
:-ms-textarea-placeholder {
	color: #B2B2B2;
}

html body a {
	color: #555;
	text-decoration: none
}

html body a:visited {
	color: #555
}

.ellipsis,
.ellipsis li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.cf:after {
	content: "";
	display: table;
	clear: both
}

ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0
}

img {
	display: inline-block;
	vertical-align: middle
}

.fl {
	float: left !important
}

.fr {
	float: right !important
}

.bd-box {
	box-sizing: border-box
}

.clearfix:after {
	content: "";
	display: block;
	clear: both
}

.clearfix {
	zoom: 1
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.btn-more {
	display: block;
	width: 100%;
	height: 41px;
	line-height: 41px;
	margin-top: 15px;
	text-align: center;
	border-radius: 4px;
	background-color: #f4f4f4;
	color: #009fe9;
	font-size: 13px;
	font-weight: bold;
}

.clear {
	clear: both
}

input,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}


/*头部导航*/

.ddz_header {
	background: #fff;
	color: #333;
	position: relative;
	z-index: 9;
}

.ddz_header .nav {
	height: 44px;
	line-height: 44px;
}

.ddz_header .nav .logo img {
	width: 30px;
	line-height: 44px;
}

.ddz_header .nav .m_city {
	margin-left: 10px;
	padding-left: 20px;
	background: transparent url(../img/pos.png) no-repeat left center;
	background-size: 18px;
}

.ddz_header .nav .m_city select {
	background-color: transparent;
	border: none;
	color: #fff;
}

.ddz_header .nav .m_search {
	width: calc(100% - 220px);
	border: 1px solid #F8F8F8;
	border-radius: 5px;
	height: 24px;
	margin-top: 15px;
	line-height: 22px;
	position: relative;
}

.ddz_header .nav .m_search input {
	width: 100%;
	height: 22px;
	background-color: transparent;
	border: none;
	padding-left: 24px;
	color: #fff;
}

.ddz_header .nav .m_search .search_icon {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/search.png) no-repeat left center;
	-webkit-background-size: 20px;
	background-size: 20px;
}

.nav_icon {
	width: 24px;
	margin: 0 15px;
}

.nav_icon img {
	width: 20px;
}

.topbox {
	height: 54px;
	width: 100%;

}

.m_filter_top {
	position: fixed !important;
	top: 44px;
	left: 0;
	z-index: 100;
	/* animation: boxtop 0.5s;
	-moz-animation: boxtop 0.5s;	
	-webkit-animation: boxtop 0.5s;
	-o-animation: boxtop 0.5s; */
}
 .m_filter_leave1 .m_filter{
  padding-bottom:  100px;
 }

.ddz_header .m_filter {
	background: #fff;
	position: relative;
	width: 100%;

}

/* @keyframes boxtop{
	0%{top:181px}
	100%{top:45px}
} */
.ddz_header .m_filter a {
	display: block;
	font-size: 16px;
	color: #4a4a4a;
}

.ddz_header .m_filter .m_filter_tit {
	padding: 16px 0;
	background: #fff;

}

.ddz_header .m_filter .m_filter_list li {
	float: left;
	width: 25%;
	text-align: center;
	line-height: 18px;
	padding: 0 0 0 3px;
	overflow: hidden;
}

.ddz_header .m_filter .m_filter_list li.active a {
	color: #40A9FF;
	background: transparent url(../img/gtn1.png) no-repeat 96.5% center;
	background-size: 12px;
	/* 	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transform: rotateZ(180deg); */
}

.ddz_header .m_filter .m_filter_list li:last-child {
	border-right: none;
}

.ddz_header .m_filter .m_filter_list li a {
	display: inline-block;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 15px;
	background: transparent url(../img/gtn.png) no-repeat 92.5% center;
	background-size: 12px;
	max-width: 100%;


}

.ddz_header .m_filter .m_filter_list li span {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: calc(100% - 18px);
}

.ddz_header .m_filter .m_filter_content {
	background: #fff;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	border-top: 1px solid #F8F8F8;
	z-index: 99;
}

.ddz_header .m_filter .m_filter_content .m_filter_leave2 .m_filter_left {
	width: 30%;
	text-align: center;
	background: #F2F2F2;
}

.ddz_header .m_filter .m_filter_content .m_filter_leave2 .m_filter_right {
	width: 70%;
	/* padding-left: 15px; */
}
.m_filter_people{
	width: 100%;
}
.ddz_header .m_filter .m_filter_content .m_filter_leave1 {
	/* padding: 0 15px; */
}

.ddz_header .m_filter .m_filter_content .m_district ul,
.ddz_header .m_filter .m_filter_content .m_price ul,
.ddz_header .m_filter .m_filter_content .m_more ul {

	overflow-y: scroll;
}
.m_agees{
	padding: 0px 25px;
}
.m_agees1{
	margin: 0px 25px;
}
.m_district>.eventCarrier>.unified_pull>ul>li {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(30, 30, 30, 1);
}

.ddz_header .m_filter .m_filter_content ul li {

	text-align: center;
}

.ddz_header .m_filter .m_filter_content ul li.active a {
	color: #40A9FF;
}

.ddz_header .m_filter .m_filter_content ul li.current a {
	color: #40A9FF;
}

.mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000000;
	opacity: 0.7;
	z-index: 8;
	display: none;
}

.fixed {
	position: fixed !important;
	top: 44px;
	left: 0;
	width: 100%;
	z-index: 999;
}


/*list*/

.list .list_item {
	background: #fff;
	padding: 15px;
	border-bottom: 1px solid #F8F8F8;
}

.list .list_item .item_lf {
	float: left;
	width: 128px;
	height: 80px;
	margin-right: 16px;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	background: url(/public/static/index/m_statics/img/Photo_Shooting.png) no-repeat center;
	background-size: 128px 80px;
}

.list .list_item .item_lf .near_img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.list .list_item .item_rt {
	float: left;
	width: calc(100% - 147px);
}

.list .list_item .item_rt .part1 h1 {
	font-size: 17px;
	font-weight: 400;
	color: #1E1E1E;
	
}
.m_district_height{
	height: 344px;
}
.unified_color{

}
.unified_pull{
	height: 240px;
	overflow: hidden;
}
.clicik_bid{
	width:60%;
	margin: 0px 20%;
}
.clicik_bid>a{
	width:60%;
	margin: 0px 20%;
}
.clicik_bid{
	width:60%;
	margin: 0px 20%;
}
.clicik_bid>a{
	width:60%;
	margin: 0px 20%;
}
.submission_area{
width: 100%;	
background: #FFFFFF;
padding: 8px 0px;
box-shadow: 0px -7px 17px rgba(143, 149, 160, 0.12);
}
.submission_area1{
position: absolute;
bottom: 0px;
height: 60px;
}
.Reset{
	display: inline-block;
	padding-right: 12px;
	padding-left: 5px;
	font-size: 16px;
}
.submission{
	width: 244px;
  	height: 44px;
	border: 0px;
	color: #ffffff;
	font-size: 16px;
	background: #40A9FF;
	border-radius: 5px;
}
.list .list_item .item_rt .part1,
.list .list_item .item_rt .part2,
.list .list_item .item_rt .part3 {
	padding: 2px 0;
}

.list .list_item .part2_lf {
	font-size: 11px;
	color: #888888;
}

.list .list_item .item_rt .part2 {
	font-size: 11px;
	color: #888888;
}

/*.list .list_item .item_rt .part2 .part2_lf {
	float: left;
	width: 50%;
}*/

.list .list_item .item_rt .part5 {
	font-size: 11px;
	color: #9b9b9b;
	padding: 0px;
}

.list .list_item .item_rt .part4 {
	font-size: 17px;
	color: #FA541C;
	font-weight: 500;
	padding: 2px 0px;
	margin-bottom: 5px;
}

.list .list_item .item_rt .part4 span {
	font-size: 17px;
	color: #FA541C;
	font-weight: 500;
}

.list .list_item .item_rt .part3 span {
	display: inline-block;
	padding: 0px 5px;
	border-radius: 5px;
	background: #fff7eb;
	color: #e09f38;
	font-size: 10px;
	line-height: 15px;
}

.list .list_item .item_rt .part2 .part2_rt {
	float: right;
	width: 50%;
}

.list .list_item .item_rt .part2 .part2_rt span {
	font-size: 24px;
	color: #00D6FF;
}

.details_top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	line-height: 44px;
	border-bottom: 1px solid #F8F8F8;
	background: #fff;
	height: 44px;
}

.details_top.bg {
	background: #fff;
}

.details_top .building_name {
	float: left;
	width: calc(100% - 108px);
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 44px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.back_icon {
	width: 24px;
	margin: 0 15px;
	float: left;
}

.back_icon img {
	width: 24px;
}

.building_pic img {
	width: 100%;
}


/*页面导航*/

.page_nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 99;
}

.page_nav .close_btn_box {
	padding: 20px;
}

.page_nav .close_btn_box .login_btn,
.page_nav .close_btn_box .logout_btn {
	font-size: 16px;
	color: #17A1E6;
}

.page_nav .close_btn_box .close_btn {
	font-size: 24px;
}

.page_nav .page_nav_box .page_nav_list li {
	padding: 10px 20px;
	font-size: 16px;
}

.swiper-pagination-fraction {
	color: #fff;
}

.building-region {
	padding: 0 15px;
}

.building-title {
	font-size: 22px;
	text-align: left;
	font-weight: 400;
	color: #333;
	margin-top: 15px;
	padding-bottom: 8px;
}

.box-flex {
	overflow: hidden;
	padding: 0px 15px;
}

/* 
.price-height {
	padding: 0 0 15px;
} */

.price-height .box-flex .box-flex__item.border-right {
	border-right: solid .0133333rem #F8F8F8;
}

.price-height .tnax-lis{
	padding: 8px 15px 12px;
}

.price-height .tnax-lis span{
	border-radius: 2px;
	margin-right: 5px;
	padding:3px 4px;
	background: rgba(248, 248, 248, 1);
	margin-bottom: 4px;
}

.list_item .tnax-lis span{
	border-radius: 2px;
	margin-right: 5px;
	padding:3px 4px;
	margin-bottom: 4px;
}

.m_lable{
	border-radius: 2px;
	padding: 2px 4px;
	background: rgba(248, 248, 248, 1);
}

.box-flex__item {
	width: 50%;
	float: left;
	color: #999;
}

.box-flex__item p {
	line-height: 24px;
	font-size: 14px;
	color: rgba(30, 30, 30, 0.65);
}

.price-label {
	font-size: 18px;
	text-align: right;
	color: #FA541C;
	font-weight: 500;
}

.position-relative {
	position: relative;
}

.position-relative .slider-wrap_bg {
	position: absolute;
	width: 61px;
	height: 60px;
	top: 1px;
	right: -21px;
	background: url(../images/slider_wrap.png)
}

.nav-title-house {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
}

.nav-title-house .slider-wrap {
	overflow: hidden;
	overflow-x: scroll;
	width: 100%;
	-webkit-overflow-scrolling: touch;
	/* background: #FAFAFA; */

}

.nav-title-house .slider-wrap::-webkit-scrollbar {
	width: 0;
	height: 0
}

.nav-title-house .item-box {
	padding: 8px 0;
	white-space: nowrap;
	position: relative;
	background: #ffffff;
}

.nav-title-house .tab-item {
	display: inline-block;
	position: relative;
	min-width: 70px;
	padding: 0 6px;
	height: 36px;
	line-height: 36px;
	margin-right: 10px;
	text-align: center;
	border-radius: 6px;
	color: #4A4A4A;
	box-sizing: border-box;
	font-weight: normal;
	font-size: 14px;
	background: rgba(248, 248, 248, 1);
	border-radius: 4px;
	border: 1px solid rgba(248, 248, 248, 1);
}

.item-box-gift .tab-item {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.nav-title-house .house-count {
	font-weight: normal;
	color: #333;
}

.nav-title-house .tab-item-current {
	color: #40A9FF;
	background: rgba(64, 169, 255, 0.1);
	border: 1px solid rgba(64, 169, 255, 1);
}

.nav-title-house .tab-item-current .house-count {
	color: #40A9FF;
}

.nav-title-house .tab-item:first-child {
	margin-left: 15px
}

.room_list li {
	position: relative;
	clear: both;
	padding: 15px;
	color: #333;
	font-size: 14px;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 1px solid #F8F8F8;
}

.room_list li .house {
	float: right;
	position: relative;
	padding: 0;
	width: 128px;
	height: 80px;
	overflow: hidden;
	border-radius: 4px;
}

.room_list li .house-img {

	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 4px;
}

.room_list li div.square {
	width: calc(100% - 128px);
	padding-top: 5px;
	line-height: 24px;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
}

.room_list li div.square .svp {
	color: #333333;
	font-size: 17px;
	font-weight: 400;

}

.room_list li div.square .bn_p {
	color: #1E1E1E;
	font-size: 14px;
}

.room_list li div.square .unit {
	font-size: 12px;
	font-weight: 400;
	margin-right: 10px;
}

.room_list li div.square .kezu_num {
	font-weight: normal;
	font-size: 12px;
	color: #BBBBBB;
	margin-left: 10px;
}

.floor_style {
	padding-top: 18px;
}

.room_list li .price {
	box-sizing: border-box;
	padding-top: 9px;
	width: calc(100% - 175px);
}

.room_list li .square i {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #BBBBBB;
}

.room_list li .square .zongjia {
	font-weight: 600;
	font-size: 14px;
	color: #FA541C;
	display: inline-block;
	margin-right: 10px;
}

.room_list li .square .zongjia .svp {
	color: #333333;
	font-size: 17px;
}

.room_list li .square .zongjia .bn_p {
	color: #1E1E1E;
	font-size: 14px;
}

.room_list li .price>.unit {
	font-size: 11px;
}

.room_list li .floor {
	display: inline-block;
	padding: 0px 5px;
	font-size: 10px;
	color: #40A9FF;
	font-weight: normal;
	background: #eff4ff;
	border-radius: 3px;
	line-height: 15px;
}

.room_list li .floor .point {
	width: 10px;
	display: inline-block;
	padding: 0 2px;
	text-align: center;
	font-style: normal;
}

.more_box {
	padding: 0 15px;
}

.more-btn {
	display: block;
	width: 80%;
	height: 40px;
	line-height: 40px;
	margin: 15px auto;
	text-align: center;
	border-radius: 8px;
	background: rgba(64, 169, 255, 0.1);
	color: #40A9FF;
	font-size: 18px;
	border: none;
}

.gd {
	width: auto;
	height: 135px;
	margin-left: 15px;
	margin-right: 15px;
}

.gd .input-title {
	margin-top: 20px;
	font-size: 16px;
	text-align: left;
	color: #000;
}

.gd .input-sub-title {
	font-size: 11px;
	line-height: 2.18;
	text-align: left;
	height: 24px;
	color: #b2b2b2;
}

.gd .mobile-region {
	border-radius: 5px;
	background-color: #f4f4f4;
	height: 40px;
	margin-top: 20px;
	border: solid 1px rgba(0, 0, 0, 0.1);
}

form input {
	height: 38px;
	font-size: 14px;
}

.gd .mobile-input {
	border: 0;
	display: inline-block;
	height: 100%;
	background-color: #f4f4f4;
	width: auto;
	border-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-left: 15px;
	font-size: 14px;
	text-align: left;
}

.gd .input-button {
	border: 0;
	border-radius: 5px;
	width: 125px;
	height: 100%;
	margin-top: -0.5px;
	background-color: #009fe9;
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	right: -0.5px;
	top: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.height12 {
	height: 10px;
	background: #F2F2F2;
}

.building-info {
	padding: 15px;
}

.building-info .nav-title {
	line-height: 30px;
	padding-top: 5px;
	font-size: 16px;
	color: #000;
}

.building-info .building-feature-box {
	padding: 0 0 5px 0;
	background: #FFF;
}

.building-info .building-feature-item {
	width: 50%;
	float: left;
	padding: 7px 0;
}

.building-info .building-feature-item .ftitle {
	width: 100%;
	float: left;
	padding-bottom: 4px;
	color: #b2b2b2;
	font-size: 12px;
	line-height: 2;
}

.building-info .building-feature-item .fcont {
	width: 100%;
	float: left;
	padding-right: 15px;
	font-size: 12px;
	color: #555;
}

.building-info .building-info-desc {
	margin-top: 3px;
	padding-top: 15px;
	padding-bottom: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 13px;
	line-height: 24px;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.map {
	padding: 15px;
}

.map .map_title {
	line-height: 30px;
	padding: 0 0 10px;
	font-size: 16px;
	color: #000;
}

.near_building {
	padding: 12px 15px;
	margin-bottom: 70px;
}

.near_building .nav-title {
	font-size: 15px;
	color: #000;
}

.near_building .nav-title h3 {
	font-size: 20px;
	font-weight: 400;
	color: #222;
	margin-bottom: 8px;
}

.near_building h3 .bgLine {
	color: #ddd;
	font-weight: normal;
}

.near_item {
	width: 100%;
	padding: 15px 0px !important;
	border-bottom: 1px solid #F8F8F8;
}

.near_item .near .near_img {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	width: 100%;

	border-radius: 4px;
}

.near_item .near .near_info {
	width: calc(100% - 135px);
	padding-left: 12px;
}

.near_info .near_info_mj {
	padding: 0px;
	font-size: 11px;
	color: #888888;
}

.near_info .near_info_type {
	line-height: 15px;
	display: inline-block;
	padding: 0px 5px;
	border-radius: 5px;
	background: #fff7eb;
	color: #e09f38;
	font-size: 10px;
}

.near_item .building-name {
	font-size: 17px;
	font-weight: 400;
	color: #1E1E1E;
	padding: 2px 0;
	/* white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; */
}

.near_item .price {
	padding: 2px 0;
	color: #FA541C;
	font-size: 13px;
	font-weight: normal;
}

.near_item .price .num {
	color: #FA541C;
	font-size: 14px;
}

.near_item .price_text {
	display: inline-block;
	color: #9b9b9b;
	font-size: 11px;
}

.backToTop {
	width: 40px;
	height: 40px;
	background: url(../img/topIcon.png) no-repeat center center;
	background-size: cover;
	position: fixed;
	bottom: 150px;
	right: 10px;
	z-index: 2;
}
.kefuimg{
	position: fixed;
	bottom: 30px;
	right: 0;
	z-index: 10;
}
.kefuimg>img{
	width: 80px;
	height: 96px;
}

/*立即预约*/

.m_btn_box,
.m_bottom_mask {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 70px;
	padding: 10px 15px;
	z-index: 99;
}

.m_bottom_mask {
	background: #fff;
	border-radius: 32px 32px 0px 0px;
}

.m_btn_box {
	border-radius: 32px 32px 0px 0px;
	-moz-box-shadow: 10px -4px 5px rgba(243, 243, 243, 0.6);
	-webkit-box-shadow: 10px -4px 5px rgba(243, 243, 243, 0.6);
	box-shadow: 10px -4px 5px rgba(243, 243, 243, 0.6);
}

.yina-img>.img_ty1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 20px;
	z-index: 2;
}

.swiper-container-horizontal .swiper-slide{
	height: 235px;
	display: flex;
	flex-direction:column;
	justify-content: center;
}

.m_btn_box .scBtn {
	width: 40px;
	border: none;
	outline: none;
	padding-top: 5px;
	font-size: 12px;
	background: #ffffff;
	margin-left: 25px;
}

.scBtn .icon {
	display: block;
	font-size: 24px;
}
.sc_ed{

}
.iconlike_fill{
	color: #FA541C;
}


.m_btn_box a.btn {
	display: block;
	width: calc(55% - 60px);
	height: 48px;
	line-height: 48px;
	background: #40A9FF;
	text-align: center;
	font-size: 17px;
	color: #fff;
}

.m_btn_box a.order_btn {
	color: #fff;
	background: #FA541C;
}

.bnax-le {
	border-radius: 0px 24px 24px 0px;
}

.bnax-rg {
	border-radius: 24px 0px 0px 24px;
}

.m_btn_box .mfzxIcon {
	font-style: normal;
}

.m_btn_box .yykfIcon {
	font-style: normal;
}

.m_order {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color:rgba(0,0,0,.5);
	z-index: 9999;
	display: none;
}

.order_title {
	font-size: 20px;
	font-weight: 400;
	color: #B2B2B2;
	line-height: 60px;
	padding: 0 15px;
	background: #fff;
}

.order_title .close_btn {
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: url(../img/close_black.png) no-repeat center center;
	background-size: 26px;
}

.order_info {
	padding: 16px;
	background-color: #fff;
	position: absolute;
    top: 25%;
    margin:0 8%;
    border-radius: 8px;
}

.order_info .building-name {
	font-size: 20px;
	color: #1E1E1E;
	padding: 2px 0 10px;
	text-align: center;
	position: relative;
}

.order_info .order-input textarea {
	width: 100%;
	margin: 10px 0;
}

.order_info .order-input label {
	display: block;
	float: left;
	width: 80px;
	font-size: 16px;
	color: #222;
	line-height: 48px;
}

.order_info .order-input input {
	width: calc(100% - 80px);
	height: 48px;
	font-size: 16px;
	border: none;
	outline: none;
	padding-left: 13px;
	background: #F8F8F8;
	border-radius: 3px;
}

.order_info .order-input input[type=button] {
	border-radius: 25px;
	color: #fff;
	background: -webkit-linear-gradient(left, #75a0fb, #40A9FF);
	background: -moz-linear-gradient(right, #75a0fb, #40A9FF);
	background: -o-linear-gradient(right, #75a0fb, #40A9FF);
	background: linear-gradient(to right, #75a0fb, #40A9FF);
	margin-top: 30px;
}

.order_info .order-input input {
	padding-left: 13px;
	background: #F8F8F8;
}

.order_info .order-input textarea {
	height: 80px;
	border: none;
	border-radius: 5px;
	font-size: 14px;
	padding: 10px 10px;
	resize: none;
	border-bottom: 1px solid #F8F8F8;
}

#yykf {
	display: block;
	width: 90%;
	margin: 25px auto 0;
	height:40px;
	background:rgba(64,169,255,1);
	box-shadow:0px 7px 17px 0px rgba(64,169,255,0.22);
	border-radius:4px;
	font-size: 18px;
	border: none;
	outline: none;
	color: #fff;
	padding-left: 0;
}

.order_info .order-input input[type=submit] {
	background: #17A1E6;
	color: #fff;
}


/*login*/

.login_top {
	background: #fff;
	border-bottom: 1px solid #F8F8F8;
}

.login_title {
	float: left;
	width: calc(100% - 108px);
	text-align: center;
	color: #333;
	font-size: 16px;
}

.login_title h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 44px;
}

.order_item {
	position: relative;
	margin-bottom: 12px;
}

.headImg {
	padding: 16px 24px 38px;
}

.headImg img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 100%;
}

.headImg h3 {
	font-size: 26px;
	line-height: 37px;
	color: #222;
	margin-bottom: 12px;
	font-weight: 400;
}

.headImg p {
	font-size: 14px;
	color: #B2B2B2;
}

.order_item .getCode {
	display: block;
	line-height: 48px;
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 13px;
	color: #40A9FF;
}

.exit_logon input {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	background: #17A1E6;
	color: #fff;
}


/*独立办公室*/

.house_info {
	margin: 15px 16px 0;
	padding-bottom: 16px;
	border-bottom: 1px solid #f8f8f8;
}

.house_info .info_item {
	width: 100%;
	overflow: hidden;
	padding-top: 8px;
	padding-right: 10px;
}

.house_info .info_item:nth-child(2n) {
	padding-right: 0;
	/* padding-left: 10px; */
}

.house_info .info_item .info_title {
	color: #b2b2b2;
	width: 90px;
	font-size: 14px;
	padding-bottom: 4px;
	margin-right: 4px;
	float: left;
}

.house_info .info_item .info_content {
	zoom: 1;
	font-size: 14px;
	color: #4A4A4A;
	word-break: break-all;
	overflow: hidden;
	width: calc(100% - 96px);
}

.m_view_more {
	margin: 15px 10px 10px;
}

.m_view_more .view_more_btn {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #555;
	background-color: #f2f2f2;
	text-align: center;
	border-radius: 18px;
	font-size: 13px;
	display: none;
}

.m_view_more .view_more_btn span {
	color: #17A1E6;
	font-weight: bold;
}

.m_only_union {
	padding: 0 0 15px;
}

.m_only_union .brief_title {
	font-size: 16px;
	font-weight: normal;
}

.m_only_union .brief_title a {
	font-size: 12px;
}

.m_only_union .m_item {
	float: left;
	width: 25%;
	padding: 5px;
}

.m_only_union .m_item .item_title {
	font-size: 12px;
	color: #B2B2B2;
	padding-bottom: 5px;
}

.m_only_union .m_item .item_content {
	font-size: 13px;
	color: #333;
	background: #F5F5F5;
	padding: 3px 0;
	border-radius: 4px;
}

.m_only_union p {
	color: #333;
	font-size: 14px;
	padding: 15px 15px 0px;
	font-weight: 500;
}

.m_only_union i {
	display: inline-block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-style: normal;
	text-align: center;
	font-size: 12px;
}

.m_only_union .tese_box {
	padding: 5px 10px 0;
	max-height: 80px;
	overflow: hidden;
}

.brief-info-desc {
	font-size: 13px;
	line-height: 24px;
}

.m_building_addr {
	padding: 18px 0px;
	font-size: 12px;
	color: #999;
	margin: 0 15px;
	border-top: 1px solid #F8F8F8;
	border-bottom: 1px solid #F8F8F8;
}

.m_building_addr p {
	font-size: 13px;
	color: #B2B2B2;
	display: block;
	letter-spacing:1px; 
	margin-bottom: 5px;
}

.m_building_addr .ls {
	float: left;
	width: 100%;
}

.square>h1 {
	font-size: 17px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.square>p{
	font-size:14px;

	font-weight:400;
	color:rgba(30,30,30,1);
}

.floor_style {
	color: #888;
	font-size: 14px;
}

.m_building_addr .tbga {
	float: left;
}

/*首页*/

.m_index_pic {
	position: relative;
	/*padding-top: 44px;*/
}

.m_index_pic img {
	width: 100%;
	height: 100%;
}

.m_index_top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	padding: 0px 15px;
	width: 100%;
	line-height: 44px;
	background: #ffffff;
}

.m_index_top .m_top_info .list-log {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0px;
	width: 80px;
}

.m_index_top .m_top_info .list-log img {
	width: 80px;
}

.m_index_top .m_index_logo img {
	width: 24px;
}

.m_index_top .m_top_info {
	width: calc(100% - 63px);
}

.m_index_top .m_top_info p {
	text-align: center;
	font-size: 15px;
	line-height: 44px;
}

.m_index_top .m_top_info span {
	display: block;
}

.m_index_top .m_index_cityname {
	font-size: 12px;
	width: 56px;
	height: 25px;
	border-radius: 18px;
	line-height: 25px;
	text-align: center;
	color: #4a4a4a;
	/* background:rgba(51,51,51,0.4); */
	vertical-align: middle;
	margin-top: 13px;
}

.m_index_top .m_index_cityname .addrIcon {
	display: inline-block;
	margin-right: 2px;
	font-size: 14px;
	color: #4a4a4a;
	/* width: 14px;
	height: 14px;
	background: url(../img/addrIcon.png) no-repeat 0 3px;
	background-size: 12px; */
}

.m_index_top .m_index_tel {
	margin-right: 15px;
	font-size: 14px;
	background: url(../img/telIcon.png) no-repeat left center;
	background-size: 20px;
	padding-left: 20px;
	color: #fff;
}

.cancel {
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0px;
	right: 47px;
	display: none;
}

.cancel>img {
	position: absolute;
	width: 14px;
	height: 14px;
	top: 19px;
	left: 16px;
}

.m_index_top .m_user {
	font-size: 24px;
	color: #4a4a4a;
}

.search_pop .m_index_search {
	height: 52px;
	padding: 0 15px;
	z-index: 99;
	width: 100%;
	border-bottom: 1px solid #F8F8F8;
	line-height: 44px;
	display: flex;
	box-shadow: 0px 7px 17px 0px rgba(143, 149, 160, 0.11);
	/* box-shadow:0px 7px 17px 0px rgba(143,149,160,0.11); */
}

.m_index_search .cancleBtn {
	width: 34px;
	color: #40A9FF;
	font-size: 17px;
	border: none;
	outline: none;
	background: transparent;

}

.m_index_search .m_index_search_input {
	flex: 1;
	border: none;
	outline: none;
	height: 34px;
	border-radius: 4px;
	margin-right: 5px;
	padding-left: 15px;
	background: #F8F8F8;
	font-size: 14px;
	margin-left: 5px;
	margin-top: 9px;
	position: relative;
}

.m_index_search .m_index_search_btn {
	position: absolute;
	top: 5px;
	left: 14px;
	font-size: 16px;
	color: #999;
}

.m_index_nav {
	padding: 46px 16px 0;
}

.m_index_nav .shadowBox {
	box-shadow: 0px 7px 17px 0px rgba(143, 149, 160, 0.11);
	border-radius: 8px;
	padding: 0 10px 12px;
}

.m_index_nav .shadowBox .tel_wt {
	/* padding: 4px 0;
	border-top: 1px solid #f8f8f8; */
}

.m_index_nav .shadowBox .tel_wt a {
	display: block;
	width: 49%;
	height: .96rem;
	line-height: .96rem;
	text-align: center;
	font-size: .36rem;
	color: #ffffff;
	display: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.m_index_nav .shadowBox .tel_wt .fl{
	background-image: url(..//img/home_btn_l.png);
}

.m_index_nav .shadowBox .tel_wt .fr{
	background-image: url(..//img/home_btn_r.png);
}

.m_index_nav .shadowBox .tel_wt a:first-child {
	/* border-right: 1px solid #F8F8F8; */
}

.m_index_nav ul {
	margin: 0 8px;
}

.m_index_nav ul li {
	width: 25%;
	float: left;
	overflow: hidden;
	text-align: center;
	padding:8px 8px 15px;
}

.m_index_nav ul li a {
	font-size: 12px;
	color: #222;
}

.m_index_nav ul li img {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}

.m_area_filter {
	padding: 15px 16px 0;
}

.m_area_filter h3 {
	font-size: 20px;
	font-weight: 400;
	color: #222;
	margin-bottom: 8px;
}

.m_area_filter h3 .bgLine {
	color: #ddd;
	font-weight: normal;
}

.m_area_filter .m_area_box.height80 {
	height: 80px;
	overflow: hidden;
}

.m_area_filter .m_area_box {
	margin: 0 -4px;
}

.m_area_filter .m_area_box .m_area_item {
	display: block;
	float: left;
	width: calc(20% - 10px);
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	border-radius: 4px;
	margin: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #F8F8F8;
	color: #222;
}

.m_area_filter .m_area_box .m_area_item.allArea i {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../img/arrow.png) no-repeat center center;
	background-size: 10px;
}

.m_hot {
	padding: 24px 0px 9px 16px;
}

.m_hot h3 {
	font-size: 20px;
	font-weight: 400;
	color: #222;
	margin-bottom: 12px;
}

.m_hot h3 .bgLine {
	color: #ddd;
	font-weight: normal;
}

.m_hot .m_hot_item {
	float: left;
	width: 50%;
	padding: 10px 0;
}

.m_hot .m_hot_box .m_hot_item:nth-child(2n+1) {
	padding-right: 5px;
}

.m_hot .m_hot_box .m_hot_item:nth-child(2n) {
	padding-left: 5px;
}

.m_hot .m_hot_box .m_hot_item a {
	display: block;
	position: relative;
}

.m_hot .m_hot_box .m_hot_item a p {
	position: absolute;
	bottom: 15px;
	left: 10px;
	font-size: 16px;
	color: #fff;
}

.m_gg {
	padding: 20px 16px;
}

.m_gg h3 {
	font-size: 20px;
	font-weight: 400;
	color: #222;
	margin-bottom: 12px;
}

.m_gg .m_gg_form .m_gg_form_box .m_gg_item {
	position: relative;
	padding-bottom: 12px;
}

.m_gg .m_gg_form .m_gg_form_box .m_gg_item .inputTips {
	font-size: 12px;
	color: #D0021B;
	padding-left: 100px;
	display: none;
}

.m_gg .m_gg_form .m_gg_item textarea {
	width: 100%;
	padding: 13px;
	height: 92px;
	background: #F8F8F8;
	resize: none;
	border: none;
	outline: none;
	border-radius: 3px;
	font-size: 16px;
	color: #333;
}

.m_gg .m_gg_form .m_gg_item a {
	position: absolute;
	top: 0;
	right: 13px;
	font-size: 16px;
	color: #40A9FF;
	line-height: 48px;
}

.m_gg .m_gg_form .m_gg_item label {
	display: block;
	font-size: 16px;
	color: #222222;
	width: 100px;
	line-height: 48px;
	float: left;
}

.m_gg .m_gg_form .m_gg_item label i {
	color: #D0021B;
}

.m_gg .m_gg_form .m_gg_input {
	float: right;
	width: calc(100% - 100px);
	height: 48px;
	border: none;
	outline: none;
	font-size: 16px;
	padding-left: 13px;
	border-radius: 3px;
	background: #F8F8F8;
}

.m_gg .m_gg_form .m_gg_btn {
	display: block;
	margin: 12px auto 0;
	width: 225px;
	height: 48px;
	border: none;
	outline: none;
	font-size: 18px;
	background: #40A9FF;
	color: #fff;
	border-radius: 24px;
	box-shadow: 0px 0px 4px 0px rgba(64, 169, 255, 1);
}

.m_index_mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.6;
	z-index: 100;
}

.m_inex_checkCity {
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	background: #fff;
	z-index: 101;
	padding: 15px;
	border-radius: 8px;
}

.m_inex_checkCity .m_checkCityTit p {
	color: #333;
	font-size: 13px;
	padding-top: 4px;
}

.m_inex_checkCity .m_checkCityTit p span {
	color: #888;
	font-size: 13px;
}

.m_inex_checkCity .m_checkCityTit .m_index_closeBtn {
	font-size: 20px;
}

.m_checkCity_city {
	padding-top: 20px;
}

.m_checkCity_city .m_city_item {
	display: block;
	width: calc(25% - 10px);
	margin: 3px 5px;
	float: left;
	line-height: 36px;
	font-size: 13px;
	text-align: center;
	background: #f5f5f5;
	border-radius: 5px;
}

.m_index_more {
	text-align: center;
}

.m_index_more .m_more_btn {
	display: inline-block;
	width: calc(80% + 25.6px);
	height: 44px;
	line-height: 44px;
	color: #40A9FF;
	background: #F8F8F8;
	border-radius: 4px;
	text-align: center;
	font-size: 18px;
}

.m_foot {
	padding-top: 30px;
	color: #4A4A4A;
	padding-bottom: 80px;
	background: #F3F6F9;
}

.m_foot img {
	display: block;
}

.m_foot_txt {
	background: #F3F6F9;
	padding: 0 16px 10px;
}

.m_foot .footList .footItem {
	width: 25%;
	float: left;
	padding-bottom: 12px;
}

.m_foot .footList .footItem i {
	display: block;
	height: 50px;
}

.m_foot .footList .footItem a {
	color: #4A4A4A;
	font-size: 14px;
}

.foot_other p:first-child {
	font-size: 14px;
	line-height: 33px;
}

.foot_other p:first-child span {
	font-size: 24px;
	font-weight: bold;
}

.m_foot p {
	font-size: 12px;
	margin-top: 3px;
	color: #4A4A4A;
}

.foot_beian {
	padding-top: 12px;
}

.foot_beian p {
	text-align: center;
}

.m_foot p a {
	color: #4A4A4A !important;
}

.online_tit {
	font-size: 22px;
	text-align: center;
	color: #1E1E1E;
	font-weight: 500;
}

.online_wt {
	margin-top: 5px;
	font-size: 12px;
	text-align: center;
	color: #666;
}

.order_item textarea {
	padding: 10px 15px;
}


/*投放房源*/

.m_tfyy {
	padding: 80px 0 0;
}

.m_throw {
	padding: 16px;
}

.m_throw .m_throw_item {
	display: inline-block;
	width: 90px;
	height: 40px;
	border: 1px solid #F8F8F8;
	font-size: 14px;
	line-height: 40px;
	margin-right: 16px;
	text-align: center;
	border-radius: 5px;
	background: rgba(248, 248, 248, 1);
	color: #1E1E1E;
}

.m_throw .m_throw_item.active {
	color: #40A9FF;
	border-color: #40A9FF;
	background: rgba(64, 169, 255, 0.1);
}

.m_house_info {
	padding: 15px;
	padding-top: 0;
	padding-bottom: 50px;

}

.m_house_info h4 {
	color: #333;
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: normal;
}

.m_house_info .info_item {
	padding: 5px 0;
	position: relative;
}

.info_item:last-child {
	margin-bottom: 24px;
}

.m_house_info .info_item .unit {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 15px;
	color: #B2B2B2;
	font-size: 16px;
}

.m_house_info .info_item select.unit {
	position: absolute;
	top: 5px;
	right: 9px;
	font-size: 15px;
	padding-left: 0px;
	width: 100px;
	background-position: 78px 13px;
}

.m_house_info .info_item input {
	width: 100%;
	height: 40px;
	border: none;
	border-radius: 4px;
	outline: none;
	padding-left: 5px;
	font-size: 15px;
	background: rgba(248, 248, 248, 1);
}

.m_house_info .info_item select {
	width: 80px;
	height: 40px;
	border: none;
	outline: none;
	padding-left: 5px;
	border-radius: 4px;
	background: #F8F8F8 url(../img/icon_botm.png) no-repeat 58px 13px;
	background-size: 14px;
	font-size: 15px;
}

.m_house_info .info_item .com_item {
	display: block;
	width: 18%;
	float: left;
	border: 1px solid #F8F8F8;
	line-height: 34px;
	text-align: center;
	margin-right: 2%;
	margin-top: 4px;
	font-size: 14px;
	border-radius: 4px;
	background: rgba(248, 248, 248, 1);
	color: #1E1E1E;
}

.m_house_info .info_item .com_item.active {
	color: #40A9FF;
	border-color: #40A9FF;
	background: rgba(64, 169, 255, 0.1);
}

.info_item .submitBtn {
	margin-top: 10px;
	background: -webkit-linear-gradient(left, #75a0fb, #40A9FF);
	background: -moz-linear-gradient(right, #75a0fb, #40A9FF);
	background: -o-linear-gradient(right, #75a0fb, #40A9FF);
	background: linear-gradient(to right, #75a0fb, #40A9FF);

	height: 50px;
	border-radius: 8px !important;
	color: #fff;
}

.m_house_info .info_ipu {
	position: relative;
	overflow: hidden;
}

.m_house_info .info_ipu label {
	width: 80px;
	display: block;
	float: left;
	color: #222222;
	font-size: 16px;
	line-height: 40px;
}

.m_house_info .info_ipu input {
	width: calc(100% - 80px);
}

.m_house_info .info_ipu .btax {
	background: #F8F8F8;
	outline: none;
	position: absolute;
	top: 13px;
	right: 10px;
	color: #40A9FF;
	font-size: 16px;
	border: 0;
}

.m_top_bg {
	background: #FFF;
	border-bottom: 1px solid #F8F8F8;
}

.m_pers {
	background: #ffffff;
	border-radius: 32px 0px 0px 0px;
	transform: translateY(-35px);
	padding: 43px 28px 30px 28px;
}

.m_navaaa{

}

.m_pers .m_pers_data img {
	max-width: 100%;
}

.m_pers .m_pers_data .m_data_item p {
	font-size: 14px;
	padding: 15px 0 6px;
}

.m_pers .m_pers_data .m_data_item input[type=text] {
	height: 40px;
	padding-left: 6px;
	border: 1px solid #F8F8F8;
	width: calc(100% - 70px);
	border-radius: 4px;
}

.m_pers .m_pers_data .m_data_item button {
	width: 60px;
	height: 40px;
	border: 1px solid #F8F8F8;
	border-radius: 4px;
}

.m_pers .m_pers_data .m_data_item span {
	display: inline-block;
	width: 100px;
	padding-left: 24px;
	background: url(../img/radio1.png) no-repeat left center;
	background-size: 20px;
	font-size: 14px;
}

.m_pers .m_pers_data .m_data_item span.active {
	background-image: url(../img/radio2.png);
}

.m_giftBag {
	padding: 20px 10px;
	background: #F5F5F5;
}

.m_giftBag .m_giftList li {
	width: 100%;
	float: left;
	padding: 16px;
	overflow: hidden;
	margin: 0 0 15px;
	background-color: #fff;
	box-shadow: 0px 7px 17px 0px rgba(143, 149, 160, 0.11);
	border-radius: 8px;
	overflow: hidden;
}

.m_giftBag .m_giftList li .m_giftLogo {
	border-radius: 6px;
	border: 1px solid #F8F8F8;
	overflow: hidden;
	width: 128px;
	float: left;
	/*-moz-box-shadow: 2px 2px 2px 2px #F3F3F3;
	-webkit-box-shadow: 2px 2px 2px 2px #F3F3F3;
	box-shadow: 2px 2px 2px 2px #F3F3F3;*/
}

.m_giftBag .m_giftList li .m_giftLogo img {
	width: 100%;
}

.m_giftBag .m_giftList li .m_giftInfo {
	margin: 15px 0px;
	float: left;
	margin-left: 10px;
	width: 180px;
}

.m_giftBag .m_giftList li .m_giftInfo h4 {
	font-size: 17px;
	font-weight: 500;
	color: #1E1E1E;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	padding-bottom: 5px;
}

.m_giftBag .m_giftList li .m_giftInfo p {
	font-size: 11px;
	color: #888888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.m_giftBag .m_giftTypelist li {
	width: 25%;
	float: left;
}

.m_giftBag .m_giftTypelist li a {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 8px;
	font-size: 14px;
}

.m_giftBag .m_giftTypelist li a.cur {
	color: #3A95FF;
	border-bottom: 2px solid #3A95FF;
}


/*企业礼包详情页*/

.m_gift_details {
	padding: 0 25px 10px;
}

.m_gift_details h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.m_gift_details .m_gift_tit {
	font-size: 18px;
	margin: 15px 0 10px;
	color: #4A4A4A;
	font-weight: 500;
}

.m_gift_details img {
	max-width: 100%;
}

.m_applyNow {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 37px;
	background: #fff;
	-moz-box-box-shadow:0px -7px 17px 0px rgba(143,149,160,0.11);
	-webkit-box-box-shadow:0px -7px 17px 0px rgba(143,149,160,0.11);
	box-shadow:0px -7px 17px 0px rgba(143,149,160,0.11);
}

.m_applyNow .m_applyBtn {
	display: block;
	background: #40A9FF;
	color: #fff;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	border-radius: 8px;
}

.m_applyBox {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 0px 25px;
	z-index: 101;
	background: #fff;
}

.m_applyBox h4 {
	font-size:20px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	line-height: 60px;
	color: #B2B2B2;
}

.m_applyBox .m_apply_item {
	padding: 10px 0;
	overflow: hidden;
}

.m_applyBox .m_apply_item input {
	width: 70%;
	border: 1px solid #F8F8F8;
	height: 40px;
	outline: none;
	border-radius: 4px;
	padding-left: 10px;
	font-size: 14px;
	float: right;
}

.m_applyBox .m_apply_item label {
	width: 28%;
	float: left;
	color: #222222;
	font-size: 16px;
	display: block;
	line-height: 40px;
}

.m_applyBox .m_apply_item .submitBtn {
	color: #fff;
	background: #3A95FF;
}

.m_persType ul {
	overflow: hidden;
	padding-bottom: 30px;
}

.m_persType ul li {
	margin: 20px 1.5%;
	background-size: 16px;
	float: left;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 7px 17px 0px rgba(143, 149, 160, 0.11);
	border-radius: 4px;
	width: 30%;
	text-align: center;
}

.m_persType ul li a {
	display: block;
	line-height: 40px;
}

.m_persType ul li a img {
	width: 63px;
	display: inline-block;
}

.m_persType ul li a p {
	font-size: 12px;
	color: #B2B2B2;
	text-align: center;
}

/* .m_persType ul li:first-child a{
	background: url(../img/wdsc.png) no-repeat left center;
	background-size: 20px;
}

.m_persType ul li:nth-child(2) a{
	background: url(../img/wdyy.png) no-repeat left center;
	background-size: 20px;
}

.m_persType ul li:last-child a{
	background: url(../img/kfdh.png) no-repeat left center;
	background-size: 22px;
} */

/*关于我们*/

.m_about_tit {
	font-size: 20px;
	color: #000;
	margin: 10px 0 20px;
}

.m_contact_tit {
	font-size: 16px;
	color: #000;
	margin: 20px 0 12px;
}

.m_com_problem li {
	padding: 10px 0;
}

.m_com_problem li h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.m_com_problem li p {
	font-size: 13px;
	line-height: 24px;
}

.m_data_item .hideBtn {
	background: #3A95FF;
	color: #fff;
	display: none;
}

.new_search {
	padding: 0px 12px;
}

.ddz_header .new_search .m_search {
	width: 100%;
	border: 1px solid #F8F8F8;
	border-radius: 16px;
	height: 34px;
	line-height: 34px;
	position: relative;
	background:rgba(248,248,248,1);
	border-radius:8px;
	position: relative;
}

.ddz_header .new_search .m_search input {
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	text-align: center;
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(178,178,178,1);
}

.ddz_header .new_search .m_search .search_icon {
       width: 40px;
	position: absolute;
	top: 0;
	right: 15px;
	height: 100%;
	display: none;
}

.ddz_header .new_search .m_search .search_icon .icon {
	font-size: 18px;
	color: #333;
	margin-left: 10px;
}

.ddz_header .nav .new_logo {
	text-align: center;
	width: calc(100% - 108px);
	font-size: 18px;
}

.building_pic {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: -1;
	visibility: hidden;
}

.building_pic_active {
	z-index: 999;
	visibility: visible;
}

.building_pic .swiper-slide img {
	width: 100%;
}

.width100 {
	width: 100%;
}

.building_pic_pos {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	text-align: center;
	-webkit-box-align: center;
	align-items: center;
	/*垂直方向对齐*/
	-webkit-align-items: center;
	-webkit-flex-shrink: 0;
	-webkit-box-pack: center;
	justify-content: center;
	/*水平方向对齐*/
}

.building_pic_pos .close_btn {
	border: none;
	outline: none;
	color: #fff;
	background: none;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 16px;
	right: 15px;
	background: url(../img/close.png) no-repeat center center;
	background-size: 40px;
}

.building_cover_pic {
	position: relative;
	padding-top: 40px;
}
.unified_color {
	padding-bottom: 40px;
}
.building_cover_pic .pic_num {
	position: absolute;
	display: inline-block;
	bottom: 15px;
	right: 15px;
	height: 20px;
	line-height: 20px;
	padding: 0 12px;
	background: #37342D;
	border-radius: 15px;
	filter: Alpha(opacity=50);
	color: #fff;
}
.clicj_bj1 ul{
	padding-bottom: 40px;
}

/*列表页*/

.float_service {
	position: fixed;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);

	z-index: 7;
}

#ts_list {
	display: flex;
	flex-wrap: wrap;
}

#ts_list li {
	margin-right: 12px;
	margin-bottom: 16px;
	font-size: 14px;
}

#ts_list li.current a,
#ts_list li.current a {
	background: rgba(64, 169, 255, 0.1);
	color: #40A9FF;
	border: 1px solid #40A9FF;
}

#ts_list li a {
	display: block;
	padding: 5px 11px;
	background: #F8F8F8;
	text-align: center;
	border-radius: 5px;
	border: 1px solid transparent;
}

.float_service a {
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	padding: 0px 28px;
	color: #fff;
	background: #40A9FF;
	border-radius: 19px;
	box-shadow: 0px 4px 12px 0px rgba(64, 169, 255, 0.4);
}


/*首页企业服务大礼包*/

.bigGift {
	padding: 16px;
}

.bigGift img {
	display: block;
	box-shadow: 0px 2px 12px 0px rgba(64, 169, 255, 1);
	border-radius: 8px;
}

.hotArea_swiper .swiper-slide {
	width: 85%;
}

.hotArea_swiper .swiper-slide img {
	border-radius: 6px;
	box-shadow: 0px 4px 16px 0px rgba(205, 205, 205, 0.6);
}

.hotArea_swiper .swiper-slide p {
	position: absolute;
	bottom: 16px;
	left: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	padding-left: 8px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
	border-radius: 4px;
}


/*首页搜索弹框*/

.search_pop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 1000;
	background: #fff;
}

.searchBox {
	position: absolute;
	bottom: -22px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 99;
	width: 90%;
}

.searchBox .search_input {
	width: 100%;
	border: none;
	outline: none;
	height: 44px;
	border-radius: 22px;
	padding-left: 40px;
	-moz-box-shadow: 0 0.3125rem 1.25rem 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0.3125rem 1.25rem 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0.3125rem 1.25rem 0 rgba(0, 0, 0, .1);
	font-size: 14px;
	color: #B2B2B2;
}

.searchBox .search_btn {
	position: absolute;
	top: 13px;
	left: 14px;
	font-size: 16px;
	color: #e6e6e6;
}

.allSearch {
	padding: 0 5px;
	/* max-height: 160px; */
	overflow: hidden;
}

.allSearch p {
	font-size: 14px;
	padding: 10px 10px;
	font-weight: bold;
}

.allSearch .allSearchList li {
	width: 33.33%;
	float: left;
	font-size: 13px;
	padding: 5px 5px;
}

.allSearch .allSearchList li a {
	border-radius: 4px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 8px;
	text-align: center;
	background: #f8f8f8;
	color: #222;
}

.searchHistory {
	padding: 10px 5px;
}

.searchHistory h4 {
	font-size: 14px;
	position: relative;
	padding: 0 10px;
	margin-bottom: 10px;
}

.searchHistory h4 .deleteBtn {
	border: none;
	outline: none;
	background: transparent;
	width: 20px;
	height: 20px;
	background: url(../img/deleteIcon.png) no-repeat center center;
	background-size: 20px;
	position: absolute;
	right: 10px;
	top: 3px;
}

.searchHistory .historyBox {
	max-height: 76px;
	overflow: hidden;
}

.searchHistory .historyBox a {
	margin: 5px;
	float: left;
	border-radius: 4px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 8px;
	text-align: center;
	background: #f8f8f8;
	color: #222;
}

.matchBox {
	position: fixed;
	top: 44px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	background: #fff;
	border-top: 1px solid #F8F8F8;
	display: flex;
	flex-direction: column;
}

.mactmk {
	flex: 1;
}

.matchBox .matcList {
	max-height: 395px;
	overflow-y: scroll;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
	padding: 0 15px;
}

.matchBox .matcList li {
	border-bottom: 1px solid #F8F8F8;
	padding: 11px 0px;
}

.matchBox .matcList li:nth-child(10) {
	border-bottom: none;
}

.matchBox .matcList li font {
	font-size: 16px;
}

.matchBox .matcList li span {
	font-size: 12px;
	color: #888;
}

#m_more {
	position: fixed;
	bottom: 0;
	top: 98px;
	left: 0;
	right: 0;
	background: #FFFFFF;
	padding-bottom: 84px;
	overflow-y: scroll;
}

#m_zx_list,
#m_pro_type {
	height: auto !important;
}

#m_zx_list {
	display: flex;
	flex-wrap: wrap;
}

#m_pro_type li {
	margin-right: 12px;
	float: left;
	border-bottom: none;
}

#m_zx_list li {
	margin-right: 12px;
	margin-bottom: 16px;
}

#m_pro_type li a {
	display: block;
	padding: 6px 12px;
	background: #F8F8F8;
	text-align: center;
	border-radius: 5px;
}

#m_zx_list li.current a,
#m_pro_type li.current a {
	background: rgba(64, 169, 255, 0.1);
	color: #40A9FF;
	border: 1px solid #40A9FF;
}

#m_zx_list li a {
	display: block;
	background: rgba(248, 248, 248, 1);
	border-radius: 4px;
	text-align: center;
	padding: 5px 11px;
	border: 1px solid transparent;
}

#m_pro_type li a {
	display: block;
	padding: 5px 11px;
	background: #F8F8F8;
	text-align: center;
	border-radius: 5px;
	border: 1px solid transparent;
}

#m_more .m_filter p {
	padding: 15px 5px;
	font-size: 16px;
	font-weight: 600;
}
.hide_h1{
	position: absolute;
	z-index: -1;
	left: 24px;
	top: 10px;
}
.m_more_btnBox {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 25px;
	background: rgba(255, 255, 255, 1);
	box-shadow: -7px 0px 17px 0px rgba(143, 149, 160, 0.11);
}

.m_more_btnBox button {
	width: calc(50% - 20px);
	margin: 10px;
	height: 42px;
	border-radius: 8px;
	border: none;
	background: #F8F8F8;
	float: left;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.65);
}

.m_more_btnBox button.qd_btn {
	color: #fff;
	background: #40A9FF;
}

#m_area .m_filter_left {
	width: 100%;
	background: #fff;
	height: 350px;
}

#m_area .m_filter_left li {
	height: 50px;
	line-height: 50px;
	text-align: center;
}

#m_area .m_filter_left .area_metro_first,
#m_area .m_filter_left .area_metro_second {
	width: 50%;
	float: left;
	text-align: left;
}

#m_area .m_filter_left .area_metro_third {
	float: left;
	text-align: left;
	background: #E4E4E4;
	overflow-y: scroll;
	height: 350px;
}

#m_area .m_filter_left .area_metro_first li,
#m_area .m_filter_left .area_metro_second li,
#m_area .m_filter_left .area_metro_thrid li {}

#m_area .m_filter_left .area_metro_third li {}

#m_area .m_filter_left .area_metro_second {
	background: #F5F5F5;

	height: 350px;
}

#m_price {
	padding: 0;
	height: 350px;
}

#m_price .m_filter_left {
	background: #F8F8F8;
	width: 32%;
	height: 82.85714285714286%;
	padding-top: 12px;
}

#m_price .m_filter_left li {
	padding-left: 25px;
	height: 50px;
	line-height: 50px;
	text-align: left !important;
}

#m_price .m_filter_right {
	background: #FFFFFF;
	width: 68%;
	/* padding-left: 15px; */
	height: 82.85714285714286%;
	overflow-y: scroll;
}
#m_price  .m_filter_people{
	background: #FFFFFF;
	width: 100%;
	/* padding-left: 15px; */
	height: 82.85714285714286%;
	overflow-y: scroll;
}
#danjia{
	height: 280px;
	padding-top: 40px;
	position: relative;

}
#zongjia{
	height: 280px;
	padding-top: 40px;
	position: relative;
}
#remove_Remove{
	position:static;
}

#zongjia{
	height: 280px;
}
.box_block_press{
	height: 240px;
	/* position: relative; */
	overflow: hidden;
}
#m_price .m_filter_left li,
#m_price .m_filter_right li,
#m_price .m_filter_people li {
	border-bottom: none;
}


.placesel {
	width: 100%;
	height: 350px;
	display: flex;
}

#menu1 a {
	display: block;
	width: 100%;
	height: 50px;
	padding-left: 25px;
	line-height: 50px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(30, 30, 30, 1);
}
.placesel-top1{
	background: #F0F0F0;
}
#menu1 .active {
	color: #40A9FF;
	background: #F8F8F8;
}
#menu1{
	padding-top: 12px;
}

#menu2{
	padding-top: 12px;
}
#menu3{
   padding-top: 12px;
}

#menu2 .active {
	color: #40A9FF;
	background: #FFFFFF;
}

#menu3 .avtive {
	color: #40A9FF;
}

#menu2 {
	height: 290px;
	overflow: hidden;
	background: rgba(248, 248, 248, 1);
	padding-bottom: 10px;
}

.scrollbox1>div {}

#menu3 {
	height: 290px;
	overflow: hidden;
	background: #ffffff;
	padding-bottom: 10px;
}

#menu3 a{
	display: block;
	width: 100%;
	text-align:left;
	height: 50px;
	padding-left: 25px;
	line-height: 50px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(30, 30, 30, 1);
}

#menu3 .address_details span{
	display: block;
	width: 70%;
	text-align:left;
	height: 50px;
	padding-left: 25px;
	line-height: 50px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	/* color: rgba(30, 30, 30, 1); */
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 1; 
	overflow: hidden;
}

#menu3 .address_details svg{
	display:block;
	font-size: 16px;
	width: 16px;
	height: 25px;
	margin-right: 25px;
	margin-top: 14px;
}
.address.active{
	color: #40A9FF;
}
.place_quyu2 .active>span{
	color: #40A9FF;
}
.address p{	
	float: right;
	margin-right: 25px;
	margin-top: 14px;
}
#menu2 a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 25px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(30, 30, 30, 1);
	background: rgba(248, 248, 248, 1);
}
.place_ditie_li>a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.go_beyond span{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.fuzzy_selection{
	height: 44px;
	width: 100%;
	margin: auto;
	box-shadow: 0px 7px 17px rgba(143, 149, 160, 0.11);
}
.fuzzy_selection1{
	height: 44px;
	width: 100%;
	margin: auto;
	position: absolute;
	top: 0px;
	box-shadow: 0px 7px 17px rgba(143, 149, 160, 0.11);
}
.selection_center{
	width: 310px;
	padding-top: 5px;
	margin: auto;
}
.selection_input:focus {
   border: 1px #1E1E1E solid;
   color: #1E1E1E;
}
.selection_input1:focus {
	border: 1px #1E1E1E solid;
	color: #1E1E1E;
 }
.selection_center1{
	width: 210px;
	padding-top: 5px;
	margin: auto;
}
.selection_center2{
    width: 320px;
	margin: auto;
}
.selection_span{
	font-size: 16px;
	margin-right: 16px;
}
.selection_span1w{
	font-size: 16px;
	margin-right: 16px;
}
.selection_span1{
	display: inline-block;
	width: 10px;
	margin: 0px 5px;
	border-bottom: 1px #D8D8D8 solid;
}
.place_quyu,
.place_ditie {
	overflow: hidden;
}
.selection_input{
	width: 98px;
	height: 32px;
  	background: #FFFFFF;
	font-size: 12px;
    text-align: center;
	box-sizing: border-box;
	border-radius: 2px;
	padding-left: 8px;
}
.selection_center input{
    border: 1px solid #D8D8D8;
	color: #D8D8D8;
}
.selection_input1{
	width: 64px;
	height: 32px;
  	background: #FFFFFF;
	  font-size: 12px;
	border: 1px solid #D8D8D8;
	box-sizing: border-box;
	border-radius: 2px;
	color: #D8D8D8;
}
.place_quyu2 {
	display: none;
}

.place_quyu2>div {
	display: none;
}

.place_ditie2 {}

.m_filter_right li {
	height: 50px;
	width: 100%;
	line-height: 50px;
}
.m_filter_people li{
	height: 50px;
	width: 100%;
	line-height: 50px;
}
.building_swiper_pic {
	padding-top: 44px;
}


.building_swiper_pic .swiper-pagination {
	right: 15px;
	bottom: 15px;
	width: 50px;
	height: 24px;
	line-height: 24px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 24px;
	text-align: center;
	color: #fff;
}

.building_swiper_pic .swiper-pagination-fraction {
	right: 15px;
	left: initial;
}

.house_info p {
	font-size: 20px;
	padding-bottom: 8px;
	color: #1E1E1E;
}

.near_new {
	padding-bottom: 60px;
}

#qiaofeng{
	display: inline-block;
}

.near_new .nav-title {
	padding: 15px 0 0 18px;
	font-size: 15px;
	color: #000;
}

.near_new .swiper-slide {
	padding: 5px;
}

.near_new .swiper-slide .near_item_new {
	padding: 10px 7px 10px 10px;
	width: 50%;
}

.near_new .swiper-slide .near_item_new a {
	display: block;
	border-radius: 5px;
	-moz-box-shadow: 0px 4px 4px #F3F3F3;
	-webkit-box-shadow: 0px 4px 4px #F3F3F3;
	box-shadow: 0px 4px 4px #F3F3F3;
	overflow: hidden;
	border: 1px solid #F8F8F8;
	padding: 0 0 12px;
}

.near_item_new .price {
	color: #fe6b66;
	font-weight: bold;
	display: inline-block;
	font-size: 16px;
}

.near_item_new .price_text {
	display: inline-block;
	color: #9b9b9b;
	font-size: 11px;
}

.near_item_new .building-name {
	font-size: 13px;
	font-weight: 500;
	color: #353535;
	padding-left: 6px;
	padding-top: 12px;
}

.building_brief_text {
	padding: 15px;
}

.building_brief_text .nav-title {
	padding: 0 0 10px;
	font-size: 20px;
	color: #1E1E1E;
}

.building_brief_text .m_text {
	overflow: hidden;
	/* border-radius: 5px;
	-moz-box-shadow: 0px 0px 3px 2px #F3F3F3;
	-webkit-box-shadow: 0px 0px 3px 2px #F3F3F3;
	box-shadow: 0px 0px 3px 2px #F3F3F3; */
}

.building_brief_text .m_text_info {
	overflow: hidden;
	font-size: 14px;
	color: #888888;
	line-height: 25px;
	max-height:110px ;
}

.h_auto {
	height: auto !important;
	max-height: none !important;
}

.showOrHide {
	text-align: center;
	padding: 10px 0 0;
}

.showBtn {
	border: none;
	outline: none;
	width: 80%;
	margin: 0 auto;
	padding: 8px 0px;
	background: rgba(248, 248, 248, 1);
	border-radius: 8px;
	color: #888888;
	font-size: 18px;
}

.hideBtn {
	border: none;
	outline: none;
	width: 80%;
	margin: 0 auto;
	padding: 8px 0px;
	background: rgba(248, 248, 248, 1);
	border-radius: 8px;
	color: #888888;
	font-size: 18px;
}

.yy_process .nav-title {
	padding: 15px 15px 10px;
	font-size: 16px;
	color: #000;
}

.yy_process .process_img {
	padding: 0 12% 15px;
}

.lhbg_type {}

.lhbg_type .lhbg_type_item {
	display: block;
	width: 30%;
	border-bottom: 2px solid transparent;
	padding: 10px 0;
	font-weight: 500;
	font-size: 13px;
}

.lhbg_type .lhbg_type_item.fl {
	text-align: right;
}

.lhbg_type .lhbg_type_item.active {
	color: #40A9FF;
	border-color: #40A9FF;
}

/*企业礼包分类*/
.m_tfyy .nav-title-house .tab-item {
	/* border: none;
    border-bottom: 1px solid transparent; */
	border-radius: 4px;
	background: #F8F8F8;
	border: 1px solid #F8F8F8;

}

.m_tfyy .nav-title-house .tab-item-current {
	color: #40A9FF;
	border: 1px solid #40A9FF;
	background: rgba(64, 169, 255, 0.1);
}

.m_giftBag #ts {
	color: rgba(0, 0, 0, 0.25);
	font-size: 14px;
}

.m_tfyy .nav-title-house .item-box {
	background: #fff;
	/* padding-bottom: 0; */
}

.m_tfyy .nav-title-house .slider-wrap {
	background: #fff;
}

.m_tfyy .position-relative {
	margin-top: 0;
	margin-bottom: 0;
}

.m_tfyy .nav-title-house {
	height: auto;
}

.m_tfyy .nav-title-house .slider-wrap {
	height: auto;
}

/*企业礼包--注意事项*/
.watch_box {
	padding: 20px 15px;
	background: #f5f5f5;
}

.watch_box .watch_tit {
	font-size: 14px;
	color: #333;
	padding-bottom: 6px;
}

.watch_box .watch_txt {
	font-size: 12px;
	color: #999999;
	line-height: 24px;
}

.watch_box .becomeBtn {
	display: block;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 18px;
	border-radius: 4px;
	background: rgba(64, 169, 255, 1);
	text-align: center;
}

/*企业礼包详情*/
.gift_info {
	padding: 15px;
	transform: translateY(-50%);
	background: #fff;
	border-radius: 6px;
	width: 80%;
	margin-left: 10%;
	-moz-box-shadow: 0px 4px 4px #F3F3F3;
	-webkit-box-shadow: 0px 4px 4px #F3F3F3;
	box-shadow: 0px 4px 4px #F3F3F3;
	display: none;
}

.gift_info .gift_pic,
.gift_info .gift_text {
	width: 48%;
}

.gift_info .gift_pic {
	border: 1px solid #F8F8F8;
}

.gift_info .gift_info_p {
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	text-align: center;
	-webkit-box-align: center;
	align-items: center;
	/*垂直方向对齐*/
	-webkit-align-items: center;
	-webkit-flex-shrink: 0;
	-webkit-box-pack: center;
	justify-content: center;
	/*水平方向对齐*/
}

.gift_info .gift_info_p>div {
	flex-grow: 1;
}

.gift_info .gift_text h4 {
	color: #40A9FF;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
	padding-left: 15px;
}

.gift_info .gift_text p {
	color: #999;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	padding-left: 15px;
}

.m_apply_item {
	position: relative;
}

.m_apply_item .getCode {
	position: absolute;
	top: 10px;
	right: 0;
	height: 38px;
	padding: 0 12px;
	font-size: 12px;
	border: none;
	outline: none;
	color: #40A9FF;
	background: none;
	/* color: #fff;
	background: -webkit-linear-gradient(left, #75a0fb, #40A9FF);
	background: -moz-linear-gradient(right, #75a0fb, #40A9FF);
	background: -o-linear-gradient(right, #75a0fb, #40A9FF);
	background: linear-gradient(to right, #75a0fb, #40A9FF); */
}

.m_apply_item textarea {
	width: 100%;
	border: 1px solid #F8F8F8;
	height: 80px;
	outline: none;
	border-radius: 4px;
	padding: 8px;
	font-size: 14px;
	resize: none;
	background: #F4F4F4;
}

.m_applyBox_p .submitItem {
	position: fixed;
	bottom: 0;
	left: 0;
	width: calc(100% - 30px);
}

.m_applyBox .m_closeBtn {
	display: inline-block;
	/*height: 60px;*/
	/*width: 60px;*/
	/*text-align: center;*/
	height: 35px;
	width: 35px;
	margin: 10px 0 0 0;
	text-align: right;
	line-height: 60px;
	background: url(../img/close_black.png) no-repeat center center;
	background-size: 22px;
}

.order_info .order-input .order-item #yy_mobile {
	background: none;
	padding-left: 10px;
}

.order_info .order-input .order-item input {
	border: 1px solid #F8F8F8;
}

.order_info .order-input .order-item textarea {
	background: #f4f4f4;
}

.order_info .order-input .order-item {
	position: relative;
}

.order_info .order-input .order-item .getCode {
	position: absolute;
	top: 0px;
	right: 13px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	border: none;
	outline: none;
	color: #40A9FF;
	background: none;
}

/*个人中心*/
.userCenter {
	border-bottom: none;
}

.userCenter {
	background: -webkit-linear-gradient(left, #75a0fb, #40A9FF);
	background: -moz-linear-gradient(right, #75a0fb, #40A9FF);
	background: -o-linear-gradient(right, #75a0fb, #40A9FF);
	background: linear-gradient(to right, #75a0fb, #40A9FF);
}

#yys {
	display: block;
	width: 90%;
	margin: 36px auto 0;
	height: 44px;
	border-radius:8px;
	font-size: 18px;
	border: none;
	outline: none;
	font-weight:400;
	color:rgba(255,255,255,1);
	color: #fff;
	background: #40A9FF;
	padding-left: 0;
}

.bluebg {
	height: 250px;
	margin-top: 45px;
	position: relative;
	background-size: 100% 100%;
}

.bluebg .userImg {
	text-align: center;
	position: absolute;
	top: 46px;
	left: 16%;
	transform: translateX(-50%);
	z-index: 1;
}

.bluebg .userImg .icon {
	font-size: 56px;
	color: #ffffff;
}

.bluebg .userTel {
	position: absolute;
	width: 68%;
	top: 33px;
	left: 26%;
}

.bluebg .userTel .us_sp {
	font-size: 18px;
	color: #FFFFFF;
}

.bluebg .userTel .us_p {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 8px;
}

.m_pers .list .list_item {
	position: relative;
}

.bluebg .denlu {
	padding: 8px 16px;
	background: #40A9FF;
	position: absolute;
	bottom: 63px;
	right: 24px;
	border-radius: 24px;
}

.bluebg .denlu a {
	font-size: 17px;
	color: #ffffff;
}

.collectionedBtn {
	position: absolute;
	top: 10px;
	right: -10px;
	width: 40px;
	height: 40px;
	border: none;
	outline: none;
	background: url(../img/sc_ed.png) no-repeat center center;
	background-size: 16px;
	display: none;
}

.collectionedBtn.qx {
	background: url(../img/sc.png) no-repeat center center;
	background-size: 16px;
}

.collection_type a {
	display: block;
	width: 50%;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 17px;
	background: #ffffff;
	position: relative;
}

.collection_type a.cur {
	color: #40A9FF;
}

.cur::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 1px;
	background: #40A9FF;
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%);
}

.m_pers .height12,
.collection_type {

	padding-top: 25px;
}

.m_collection .houseType .houseTypeItem {
	position: relative;
	border-bottom: 1px solid #F8F8F8;
	padding: 15px 0;
	margin: 0 15px;
}

.m_collection .houseType .houseTypeItem a {
	display: block;
}

.m_collection .houseType .houseTypeItem .houseImg {
	width: 135px;
	border-radius: 5px;
	overflow: hidden;
}

.m_collection .houseType .houseTypeItem .houseInfo {
	width: calc(100% - 135px);
	padding-left: 12px;
}

.m_collection .houseType .houseTypeItem .houseInfo p {
	color: #9b9b9b;
	line-height: 25px;
}

.m_collection .houseType .houseTypeItem .houseInfo .part1 strong {
	color: #333;
	font-size: 15px;
}

.m_collection .houseType .houseTypeItem .houseInfo .part1 span {
	color: #fe6b66;
	font-weight: bold;
	font-size: 16px;
}

.m_collection .houseType .houseTypeItem .houseInfo .part2 span {
	display: inline-block;
	padding: 0px 5px;
	font-size: 10px;
	color: #40A9FF;
	font-weight: normal;
	background: #eff4ff;
	border-radius: 3px;
	line-height: 15px;
}

.tese_box_p {
	padding-bottom: 15px;
}

.room_list {
	padding-bottom: 15px;
}

.zzhx {
	padding: 15px;
	font-size: 20px;
	color: #1E1E1E;
}

.near_item_new .near>div {
	padding: 5px 6px 0;
}

.m_logout {
	padding: 60px 15px 0;
	text-align: center;
}

.m_logout .m_logout_btn {
	width: 100%;
	border: none;
	outline: none;
	font-size: 18px;
	line-height: 44px;
	border-radius: 8px;
	color: #fff;
	background: rgba(64, 169, 255, 1);
}

.near_new .swiper-container .swiper-pagination-bullet-active {
	background-color: #9ABAFA;
}

.near_new .swiper-container {
	padding-bottom: 20px;
}

.noscBox {
	padding-top: 100px;
	text-align: center;
}

.noscBox .nosc_img {
	width: 232px;
	height: 174px;
}

.noscBox .nosc_txt {
	font-size: 13px;
	color: #777;
	text-align: center;
	margin: 10px 0;
}

.noscBox .nosc_link {
	font-size: 13px;
	color: #40A9FF;
	text-align: center;
	display: block;
	width: 180px;
	height: 48px;
	background: rgba(64, 169, 255, 1);
	box-shadow: 0px 7px 17px 0px rgba(64, 169, 255, 0.22);
	border-radius: 24px;
	color: #FFFFFF;
	font-size: 18px;
	margin: 50px auto;
	text-align: center;
	line-height: 48px;
}

.m_logo {
	margin-left: 15px;
}

.m_order_tips {
	padding: 10px 0;
	font-size: 13px;
	color: #999;
}

/* 内页顶部导航 */
.index_nav {
	position: fixed;
	top: 43px;
	border-top: 1px solid #eee;
	width: 100%;
	z-index: 109;
	padding: 15px 0;
	background: #fff;
}

.index_nav ul li {
	float: left;
	width: 20%;
}

.index_nav ul li a {
	display: block;
	text-align: center;
	padding-top: 35px;
	background: url(../img/home.png) no-repeat center top;
	background-size: 30px;
}

.index_nav ul li a.nav-zzhx {
	background: url(../img/nav-zzhx.png) no-repeat center top;
	background-size: 30px;
}

.index_nav ul li a.nav-xzl {
	background: url(../img/nav-xzl.png) no-repeat center top;
	background-size: 30px;
}

.index_nav ul li a.nav-lhbg {
	background: url(../img/nav-lhbg.png) no-repeat center top;
	background-size: 30px;
}

.index_nav ul li a.nav-center {
	background: url(../img/nav-center.png) no-repeat center top;
	background-size: 30px;
}

/* 无搜索结果 */
.no_sesult {
	text-align: center;
	padding: 40px 20px 20px;
}

.no_sesult img {
	width: 101px;
	height: 101px;
}

.no_sesult p {
	font-size: 13px;
	color: #666;
	text-align: center;
	padding: 15px 0 30px;
}

.no_sesult .no_sesult_wt {
	position: relative;
	text-align: left;
}

.no_sesult .no_sesult_wt input {
	outline: none;
	border-radius: 2px;
	border: 2px solid #F8F8F8;
	width: calc(100% - 90px);
	height: 44px;
	padding-left: 10px;
}

.no_sesult .no_sesult_wt button {
	position: absolute;
	top: 0;
	right: 0;
	width: 88px;
	height: 44px;
	color: #fff;
	background: #40A9FF;
	outline: none;
	border: none;
	border-radius: 2px;
}

.no_sesult .no_sesult_wt .backIndex {
	display: block;
	width: 100%;
	height: 44px;
	border-radius: 22px;
	color: #fff;
	background: #40A9FF;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
}

.xj_icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;

}

.m_tfyy0412 {
	padding-top: 68px;
}

.m_tfyy0412 .online_tit {
	color: #222;
	font-size: 20px;
	text-align: left;
	padding: 0 16px;
	line-height: 28px;
}

.m_tfyy0412 .online_wt {
	margin-top: 8px;
	text-align: left;
	padding: 0 16px;
	font-size: 16px;
	color: #888;
	line-height: 22px;
}

.m_tfyy0412 .order_info .order-input textarea {
	border-bottom: none;
	font-size: 16px;
	color: #B2B2B2;
	background: #F8F8F8;
	border-radius: 3px;
	height: 92px;
}

.m_tfyy0412 .order_info .item_label {
	font-size: 16px;
	color: #222;
}

.m_tfyy0412 .order_info .item_label span {
	color: #D0021B;
}

.getCode0412 {
	position: absolute;
	top: 0;
	right: 13px;
	height: 48px;
	line-height: 48px;
	background: none;
	border: none;
	font-size: 16px;
	color: #40A9FF;
}

/* 新加 */
.near_item .tnax-lis {
	padding-top: 3px;
}

.near_item .tnax-lis span {
	font-size: 11px;
	font-weight: 400;
	padding: 2px 4px;
	margin-right: 4px;
}

.near_item .tnax-lis .ngb_0 {
	color: #40A9FF;
	background: #E6F7FF;
}

.near_item .tnax-lis .ngb_1 {
	color: #F5222D;
	background: #FFF1F0;
}

.near_item .tnax-lis .ngb_2 {
	color: #2F54EB;
	background: #F0F5FF;
}

.near_item .tnax-lis .ngb_3 {
	color: #FA8C16;
	background: #FFF7E6;
}

.inform_m {
	padding: 20px 16px;
}

.inform_m .tiox {
	overflow: hidden;
}

.inform_m .tiox h3 {
	font-size: 20px;
	color: #222222;
	font-weight: 400;
	float: left;
}

.inform_m .tiox a {
	font-size: 16px;
	color: #888888;
	float: right;
	margin-top: 3px;
}

.inform_m .firm_a {
	padding-top: 4px;
	padding-bottom: 8px;
	border-bottom: 1px solid #F8F8F8;
}

.inform_m .firm_a a {
	color: #222222;
	font-size: 14px;
	margin-top: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.yina-img {
	width: 128px;
	height: 80px;
	max-height: 80px;
	line-height: 80px;
	overflow: hidden;
	float: left;
	position: relative;
	border-radius: 4px;
	height: 100px;
	background:#FAFAFA url(/public/static/index/m_statics/img/Photo_Shooting.png) no-repeat center;
	background-size: 128px 80px;
}

.list .list_item .item_lf .img_ty {
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 20px;
	z-index: 3;
}

.gyrn {
	overflow: hidden;
	margin-top: 8px;
	padding-bottom: 30px;
	border-bottom: 1px solid #F8F8F8;
}

.gyrn .legt {
	width: 136px;
	float: left;
	border-radius: 4px;
}

.gyrn .legt img {
	width: 100%;
	border-radius: 4px;
}

.gyrn .rig-wz {
	width: 199px;
	float: left;
	margin-left: 8px;
}

.gyrn .rig-wz .rig_sp {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #222222;
	font-size: 14px;
}

.gyrn .rig-wz .rig_p {
	color: #888888;
	font-size: 14px;
	margin-top: 8px;
}

.lamux {
	padding: 7px 20px 16px 20px;
}

.lamux .tlie {
	color: #4A4A4A;
	font-size: 12px;
}

.lamux .tlie ul {
	overflow: hidden;
}

.lamux .tlie li {
	float: left;
}

.lamux .tlie a {
	color: #4A4A4A;
	font-size: 12px;
}

.lamux .tle-list {}

.lamux .tle-list .nav-lis {
	overflow: hidden;
	padding-top: 24px;
}

.lamux .tle-list .nav-lis li {
	float: left;
	width: 76px;
	height: 33px;
	background: #F8F8F8;
	text-align: center;
	line-height: 33px;
	margin-right: 10px;
	font-size: 12px;
}

.lamux .tle-list .nav-lis li.active {
	background: rgba(64, 169, 255, 0.1);
	color: #40A9FF;
}

.price_type>.active{
	background: #FFFFFF;
}

.nav-main .lis-mx {
	padding-top: 8px;
	display: none;
}

.lis-mx a {
	margin-right: 10px;
	font-size: 12px;
	color: #4A4A4A;
	display: inline-block;
	margin-top: 8px;
}

.nav-main .lis-z {
	display: block;
}

.m_foot .fot-img {
	padding: 16px;
}

.m_foot .fot-img img {
	width: 91px;
	height: 42px;
}

.city-m {
	width: 100%;
	height: 100%;
	background: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 333;
	padding: 12px 0px 0px 28px;
	display: none;
}

.mi-top .icon {
	font-size: 20px;
	color: #1E1E1E;
}

.city-m .tyn-s {
	color: #888888;
	font-size: 18px;
	margin-top: 13px;
}

.city-m .tyn-list {
	overflow: hidden;
}

.city-m .tyn-list a {
	background: #F8F8F8;
	width: 30%;
	line-height: 36px;
	float: left;
	color: #4A4A4A;
	font-size: 14px;
	display: block;
	margin-right: 5px;
	margin-top: 15px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #F8F8F8;
}
.city-m .tyn-list .active{
	background:rgba(64,169,255,0.1);
	border:1px solid rgba(64,169,255,1);
	color: #40A9FF;
}
.city-m .btnar {
	color: #888888;
	font-size: 14px;
	margin-top: 16px;
}

.search_pop .sear-lef {
	width: 112px;
	display: flex;
	position: relative;
	line-height: 52px;
}

.search_pop .sear-lef .maya {
	margin-right: 3px;

}

.search_pop .sear-lef .fan {
	color: #4A4A4A;
	font-size: 18px;

}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.xuaze {
	width: 85px;
	margin-right: 4px;
	display: flex;
}

.xuaze .zufh {
	font-size: 16px;
	color: #4A4A4A;
	margin-right: 4px;
}

.xuaze .xial {
	font-size: 12px;
	color: #4A4A4A;
}

.sear-lef .zuhx {
	position: absolute;
	left: 0;
	top: 68px;
	background: #ffffff;
	z-index: 334;
	width: 100%;
	display: none;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03);
}

.sear-lef .zuhx ul li {
	color: #4A4A4A;
	font-size: 16px;
	text-align: center;

}

.sear-lef .zuhx ul li.active {
	color: #40A9FF;
}

.m_index_search .inpx {
	display: flex;
	flex: 1;
	line-height: 52px;
}

.hot-s {
	padding: 20px 15px;
}

.hot-s .tix {
	color: #1E1E1E;
	font-size: 17px;
}

.clear_history {
	float: right;
	font-size: 14px;
	font-family: PingFangSC-Light, PingFang SC;
	font-weight: 300;
	color: rgba(136, 136, 136, 1);
}

.hot-s .lsth {
	padding-top: 8px;
}

.hot-s .lsth a {
	padding: 6px 14px;
	display: inline-block;
	background: #F8F8F8;
	color: #222222;
	font-size: 14px;
	border-radius: 16px;
	margin-right: 10px;
	margin-top: 8px;
}

.hitsy {
	padding: 0px 15px;
}

.hitsy .tix {
	color: #1E1E1E;
	font-size: 17px;
}

.hitsy .hit-list {
	padding-top: 7px;
}

.hitsy .hit-list a {
	border-bottom: 1px solid #F8F8F8;
	color: #1E1E1E;
	font-size: 14px;
	padding: 11px 0px;
	display: block;
}

.inge {
	background: #F5F5F5;
}

.gxial {
	position: fixed;
	width: 100%;
	padding: 15px 36px;
	background: #ffffff;
	left: 0;
	bottom: 0;
}

.m_tfyy_gg {
	position: relative;
}

.fixda {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	z-index: 22;
	left: 0;
	top: 0;
}

.fixda .wzn {
	position: absolute;
	left: 18px;
	bottom: 14px;
	z-index: 23;
}

.fixda .wzn .spn {
	font-size: 24px;
	color: #ffffff;
}

.fixda .wzn .psn {
	font-size: 14px;
	color: #ffffff;
	margin-top: 6px;
}

/*.m_applyBox .m_applyBox_p {*/
/*padding-top: 45px;*/
/*}*/

.m_applyBox {
	display: block;
}

.tlsxi {
	color: #1E1E1E;
	font-size: 20px;
	padding-bottom: 10px;
}

.m_pers .m_til {
	padding: 10px 0px 15px 0px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	font-size: 20px;
}

.at_list {
	padding-top: 15px;
}

.at_list ul {
	overflow: hidden;
}

.at_list ul li {
	float: left;
	width: 48%;
	background-color: #ffffff;
	box-shadow: 0px 7px 17px 0px rgba(143, 149, 160, 0.11);
	border-radius: 8px;
	padding: 15px 10px 20px;

}

.at_list ul li:first-child {
	margin-right: 4%;
	background-image: url(../img/kef.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 56px;
}

.at_list ul li:last-child {
	background-image: url(../img/kef1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 56px;
}

.at_list ul li span {
	color: #1E1E1E;
	font-size: 18px;
}

.at_list ul li p {
	color: #4A4A4A;
	font-size: 12px;
	margin-top: 4px;
}

.lisax {
	padding-top: 45px;
}

.lisax ul {
	overflow: hidden;
	padding: 0px 20px;
}

.lisax ul li {
	float: left;
	width: 30%;
	margin: 20px 1.5% 25px 1.5%;
	height: 60px;
	padding: 8px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 7px 17px 0px rgba(143, 149, 160, 0.11);
	border-radius: 4px;
}

.lisax ul li a {
	color: #4A4A4A;
	font-size: 16px;
}

.lisax ul li.active a {
	color: #40A9FF;
}

.lisax ul li:first-child {
	background-image: url(../img/bg1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 45px;
}

.lisax ul li:nth-child(2) {
	background-image: url(../img/bg2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 45px;
}

.lisax ul li:last-child {
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 45px;
}

.conomics {
	padding: 16px 18px;
}

.conomics .tlecx {
	color: #1E1E1E;
	font-size: 20px;
	padding-bottom: 8px;
}

.conomics .con-list {
	padding-top: 10px;
}

.conomics .con-list .lsv {
	overflow: hidden;
	padding-top: 5px;
}

.con-list .lsv .img-x {
	float: left;
}

.con-list .lsv .nvs_1 {
	border-radius: 50%;
}

.con-list .lsv .nvs_1 img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

.con-list .lsv .nvs_2 {
	margin-left: 20px;
	width: 155px;
}

.con-list .lsv .nvs_3 {
	padding: 8px;
	background: rgba(64, 169, 255, 0.1);
	border-radius: 4px;
	float: right;
}

.con-list .lsv .nvs_2 .spx {
	color: #1E1E1E;
	font-size: 17px;
	margin-top: 3px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.con-list .lsv .nvs_2 .px {
	color: #888888;
	font-size: 12px;
	margin-top: 2px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.con-list .lsv .nvs_3 a {
	color: #40A9FF;
	font-size: 17px;
}

.magax {
	padding-top: 10px;
	padding-bottom: 16px;
	border-bottom: 1px solid #F8F8F8;
}

.magax .listxa {
	overflow: hidden;
	margin-top: 6px;
}

.magax .listxa span {
	display: block;
	float: left;
	width: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.45);
}

.magax .listxa p {
	color: rgba(0, 0, 0, 0.85);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	width: calc(100% - 96px);
}

.vtac_log {
	width: 119px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 222;
}

.vtac_log>img {
	width: 100%;
}

.dinate {
	padding: 24px 0;
}

.din-tlx {
	color: #1E1E1E;
	font-size: 20px;
}

.dinate .list_a {
	padding-top: 8px;
}

.dinate .vnwr_list {
	overflow: hidden;
	padding-top: 8px;
}

.dinate .list_a span {
	color: rgba(0, 0, 0, 0.45);
	font-size: 14px;
	float: left;
	width: 82px;
	display: block;
}

.dinate .din-img {
	width: 160px;
	margin-top: 16px;
	border-radius: 4px;
}

.dinate .din-img img {
	width: 100%;
	border-radius: 4px;
}

.dinate .list_a p {
	width: calc(100% - 85px);
	float: left;
	color: rgba(0, 0, 0, 0.85);
	font-size: 14px;
}

.dinate .dng_btn {
	width: 87%;
	padding: 12px 0px;
	background: rgba(64, 169, 255, 0.1);
	border-radius: 8px;
	text-align: center;
	margin: 15px auto 0px;
}

.dinate .dng_btn a {
	color: rgba(64, 169, 255, 1);
	font-size: 18px;
}

.lsgna {
	padding: 16px 16px 0px 16px;
}

.lsgna ul {
	overflow: hidden;
}

.lsgna ul li {
	width: 50%;
	float: left;
	color: #4A4A4A;
	font-size: 14px;
	margin-top: 15px;
}

.lsgna .stil {
	color: #1E1E1E;
	font-size: 20px;
}

.lsgna ul li .icon {
	color: #000000;
	font-size: 14px;
	margin-right: 9px;
}

.dot_list {
	padding: 0px 16px;
}

.lisy {
	overflow: hidden;
	padding-top: 8px;
}

.lisy span {
	color: #B2B2B2;
	font-size: 14px;
	display: block;
	width: 96px;
	float: left;
}

.lisy p {
	color: #4A4A4A;
	font-size: 14px;
	width: calc(100% - 100px);
}

.dot_list .dng_btn {
	width: 80%;
	padding: 8px 0px;
	background: rgba(64, 169, 255, 0.1);
	border-radius: 8px;
	text-align: center;
	margin: 15px auto 0px;
}

.dot_list .dng_btn a {
	color: rgba(64, 169, 255, 1);
	font-size: 18px;
}

.tanmv {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
}

.tanmv .contcn {
	width: 280px;
	background: rgba(255, 255, 255, 1);
	border-radius: 4px;
	margin: 60% auto 0;
}

.tanmv .contcn .manv {
	text-align: center;
	padding: 25px 42px 15px 42px;
	border-bottom: 1px solid #F8F8F8;
}

.tanmv .contcn .manv>span {
	color: #000000;
	font-size: 18px;
}

.tanmv .contcn .manv>p {
	color: #888888;
	font-size: 14px;
	padding-top: 10px;
}

.tanmv .contcn .btn {
	text-align: center;
	color: #40A9FF;
	font-size: 18px;
	padding: 12px 0px;
}

.m_collection {
	padding: 0px 16px;
}

#menu3 .current {
	color: #40A9FF;
}
.get_beyond{

overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical; 
-webkit-line-clamp:1; 
}
.oeminput{
	width:244px;
	height:48px;
	background:rgba(248,248,248,1);
	border-radius:3px;
	font-size:16px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(178,178,178,1);
}

.index_title{
	font-weight: 400;
    color: #1E1E1E;
    padding: 2px 0;
    font-size: 17px;
    line-height: normal;
}

.index_partner{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	padding:32px 15px 4px;
}

.index_partner h3{
	font-size: 20px;
	color: #222222;
	margin-bottom: 32px;
	font-weight: 400;
}

.index_partner .box{
	background: #FFFFFF;
	box-shadow: 0px 7px 17px 0px rgba(143, 149, 160, 0.11);
	border-radius: 8px;
	padding: 16px 9px 24px;
}

.partner_swiper{	
	overflow: hidden;
	font-size: 0;
}

.partner_swiper .swiper-slide{
	display: block!important;
	height: auto!important;
} 

.partner_logo{
	width: 100%;
	display: block;
} 
.ft-nv {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    height: 57px;
    background-color: #fff;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.ft-nv a {
    position: relative;
    height: 100%;
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    width: 25%;
    color: #666;
    padding-top: 5px;
}
.ft-nv i {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    background-size: 397px auto;
    background-image: url(/ceskinm/img/css_sprites.png);
    background-repeat: no-repeat;
}
