/* ******************
* Name: m.main.css
* Anthor: juice.G
* Day: 2014.06.10
* Version: V1.0
****************** */

@charset "utf-8";
/* reset */
input, textarea {
	-webkit-user-select: text;
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-border-radius: 5px;
}
img {
	max-width: 100%;
	height: auto;
}
ul,li { list-style: none }

/* CSS Document */

.hpic .haspic::before {
	top: 9px;
}


* {
	margin:0;
	padding:0;
}
body {
	-webkit-text-size-adjust:none;
	font-family:"\5FAE\8F6F\96C5\9ED1",Arial, Helvetica, sans-serif;
	color:#333;
	font-size:14px;
	display: -webkit-box;
    /* We want to layout our first container vertically */
    -webkit-box-orient: vertical;
    /* we want our child elements to stretch to fit the container */
	-webkit-box-align:stretch;
	line-height:1.25em;
	background:#fff;
} /* General styles that apply to elements not contained within other classes and styles */

input,select,textarea{
	font-family:"\5FAE\8F6F\96C5\9ED1",Arial, Helvetica, sans-serif;
}
.item input[type=text], .item input[type=number], .item input[type=phone], .item textarea {
	-webkit-user-select: text;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-webkit-appearance: none;
	flex: 1;
	border-radius: 0;
	margin-right: 5px;
	outline: none;
	text-indent: 0.5em;
}
.body_div {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}


/*============================  common  =================================*/
.clear,.clearfix{
	clear: both;
	overflow: hidden;
	zoom: 1;
}
/* 浮动 */
.fl{
	float: left;
}
.fr{
	float: right;
}

/* 字体颜色 */
.fccc{
	color: #c5c5c5;/* 浅灰色 */
}
.f777{
	color: #777777 !important;/* 灰色 */
}
.f9c1{
	color: #94c21e;/* 绿色 */
}
.ff61{
	color: #ff6911;/* 橙色 */
}
.bg-n{
	background: transparent !important;
}
.bd-n{
	border: none !important;
}
.mg-t{
	margin-top: 0 !important;
}
.mg-r{
	margin-right: 0 !important;
}
.mg-b50{
	margin-bottom: 50px !important;
}
.bd-t{
	border-top: none !important;
}
.alert-danger{
	color: #b30000;
}
.line{
	margin: 0;
	height: 0; font-size: 0; border-bottom: #d1d1d1 solid 1px;
}

/*============================  main  =================================*/
/* header */
.header {
	height: 40px;
	line-height: 40px;
	padding: 0 0.5em;
	background: #313131;
	color: #838383;
	border-bottom: #94c21e solid 4px;
}

/* 发布房源 */
.post {
	margin: 10% 20% 10%;
	min-width: 90px;
	text-align: center;
	font-size: 16px;
}
.post p{
	padding: 20px 0;
}
.btnPost {
	-webkit-appearance: none;
	display: -webkit-box;
	display: block;
	min-width: 90px;
	background: #009b78;
	border: none;
	border-radius: 5px;
	border-bottom: #018d6d solid 2px;
	color: #FFF;
	height: 40px;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	font-family:"\5FAE\8F6F\96C5\9ED1",Arial, Helvetica, sans-serif;
}
.post_btn{
	margin: 5% 30%;
}

.btnPost_g{
	background: #5a5a5a;
	border-radius: 5px;
	border-bottom: #3f3f3f solid 2px;
}
.btnPost_gr{
	background: #94c21e;
	border-radius: 5px;
	border-bottom: #81ac12 solid 2px;
}


