﻿.banner {
    position: relative;
}
#pano{
    width:100%;
    height:535px;
}
@media screen and (max-width: 1400px) {
    #pano {
        height: 450px;
    }
}
.rightBox {
    position: relative;
}

.allBtns {
    width: 90px;
    height: 40px;
    position: absolute;
    z-index: 1;
    top: 50px;
    right: 99px;
}



.share, .full, .vr, .show, .star, .download {
    position: absolute;
    top: 2px;
    z-index: 100;
    width: 45px;
    height: 38px;
    cursor: pointer;
}

.share:hover, .vr:hover, .show:hover, .download:hover, .full:hover, .star:hover {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.full {
    left: 0px;
}

.vr {
    left: 45px;
}

.show, .download {
    right: 3px;
}

.star {
    left: -2px;
}

.share {
    right: -38px;
}

.show img, .download img, .vr img, .share img, .full img, .star img {
    margin-top: 9px;
    margin-left: 12px;
}

.vr img {
    margin-left: 8px;
}

.full img {
    margin-left: 16px;
}

.shareBg {
    position: absolute;
    top: 100px;
    right: 60px;
    z-index: 100;
    width: 225px;
    height: 160px;
    background: url("/Scripts/Vr/skin/icons/shareBg.png") no-repeat;
    background-size: 100% 100%;
}

.dis {
    display: none;
}

p.title {
    color: #ffffff;
    margin: auto;
    padding: 5px;
    width: 170px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    font-size: 16px;
}

.shareBg .shareInputBox {
    margin: 20px auto;
    width: 175px;
    position: relative;
    border-radius: 5px;
    font-size: 14px;
}

.shareBg input {
    background: #434F56;
    border: 1px solid #ffffff;
    width: 100%;
    height: 30px;
    color: #ffffff;
    text-indent: 10px;
    border-radius: 5px;
}

.shareBg .copyBtn {
    width: 36px;
    height: 33px;
    color: #666;
    background: #ffffff;
    border-radius: 5px;
    line-height: 33px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: -2px;
    cursor: pointer;
}

.shareBtns {
    margin: 20px auto;
    width: 100px;
    display: flex;
    justify-content: space-between;
}

.shareBtns img {
    cursor: pointer;
}

#qrcode {
    padding: 22px;
    position: absolute;
    top: 0px;
    left: 1px;
}

#qrcode:before {
    content: '\2716';
    position: absolute;
    top: 1px;
    right: 7px;
} 

.map {
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 100;
    right: 30px;
    top: 60px;
    background: url("/Scripts/Vr/skin/icons/map.png") no-repeat;
    background-size: contain;
    cursor: pointer;
}

#map {
    margin: 0;
    padding: 0;
    height: 668px;
    width: 100%;
     z-index: 1;
}

.maskBottom {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%
}

.flex {
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
}
.maskBottom .flex{
     width: 100%;
     padding:0 55px 0 78px;
     box-sizing:border-box;
}
.flex li {
    display: flex;
    align-items: center;
}
.maskBottom .flex li:first-child span{
    float:left;
}
.flex li span {
    color: #ffffff;
     margin-left: 3px;
}
.maskBottom .flex li span:hover{
    color: #f29600;
}
.maskBottom .flex li div:hover{
    color: #f29600;
}

.maskBottom .flex li:nth-child(1) img{
      margin-right: 8px;
}

.mapBtns {
    text-align: right;
    cursor: pointer;
    width: 76px;
    height: 18px;
}

.toMap {
    background: url("/Scripts/Vr/skin/icons/map.png") no-repeat 0px 5px;
}
.maskBottom .flex li div.toMap:hover {
     background: url("/Scripts/Vr/skin/icons/map-h.png") no-repeat 0px 5px;
}
.closeMap {
    background: url("/Scripts/Vr/skin/icons/close.png") no-repeat 0px 5px;
}
.maskBottom .flex li div.closeMap:hover {
   background: url("/Scripts/Vr/skin/icons/close-h.png") no-repeat 0px 5px;
}
.addressBg {
    width: 566px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 65px;
    left: 78px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    color: #fff;
}

.addressBg ul {
    /*width: 90%;*/
    margin: auto;
    font-size: 18px;
}

.addressBg ul:first-child {
    padding-top: 20px;
}

.addressBg ul:last-child {
    height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.addressBg ul li:first-child {
    width: 87%;
    display: flex;
    align-items: center;
}
 .addressBg ul li:nth-child(2){
           width: 10%;
    }
 .addressBg ul li:nth-child(2) a{
     display:block;
     width: 100%;
      height: 30px;
    line-height: 30px;
     font-size:16px;
     color:#fff;
    }
    .addressBg ul li:nth-child(2) a:hover {
         color:#f29600;
    }
    /*.addressBg ul li:last-child{
           width: 5%;
    }*/
.addressBg ul li span {
    margin-left: 8px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.addressBg .introduce {
    width: 90%;
    max-height:400px;
    font-size: 14px;
    line-height: 25px;
}

.ellipsis5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
