@font-face {
    font-family: "weiruan";
    src: url("../font/msyh.ttc");
}

* {
    margin: 0;
    padding: 0;
    font-family: weiruan;
}

html, body {
    height: 100%;
    padding-top: 30px;
}

.header {
    width: 100vw;
    height: 60px;
    background: #1B1B1B;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
}

.header-cent {
    width: 1200px;
    margin: auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-cent ul li {
    float: left;
    font-size: 16px;
    color: #FFF;
    margin-right: 30px;
    padding-bottom: 8px;
    cursor: pointer;
    position: relative;
}

.header-cent ul li>span {
    font-size: 16px;
    color: #FFF;
}

.header-cent ul .download-app .download-box {
    overflow: hidden;
    width: 0;
    height: 0;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px 0px rgba(153, 153, 153, 0.5);
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    transition: all .5s cubic-bezier(.34, 1.21, .4, 1);
    transform-origin: 50% 0;
    transform: translateY(0) scale(0);
    font-size: 0;
}

.header-cent ul .download-app .download-box img:nth-of-type(1) {
    width: 40px;
    height: 40px;
}

.header-cent ul .download-app .download-box img:nth-of-type(2) {
    width: 90px;
    height: 90px;
    margin: 18px 0 6px;
}

.header-cent ul .download-app .download-box span:nth-of-type(1) {
    font-size: 16px;
    color: #333;
    margin: 4px 0 2px;
}

.header-cent ul .download-app .download-box span:nth-of-type(2) {
    font-size: 12px;
    color: #666;
}

.header-cent ul .download-app .download-box span:nth-of-type(3) {
    font-size: 12px;
    color: #666;
}

.header-cent ul .download-app:hover .download-box {
    opacity: 1;
    width: 150px;
    height: 254px;
    left: -34px;
    bottom: -254px;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.header-cent ul .select {
    border-bottom: 2px solid #FF5400;
}

.header-cent .login a {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}

.header-cent .login a:last-child {
    border-left: 2px solid #999;
    padding-left: 10px;
}

.header-cent .login .icon-denglu {
    font-size: 22px;
    color: #fff;
    float: left;
}

.header-cent .user-info {
    display: flex;
    align-items: center;
    display: none;
}

.header-cent .user-info img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.header-cent .user-info .user-name {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.header-cent .user-info .user-line {
    width: 1px;
    height: 16px;
    background-color: #fff;
    margin: 0 8px;
}

.header-cent .user-info .user-sign-out {
    font-size: 14px;
    color: #fff;
    position: relative;
    cursor: pointer;
}


.search {
    width: 1160px;
    height: 100px;
    margin: auto;
    background: #FFF;
    display: flex;
    align-items: center;
}

.search img {
    width: 155px;
    margin-right: 50px;
}

.search .sercont {
    border: 1px solid #FF6903;
    display: flex;
    align-items: center;
    position: relative;
}

.search .sercont .the-area {
    height: 46px;
    border: none;
    outline: none;
    background: none;
    border-right: 1px solid #DDDDDD;
    font-size: 14px;
    color: #333333;
    padding: 0 10px 0 15px;
    cursor: pointer;
}

.search .sercont .the-area i {
    color: #333;
    font-size: 5px;
}

.search .sercont .keywords {
    width: 400px;
    padding: 0 10px;
    height: 46px;
    border: none;
    outline: none;
}

.search .sercont .keywords::placeholder {
    color: #ccc;
}

.search .sercont .sear-bon {
    width: 100px;
    height: 46px;
    background: #FF6903;
    font-size: 14px;
    color: #FFFFFF;
    outline: none;
    border: none;
    cursor: pointer;
}

.search .sercont .sear-bon i {
    margin-right: 5px;
}

.search p {
    color: #B5B5B5;
}

.search p span {
    margin-left: 30px;
}

#stet, #saea {
    display: none;
}

.scroll-top-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #cccccc;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 10%;
    right: 30px;
    cursor: pointer;
}

.icon-a-shouqi {
    font-size: 20px;
    color: #cccccc;
}

/* 筛选 */
.screening {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    background-color: #F5F5F5;
    padding: 20px 20px 0;
    box-sizing: border-box;
}

.screening2 {
    width: 1200px;
    margin: auto;
    background-color: #F5F5F5;
    padding: 0 20px 10px;
    box-sizing: border-box;
    display: none;
}

.filter-list {
    display: flex;
    margin-bottom: 10px;
}

.borderbottom {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.filter-list .filter-title {
    width: 75px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

/* 区域、地铁 */
.filter-one>div {
    display: flex;
    align-items: center;
}

.seize-seat {
    flex: 1;
}

.region, .metro {
    margin-right: 50px;
    cursor: pointer;
}

.region span, .metro span {
    font-size: 12px;
    color: #333;
}

.region .icon-xiala, .metro .icon-xiala {
    font-size: 12px;
    color: #888;
    margin-left: 4px;
}

.orange, .orange span, .orange .icon-xiala {
    color: #FF6903;
    font-weight: bold;
}

#emptyCondi {
    cursor: pointer;
}

#emptyCondi .icon-qingchu {
    font-size: 16px;
    color: #888;
    margin-right: 4px;
}

#emptyCondi span {
    font-size: 12px;
    color: #888;
}

/* 区域地铁搜索内容 */
.one-search {
    padding: 12px 0 20px 75px;
    border-bottom: 1px solid #eee;
}