/* 我的订单 */
.my_order{
	width: 100%;
	font-size: 15px;
}
.my_order .blank{
	height: 12px;
	background-color: #313131;
}
.my_order .tit{
	background-color: #313131;
	color: #989898;
	border: none;
	height: 18px;
}
.my_order tr td{
	padding: 10px 0;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	color: #000;
}
.my_order .tit th{
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-left: #5a5a5a solid 1px;
}
.my_order .tit th.none{
	border-left: none;
}
.my_order h2,.my_order p{
	padding: 0 10px;
	font-size: 15px;
}
.my_order h2{
	text-align: left;
}
.my_order p{
	line-height: 30px;
}
.my_order p.f777,.my_order tr td .fccc{
	font-size: 11px;
	line-height: 16px;
}
.my_order tr td{
	vertical-align: text-top;
	border-bottom: #cccccc solid 1px;
}
.my_order tr td:first-child{
	width: 47%;
}
.my_order tr td .fccc{
	text-align: left;
	line-height: 16px;
}
.my_order tr td .f9c1,.my_order tr td .ff61{
	line-height: 30px;
}
.my_order .post_btn{
	margin: 5% auto;
}
.my_order .btnPost{
	margin: 0 auto;
	width: 80%;
	min-width: 60px;
}
/* 个人中心 */
.m_center{
	font-size: 15px;
	line-height: 24px;
}
.avator{
	clear: both;
	overflow: hidden;
	padding: 3% 5%;
	line-height: 100px;
	border-bottom: #d1d1d1 solid 1px;
}
.avator .name{
	display: table;
	height: 100px;
}
.avator .name p{
	display:table-cell;
	vertical-align: middle;
	line-height: 22px;
}
.avator .m-img{
	margin-right: 20px;
	width: 100px;
	height: 100px;
	overflow:hidden;
}
.m-info{
	padding:20px 6%;
	position:relative;
}
.m-info .couponBtn{
	position: absolute;
	display: block;
	top: 35px;
	right: 20px;
	width: 110px;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	font-size: 16px;

	text-align: center;
	background: linear-gradient(#EF4632,#C1200E);
	border-radius: 2px;
}
.m-info label{
	color: #c5c5c5;
}
.m-info .for{
	display: inline-block;
	padding: 0 20px;
	color: #c44343;
	font-size: 14px;
}

.m-info .post{
	margin: 20px 50% 20px 0%;
	min-width: 90px;
}
.global-common-a .global-nav a{
	color: #ccc;
}
.global-common-a .global-nav a:hover, .global-common-a .global-nav-current a {
	color: #ff9601;
	display: -webkit-box;
	display: block;
}

.global-common-a{
	height: 45px;
}
.global-common-a .global-nav {
	float: left;
	display: -webkit-box;
	display: block;
	position: relative;
	font-weight: 700;
	line-height: 40px;
	width: 50%;
	text-align: center;
	border-bottom: #b2b2b2 solid 1px;
}
.global-common-a .global-nav-arrow {
	display: none;
	position: absolute;
	bottom: -11px;
	_bottom: -30px;
	width: 13px;
	/* margin-left: -8px; */
	left: 49.2%;
	font-size: 16px;
	line-height: 20px;
	color: #ff9601;
	font: 400 12px/1.5 Verdana,Arial,"Hiragino Sans GB","宋体",sans-serif;
}
.global-common-a .global-nav-current{
	position: relative;
	margin-top: -1px;
	border-bottom: #ff9601 solid 2px;
}
.global-common-a .global-nav-current .global-nav-arrow {
	display: block;
}
.global-common-a .global-nav-arrow-border {
	bottom: -8px;
	_bottom: -31px;
	color: #fff;
}
.ucenter .hd-box{
	padding: 0 10%;
	line-height: 60px;
	border-bottom: #b2b2b2 solid 1px;
}
.ucenter .ucenter-user-item{
	clear: both;
	overflow: hidden;
	height: 60px;
}
.ucenter .ucenter-user-add{
	clear: both;
	overflow: hidden;
}
.ucenter .ucenter-user-add .icon-add{
	background: url(/assets/mobile/img/icon_add.png) no-repeat 0 0;
	background-size: 32px auto;
	overflow: hidden;
	margin: 13px 10px 0 0;
	width: 32px;
	height: 32px;
	float: left;
	display: inline-block;
	text-indent: -100em;
	top: 2px;
}

.ucenter .ucenter-user-item a{
	color: #1fa5f2;
	text-decoration: underline;
}
.ucenter .ucenter-user-item .num{
	color: #e2e2e2;
}
.ucenter .ucenter-user-add a{
	color: #95c321;
}

/* 交易流程管理 */
.d-recommend{
	clear: both;
	overflow: hidden;
	font-size: 15px;
	line-height: 20px;
	margin: 20px auto;
	padding: 20px;
	background: #f2f2f2;
	border-top: #b2b2b2 solid 1px;
	border-bottom: #b2b2b2 solid 1px;
}
.d-recommend .txt{
	width: 60%;
}
.d-recommend .post{
	margin: 0;
	width: 20%;
	min-width: 98px;
}
.d-schedule{
	line-height: 20px;
}
.d-schedule .tit{
	padding: 30px 20px 20px;
	margin: 20px 0;
	color: #fff;
	font-size: 15px;
}
.d-schedule .tit span{
	padding: 2px 5px;
	background: #94c21e;
}
.schedule-hd{
	padding: 0 20px;
	border-top: #d1d1d1 solid 1px;
}
.schedule-hd dt{
	padding: 20px 0 0;
	color: #94c21e;
	font-size: 15px;
}
.schedule-hd dt span{
	font-size: 14px;
	color: #333333;
}
.schedule-hd dt .download{
	display: inline-block;
}
.schedule-hd .ico{
	display: inline-block;
	margin-right: 10px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #94c21e;
	border-radius: 50%;
	font-style: normal;
	text-align: center;
}
.schedule-hd a{
	color: #1fa5f2;
	text-decoration: underline;
}
.schedule-hd .btn{
	margin: 20px auto;
	padding-left: 50%;
	display: inline-block;
}
.schedule-hd .btn-w{
	margin: 0 auto;
	display: inline-block;
	width: auto;
}
.schedule-hd .btn-1{
	margin: 20px 48.5%;
}
.schedule-hd .btn-w-1{
	min-width: 100px;
}
.schedule-hd .btn-w-2{
	min-width: 160px;
}
.schedule-hd .bd-a{
	color: #fff;
	text-decoration: none;
}
.schedule-hd .btnPost{
	margin-left: -45%;
	padding: 0 10px;
	min-width: 80px;
}
.schedule-hd .bd-green .btnPost{
	border: #9ac62b solid 1px;
	border-radius: 5px;
	background: #fff;
	color: #94c21e;
}
.schedule-hd .checkbox{
	margin-right: 5px;
}
.schedule-hd .checkboxed{
	margin-top: 10px;
	border: none;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	background: #94c21e;
}

/* 录入房源 */
.mpost{
	padding: 10px;
}
.mpost-pd{
	padding:10px 10%;
}
.mpost .item {
	position: relative;
	overflow: hidden;
	font-size: 15px;
}
.item .title {
	/*display: -webkit-box;*/
	-webkit-box-orient: vertical;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	justify-content: center;
	height: 52px;
	line-height: 52px;
	left: 0;
	position: absolute;
	top: 0;
	width: 80px;
}
.item .title1 {
	/*display: -webkit-box;*/
	-webkit-box-orient: vertical;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	justify-content: center;
	height: 52px;
	line-height: 52px;
	width: 200px;
}
}
.item .tit{
	display: -webkit-box;
	height: 52px;
	line-height: 52px;
	left: 0;
	position: absolute;
	top: 0;
	width: 80px;
	text-align: left;
	text-indent: 0.5em;
}
.item .title span{
	display: inline;
}
.item .title-1{
	position: relative;
	width: 120px;
	height: 40px;
	line-height: 40px;
}
.item .title-2{
	width: 50px;
}
.item .title-3{
	width: 130px;
	height: 52px;
	line-height: 52px;
}
.item .title-4{
	width: 150px;
	height: 52px;
	line-height: 52px;
	text-align: left;
	-webkit-box-align: left;
	-webkit-box-pack: left;
	align-items: left;
	justify-content: left;
}
.mpost .item .title-5{
	width: 245px;
	-webkit-box-align: left;
	-webkit-box-pack: left;
	align-items: left;
	justify-content: left;
}
.col-md-4 {
   float: left;
   width: 17%;
   margin-right: 1px;
   overflow: hidden;
}
.col-md-3 {
   float: left;
   width: 31%;
   margin: 0 5px 5px 0;
   overflow: hidden;
}

