@charset "utf-8"; 
*{margin:0;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
html,body{height:100%;}
body{font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体";font-size:16px;}
a{text-decoration:none;color:#000;}
h4{padding-bottom:1.5%;}
.exceed{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}/*超出部分显示"..."*/
.container{margin:auto;box-shadow:-2px 1px 5px #CCC,2px 1px 5px #CCC;-webkit-box-shadow:-2px 1px 5px #CCC,2px 1px 5px #CCC;-moz-box-shadow:-2px 1px 5px #CCC,2px 1px 5px #CCC;}
/* 搜索条件 */
.cation-content{margin:0 auto;padding:0 30px;}
.cation-list{overflow:hidden;}
.cation-list dt{position:relative;float:left;width:60px;line-height:36px;}
.cation-list dt:after{position:absolute;content:"";right:12px;top:16px;width:5px;height:5px;border:1px solid #333;border-width:0 1px 1px 0;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);}
.cation-list dd{border-bottom:1px dotted #e0e0e0;margin-left:60px;overflow:hidden;}
.cation-list dd a{margin:12px 0;padding:0 12px;height:14px;line-height:14px;float:left;border-right:1px solid #e0e0e0;}
.cation-list dd a.on, .cation-list a:hover{color:#FF6363;}
.cation-list dd a:last-child{border-right:0 none;}
.cation-list:last-of-type dd{border-bottom:0 none;}
.searchBtn{position:absolute;padding:3px 0;top:5px;left:14em;}
/* 搜索条件 */
.flexbox{display:flex;display:-webkit-flex;display:-moz-flex;}/*弹性盒子*/
.flexItem1{width:75%;}
.flexItem2{width:25%;}
.scaleBox{position:relative;width:100%;padding-top:75%;display:block;}/*按4:3等比列缩放盒子*/
.scaleShow{position:absolute;width:100%;height:100%;top:0;left:0;}/*按等比列显示元素*/
.customize{margin:15px auto 5px;width:98%;}
.customize span{margin-right:1em;}
.sortImg{width:8px;height:14px;vertical-align:bottom;margin-bottom:2px;}
.house{margin:0 0 0 1%;padding:1% 0;border-bottom:1px solid #CCC;align-items:center;-webkit-align-items:center;-moz-align-items:center;}
.houImg{width:25%;}
.houInfo{position:relative;margin-left:3%;width:50%;}
.specialPrice{position:absolute;bottom:39%;right:10%;font-weight:700;color:#303553;}
.houPrice{margin-left:2%;width:20%;}
.total{font-size:22px;color:#FF6363;font-weight:bold;}
.subscript{margin-left:2px;font-size:16px;}
p .subscript:nth-child(even){color:#303553;}
p{padding:1.5% 0;}
.span{margin-right:1em;/*background-color:#FFD7C5;*/}
p .span:nth-child(odd){/*background-color:#C3FFC3;*/}
.prompt{width:100%;padding:20% 0 25% 0;text-align:center;}

@media screen and (max-width:1366px) {
.container{width:90%;min-width:1000px;}
}
@media screen and (min-width:1367px) {
.container{width:80%;min-width:1200px;}
}