/*vr*/
.vr_sign {
    position: absolute;
    left: 42%;
    top: 38%;
    z-index: 2;
    width: 115px;
    height: 115px;
    background-image: url(../images/detail/720_sprite.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    animation: vrRotate 1.5s steps(12) infinite;
    -moz-animation: vrRotate 1.5s steps(12) infinite;
    -webkit-animation: vrRotate 1.5s steps(12) infinite;
}

/*720动画*/

@keyframes vrRotate {
    0% {
        background-position: -0px -0px;
    }
    100% {
        background-position: -0px -1380px;
    }
}

@-moz-keyframes {
    0% {
        background-position: -0px -0px;
    }
    100% {
        background-position: -0px -1380px;
    }
}

@-webkit-keyframes {
    0% {
        background-position: -0px -0px;
    }
    100% {
        background-position: -0px -1380px;
    }
}

/*720动画/*/
.vr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.vr-txt {
    width: 100px;
    height: 33px;
    border-radius: 16px;
    overflow: hidden;
    background: #000000;
    float: right;
    margin-top: 10px;
}

.vr_close {
    width: 100px;
    height: 100px;
    float: right;
}

.vr_close img {
    width: 100px;
    height: 100px;
}

.vr-con {
    width: 1200px;
    margin: 5% auto;
}

.vr-iframe {
    width: 100%;
    height: 768px;
}

#vrIframe {
    width: 100%;
    height: 100%;
    border: none;
}

/*vr end*/

/*vedio*/
.vedio_sign {
    position: absolute;
    left: 1%;
    top: 88%;
    z-index: 999;
    cursor: pointer;
}

.vedio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    display: none;
}

.vedio .vedio_close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    cursor: pointer;
}

.vedio .vedio_close img {
    width: 32px;
    height: 32px;
}

.vedio #example_video_1 {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

#example_video_1 .phase-ready {
    display: none;
}

/*去除下载按钮*/
video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

/*vedio end*/

/*轮播图*/
.photoHtml .swiper-slide {
    margin-right: 0;
    background: #F6F6F6 url(../images/default/house/logo_142x134.png) center no-repeat;
}

.albumSlider {
    width: 712px;
    height: 546px;
    overflow: hidden;
    float: left;
    position: relative;
    float: left;
}

.albumSlider .content {
    width: 712px;
    height: 421px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background: url(/Public/images/default_house.png) #fafafa no-repeat center center;
}

.albumSlider .content li {
    font-family: Arial;
    width: 363px;
    height: 298px;
    *display: block;
    *font-size: 260px;
    *overflow: hidden;
    text-align: center;
    line-height: 298px;
    vertical-align: middle;
}

.albumSlider .content li img {
    width: 363px;
    height: auto;
}

.albumSlider .sliders {
    width: 365px;
    height: 65px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.albumSlider .minWraper {
    width: 300px;
    height: 65px;
    position: absolute;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.albumSlider .minWraper ul {
    width: auto;
    height: 48px;
    position: absolute;
    top: 10px;
}

.albumSlider .minWraper li {
    display: block;
    width: 60px;
    height: 43px;
    float: left;
    cursor: pointer;
    margin-right: 12px;
}

.albumSlider .minWraper li span {
    display: block;
    width: 56px;
    height: 39px;
    border: 2px solid #fff;
    overflow: hidden;
    text-align: center;
}

.albumSlider .minWraper li.current span {
    border: 2px solid #f18101;
    padding: 0px;
}

.albumSlider .minWraper li img {
    width: 56px;
    height: 44px;
    margin: 0 auto;
}

.albumSlider #maxPrev, .albumSlider #maxNext {
    width: 36px;
    height: 38px;
    overflow: hidden;
    background: url("http://mat1.gtimg.com/house/datalib_esf/sprt_com_bsk.gif") -220px -320px;
    text-indent: -9999em;
    text-decoration: none;
    position: absolute;
    top: 119px;
    z-index: 999;
}

.albumSlider #maxPrev {
    left: 0;
    background-position: -220px -320px;
    background-color: rgba(0, 0, 0, .2);
}

.albumSlider #maxNext {
    right: 0;
    background-position: -257px -320px;
    background-color: rgba(0, 0, 0, .2);
}

.albumSlider #maxPrev:hover {
    background-position: -220px -359px;
    background-color: rgba(0, 0, 0, .5);
}

.albumSlider #maxNext:hover {
    background-position: -257px -359px;
    background-color: rgba(0, 0, 0, .5);
}

.albumSlider #maxPrev.dis {
    background: none;
    cursor: default;
}