@media screen and (min-width: 1080px){
	.col-md-3 {
	   float: left;
	   width: 348px;
	   height: 261px;
	   margin: 0 5px 5px 0;
	   overflow: hidden;
	}
	.col-md-3 img{
        width: 100%;
        height: 100%;
    }
    .upload_area{
    	width: 346px;
    	height: 259px;
    	overflow: hidden;
    }
}
@media screen and (min-width: 854px){
	.col-md-3 {
	   float: left;
	   width: 273px;
	   height: 205px;
	   margin: 0 5px 5px 0;
	   overflow: hidden;
	}
	.col-md-3 img{
        width: 100%;
        height: 100%;
    }
    .upload_area{
    	width: 271px;
    	height: 203px;
    	overflow: hidden;
    }
    #house_desc{
    	width: 835px;
    }
}
@media screen and (min-width: 640px){
	.col-md-3 {
	   float: left;
	   width: 201px;
	   height: 151px;
	   margin: 0 5px 5px 0;
	   overflow: hidden;
	}
	.col-md-3 img{
        width: 100%;
        height: 100%;
    }
    .upload_area{
    	width: 199px;
    	height: 149px;
    	overflow: hidden;
    }
}
@media screen and (min-width: 540px){
	.col-md-3 {
	   float: left;
	   width: 168px;
	   height: 126px;
	   margin: 0 5px 5px 0;
	   overflow: hidden;
	}
	.col-md-3 img{
        width: 100%;
        height: 100%;
    }
    .upload_area{
    	width: 166px;
    	height: 124px;
    	overflow: hidden;
    }
}
@media screen and (min-width: 480px){
	.col-md-3 {
	   float: left;
	   width: 148px;
	   height: 111px;
	   margin: 0 5px 5px 0;
	   overflow: hidden;
	}
	.col-md-3 img{
        width: 100%;
        height: 100%;
    }
    .upload_area{
    	width: 146px;
    	height: 109px;
    	overflow: hidden;
    }
}
@media screen and (min-width: 320px){
	.col-md-3 {
	   float: left;
	   width: 95px;
	   height: 71px;
	   margin: 0 5px 5px 0;
	   overflow: hidden;
	}
	.col-md-3 img{
        width: 100%;
        height: 100%;
    }
    .upload_area{
    	width: 93px;
    	height: 69px;
    	overflow: hidden;
    }
}
.col-md-2 {
   float: left;
   width: 50%;
   margin: 0 5px 5px 0;
   overflow: hidden;
}
.item .input {
	color: #394B59;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-left: 80px;
	padding: 5px 0;
	line-height: 42px;
	position: relative;
}
.item .input1 {
	color: #394B59;

	margin-left: 140px;
	padding: 5px 0;
	line-height: 42px;
	position: relative;
	overflow:hidden;
}
.item .input1 input{
	width:20px;
	height:20px;
	display:inline;
	margin: 12px 5px 0 0;
	float:left
}
.item .input2{
	color: #394B59;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-left: 80px;
	padding: 5px 0;
	line-height: 42px;
	position: relative;
	overflow:hidden;
}
.item .input2 input{
	width:20px;
	height:20px;
	display:inline;
	margin: 12px 5px 0 0;
	float:left
}
.item .input-f{
	margin-left: 0;
}
.item .input-4{
	margin-left: 50px;
}
.item .input-1{
	margin-left: 140px;
}
.item .input-2{
	margin-left: 160px;
}
.item .input-3{
	margin-left: 245px;
}
.item .input-3 .elevator{
	width: 55px;
}
.item .input .input-span{
	width: 80%;
	text-align: right;
	font-size: 36px;
}
.input .select {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	line-height: 42px;
	position: relative;
}
.input .desc{
	line-height: 42px;
	font-style: normal;
	font-size: 14px;
	color: #b9b9b9;
}
.input .desc-h{
	font-size: 12px;
}
.decorate{
	width: 100%;
	height: 40px;
	background: #f9f9f9;
	border: #b2b2b2 solid 1px;
}
.select_fl input,.select_fl em{
	display: inline-block;
	float: left;
	font-style: normal;
}
.select_fl .elevator{
	width: 80px;
	text-indent: 0em;
}
.decorate-txt{
	font-size: 12px;
}
.p-num{
	width: 100px;
}
.floor-w{
	width: 37px;
}
.floor{
	width: 80px;
}
.input_w{
	width: 80px;
}
.elevator{
	width: 100px;
}
.input_w150{
	width: 150px;
}
.input_w200{
	width: 200px;
}
.select-f{
	width: 99%;
}

