.box {
    font-size: 0.27rem;
    color: #333;
    background-color: #f6f9fe;
}

/* 头部 */
header {
    background-color: #fff;
}

.header {
    padding: 0.12rem 0.23rem;
}

.search-box {
    position: relative;
    /* width: 4.79rem; */
    height: 0.63rem;
    border-radius: 0.1rem;
    border: 0.01rem solid rgba(217, 217, 217, 1);
}

.search-box .selebox {
    margin: 0.16rem;
    padding: 0 0.16rem 0 0;
    border-right: 0.01rem solid #d9d9d9;
    font-size: 0.25rem;
    color: #666;
}

.search-box input {
    width: 60%;
    font-size: 0.23rem;
    font-family: "pingfang sc";
}

.search-box input::-webkit-input-placeholder {
    color: #999;
}

.search-box .search-btn {
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0 0.12rem;
    border-radius: 0 0.1rem 0.1rem 0;
    background-color: #ff6600;
}

.sele-opt {
    position: absolute;
    z-index: 99;
    display: none;
    padding: 0.16rem 0.26rem;
    border-radius: 0.1rem;
    border: 0.01rem solid rgba(217,217,217,1);
    background-color: #fff;
}

.sele-opt li {
    margin-bottom: 0.14rem;
    color: #666;
}

.sele-opt li:last-of-type {
    margin-bottom: 0;
}

/* banner */
.banner {
    position: relative;
    height: 3.52rem;
}

.banner img {
    width: 100%;
    height: 100%;
}

.sqwrap {
    position: absolute;
    top: 0;
    width: 5.6rem;
    margin: 0.59rem 0.86rem;
}

.shadow-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.95rem;
    height: 1.95rem;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 0.25rem;
    background-color: #ff6600;
}

.shadow-wrap:nth-child(2) a {
    background-color: #ffae34;
}

.shadow-wrap a p {
    line-height: 0.38rem;
}

.shadow-wrap {
    width: 2.34rem;
    height: 2.34rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 148, 115, .2);
}

.shadow-wrap:nth-child(2) {
    background-color: rgba(255, 195, 79, .2);
}

/* 主体内容 */
.container {
    padding: 0.29rem 0.23rem;
}

/* 最新消息 */
.news {
    margin: 0 0 0.29rem;
    padding: 0.23rem;
    border-radius: 0.1rem;
    border-left: 0.1rem solid #ff6600;
    background-color: #fff;
}

.news .title {
    max-width: 88%;
    font-size: 0.31rem;
    font-weight: 600;
}

.news .origin {
    margin: 0.14rem 0 0;
    font-size: 0.21rem;
    color: #999;
}

.news .desc {
    margin: 0.2rem 0 0;
    font-size: 0.25rem;
    color: #666;
}

.news .news-top {
    position: relative;
}

.news .news-top .tagbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.54rem;
    height: 0.63rem;
}

.news .news-top .newest-img {
    position: absolute;
    top: 0.13rem;
    left: 0.48rem;
    width: 0.51rem;
    height: 0.29rem;
}

.news .news-list {
    margin-top: 0.15rem;
    padding: 0.15rem 0.23rem 0.29rem;
}

.news .news-list a {
    display: flex;
    align-items: center;
}

.news .news-list .title {
    margin: 0 0 0.23rem 0;
    font-size: 0.31rem;
    font-weight: 700;
}

.news .news-list .newstext {
    max-width: 6.13rem;
}

.news .news-list .dot {
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 0.12rem;
    border-radius: 50%;
    background-color: #ff6600;
}

.news .news-list .gray-dot {
    margin: 0 0.14rem 0 0.02rem;
}

.news .more {
    /* margin: 0.13rem 0.23rem 0 0; */
    font-size: 0.23rem;
    color: #999;
}

/* 选项卡 */
.info-tab {
    margin: 0 0 0.39rem;
    background-color: #ffffff;
}

.info-tab .info-head {
    padding: 0.2rem 0.59rem 0;
    border-bottom: 0.01rem solid #eaeaea;
    font-size: 0.29rem;
    color: #666;
}

.infoline {
    width: 0.47rem;
    height: 0.08rem;
    margin-top: 0.12rem;
    border-radius: 0.1rem;
    visibility: hidden;
    background-color: #ff881a;
}

.info-active {
    font-weight: 700;
    color: #333;
}

