@charset "utf-8";

.secCmnPickup{
    height: 500px;
    position: relative;
}
.secCmnPickup .topImg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: calc(50% - 960px);
}
@media only screen and (max-width:767px){
    .secCmnPickup{
        height: auto;
    }
    .secCmnPickup .topImg{
        position: static;
    }
}

#pnkz{
    background: #efefef;
    padding-bottom: 0;
}

/*-----------------------------------------------
    index
-----------------------------------------------*/
.secPickup{
    background: #efefef;
    padding: 50px 0 100px;
}
.secHousingTop .tabList{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.secHousingTop .tabItem{
    width: 15.625%;
    margin-right: 1.25%;
}
.secHousingTop .tabItem:nth-child(n+7){
    margin-top: 1.25%;
}
.secHousingTop .tabItem:nth-child(6n){
    margin-right: 0;
}
.secHousingTop .aTab{
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    padding: 21.5px 20px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 35px;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    height: 100%;
}
.secHousingTop .aTab.active{
    color: #fff;
    background: #1f2126;
}
@media only screen and (max-width:767px){
    .secPickup{
        padding: 30px 0 50px;
    }
    .secHousingTop .tabItem{
        width: 31.305%;
        margin-right: 3.0425%;
    }
    .secHousingTop .tabItem:nth-child(n+7){
        margin-top: 3.0425%;
    }
    .secHousingTop .tabItem:nth-child(n+4){
        margin-top: 3.0425%;
    }
    .secHousingTop .tabItem:nth-child(6n){
        margin-right: 0;
    }
    .secHousingTop .tabItem:nth-child(3n){
        margin-right: 0;
    }
    .secHousingTop .aTab{
        font-size: 12px;
        line-height: 1.5;
        padding: 13.5px 10px;
        border-radius: 22.5px;
    }
}
/* boxFlow */
.secEstate .boxFlow{
    margin-top: 50px;
}
.secEstate .itemLi{
    width: 100%;
    position: relative;
}
.secEstate .itemLi:nth-child(n+2){
    margin-top: 50px;
}
.secEstate .innerItem {
    display: flex;
    align-items: center;
    background: #ffffff;;
    text-decoration: none;
    color: #1a1a1a;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}
.secEstate .imgInnerItem{
    width: 42.96875%;
}
 .secEstate .innerItemBox{
    width: 100%;
    height: 0;
    padding-top: 76.364%;
}
.secEstate .txtInnerItem{
    width: calc(100% - 42.96875%);
    padding: 50px 50px;
}
.secEstate .tag{
    display: inline-block;
    margin: 5px 10px 0 0;
    border-radius: 10.5px;
}
.secEstate .innerTag{
    color: #fff;
    font-size: 12px;
    min-width: 44px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
.secEstate .tit{
    font-size: 25px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 13px;
    color: #1e88e5;
}
.secEstate .subTit{
    font-size: 15px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    letter-spacing: 0.5px;
}
.secEstate .price{
    margin-top: 21px;
    font-size: 14px;
}
.secEstate .nmber{
    color: #1e88e5;
    font-size: 34px;
    margin-right: 4px;
}
.secEstate .nmberItem{
    margin: 0 9px;
}
.secEstate .numFlow{
    display: flex;
    margin-top: 21px;
}
.secEstate .thBlock{
    background: #444444;
    color:#fff;
    font-size: 13px;
    line-height: 1.5;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secEstate .tdBlock{
    background: #f6f5f3;
    min-height: 53px;
    font-size: 13px;
    line-height: 1.69;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secEstate .tdBlock .inner{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    max-height: 44px;
}
.secEstate .innerNum:nth-child(n+2){
    margin-left: 1px;
}
.secEstate .secEstate .innerNum{
    min-width: 150px;
}
.secEstate .innerNum:nth-child(1){
    width: 150px;
}
.secEstate .innerNum:nth-child(2){
    width: 188px;
}
.secEstate .innerNum:nth-child(3){
    width: 290px;
}
.secEstate .bg01{background: #1e88e5;}
.secEstate .bg02{background: #444444;}
.secEstate .bg03{background: #f1ea36;}
.secEstate .bg06{background: #ddce5e;}
.secEstate .bg03 .innerTag,
.secEstate .bg06 .innerTag
{
    color: #1a1a1a;
}
.secEstate .commentBox{
    margin-top: 15px;
    border: 1px solid rgb(68, 68, 68);
    padding: 15px;
}
.secEstate .commentTit{
    font-size: 15px;
    color:rgb(30, 136, 229) ;
    font-weight: bold;
    letter-spacing: 0.4;
}
.secEstate .commentTxt{
    margin-top: 14px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5;
    line-height: 1.615;
}
@media only screen and (max-width:767px){
    .secEstate .boxFlow{
        margin-top: 32px;
    }
    .secEstate .itemLi:nth-child(n+2){
        margin-top: 20px;
    }
    .secEstate .innerItem {
        box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.25);
        padding: 17px 20px 20px;
    }
    .secEstate .imgInnerItem{
        display: none;
    }
     .secEstate .innerItemBox{
        padding-top: 75.834%;
    }
    .secEstate .txtInnerItem{
        width: 100%;
        padding: 0;
    }
    .secEstate .tag{
        margin: 3px 5px 0 0;
    }
    .secEstate .tit{
        font-size: 18px;
        margin-top: 11px;
    }
    .secEstate .subTit{
        font-size: 12px;
        margin-top: 2px;
    }
    .secEstate .spBox{
        display: flex;
        align-items: center;
        margin-top: 12px;
    }
    .secEstate .spBoxImg{
        width: 39.345%;
    }
    .secEstate .spBoxTxt{
        width: calc(100% - 39.345%);
        padding-left: 10px;
    }
    .secEstate .price{
        margin-top: 0;
        font-size: 12px;
        line-height: 1.4;
    }
    .secEstate .nmber{
        font-size: 20px;
        margin-right: 2px;
        vertical-align: -2px;
    }
    .secEstate .nmberItem{
        margin: 0 5px;
    }
    .secEstate .numFlow{
        display: block;
        margin-top: 15px;
    }
    .secEstate .thBlock{
        min-width: 80px;
        font-size: 12px;
    }
    .secEstate .tdBlock{
        min-height: 35px;
        font-size: 12px;
        line-height: 1.58;
        padding: 8.5px 8px;
        justify-content: flex-start;
        width: calc(100% - 80px);
    }
    .secEstate .tdBlock .inner{
        max-height: 38px;
    }
    .secEstate .innerNum:nth-child(n+2){
        margin-left: 0;
        margin-top: 1px;
    }
    .secEstate .innerNum{
        min-width: 100%;
        display: flex;
    }
    .secEstate .innerNum:nth-child(1){
        width: 100%;
    }
    .secEstate .innerNum:nth-child(2){
        width: 100%;
    }
    .secEstate .innerNum:nth-child(3){
        width: 100%;
    }
}
@media only screen and (max-width:374px){
    .secEstate .nmber {
        font-size: 18px;
    }
}
@media only screen and (max-width:359px){
    .secEstate .nmber {
        font-size: 15px;
        margin-right: 1px;
    }
    .secEstate .price {
        font-size: 11px;
    }
    .secEstate .nmberItem{
        margin: 0 3px;
    }
}



/* houseCover */
.secEstate .houseCover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    color: #fff;
    border-radius: 3px;
}
.secEstate .houseBox{
    width: 100%;
}
.secEstate .houseImg{
    text-align: center;
    margin-right: 21px;
    display: flex;
    align-items: center;
    text-align: center;
}
.secEstate .btnList{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.secEstate .btnItem{
    width: 400px;
}
.secEstate .btnItem:nth-child(2){
    margin-left: 30px;
}
.secEstate .btnInner{
    height: 80px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background: #ddce5e;
    text-decoration: none;
    color: #1a1a1a;
}
.secEstate .btnItem:nth-child(2) .btnInner{
    background: #dd5e82;
    color: #fff;
}
@media only screen and (max-width:767px){
    .secEstate .btnList{
        display: block;
        margin-top: 15px;
    }
    .secEstate .btnItem{
        width: 82.609%;
        margin: 0 auto;
    }
    .secEstate .btnItem:nth-child(2){
        margin: 10px auto 0;
    }
    .secEstate .btnInner{
        height: 44px;
        font-size: 13px;
        border-radius: 22px;
    }
}
.secEstate .houseCover .flexbox{
    display: flex;
    width: 830px;
    height: auto;
    min-height: 170px;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 33px 0;
    align-items: center;
}
.secEstate .houseCover .leftBox{
    width: calc(100% - 468px);
    padding-left: 50px;
}
.secEstate .houseCover .leftflex{
    display: flex;
}
.secEstate .houseCover .houseTit{
    font-size: 35px;
    letter-spacing: 3px;
}
.secEstate .houseCover .houseTxt{
    font-size: 13px;
    /* text-align: center; */
    letter-spacing: 0px;
    margin-top: 30px;
}
.secEstate .houseCover .rightbox{
    width: calc(100% - 460px);
    margin-left: 50px;
    padding-left: 50px;
    position: relative;
}
.secEstate .houseCover .rightbox::after{
    content: "";
    position: absolute;
    top: -13px;
    /* bottom: 0%; */
    /* right: 0; */
    width: 1px;
    left: 0;
    border-right: 2px solid #ffffff;
    height: calc(100% - -26px);
}
.secEstate .houseCover .houselist{
    display: flex;
}
.secEstate .houseCover .houseItem{
    width: 41px;
    height: 22px;
    background: #1e88e5;
    border-radius: 20px;
    margin-right: 10px;
}
.secEstate .houseCover .houseItem:nth-child(2){
    background: #444444;
}
.secEstate .houseCover .houseItem:last-child{
    width: 64px;
    background: #f1ea36;
    margin-right: 0;
}
.secEstate .houseCover .Itemtxt{
    font-size: 12px;
    text-align: center;
    padding: 4px 0;
}
.secEstate .houseCover .righttit{
    font-size: 25px;
    margin-top: 20px;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}
.secEstate .houseCover .btnList{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.secEstate .houseCover .righttxt{
    font-size: 15px;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.secEstate .houseCover .btnItem{
    width: 400px;
}
.secEstate .houseCover .btnItem:nth-child(2){
    margin-left: 30px;
}
.secEstate .houseCover .btnInner{
    height: 80px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background: #ddce5e;
    text-decoration: none;
    color: #1a1a1a;
}
.secEstate .houseCover .btnItem:nth-child(2) .btnInner{
    background: #dd5e82;
    color: #fff;
}
@media only screen and (max-width:767px){
    .secEstate .houseCover .houseCover{
        padding-bottom: 26px;
    }
    .secEstate .houseCover .houseImg{
        width: 18px;
        /* margin: 0 auto; */
        margin-right: 10px;
    }
    .secEstate .houseCover .houseTxt{
        font-size: 13px;
        /* line-height: 1.69; */
        letter-spacing: 1px;
        margin-top: 15px;
    }
    .secEstate .houseCover .btnList{
        display: block;
        margin-top: 15px;
    }
    .secEstate .houseCover .btnItem{
        width: 95%;
        margin: 0 auto;
    }
    .secEstate .houseCover .btnItem:nth-child(2){
        margin: 10px auto 0;
    }
    .secEstate .houseCover .btnInner{
        height: 30px;
        font-size: 13px;
        border-radius: 22px;
    }
    .secEstate .houseCover .flexbox{
        display:block;
        width: 95%;
        height: auto;
        min-height: auto;
        padding: 10px 4px;
        margin-top: 0;
    }
    .secEstate .houseCover  .leftBox{
        width: 92%;
        margin: 0 auto;
        text-align: center;
        padding-left: 0px;
    }
    .secEstate .houseCover  .leftflex{
        display: flex;
        justify-content: center;
    }
    .secEstate .houseCover .houseTit{
        font-size: 21px;
        letter-spacing: 3px;
    }
    .secEstate .houseCover .houseTxt{
        font-size: 11px;
        margin-top: 13px;
        letter-spacing: 0;
    }
    .secEstate .houseCover .rightbox{
        width:100%;
        margin-left: 0;
        padding-left:0;
        position: relative;
    }
    .secEstate .houseCover .rightbox::after{
        content: "";
        position:none;
        top: -13px;
        /* bottom: 0%; */
        /* right: 0; */
        width: 1px;
        left: 0;
        border-right: none;
        height: calc(100% - -26px);
    }
    .secEstate .houseCover .houselist{
        display: flex;
        justify-content: center;
        margin-top: 19px;
    }
    .secEstate .houseCover .houseItem{
        width: 20%;
        height:auto;
        background: #1e88e5;
        margin-right:5px;
    }
    .secEstate .houseCover .houseItem:nth-child(2){
        background: #444444;
    }
    .secEstate .houseCover .houseItem:last-child{
        width:20%;
        background: #f1ea36;
        margin-right: 0;
    }
    .secEstate .houseCover .righttit{
        font-size: 18px;
        margin-top: 15px;
        letter-spacing: 1px;
        text-align: center;
        padding: 0 10px;
    }
    .secEstate .houseCover .righttxt{
        font-size: 15px;
        margin-top: 10px;
        text-align: center;
    }
}
@media only screen and (max-width: 370px) {
    .secEstate .houseCover .houseTxt {
        line-height: 1.5;
    }
}