@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes loading {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes loading {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.loading-layer {background:url("../../images/houseTour/bg_loading@2x.png") rgba(0, 0, 0, 0.6) no-repeat; background-size:100% 100%;position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 30;overflow: hidden;}
.loading-layer.FRIESCENE{background-image:url("../../images/houseTour/FRIESCENE.jpg") }
.loading-layer.GZLTCW{background-image:url("../../images/houseTour/GZLTCW.jpg") }
.loading-layer.DAXIAN{background-image:url("../../images/houseTour/DAXIAN.jpg") }
.loading-layer.HEGII{background-image:url("../../images/houseTour/HEGII.jpg") }
.loading-content{color:#fff;text-align: center;width: 100%;margin-top: 30%;}
.loading-layer.FRIESCENE .loading-content,.loading-layer.GZLTCW .loading-content,.loading-layer.DAXIAN .loading-content,.loading-layer.HEGII .loading-content{margin-top:44%;}
.loading-content .loading-bar{height:6px;width: 44%;margin:20px auto 0;border-radius: 3px;overflow: hidden;background: rgba(255, 255, 255, 0.4)}
.loading-content .loading-bar .progress-bar{background: linear-gradient(-90deg, #F36B1B, #FFB400);border-radius: 3px;width: 100%;height: 100%;
    -webkit-animation: loading 2.5s linear 1;
    animation: loading 2.5s linear 1;}
.common-layer {background: rgba(0, 0, 0, 0.8);display: none; position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 30;overflow: hidden;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    transition: all 0.3s ease-in-out; }
.common-layer .close-btn {    position: absolute;
    z-index: 11;
    top: 5px;
    right: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    text-decoration: none;}
.threeDAPP .common-layer .close-btn{top: 48px;}
.bookImg-layer-content,.videohot-layer-content{
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bookImg-layer-content .bookImg-content ,.videohot-layer-content .video-area{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.bookImg-layer-content .bookImg-content .img-area{
    width: 100%;
    display: block;
    max-height: 85%;
    overflow: hidden;
    position: relative;
}
.bookImg-layer-content .bookImg-content img{
    max-width: 100%;
}
.bookImg-layer-content .bookImg-content .link-btn{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 100px;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    color: #fff;
    background: #f60;
    text-align: center;
    border-radius: 20px;
    z-index: 10;
    cursor: pointer;
}
.videoHot-layer{

}

.videohot-layer-content .video-area video{width: 90%;height: auto;}


.shop-common-layer{
    background: rgba(0, 0, 0, 0.6);
    animation-name: auto;
}
.shop-common-layer .layer-content{
    background: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height:95%;
    padding: 0 4%;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
}
#shopLayer .layer-content{
    background: rgba(255, 255, 255, 0.8);
}
.shop-common-layer .layer-content .filterbg{
    width: 100%;
    filter: blur(30px);
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -ms-filter: blur(30px);
    -o-filter: blur(30px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: url("../../images/tp_h5_fm1.png") no-repeat 100% 100%;
}
.shop-common-layer .layer-content .close-btn{
    color: #a8a8a8;
    top: -5px;
}
.shop-common-layer .layer-content .close-btn i{
    font-size: 20px;
}
.shop-common-layer .layer-content .header{
    white-space: nowrap;
    display: -webkit-box;
    padding: 0 3%;
    margin-top: 20px;
}
.shop-common-layer .layer-content .header .shop-img{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 5px;
}
.shop-common-layer .layer-content .header .right{
    color: #333;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    padding-left:10px;
}
.shop-common-layer .layer-content .header .name{
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;
    margin-bottom: 10px;
}
.shop-common-layer .layer-content .header .collect-btn{
    display: inline-block;
    line-height: 1;
    border: 1px solid #F36B1B;
    border-radius: 3px;
    padding: 6px 8px;
    color: #f36b1b;
    font-size: 12px;
}
.shop-common-layer .layer-content .header .collect-btn.display{
    border-color: #666;
    color: #666;
}
.shop-common-layer .layer-content .info{
    color: #333;
    padding:16px 3% 0px;
}
.shop-common-layer .layer-content .info>div,.shop-common-layer .layer-content .info>button{
    line-height: 1;
    margin: 5px 0;
    color: #333;
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
    position: relative;
}
.shop-common-layer .layer-content .info>div label,.shop-common-layer .layer-content .info>button label{
    color: #666;
    float: left;
    padding-right: 10px;
}
.shop-common-layer .layer-content .info>button span{
    vertical-align: top;
}
.shop-common-layer .layer-content .info .map-btn{
    display: inline-block;
    width: 25px;
    height: 25px;
    float: right;
    margin-top: -5px;
}
.shop-common-layer .layer-content .info>div .address-text{
    display: inline-block;
    max-width:78%;
    line-height: 1.2;
}
.shop-common-layer .layer-content .info .copy-btn{
    display: inline-block;
}
.shop-common-layer .layer-content .info .map-btn img,.shop-common-layer .layer-content .info .copy-btn img{
    width: 100%;
}
.shop-common-layer .layer-content .info .copy-btn img{
    margin: 0 8px;
    width: 12px;
}
.shop-common-layer .layer-content .goods{
    padding:10px 3%;
    overflow: hidden;
    display: block;
    width: 100%;
}
.shop-common-layer .layer-content .goods .sub-title{
    color: #333;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 14px;
}
.shop-common-layer .layer-content .goods .sub-title span{
    font-size: 13px;
    float: right;
    padding-left: 20px;
    cursor: pointer;
}
.shop-common-layer .layer-content .goods>a{
    background: #eee;
    float: left;
    display: inline-block;
    width: 48%;
    height: 150px;
    overflow: hidden;
    text-align: center;
}
.shop-common-layer .layer-content .goods>a:last-child{
    margin-left:4%;
}
.shop-common-layer .layer-content .goods>a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
}
.shop-common-layer .layer-content .btn{
    display: block;
    margin: 15px 0 20px;
    text-align: center;
}
/*.shop-common-layer .layer-content .btn .ask-btn{
    display: -webkit-box;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
}*/
.shop-common-layer .layer-content .btn .ask-btn,.shop-common-layer .layer-content .btn .tel-btn{
    display: inline-block;
    width: 48%;
    color: #fff;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.shop-common-layer .layer-content .btn .ask-btn img,.shop-common-layer .layer-content .btn .tel-btn img{
    display: inline-block;
    width: 15px;
    margin-right: 4px;
    vertical-align: middle;
}
.shop-common-layer .layer-content .btn span{
    display: inline-block;
}
.shop-common-layer .layer-content .btn .ask-btn{
    background: #2D2C32;
    background: linear-gradient(90deg, #717171, #2D2C32);
    font-size: 15px;
    margin-right:2%;
}
.shop-common-layer .layer-content .btn .tel-btn{
    background: #F36B1B;
    margin: 0 auto;
}
.shop-common-layer .layer-content .btn.goods-btn .tel-btn{
    width: 48%;
}
.shop-common-layer .layer-content .goods-area,.shop-common-layer .layer-content .goods-list{
    max-width: 680px;
    margin: 40px auto 0;
}
.shop-common-layer .layer-content .goods-list{
    margin-top: 15px;
}
.shop-common-layer .layer-content .goods-list h4{
    font-weight: bold;
    margin-bottom: 10px;
}
.shop-common-layer .layer-content .goods-area .img{
    width: 100%;
    background: #F4F4F4;
    text-align: center;
    position: relative;
}
.shop-common-layer .layer-content .goods-area .img img{
    max-width: 100%;
    margin: 0 auto;
}
.shop-common-layer .layer-content .goods-area .img  .model-icon{
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
}
.shop-common-layer .layer-content .goods-area .detail-area p{
    display:block;
    width: 100%;
    line-height: 1;
}
.shop-common-layer .layer-content .goods-area .detail-area .title{
    font-size: 18px;
    color: #333;
    margin: 15px 0;
}
.shop-common-layer .layer-content .goods-area .detail-area .price{
    font-size: 16px;
    color: #F36B1B;
}
.shop-common-layer .layer-content .goods-list ul{
    display: block;
    overflow: hidden;
    padding: 0 2% 2%;
}
.shop-common-layer .layer-content .goods-list ul li{
    float: left;
    width: 48%;
    margin-bottom: 15px;
}
.shop-common-layer .layer-content .goods-list ul li:nth-child(2n){
    margin-left: 4%;
}
.shop-common-layer .layer-content .goods-list ul li .img{
    display: block;
    width: 100%;
    height: 155px;
    max-height: 155px;
    line-height: 155px;
    vertical-align: middle;
    overflow: hidden;
    background: #F4F4F4;
    text-align: center;
    position: relative;
}
.shop-common-layer .layer-content .images-list ul{
    padding: 0;
}
.shop-common-layer .layer-content .images-list ul li .img{
    height: 166px;
    max-height: 166px;
    line-height: 166px;
    border-radius: 4px;
    position: relative;
}
.shop-common-layer .layer-content .goods-list ul li .img .add-icon{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 32px;
    background: url(../../images/houseTour/img_gx@2x.png) no-repeat;
    background-size: 100% 100%;
}
.shop-common-layer .layer-content .goods-list ul li .img img{
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
}
.shop-common-layer .layer-content .goods-list ul li .img img.vr-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    display: block;
    width: 40px;
    height: 40px;
}
.shop-common-layer .layer-content .goods-list .detail-area p{
    display:block;
    width: 100%;
    line-height: 1;
    font-size: 14px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.shop-common-layer .layer-content .goods-list .detail-area .title{
    color: #333;
    margin: 10px 0;
}
.shop-common-layer .layer-content .goods-list .detail-area .price{
    color: #F36B1B;
    font-size: 13px;
}
#bigImagesLayer{
    background: rgba(0, 0, 0, 1);
}
#bigImagesLayer .close-btn{
    top: 0;
}
#bigImagesLayer .image-content{
    display: flex;
    max-width: 100%;
    max-height: 100%;
   width: 100%;
    height: 100%;
    text-align: center;
}
#bigImagesLayer .image-content img{
    align-self: center;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.app-ad-layer{
    position: absolute;
    left: 4%;
    top: 48px;
    z-index: 8;
    width:250px;
    height:40px;
    border-radius: 2px;
    overflow: hidden;
}
.app-ad-layer img{
    width: 100%;
}
.app-ad-layer .close-btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: rgba(255,255, 255,0.2);
    color: #fff;
    text-align: center;
}
.app-ad-layer .close-btn i{font-size: 14px;}


.thumbImgListLayer{
    display: none;
    color: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    bottom:90px;
    z-index: 10;
}
.thumbImgListLayer  *{
    touch-action: unset;
}
.thumbImgListLayer .nav-tabs{
    display: inline-block;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    height:32px;
    margin: 0 8px;
    padding: 4px;
    overflow: hidden;

}
.thumbImgListLayer .nav-tabs li{
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #fff;
    width: 44px;
    line-height: 1;
    border-radius: 2px;
    padding:5px 0;
    text-align: center;
}
.thumbImgListLayer .nav-tabs li a{
    color: #999;
    display: block;
}
.thumbImgListLayer .nav-tabs li.active{
    background: #fff;
    color: #333;
}
.thumbImgListLayer .nav-tabs li.active a{
    color: #333;
}
.thumbImgListLayer .thumbImgList-swiper{
    width: 100%;
    height: 110px;
    padding-left: 7px;
    margin-top: 12px;
}
/*.thumbImgListLayer .tab-content{
    width: 100%;
    height: 110px;
    background: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    text-align: justify;
    touch-action: unset;
    padding-left: 15px;
}
.thumbImgListLayer .tab-content *{
    touch-action: unset;
}*/
.thumbImgListLayer .tab-content .tab-pane{
    width:auto;
    height: 90px;
    display: inline-block;
    vertical-align: middle;
    line-height: 90px;
}
.thumbImgListLayer .tab-content .swiper-slide{
    /*width: 100%;*/
    width:127px;
    height: 90px;
    vertical-align: middle;
    line-height: 90px;
}
.thumbImgListLayer .tab-content .content-unit{
    display: inline-block;
    text-align: center;
    width: 127px;
    height: 90px;
    margin-right:8px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.thumbImgListLayer .tab-content .swiper-slide.active,.thumbImgListLayer .tab-content .active .content-unit{
    width:127px;
    height:90px;
}
.thumbImgListLayer .tab-content .active .content-unit{
    border: 1px solid #FFFFFF;
}
.thumbImgListLayer .tab-content .content-unit img{
    width: 100%;
    height: 100%;
}
.thumbImgListLayer .tab-content .content-unit p{
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width:100%;
    height:22px;
    line-height: 21px;
    font-size: 12px;
    text-align: center;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;word-wrap: break-word;
}
.thumbImgListLayer .tab-content .active .content-unit p{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
}
.soft-hard-shop-layer .layer-content{padding: 0 0 0 4.27%;
    transition: initial;
    animation-duration: initial;}
.soft-hard-shop-layer .layer-content .iframe{
    position: absolute;
    width: 100%;
    height: 550px;
    z-index: 20;
}
.soft-hard-shop-layer .layer-content  .close-btn{
    left: 0;
    color: #333;
    top: 2px;
    z-index: 40;
}
.soft-hard-shop-layer .layer-content .title{
    line-height: 50px;
    color: #333;
    font-size: 16px;
    text-align: center;
    margin-left: -4.27%;
}
.soft-hard-shop-layer .soft-hard-goods-content .goods-tab li{
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    width: 20%;
    line-height: 50px;
    color: #999;
    padding-left: 4px;
    position: relative;
}
.soft-hard-shop-layer .soft-hard-goods-content .goods-tab li.active{
    color: #F36B1B;
}
.soft-hard-shop-layer .soft-hard-goods-content .goods-tab li i{
    background: #F36B1B;
    width: 12px;
    height: 2px;
    position: absolute;
    margin-left: 8px;
    bottom: 10px;
    display: none;
}
.soft-hard-shop-layer .soft-hard-goods-content .goods-tab li.active i{
    display: block;
}
.soft-hard-shop-layer .soft-hard-goods-content .goods-tab-content{
    display: block;
}
.soft-hard-shop-layer .soft-hard-goods-content .soft-hard-list{
    display: none;
}
.soft-hard-shop-layer .soft-hard-goods-content .soft-hard-list.active{
    display: block;
}
.soft-hard-shop-layer .soft-hard-goods-content .soft-hard-list ul{
    overflow: hidden;
    max-height: 450px;
    overflow-y: auto;
}
.soft-hard-shop-layer .soft-hard-goods-content .soft-hard-list li{
    display: inline-block;
    width: 22.284%;
    height: 22.284%;
    float: left;
    margin-right: 2.13%;
    margin-bottom: 2.13%;
}
.soft-hard-shop-layer .soft-hard-goods-content .soft-hard-list li a {
    display: block;
    width:100%;
    height:0;
    position: relative;
    padding-bottom: 100%
}
.soft-hard-shop-layer .soft-hard-goods-content .soft-hard-list li img{
    width:100%;
    height:100%;
    position: absolute;
}
.soft-hard-shop-layer .model-datail-layer-content{
    background: #fff;padding: 0;display: none;
}
.soft-hard-shop-layer  .model-detail-content{

}
.soft-hard-shop-layer  .model-detail-content .thumb-img{
    width: 100%;
    height: 100%;
    background: #E9E9E9;
    max-width: 450px;
    max-height: 450px;
    margin: 0 auto;
    overflow: hidden;
}
.soft-hard-shop-layer  .model-detail-content .thumb-img img{
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.soft-hard-shop-layer  .model-detail-content .info{
    background: #fff;
    padding: 5.33%;
    height: 200px;
    overflow-y: auto;
}
.soft-hard-shop-layer  .model-detail-content .info i{
    font-style: normal;
}
.soft-hard-shop-layer  .model-detail-content .info .name{
    line-height: 1;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.soft-hard-shop-layer  .model-detail-content .info .price{
    color: #F36B1B;
}
.soft-hard-shop-layer  .model-detail-content .info .rule{
    color: #999;
    float: right;
}
.soft-hard-shop-layer  .model-detail-content .info .attr-list{
    border-top: 1px solid #f1f1f1;
    padding-top: 10px;
    margin-top: 15px;
    color: #999;
    font-size: 14px;
    line-height: 1.8;
}

@media screen and (min-width:1080px){
    .loading-layer {
        background-position: center bottom;
        background-size: cover;
        background-image: url("../../images/houseTour/bg_loading_pc.jpg");
    }
}
/* 横屏样式 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1680px)  {
  .loading-layer.FRIESCENE{background-image:url("../../images/houseTour/FRIESCENE-pad.jpg") }
    .loading-layer.GZLTCW{background-image:url("../../images/houseTour/GZLTCW-pad.jpg") }
    .loading-layer.DAXIAN{background-image:url("../../images/houseTour/DAXIAN-pad.jpg") }
    .loading-layer.HEGII{background-image:url("../../images/houseTour/HEGII-pad.jpg") }
    .loading-layer.FRIESCENE .loading-content,.loading-layer.GZLTCW .loading-content,.loading-layer.DAXIAN .loading-content,.loading-layer.HEGII .loading-content{margin-top:34%;}
}