.info-list ul {
    padding: 0.28rem;
}

.info-list ul:nth-of-type(n 2) {
    display: none;
}

.info-list ul li a {
    display: flex;
    align-items: center;
    margin-bottom: 0.23rem;
}

.info-list ul li:last-of-type a {
    margin-bottom: 0;
}

.info-list ul li .gray-dot {
    margin: 0 0.16rem 0 0;
}

.info-list ul li span:nth-child(2) {
    max-width: 95%;
}

.info-list .more-info {
    display: none;
    margin: 0.29rem 0 0;
    padding: 0.2rem 0 0;
    border-top: 0.01rem solid #eaeaea;
    font-size: 0.23rem;
    color: #999;
    text-align: center;
}

/* 工具 */
.tool-con {
    margin: 0 0 0.39rem;
}

.tool-con ul li {
    width: 43%;
    padding: 0.2rem;
    border-radius: 0.59rem 0.1rem 0.1rem 0.59rem;
    background-color: #fff;
}

.tool-con ul li:last-of-type {
    border-radius: 0.1rem 0.59rem 0.59rem 0.1rem;
}

.tool-con ul li img {
    width: 0.78rem;
    height: 0.78rem;
    margin: 0 0.2rem 0 0;
}

/* 房源展示 */
.house-show {
    margin: 0 0 0.49rem;
}

.house-show ul {
    width: 100%;
    overflow-x: auto;
}

.house-show ul li {
    margin-right: 0.16rem;
    border-radius: 0.1rem;
    background-color: #fff;
}

.house-show ul li a {
    width: 2.23rem;
    height: 2.29rem;
    display: block;
}

.house-show ul li:last-of-type {
    margin-right: 0;
}

.house-show ul li img {
    width: 100%;
    height: 1.76rem;
    display: block;
    border-radius: 0.1rem 0.1rem 0 0;
}

.house-show ul li p {
    height: 0.53rem;
    line-height: 0.53rem;
}

/* 房源类型切换 */
.house-type {
    margin: 0 0 0.49rem;
}

.type-tab {
    margin: 0 0 0.2rem;
    overflow-x: auto;
    align-items: flex-end;
}

.type-tab .tab-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 0.39rem;
    font-size: 0.29rem;
}

.type-tab .tab-item span:first-child {
    white-space: nowrap;
}

.type-tab .tab-item:first-child .tabline {
    visibility: visible;
}

.tab-active {
    font-weight: 700;
    font-size: 0.35rem !important;
    color: #ff6600;
}

.tabline {
    width: 0.39rem;
    height: 0.08rem;
    margin: 0.04rem 0 0;
    border-radius: 0.1rem;
    visibility: hidden;
    background: rgba(255,102,0,1);
}

/* .type-con ul:nth-of-type(n 2) {
    display: none;
} */

.house-type .type-con .head {
    margin-bottom: 0.16rem;
    font-size: 0.35rem;
}

.house-type ul li {
    position: relative;
    width: 48%;
    margin: 0 0.2rem 0.2rem 0;
    border-radius: 0.1rem;
    background-color: #fff;
}

.house-type ul li:nth-of-type(2n) {
    margin: 0 0 0.2rem 0;
}

.house-type ul li .pic {
    width: 100%;
    height: 2.23rem;
    border-radius: 0.1rem 0.1rem 0 0;
}

.house-type ul li .apply-bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 0.55rem;
}

.house-type ul li .applying {
    position: absolute;
    top: 0.07rem;
    right: 0.26rem;
    color: #fff;
    font-size: 0.23rem;
}

.house-type ul li .name {
    margin: 0.12rem 0.16rem 0.16rem;
    font-weight: 700;
}

.house-type ul li .info {
    margin: 0 0.16rem 0.16rem;
    font-size: 0.23rem;
}

.house-type ul li .num {
    color: #999;
}

.house-type ul li .price {
    color: #ff6600;
    max-width: 70%;
}

.more-house {
    padding: 0.15rem 0;
    border-radius: 0.1rem;
    text-align: center;
    font-size: 0.23rem;
    color: #666;
    background-color: #fff;
}

/* 热门问答 */
.wenda {
    margin: 0 0 0.49rem;
}

.wenda .head,.rec-house .head {
    margin: 0 0 0.2rem;
    font-size: 0.35rem;
}

