body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	    margin: 0;
	    padding: 0;
	    border: none;
	}
a {
	text-decoration: none;
}
ol, ul, li {
    list-style: none;
}

.left_Content{
	float: left;
    width: 100%;
}
.leftContent .orderFilter .orderTag {
	border-bottom: 2px solid #f2304a;
	line-height: 0
}

.comm-box {
	margin-top: 30px;
	width: 1200px;
    margin: 0 auto;
}
.left-box {
    float: left;
    width: 960px;
}

.left-box .list-box {
    width: 100%;
    margin-bottom: 30px;
}
.list-box .item {
    width: 100%;
	min-height: 174px;
	padding: 20px 0;
    border-bottom: 1px solid #EFEFEF;
    position: relative;
    vertical-align: top;
}
.list-box .item:hover{
	background: #f9f9f9;
}
.list-box .item .img {
    position: relative;
    float: left;
    width: 232px;
    height: 174px;
    margin-right: 30px;
}
.list-box .item .img img {
    width: 232px;
    height: 174px;
}

.list-box .item .icons-esfvr {
    position: absolute;
    left: 5%;
    bottom: 10%;
}
.list-box .item .sale_div{
	position: absolute;
	left: 0;
	top: 0;
}
.list-box .item .sale_div img{
	width: 100px;
    height: 100px;
    z-index: 99;
}

.list-box .item .sale_div_1{
  	position: absolute;  	
    left: 0;
    top: 0;
	padding:5px 10px;
    background-color: #f2304a;
    border-radius:0px 0px 20px 0px;
    color: #fff;
}
.list-box .item .sale_div_1 .hsale{
	font-size: 10px;
}

.list-box .item .sale_div_2{
  	position: absolute;  	
    right: 0;
    top: 0;
	padding:5px 10px;
    background-color: #f99d45;
    border-radius:0px 0px 0px 20px;
    color: #fff;
}


.list-box .item .icons-esfvr .icon-vr-img{
	width: 25px;
    height: 25px;
    left: 5%;
    bottom: 5%;
    display: inline-block;
    margin-right: 2px;
    background: url(/static/mobile/img/vr_ico.png) no-repeat;
    background-size: 100% 100%;
}
.list-box .item .icons {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 80px;
    height: 32px;
}


.list-box .item .icon-vr {
    float: left;
    width: 32px;
    height: 32px;
	padding-left: 5px;
    background-image: url(/static/mobile/img/vr_ico.png);
	background-size: 32px;
    background-image: -webkit-image-set(url(/static/mobile/img/vr_ico.png) 1x,url(/static/mobile/img/vr_ico.png) 2x);
    background-position: center center;
    background-repeat: no-repeat;
}
.list-box .item .icon-vidio {
    float: left;
    width: 32px;
    height: 32px;
	padding-left: 5px;
    background-image: url(/static/mobile/img/video_ico.png);
	background-size: 32px;
    background-image: -webkit-image-set(url(/static/mobile/img/video_ico.png) 1x,url(/static/mobile/img/video_ico.png) 2x);
    background-position: center center;
    background-repeat: no-repeat;
}
.list-box .item .text {
    float: left;
    width: 620px;
}
.list-box .item .tit {
    height: 30px;
    margin-bottom: 9px;
    overflow: hidden;
    position: relative;
    top: -2px;
}

.tit .zd-span{
	background: #F2304A;
	padding:3px 5px;
	border-radius: 5px;
	font-size: 10px;
	color: #fff;
	vertical-align: bottom;
}