@media screen and (max-width:1136px){
	.col-md-4{
		min-width: 50px;
	}
	.floor-w{
		width: 37px;
	}
}

.upload_area{
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	justify-content: center;
	font-size: 3em;
	font-family: "Arial";
	position: relative;
	border: #999999 solid 1px;

}
.upload_area .upload{
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-family: "Arial";
	display:block;
    font-size:0;
    line-height:0;
	border: none;
	text-decoration: none;

	border-radius: 0;
}

.item textarea {
	padding: 5px;
	width: 100%;
	min-height: 150px;
	border: #b2b2b2 solid 1px;
	background: #f9f9f9;
}
.item .checkbox{
	margin-top: 12px;
	margin-right: 1px;
	width: 15px;
	height: 15px;
	float: left;
}
.checkbox{
  display:block;
  font-weight: 700;
  -webkit-border-radius: 5px;
  border: #ccc solid 1px;
  font-size: 14px;
  line-height: 15px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  text-indent: -999999px;
  font-family:"\5FAE\8F6F\96C5\9ED1";
}

.checkbox.active
{
  text-indent: 0;
  border: #fff solid 1px;;
  background-color: #94c21e;
}
.check .select em{
	font-style: normal;
}
.check .select .elevator,.check .select em{
	float: left;
}
.btn_box{
	padding: 5% 0;
	height: auto;
	overflow: hidden;
	border-top: #d1d1d1 solid 1px;
}
.btn_box_1{
	padding: 0;
}
.btn_box_1 .post{
	margin: 20px 20%;
}
.btn_box .btnPost_g{
	float: left;
	margin: 0 2.5%;
	width: 45%;
}
.btn_box .btnPost_y{
	float: left;
	margin: 0 2.5%;
	width: 45%;
}