.albumSlider #maxNext.dis {
    background: none;
    cursor: default;
}

.albumSlider #minPrev, .albumSlider #minNext {
    width: 36px;
    height: 56px;
    position: absolute;
    top: 10px;
    display: block;
    cursor: pointer;
    background: url(http://mat1.gtimg.com/house/datalib_esf/sprt_search_bsk.png) no-repeat 0px 0px;
}

.albumSlider #minPrev {
    width: 20px;
    height: 48px;
    left: 0px;
    background-position: 0px -150px;
    top: 33px
}

.albumSlider #minPrev:hover {
    background-position: 0px -200px;
}

.albumSlider #minNext {
    width: 20px;
    height: 48px;
    right: 0px;
    background-position: -20px -200px;
    top: 33px
}

.albumSlider #minNext:hover {
    background-position: -20px -150px;
}

.albumSlider #minPrev.dis {
    background-position: 0px -150px !important;
    cursor: default;
}

.albumSlider #minNext.dis {
    background-position: -20px -200px !important;
    cursor: default;
}

.gallery-top .swiper-wrapper li div {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.minWraper .swiper-wrapper li {
    float: left;
    margin-right: 10px;
}

.minWraper .swiper-wrapper div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    border: 2px solid white;
}

.big-picture {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    color: #fff;
    z-index: 9999;
    overflow: hidden;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    display: none;
}

.big-header {
    height: 42px;
    line-height: 42px;
    background-color: #2e3239;
    position: relative;
    font-size: 14px;
    color: #a7b2bc;
    border-bottom: 1px solid #2e3239;
}

.big-header .logo {
    width: 140px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    border-right: 1px solid #23252a;
    float: left;
}

.big-header .logo img {
    width: 100%;
    height: 100%;
}

.breadcrumb {
    float: left;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    padding-left: 20px;
    border-left: 1px solid #373c44;
}

.big-picture .breadcrumb .album-name {
    color: #67b0fc;
    text-decoration: none;
    padding-left: 23px;
    background: url(../images/picdialog-icon-ie6.png) center no-repeat;
    background-position: 0 1px;
}

.return-back {
    height: 76px;
    width: 76px;
    right: 0;
    color: #a8b2bd;
    position: absolute;
    z-index: 999;
}

.return-back img {
    height: 100%;
    width: 100%;
}

.picture-image {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -440px;
    height: 768px;
    left: 0;
}

.picture-image .swiper-slide img {
    width: auto;
    height: 100%;
}

.left-swiper {
    position: absolute;
    right: 5%;
    top: 23%;
    height: 500px;
    width: 85px;
    overflow: hidden;
}

.small-swiper .swiper-wrapper .swiper-slide {
    width: 80px;
    height: 80px !important;
}

.small-swiper .swiper-wrapper .swiper-slide .swiper-lazy {
    width: 100%;
    height: 100%;
}

.left-swiper .small-swiper {
    height: 100%;
    width: 100%;
}

.small-swiper .swiper-wrapper .swiper-slide-active img {
    border: 2px solid #519cea;
}

.left-last {
    width: 90px;
    height: 29px;
    cursor: pointer;
    background: url(../images/big-up.png) center no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    z-index: 999;
}

.small-swiper .swiper-wrapper {
    overflow: visible;
}

.left-next {
    width: 90px;
    height: 29px;
    cursor: pointer;
    background: url(../images/big-down.png) center no-repeat;
    position: absolute;
    background-size: 100% auto;
    bottom: 0;
    z-index: 999;
}

.big-swiper {
    height: 100%;
}

.big-mask-prev, .big-mask-next {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 99;
    opacity: 0;
    border: none;
    top: 0;
    cursor: pointer;
}

.big-mask-prev {
    left: 0;
}

.big-mask-next {
    right: 0;
}

.big-mask-prev i, .big-mask-next i {
    position: absolute;
    width: 22px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -11px;
    background-repeat: no-repeat;
    background-position: center center;
}

.big-mask-prev i {
    background-image: url(../images/slideshow/norma-left.png)
}

.big-mask-next i {
    background-image: url(../images/slideshow/normal-right.png)
}

.big-mask-prev:hover i {
    background-image: url(../images/slideshow/left-arrow-hover.png)
}

.big-mask-next:hover i {
    background-image: url(../images/slideshow/right-arrow-hover.png)
}

.overflow {
    overflow: hidden;
}

.num-pagination {
    position: relative;
    margin: 30px auto 16px;
    text-align: center;
    font-size: 16px;
    color: white;
}