.one-search>div {
    display: flex;
    flex-wrap: wrap;
}

.one-search>div>span {
    font-size: 12px;
    color: #333;
    cursor: pointer;
    margin: 0 20px 10px 0;
}

#business, #subway-station {
    display: none;
    padding: 10px 8px 1px;
    background: #EEEEEE;
}

#cityArea .select,
#business .select,
#subway-line .select,
#subway-station .select {
    color: #FF6903;
    font-weight: bold;
}

#subway-line {
    display: none;
}

/* 价格筛选 */
.filter-two {
    padding-top: 18px;
}

.filter-price, .filter-area {
    flex: 1;
}

.checkbox-list {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.checkbox-list .checkbox-item {
    width: 150px;
    display: flex;
    align-items: center;
}

.checkbox-list .checkbox-item span {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.checkbox-list .checkbox-item i {
    font-size: 18px;
    color: #ddd;
    margin: -2px 4px 0 0;
}

.checkbox-list .checkbox-item .icon-xuanzhong {
    color: #FF6903;
}

.checkbox-list .custom-btn {
    flex: 1;
    text-align: right;
}

.checkbox-list .custom-btn span {
    font-size: 14px;
    color: #888;
    cursor: pointer;
}

/* 自定义价格 */
.custom {
    display: none;
    align-items: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.custom input {
    width: 60px;
    padding: 0 5px;
    height: 28px;
    border: 1px solid #eee;
    font-size: 13px;
    color: #333;
}

.custom span {
    font-size: 14px;
    color: #333;
    margin: 0 4px;
}

.custom button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
}

/* 展开、收起更多条件 */
.more {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 0 0 30px;
}

.more>div {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.more span {
    font-size: 12px;
    color: #888;
}

.more i {
    font-size: 13px;
    color: #888;
    margin: 0 0 0 4px;
    transition: .25s ease;
}

.more .rotate {
    transform: rotateZ(180deg);
}

/* 内容区域 */
.content {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 60px auto;
    overflow: hidden;
}

/* 地图找房、下载二维码 */
.content .tool {
    width: 180px;
}

.content .tool img {
    width: 100%;
}

.content .tool li:first-child {
    cursor: pointer;
}

.content .tool li:first-child div {
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    background: #FF6903;
    margin-bottom: 40px;
}

.content .tool li:last-child {
    border-top: 2px solid #eee;
    padding-top: 40px;
}

.content .tool li:last-child div {
    width: 120px;
    height: 120px;
    background: url('../image/border-bg.png') no-repeat;
    background-size: 100% 100%;
    padding: 4px;
}

.content .tool li:last-child p:first-child {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
}

.content .tool li:last-child p:last-child {
    font-size: 12px;
    color: #333333;
    line-height: 25px;
    margin-top: 20px;
}

/* 房源列表 */
.content .house {
    min-height: 490px;
    width: 930px;
}

.content .house .titel {
    width: 100%;
    font-size: 22px;
    color: #333333;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.content .house .search-history-date {
    width: 100%;
    height: 36px;
    background: #F5F5F5;
    display: none;
    align-items: center;
    margin: 20px 0 14px;
    padding-left: 16px;
    box-sizing: border-box;
}

.content .house .search-history-date span {
    font-size: 14px;
}

.content .house .search-history-date>span:first-child {
    color: #9A9A9A;
}

.content .house .search-history-date>span:last-child {
    color: #6C6C6C;
    margin-left: 16px;
    cursor: pointer;
    text-decoration: underline;
}

.content .house .titel .total {
    color: #FF6903;
}

.content .house .titel ul {
    float: right;
    border: 1px solid #FF6903;
    border-radius: 5px;
}

.content .house .titel ul li {
    float: left;
    font-size: 14px;
    color: #888888;
    width: 90px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}

.content .house .titel ul li a {
    display: none;
}

.content .house .titel ul li:nth-child(n + 2) {
    border-left: 1px solid #FF6903;
}

#sorting {
    display: none;
}

#sorting li {
    display: flex;
    align-items: center;
    justify-content: center;
}

#sorting .iconfont {
    font-size: 12px;
    margin-left: 4px;
}

.content .house .titel ul .select-sorting {
    background: #FF6903;
    position: relative;
    color: #fff;
}

.content .house .titel ul .select-sorting::after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    background: #FF6903;
    transform: rotate(45deg);
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.recommended {
    width: 1200px;
    margin: 0 auto 50px;
}

.recommended .tetil {
    font-size: 22px;
    color: #333333;
    line-height: 70px;
    border-bottom: 1px solid #EEE;
}

.recommended ul {
    display: flex;
    margin-top: 20px;
}

.recommended ul li {
    width: 23%;
    cursor: pointer;
}

.recommended ul li:nth-child(n + 2) {
    margin-left: 30px;
}

.recommended ul li .coverimg {
    width: 100%;
    height: 140px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.recommended ul li .coverimg .tag {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
}

.recommended ul li div {
    padding: 8px 0;
    width: 100%;
}

.recommended ul li div p:nth-child(1) {
    width: 215px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommended ul li div p:nth-child(1) span {
    float: right;
    color: #888;
}

.recommended ul li div p:nth-child(2) {
    font-size: 12px;
    color: #888888;
}

.recommended ul li div p:nth-child(2) span {
    color: #FF6903;
    font-size: 14px;
}