/* 详情页 */
.tit_area{
	margin-bottom: 12px;
	padding: 15px 10px 0 10px;
	min-height: 66px;
	position: relative;
}
.tit_area .tit{
	width: 60%;
	font-size:20px;
	font-weight: bold;
	line-height: 28px;
}
.tit_area .status_bar{
	width: 40%;
	position: relative;
}
.tit_area .status_bar .btn_dianping,.tit_area .status_bar .btn_Favorite,.tit_area .status_bar .btn_share{
	display: block;
	float: left;
	width: 33.33333333333333333333%;
	font-size: 14px;
	text-align: center;
	color: #666666;
	cursor: pointer;
}
.tit_area .status_bar .ico{
	display: block;
	width: 100%;
	height: 38px;
}
.status_bar .btn_dianping .ico {
	background: url(/assets/mobile/img/ico_dianping.png) no-repeat center 0;
	background-size: 32px auto;
}
.status_bar .btn_Favorite .ico {
	background: url(/assets/mobile/img/ico_fav.png) no-repeat center 0;
	background-size: 32px auto;
}
.status_bar .btn_Favorited .ico {
	background: url(/assets/mobile/img/ico_faved.png) no-repeat center 0;
	background-size: 32px auto;
}
.status_bar .btn_share .ico {
	background: url(/assets/mobile/img/ico_share.png) no-repeat center 0;
	background-size: 32px auto;
}

