@charset "UTF-8";
.fancybox-bg{
    background-color: #fff;
}

body {
    font-size: .9rem;
    background-color: #f5f5f5;
}

.page {
    overflow: hidden;
}

.text p {
    margin-top: 1rem;
}

.text p span {
    display: block;
}

.text-gradient {
    line-height: 1;
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.E1 {
    background-color: #ececec;
}

@media(max-width:991px) {
    .E1 {
        padding-top: 90px;
    }
}

/* ----E3----- */

/* E3 */
.E3 {
    padding: 5% 0;
}

.E3 .MaterialsList .item {
    padding: 3px;
}

.E3 .MaterialsList .item .innerImg {
    width: 100%;
    padding-top: 100%;
}

.E3 .MaterialsList .item .innerImg .image {
    background-size: 40%;
    background-color: #e6e6e6;
}

.slick-prev:before {
    content: "\f284";
    font-family: bootstrap-icons !important;

}

.slick-next:before {
    content: '\F285';
    font-family: bootstrap-icons !important;

}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 30px;
    font-weight: 100;
}

.E5 {
    padding: 5% 0;

}

.PublicImg .item {
    padding: 10px;
}

.PublicImg .item .Imginfo {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: .7rem;
    color: #fff;
    margin: 0;
    padding: 0;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);

}

.fancybox-infobar {
    opacity: 0 !important;
}



.E2 .pageBox {
    padding: 6% 0;
    align-items: center;
}

/* .E2 .houseType */
.E2 .houseType {
    padding: 30px 10px;
    background-color: #f2f2f2;
    box-shadow: 1px 1px 12px rgb(0 0 0 / 43%);
}

.E2 .houseType .house-item {
    text-align: center;
    color: #000;
    display: block;
    line-height: 2;
    padding: 10px;
    cursor: pointer;
    font-size: 1.3rem;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}

.E2 .houseType .house-item:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    opacity: 0;
    transition: .5s;
}

.E2 .houseType .house-item:hover:before {
    opacity: 1;
}

.E2 .houseType .house-item:after {
    content: ' 房';
    font-size: 0.7rem;
    position: absolute;
    bottom: 16px;
    margin-left: 5px;
}




.E2 .houseType .house-item:last-child {
    border: none;
}

/* .E2  .floorinfo */
.middleBox {
    z-index: 1;

}

.E2 .title {
    position: absolute;
    top: 20%;
    left: 20px;
}

.E2 #floor-info {
    padding: 5%;
    padding-top: 70%;
    padding-bottom: 20%;
    width: 100%;
    z-index: 10;
    position: relative;
    box-shadow: 1px 1px 12px rgb(0 0 0 / 43%);
}

.E2 #floor-info .floor-active {
    font-size: 3rem;
    text-align: right;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;

}

.E2 #floor-info .floor-active:after {
    content: '房';
    font-size: 1rem;
}

.floorList {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.floorList .floor-item {
    width: 50%;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
}

.floorList .floor-item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgb(238, 238, 238);
    opacity: 0;
    transition: .5s;
}

.floorList .floor-item:hover:before {
    opacity: 1;
}

.floorList {
    position: relative;
}

.group-House {
    /* position: absolute;
    left: 0;
    top: 0; */
    width: 100%;
    opacity: 0;
    display: none;
    transition: .2s;
}

.group-House.active {
    opacity: 1;
    display: block;

}




/* #floorImg */
#floorImg .innerImg {
    padding-top: 70%;
    box-shadow: 1px 1px 12px rgb(0 0 0 / 43%);
}

#floorImg .innerImg:after {
    content: 'READ MORE';
    background-color: #fff;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.floorImg-active {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 10px;

}

@media(max-width:991px) {
    .E2 .houseType {
        display: flex;
        justify-content: space-around;
        padding-bottom: 0;
    }

    .E2 #floor-info {
        padding-top: 10vh;
        padding-bottom: 10px;
    }

    .fancybox-slide--iframe {
        padding: 0;
    }
}



/* E4 */

.E4 .innerImg .image {
    background-size: contain;
    background-color: transparent;
    background-position: center;
}

.E4 .slider-for .innerImg {
    padding-top: 100%;
}

.E4 .slider-for .innerImg .image {
    background-color: rgba(255, 255, 255, 0.787);
}

.E4 .slider-nav .nav-item:hover .innerImg .image {
    background-color: rgb(225, 225, 225);
}


@media(min-width:991px) {
    .E4 .pubicImg{
        display: flex;
    }
    
    .E4 .slider-for {
        width: 70%;
    }
    
    .E4 .slider-nav {
        width: 50%;
    
    }
    .E4 .slick-dots {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 30px;
        justify-content: center;
        margin: 0;
        padding: 0;
        bottom: 0;
        left: 100%;
    }
}

@media(max-width:991px) {
.E4{
    padding: 20% 0;
    text-align: center;
}
}