.list-box .item .tit a {
    float: left;
    max-width: 500px;
    margin-right: 5px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-box .item .tit a:hover{
	color: #f2304a;
	}
.list-box .item .attr {
    width: 500px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-box .item .attr a {
    color: #666;
}
.list-box .item .attr .line {
    /* float: left; */
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #ddd;
    position: relative;
    top: 2px;
    margin: 0 5px;
}
.list-box .item .labs {
    height: 28px;
    margin-top: 15px;
	overflow: hidden;
}
.list-box .item .lab-mgs, .recommend-labs .lab-mgs {
    background: #E3EEF8;
    color: #7B91B5;
}
.list-box .item .lab, .recommend-labs .lab {
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    background: #F0F1F6;
    margin-right: 5px;
    font-size: 12px;
    color: #7A747E;
}
.list-box .item .lab-mln, .recommend-labs .lab-mln {
    background: #F1F5E1;
    color: #9FAD6D;
}
.list-box .item .lab-ydt, .recommend-labs .lab-ydt {
    background: #FFF4DC;
    color: #DA8D0F;
}
.list-box .item .price {
    position: absolute;
    right: 30px;
    top: 75px;
    text-align: right;
}
.list-box .item .sup {
    font-size: 16px;
    line-height: 24px;
    color: #f2304a;
}
.list-box .item .sup .salePrice {
    font: bold 28px/28px "Arial";
}
.list-box .item .sub {
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
    color: #4A4A4A;
	font-family: arial;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}
/* 收藏 */
.list-box .item .btns {
	display:none;
	position:absolute;
	height:24px;
	right:30px;
	top:35px;
}
.list-box .item:hover .btns {
	display:block;
}
.list-box .item .btns .btn5 {
	cursor:pointer;
	float:right;
	height:22px;
	line-height:22px;
	margin-left:5px;
	border:1px solid #D8D8D8;
	float:right;
	padding:0 8px;
	font-size:12px;
	color:#666;
	border-radius:2px;
	font-style: normal;
}
.list-box .item .btns .btn5:hover {
	border:1px solid #999;
	color:#333;
}
.list-box .item .btns .btn5.on {
	border:1px solid #E03236;
	color:#E03236;
}
.fixedWrap {
	float: right;
	width: 210px;
}
.fixedBox {
	width: 200px;
}
.fixedBox-weituo {
	display: block;
	width: 99%;
	height: auto;
	padding-top: 12px;
	text-align: center;
	padding-bottom: 25px;
	border: 1px solid #e9e9e9;
}
.mt5 {
	margin-top: 5px;
}
.mt20 {
	margin-top: 20px;
}
.fixedBox-weituo b {
	font-size: 22px;
	font-weight: normal;
	color: #4a4a4a;
	line-height: 30px;
}
.fixedBox-weituo p {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-top: 4px;
}
.fixedBox-weituo i {
	display: block;
	width: 70px;
	height: 70px;
	margin: 20px auto;
	background-image: url(../../../../static/index/img/erp/weituo.png);
    background-image: -webkit-image-set(url(../../../../static/index/img/erp/weituo.png) 1x,url(../../../../static/index/img/erp/weituo@2x.png) 2x);
	background-position: center center;
	background-repeat: no-repeat;
}
.fixedBox-weituo .link {
	display: block;
	width: 170px;
	height: 36px;
	margin: 0 auto;
	line-height: 36px;
	background: #f2304a;
	color: #ffffff;
}
.fixedBox-wnsb {
	display: block;
	width: 100%;
	height: 235px;
	padding-top: 15px;
	overflow: hidden;
	text-align: center;
	background: #f2304a;
	margin-bottom: 20px;
}
.fixedBox-wnsb b {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	line-height: 24px;
}
.fixedBox-wnsb p {
	font-size: 16px;
	color: #eee;
	line-height: 20px;
	margin-top: 4px;
}
.fixedBox-wnsb i {
	display: block;
	width: 43px;
	height: 43px;
	margin: 10px auto;
	background-image: url(images/bz.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.fixedBox-wnsb .link {
	display: block;
	width: 132px;
	height: 34px;
	margin: 15px auto;
	line-height: 34px;
	background: #FFFFFF;
	box-shadow: 0 3px 4px 0 rgba(35,35,35,0.20);
	border-radius: 36px;
	font-size: 14px;
	color: #E03236;
	letter-spacing: 0.5px;
}
.hot-news {
	margin-top: 20px;
	padding: 20px 15px 30px 15px;
	border: 1px solid #e9e9e9;
}
.hot-news .title {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.hot-news .tit {
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}
.hot-news .more {
	font-size: 12px;
	color: #333333;
	line-height: 12px;
	margin-top: 4px;
}
.fr {
	float: right;
	display: inline;
}
.hot-news .bd {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 3px;
}
.hot-news .bd li {
	margin-bottom: 12px;
}
.hot-news .bd a {
	display: block;
	font-size: 12px;
	color: #4A4A4A;
	line-height: 18px;
}
.hot-news .bd span {
	margin-top: 2px;
	display: block;
	font-size: 12px;
	color: #9B9B9B;
	line-height: 22px;
}
.S-color{
	color: #F2304A;
}
.hot-Price {
	margin-top: 20px;
	padding: 20px 15px 30px 15px;
	border: 1px solid #e9e9e9;
	height: 200px;
	margin-bottom: 20px;
}
.hot-Price .title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}
.hot-Price .tit {
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}
.hot-Price .more {
	font-size: 12px;
	color: #333333;
	line-height: 12px;
	margin-top: 4px;
}
.hot-Price .bd {
	padding-bottom: 3px;
	line-height: 25px;
}
.hot-Price .bd p{
	font-size: 14px;
	color: #4a4a4a;
}

.hot-Price .bd .line{
	border-bottom: 1px dashed #e9e9e9;
	margin: 8px 0 8px 0;
}
.hot-Price .bd strong{
	font-size: 14px;
	float: right;
}

.hot-house {
	margin-top: 20px;
	padding: 20px 15px 20px 15px;
	border: 1px solid #e9e9e9;
	margin-bottom: 20px;
}
.hot-house .title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}
.hot-house .tit {
	font-size: 16px;
	line-height: 16px;
	color: #333333;
	font-weight: bold;
}
.hot-house .more {
	font-size: 12px;
	color: #333333;
	line-height: 12px;
	margin-top: 4px;
}
.hot-house .bd {
	padding-bottom: 3px;
	line-height: 25px;
}
.hot-house .bd .line{
	border-bottom: 1px dashed #e9e9e9;
	margin: 8px 0 8px 0;
}

.hot-house .bd .house-lis .mediak{
	border-bottom: 1px dashed #e9e9e9;
	margin: 15px 0 15px 0;
}
.hot-house .bd .house-lis .mediak .pic{
	width: 160px;
	height: 170px;
	overflow:hidden;
	margin: 0 auto;
}
.hot-house .bd .house-lis .mediak .pic .name{
	font-size: 15px;
	color: #4a4a4a;
	font-weight: 700;
}

.hot-house .bd .house-lis .mediak .pic .price{
	font-size: 14px;
	color: #4a4a4a;
}
.hot-house button{
	width: 100%;
	height: 35px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	background-color: #F2304A;
	border: 0;
	padding: 5px;
	border-radius: 3px;
}
.app-box {
	margin-top: 20px;
	padding: 20px 15px 30px 15px;
	border: 1px solid #e9e9e9;
	margin-bottom: 20px;
}
.app-box .tit {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #333333;
}
.app-box span{
	padding: 13px;
}
.app-box img {
	border-radius: 5px;
	width: 140px;
	height: 140px;
}
.app-box p {
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
	margin-top: 15px;
}


.yj_price{	
	text-decoration: line-through;
    color: #f2304a;
}

.tj_price{
	font-weight: bold;
    font-size: 30px;
    margin-right: 5px;
    text-align: right;
    color: #f2304a;
    }
.subNew{color:#999;}
.esf_image_count{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px 10px;
	color: #fff;
}
.is_grfy{
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	margin-right: 5px;
	font-size: 12px;
	background: #f2304a;
	color: #ffffff;
}

.property-extra-photo {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 1px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.jjr-img {
	width: auto;
	height: auto;
	max-width: 100%;
	min-height: 100%;
}
.property-extra-photo {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.whr-info{
	margin-top: 10px;
}