.share_wrap{
	height: 0px;
	margin-top: 0;
	overflow: hidden;
	-webkit-transition: 0.4s all ease;
}
.share{
	height: 44px;
	padding: 5px 10px;
}
.bdsharebuttonbox, .bdshare-button-style0-32 {
	width: 100%;
}
.bdshare-button-style0-32 {
	zoom: 1;
}
.bdsharebuttonbox div {
	float: left;
	width: 16%;
	text-align: center;
	position: relative;
	height: 44px;
}





.m_detail{
}

.m_detail .device {
	width: 640px;
	height: 510px;
	margin: 10px auto;
	position: relative;

}
.m_detail .device img{
	width: 640px;
	height: 480px;
}

@media screen and (max-device-width: 540px){
    .m_detail .device {
		width: 540px;
		height: 460px;
		margin: 10px auto;
		position: relative;

	}
	.m_detail .device img{
		width: 540px;
		height: 431px;
	}
	.m_detail .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: -15px;
	width: 100%;
	}
}
@media screen and (max-device-width: 480px){
    .m_detail .device {
		width: 480px;
		height: 410px;
		margin: 10px auto;
		position: relative;

	}
	.m_detail .device img{
		width: 480px;
		height: 383px;
	}
	.m_detail .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: -15px;
	width: 100%;
	}
}
@media screen and (max-width: 480px){
    .m_detail .device {
		width: 480px;
		height: 410px;
		margin: 10px auto;
		position: relative;

	}
	.m_detail .device img{
		width: 480px;
		height: 383px;
	}
	.m_detail .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: -15px;
	width: 100%;
	}
}
@media screen and (max-width: 415px){
	.m_detail .device {
		width: 415px;
		height: 365px;
		margin: 10px auto;
		position: relative;

	}
	.m_detail .device img{
		width: 415px;
		height: 330px;
	}
	.m_detail .pagination {
		position: absolute;
		left: 0;
		text-align: center;
		bottom: -15px;
		width: 100%;
	}
}
@media screen and (max-width: 400px){
    .m_detail .device {
		width: 400px;
		height: 349px;
		margin: 10px auto;
		position: relative;

	}
	.m_detail .device img{
		width: 400px;
		height: 319px;
	}
	.m_detail .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: -15px;
	width: 100%;
	}
}
@media screen and (max-width: 376px){
	.m_detail .device {
		width: 376px;
		height: 331px;
		margin: 10px auto;
		position: relative;

	}
	.m_detail .device img{
		width: 376px;
		height: 300px;
	}
	.m_detail .pagination {
		position: absolute;
		left: 0;
		text-align: center;
		bottom: -15px;
		width: 100%;
	}
}
@media screen and (max-width: 360px){
    .m_detail .device {
		width: 360px;
		height: 317px;
		margin: 10px auto;
		position: relative;

	}
	.m_detail .device img{
		width: 360px;
		height: 287px;
	}
	.m_detail .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: -15px;
	width: 100%;
	}
}
@media screen and (max-device-width: 320px){
    .m_detail .device {
		width: 320px;
		height: 280px;
		margin: 10px auto;
		position: relative;

	}
	.m_detail .device img{
		width: 320px;
		height: 255px;
	}
	.m_detail .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: -15px;
	width: 100%;
	}
}
@media screen and (max-width: 320px){
    .m_detail .device {
		width: 320px;
		height: 280px;
		margin: 10px auto;
		position: relative;

	}
	.m_detail .device img{
		width: 320px;
		height: 255px;
	}
	.m_detail .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: -15px;
	width: 100%;
	}
}
.m_detail .device .arrow-left {
	background: url(/assets/mobile/img/arrows.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
}
.m_detail .device .arrow-right {
	background: url(/assets/mobile/img/arrows.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
}
.m_detail .swiper-container {
	height: 480px;
	width: 640px;
}
.m_detail .content-slide {
	padding: 20px;
	color: #fff;
}
.m_detail .title {
	font-size: 25px;
	margin-bottom: 10px;
}
.m_detail .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom:5px;
	width: 100%;
}
.m_detail .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #b2b2b2;
	margin: 0 3px;
	cursor: pointer;
}
.m_detail .swiper-active-switch {
	background: #ff7f01;
}
.m_feature{
	padding: 10px;
}
.feature{
	overflow: hidden;
}
.feature li{
	display: inline;
	float: left;
	margin-right: 5px;
	padding: 0 10px;
	background: #1fa5f2;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	border-radius: 5px;
}
.m_feature .update{
	line-height: 30px;
	color: #a3a3a3;
}