.original {
    position: absolute;
    bottom: 10px;
    left: 70%;
    cursor: pointer;
    color: #a8b2bd;
    width: auto;
    height: 24px;
    line-height: 24px;
    padding-left: 30px;
    background: url(../images/picdialog-icon.png) no-repeat 0 -30px;
    _background: url(../images/picdialog-icon-ie6.png) no-repeat 0 -30px;
    margin-right: 15px;
    right: 135px;
    z-index: 999;
}

#photoHtml .swiper-slide, #smallPhoto .swiper-slide {
    cursor: pointer;
}

.image-content {
    min-width: 600px;
    height: 100%;
}

#photoHtml, #photoHtml .swiper-slide, #photoSwiperHtml .swiper-slide {
    height: 100%;
}

#photoHtml .swiper-slide img {
    height: 100%;
}

#photoSwiperHtml .swiper-slide img {
    height: 90%;
}

#photoSwiperHtml .current img {
    border: 2px solid #f18101;
}

#smallPhoto li {
    height: 80px;
    margin-bottom: 10px;
}

#smallPhoto li:nth-of-type(1) {
    margin-top: 30px;
}

.small-swiper .swiper-wrapper .swiper-slide {
    border: 2px solid #40454e;
}

.small-swiper .swiper-wrapper .current {
    border: 2px solid #f18101;
}

.bigPhoto {
    overflow: hidden;
    width: 1200px;
    height: 768px;
}

.bigPhoto #bigPhoto .swiper-slide {
    margin: 0;
}

.big-picture .image-content .picture-image .thumbwrap_v {
    width: 680px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -340px;
    bottom: -125px;
    top: auto;
    right: auto;
    padding: 30px 0;
}

.big-picture .image-content .picture-image .gallery-thumbs-big {
    width: 1200px;
    margin: 0 auto;
}

.big-picture .image-content .picture-image .thumbwrapBig .arrow-left,
.big-picture .image-content .picture-image .thumbwrapBig .arrow-right {
    top: -510px;
}

.big-picture .image-content .picture-image .thumbwrapBig .arrow-left {
    left: -80px;
    background: url(../images/slideshow/norma-left.png) no-repeat center;
}

.big-picture .image-content .picture-image .thumbwrapBig .arrow-right {
    right: -80px;
    background: url(../images/slideshow/normal-right.png) no-repeat center;
}

.big-picture .image-content .picture-image .thumbwrapBig .arrow-left:hover {
    background: url(../images/slideshow/left-arrow-hover.png) no-repeat center;
}

.big-picture .image-content .picture-image .thumbwrapBig .arrow-right:hover {
    background: url(../images/slideshow/right-arrow-hover.png) no-repeat center;
}

.big-picture .image-content .picture-image .thumbwrapBig {
    width: 850px;
    /*width: 450px;*/
    margin: 0 auto;
    overflow: hidden;
}

.big-picture .image-content .picture-image .thumbwrapBig .swiperthumbBig {
    width: 850px;
    /*width: 450px;*/
    /*overflow: hidden;*/
    white-space: nowrap;
    text-align: center;
}

.big-picture .image-content .picture-image .thumbwrapBig .swiper-slide {
    display: inline-block;
    width: 76px;
    height: 56px;
    margin-right: 10px;
    background-color: #000000;
    cursor: pointer;
    overflow: hidden;
    float: none;
}
.big-picture .image-content .picture-image .thumbwrapBig .swiper-slide img{
    opacity: 0.6;
}
.big-picture .image-content .picture-image .thumbwrapBig .swiper-slide img.swiper-active-switch{
    opacity: 1;
}
.big-picture .image-content .picture-image .big-swiper .swiper-slide {
    position: relative;
}

.big-picture .image-content .picture-image .big-swiper .swiper-slide img {
    width: auto;
    height: auto;
    max-height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;;
}

/*轮播图end*/

/*覆盖swiper默认的图片样式*/
.swiper-slide img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
	font-size: 0;
}

.swiperthumb .swiper-pagination-switch {
    opacity: 0.6;
}
.swiperthumb .swiper-slide{
    width: 136px;
    height: 90px;
    overflow: hidden;
    margin-right: 9px;
}
.swiperthumb .swiper-slide img{
    width: 100%;
    height: auto;
    min-height: 90px;
}

.thumbwrap {
    min-height: 90px;
}

.gallery-thumbs .arrow-left, .gallery-thumbs .arrow-right {
    display: none;
}

.show {
    display: block !important;
}

.arrow-show {
    display: block;
}

/*覆盖swiper默认的图片样式end*/