.wenda .more,.rec-house .more {
    font-size: 0.23rem;
}

.wenda ul {
    padding: 0 0.23rem;
    border-radius: 0 0 0.1rem 0.1rem;
    box-sizing: border-box;
    background-color: #fff;
}

.wenda ul li {
    padding: 0.23rem 0;
    border-bottom: 0.01rem dashed #d9d9d9;
}

.wenda ul li:last-of-type {
    border-bottom: 0;
}

.wenda ul li img {
    width: 0.29rem;
    height: 0.29rem;
    margin: 0.03rem 0.12rem 0 0;
}

.wenda ul li p {
    display: flex;
}

.wenda ul li .question {
    margin-bottom: 0.2rem;
}

.wenda ul li .answer span,.detail-list ul .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
}

/* 弹窗 */
.popup {
    margin: 0 0.73rem;
    padding: 0 0 0.59rem;
    border-radius: 0.2rem;
    background-color: #f6f9fe;
}

.popup img {
    height: 2.03rem;
}

.popup ul {
    position: relative;
    margin: -0.62rem 0.39rem 0;
}

.popup ul a {
    display: block;
    margin-bottom: 0.23rem;
    padding: 0.2rem 0;
    border-radius: 0.16rem;
    text-align: center;
    background-color: #ffffff;
}

.popup ul a:last-of-type {
    margin-bottom: 0;
}

/* 最新消息页面 */
.detail-list {
    margin: 0 0 0.49rem;
    padding: 0 0.23rem;
    border-radius: 0.1rem;
    background-color: #fff;
}

.detail-list ul {
    padding: 0.23rem 0;
    border-bottom: 0.01rem dashed #eaeaea;
}

.detail-list ul .right {
    margin-left: 0.23rem;
}

.detail-list ul .title {
    margin: 0 0 0.1rem;
    font-size: 0.29rem;
    font-weight: 700;
}

.detail-list ul .origin {
    margin: 0 0 0.2rem;
    font-size: 0.21rem;
    color: #999;
}

.detail-list ul .origin span:first-child {
    margin-right: 0.38rem;
}

.detail-list ul .desc {
    font-size: 0.25rem;
    color: #666;
}

.detail-list ul .right img {
    width: 2.05rem;
    height: 1.37rem;
    border-radius: 0.1rem;
}

.detail-list ul:last-of-type {
    border-bottom: 0;
}

 /* 公告和名单样式 */
 
 .new-panel .rukou-box .item {
    position: relative;
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0 0 0.2rem;
    border-radius: 6px;
    text-align: left;
    font-size: 0.22rem;
    font-weight: 600;
    margin-top: 20px;

}

.new-panel .rukou-box .item:nth-of-type(2) {
    margin-left: 2%;
}
.new-panel .rukou-box .item:nth-of-type(4) {
    margin-left: 2%;
}



.djgg {
    color: #dc6a1e;
    background: linear-gradient(151.3deg, rgba(255,237,225,1) 0%, rgba(255,192,156,1) 100%);
}

.yhgg {
    color: #ce4040;
    background: linear-gradient(126.8deg, rgba(255,236,236,1) 0%, rgba(255,188,188,1) 100%);
}

.yhjg {
    color: #e86f00;
    background: linear-gradient(134.1deg, rgba(255,234,202,1) 0%, rgba(255,194,123,1) 100%);
}

.xfgg {
    color: #36a49d;
    background: linear-gradient(137.3deg, rgba(203,249,246,1) 0%, rgba(134,232,226,1) 99%);
}

.new-panel .arrow-img {
    position: absolute;
    width: 0.14rem;
    height: 0.14rem;
    top: 0.34rem;
    left: 1.2rem;
}

.new-panel .gg-img {
    position: absolute;
    width: 100px;
    height: 60px;
    top: 0;
    right: 0;
}

.new-panel .list-box {
    margin-top: 13px;
    padding: 0 20px;
    border-radius: 6px;
    box-sizing: border-box;
    background-color: #fff;
}

.new-panel .list-box .item {
    padding: 20px 20px;
    border-bottom: 1px solid rgba(217,217,217,0.5);
}

.new-panel .list-box .item:last-of-type {
    border-bottom: 0;
}

.new-panel .list-box .item img {
    width: 0.24rem;
    height: 0.24rem;
    margin: 0.08rem 12px 0 0;
}