.attr_info li {
	color: #3F4358;
 	font-size: 14px;
 	line-height: 28px;
}
.attr_info li span{
	color: #666;
}
.attr_info li strong{
	color: #ed7e1c;
	padding: 0 5px 0 0;
}
.fang {
	padding: 0 10px 20px;
}
.contact {
	padding: 20px 10px 30px 10px;
	border-top: #d1d1d1 solid 1px;
}
.contact .list-info {
	position: relative;
}
.contact .list-info .thumbnail {
	height: 80px;
	margin-right: 10px;
	margin-top: 2px;
	width: 80px;
	position: absolute;
	left: 0;
	top: 0;
}

.contact .list-info dl {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	margin-left: 90px;;
}
.contact .list-info .tit {
	clear: both;
	overflow: hidden;
	margin-bottom: 8px;
	line-height: 20px;
}
.contact .list-info .tit strong {
	float: left;
	margin-right: 0.5em;
	color: #000;
	font-size: 17px;
	line-height: 30px;
	font-weight: bold;
}
.contact .list-info a .tit strong{
	color: #000;
	font-weight: normal;
}
.contact .list-info .tit .num{
	margin-left: 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	font-weight: normal;
	text-align: center;
	background: #f32d2d;
}
.contact .list-info .jubao strong {
	color: #ff7201;
	font-size: 15px;
}

.contact .list-info .jubao {
	float: right;
	font-size: 14px;
	margin-right: 10px;
	color: #cacaca;

}
.contact .list-info .jubao a{
	display: inline-block;
	padding: 0;
}
.contact .list-info a .jubao {
	color: #cacaca
}
.contact .list-info .attr{
	height: 20px;
	line-height: 20px;
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
}
.contact .list-info span{
	float: left;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
}
.contact .list-info .desc {
	color: #94c21e;
	width: 40px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	border-top: #94c21e solid 1px;
	border-bottom: #94c21e solid 1px;
	border-left: #94c21e solid 1px;
}
.contact .list-info .status{
	padding: 0 4px;
	background: #94c21e;
	border-top: #94c21e solid 1px;
	border-bottom: #94c21e solid 1px;
	border-left: #94c21e solid 1px;
}
.sendbtn_box {
	padding: 20px 0;
}
.sendbtn_yes {
	margin: 0 2.5% 0 0;
	width: 48.75%;
}
.sendbtn_zixun {
	width: 48.75%;
}
.diaping_info{
	padding: 20px 10px 10px 10px;
	border-top: #d1d1d1 solid 1px;
}
.diaping_info h2{
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
}
.diaping_info h2 span{
	padding: 0 5px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #94c21e;
	text-align: center;
	position: relative;
}
.diaping_info h2 span i{
	display: inline-block;
	position: absolute;
	top: 1px;
	right: -10px;
	width: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #94c21e;
	font: 700 14px/1.5 Verdana,Arial,"Hiragino Sans GB","宋体",sans-serif;
}
.diaping_info .info{
	padding: 0 0 30px 0;
}
.diaping_info .info p{
	padding: 50px 0;
	text-align: center;
	color: #888888;
}
.zj_dianping{
	overflow: hidden;
}
.zj_dianping h2,.zj_dianping h2 span{
	background: transparent;
}
.zj_dianping h2{
	color: #000;
}
.zj_dianping h2 span{
	color: #888888;
}
.zj_dianping h2 strong{
	color: #ff7f01;
	font-size: 24px;
}
.user_dianping{

}
.user_dianping dl{
	padding: 15px 0;
	border-bottom: #b2b2b2 dashed 1px;
}

