/**************************户型详情页*****************************************/
.housePhoto-detail{
    margin-top: 40px;
}
.housePhoto-detail-left{
    float: left;
    width: 840px;
}
.housePhoto-detail-left li {
    float: left;
    /*font-family: PingFangSC-Semibold;*/
    font-size: 14px;
    /* color: #F54343; */
    color: #333333;
    letter-spacing: 0;
    margin-right: 20px;
    line-height: 20px;
    cursor: pointer;
}
.housePhoto-detail-left li:last-child{
    margin-right: 0!important;
}
.liActive a{
    color: #F54343!important;
    font-weight: bold;
}
.housePhoto-detail-wrap{
    width: 840px;
    border-top: 1px solid #E9E9E9;
    margin-top: 20px;
    position: relative;
}
.housePhoto-detail-center{
    width: 840px;
    height: 630px;
}
.housePhoto-detail-center .swiper-slide {
    width: 840px;
    height: 630px;
    cursor: pointer;
    background:  #E9E9E9;
}
.housePhoto-detail-center .swiper-slide img{
    max-width: 840px;
    max-height: 630px;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.housePhoto-detail-nav{
    width: 760px;
    height: 105px;
    margin-top: 15px;
}
.housePhoto-detail-nav .swiper-slide {
    width: 140px !important;
    height: 105px;
    cursor: pointer;
    /*margin-right: 15px;*/
}
.housePhoto-detail-nav .swiper-slide:last-child {
    margin-right: 0px;
}
.housePhoto-detail-nav .swiper-slide img {
    width: 100%;
    height: 100%;
}
.housePhoto-detail-nav .swiper-slide-thumb-active .pic-tip {
    background: #F54343;
}
.housePhoto-detail-nav .pic-tip {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    padding: 4px 10px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    font-size:12px ;
}
.housePhoto-detail-next,.housePhoto-detail-prev{
    width: 30px;
    height: 105px;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    bottom: 0;
}
.housePhoto-detail-prev {
    left: 0;
    background: #333333 url(https://s0.ifengimg.com/2019/06/26/arrow-left_520bc459.png) no-repeat center center/10px 20px;
}
.housePhoto-detail-next {
    right: 0;
    background: #333333 url(https://s0.ifengimg.com/2019/06/26/arrow-right_7c2a9047.png) no-repeat center /10px 20px;
}
.housePhoto-top-next,.housePhoto-top-prev{
    width: 40px;
    height: 80px;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 40%;
}
.housePhoto-top-prev {
    border-radius: 1px 4px 4px 1px;
    left: 0;
    background: rgba(0, 0, 0, .6) url(https://s0.ifengimg.com/2019/06/26/arrow-left_520bc459.png) no-repeat center center/10px 20px;
}
.housePhoto-top-next {
    border-radius: 4px 1px 1px 4px;
    right: 0;
    background: rgba(0, 0, 0, .6) url(https://s0.ifengimg.com/2019/06/26/arrow-right_7c2a9047.png) no-repeat center /10px 20px;
}
.vr-ifrem {
    position: relative;
    width: 840px;
    height: 630px;
}
.vrpop {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
    background-color: #fff;
    text-align: center;
    line-height: 60px;
    width: 1180px;
    height: 540px;
    padding-top: 60px;
    font-size: 30px;
}
.vr-nav .swiper-slide-thumb-active .pic-tip{
    background: #F54343;
}