.user_dianping dt{
	color: #1fa5f2;
	line-height: 30px;
}
.user_dianping dt span{
	padding-left: 10px;
	color: #888888;
}
.user_dianping dd{

}
.diaping_info .btn_box {
	padding: 30px 0;
	border: none;
}
.diaping_info .btn_box .post{
	margin: 0 10%;
}
.diaping_info .btn_box .btnPost_g{
	float: left;
	width: 100%;
}



/* 弹出层 */
#background {
	position:absolute;
	z-index:998;
	top:0px;
	left:0px;
	background:rgb(50,50,50);
	background:rgba(0,0,0,0.5);
	display:none;
}
#content {
	position:absolute;
	z-index:999;
	width: 100%;
	text-align: center;

	display:none;
}

.pop_box{
	margin: 0 5%;
	padding: 30px 10px 10px;
	font-size: 15px;
	line-height: 20px;
	background:#fff;
	text-align: left;
}
.pop_box .btnPost_g{
	color: #000;
	background: #e9e9e9;
	border-bottom: #cacaca solid 2px;
}
.pop_box .f_em{
	font-style: normal;
	color: #ff7f01;
}
.pop_box .area_con{
	width: 100%;
	height: 200px;
}
.pop_box .f_danger{
	color: #ce0000；
}
.btn_l{
	padding: 0 10px;
	width: auto;
}


#pop_share{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999;
	padding: 60px 0 0;
	background: url(/assets/mobile/img/Vector-Smart-Object.png) no-repeat right 0;
	background-size: 50px auto;
}
#pop_share p{
	clear: both;
	overflow: hidden;
	margin-right: 50px;
	margin-left: 20px;
	padding: 20px;
	width: 60%;
	line-height: 30px;
	height: auto;
	border: #fff dashed 2px;
	border-radius: 10px;
	color: #fff;
	font-size: 24px;
	vertical-align: middle;
}
#pop_share p span{
	display: inline-block;
	float: left;
}
#pop_share p i{
	margin: 0 5px;
	float: left;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(/assets/mobile/img/ico_wx_share.png) no-repeat 0 0;
	background-size: 30px auto;
}

#content .mpost{
	padding: 10px 0;
}
#content .in_search{
	text-indent: 2em;
	background: url(/assets/mobile/img/icon_search.png) no-repeat 5px 7px;
	background-size: 24px auto;
}
#content .sendbtn_zixun,#content .sendbtn_yes{
	margin: 0 2%;
	width: 46%;
}
.pop_box .pop_add_list{
	padding: 10px;
	border-top: #cccccc solid 1px;
	height: 168px;
	overflow-y: auto;
}
.pop_box .pop_add_list li{
	clear: both;
	overflow: hidden;
	zoom: 1;
	padding: 2px 0;
	font-size: 12px;
	border-bottom: #cccccc solid 1px;
}
.pop_box .pop_add_list li:last-child{
	border-bottom: none;
}
.pop_box .pop_add_list li a{
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	display: block;
}
.pop_box .pop_add_list li em{
	font-style: normal;
	color: #dbdbdb;
}
.pop_box .pop_add_list li span{
	color: #f00;
}

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 10px;
	display: none;
	text-indent: -9999px;
	background: url(/assets/mobile/img/icon_top.png) no-repeat;
	outline: none !important;
}
/*遮罩层的css*/
.box{
    position: absolute;
	top:0;
	left:0;
	z-index:1000;
    background: rgba(0,0,0,0.4);
    display: none;
}
.box1{
    width: 80%;
	height: 80%;
	position:fixed;
	margin-left:10%;
	margin-top:10%;
    border: 1px solid #ff9601;
	background:#fff
	
}
.box1 a{
	color:#123456
}
.box1 .mpost_result{
	margin:20px;
}
.box1 .jg_list{
	width:100%;
	overflow:hidden;
	margin-top:20px;
}
.box1 .jg_list li{
	line-height:30px;
}
.box1 .jg_list li span{
	font-size:14px;
	font-family:"微软雅黑";
	color:#555;
}
.box1 .jg_list li span u{
	color:#ff9601;
}


















