/**
 * Created by PhpStorm.
 * User: WZH
 * Date: 2019/7/16
 * Time: 9:01
 * PC端全景图
 */

/*草稿*/
#logo{
    position: absolute;top: 10px;left: 10px;
    max-width: 260px;max-height: 90px;
}
#logo img{ max-width: 100%;max-height: 100%;}
/*草稿*/

/*LOGO*/
#draft{position: absolute;top: 10px;right: 20px;}

/*数据信息*/
#info{position: absolute;right: 50px;bottom: 20px;}
#info ul{  padding:0;margin: 0;}
#info ul li{
    list-style: none;
    padding: 6px 0;
    text-align: right;
    font-size: 1.6rem;
}
#info ul li:first-child{
    font-size: 2rem;
}
#info ul li:last-child{
    font-size: 1.2rem;
}

/*分享*/
.p-btn,.p-btn-1{
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    right: 0;
    border-radius: 50%;
    background-size: 26px;
    background-position: center center;
    background-repeat: no-repeat;
}
.p-btn.share-btn{
    top: 50px;
    right:20px;
    background-image:url("../images/u335.svg");
    /*display: none;*/
}
.p-btn.task-btn{
    top: 120px;
    right: 20px;
    background-image:url("../images/pano/task-open.png");
}
.p-btn.scense-btn{
    top: 120px;
    right: 20px;
    background-image:url("../images/pano/scense-open.png");
}
.p-btn.task-edit{
    top: 190px;
    right: 20px;
    background-image:url("../images/pano/task-edit.png");
}

.p-btn-1.show-pic-btn{
    top: 250px;
    right: 20px;
    background-image:url("../images/pano/preview-1.png");
}

.share-tip{
    width: 470px;
    height: 300px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 10;
    margin: auto;
    display: none;
}
.share-tip .share-content{
    width: 100%;
    height: 100%;
}
.share-tip .tip-content{
    height: 240px;
    padding-top: 100px;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color:#000;
}
.share-tip .tip-btns>div{
    display: inline-block;
    width: 50%;
    height: 60px;
    float: left;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    background-color: rgba(0,0,0,0.6);
    border-bottom-left-radius:10px;
    cursor: pointer;
}
.share-tip .tip-btns>div:last-child{
    background-color: rgba(125,125,125,0.85);
    border-bottom-left-radius:0px;
    border-bottom-right-radius:10px;
}
/*展示二维码*/
.share-qrcode-tip{
    width: 470px;
    height: 300px;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    display: none;
    color:#000;
}
.share-qrcode-tip .tip-title{
    height: 45px;
    line-height: 45px;
    position: relative;
}
.share-qrcode-tip .tip-title .tip-close{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.8);
    font-size: 40px;
    cursor: pointer;
    color: rgba(125,125,125,1);
    position: absolute;
    right: -30px;
    top: 10px;
}
.share-qrcode-tip .tip-content{
    height: 275px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.8);
}
.share-qrcode-tip .tip-content .tip-qrcode{
    height: 200px;
    position: relative;
}
.share-qrcode-tip .tip-content .er-qrcode{
    width: 150px;
    height: 150px;
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
}
.share-qrcode-tip .tip-mess{
    font-size: 25px;
    text-align: center;
}

/*多相机位*/
.options-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 40;
}
.step-tip{
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
    width: 500px;
    text-align: center;
    font-size: 26px;
    /*background-color: rgba(93,92,90,0.8);*/
    z-index: 50;
}
.step-tip p{
    padding: 3px;
}
.center-spot{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 50;
}
.center-spot .center-spot-content{
    width: 100%;
    height: 100%;
    position: relative;
}
.center-spot .center-spot-content p{
    position: absolute;
    left: 32px;
    top: -22px;
    width: 354px;
}
.center-spot .center-spot-content p.second-step-tip{
    width: 442px;
}
.center-spot img{
    max-width: 100%;
    max-height: 100%;
}
/*360°旋转提示*/
.guide-tip{
    position: absolute;
    z-index: 60;
    left: 50px;
}
.guide-tip-360{
    top: 150px;
}
.guide-tip-message{
    bottom: 50px;
    color: #FFF;
}
.btn-step{
    background-color: rgba(0,174,209,1);
    color: #FFF;
    font-size: 30px;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 60;
    width: 230px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    border: none;
}
.del-step{
    left: -300px;
    background-color: rgba(255,0,0,0.6);
}


/*云渲染列表*/
#tasks-wrap{
    width: 780px;
    height: 540px;
    background-color: rgba(0,0,0,.7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    box-sizing: border-box;
    padding: 10px;
    display:none;
}
#tasks-wrap h3{
    margin-top: 10px;
    font-size: 22px;
}
#tasks-wrap .title-tip{
    font-size: 13px;
}
.tasks-list{
    height: 380px;
    margin-top: 10px;
    overflow: auto;
}
.tasks-list ul li{
    display: inline-block;
    width: 162px;
    margin: 5px 10px;
    cursor: pointer;
}
.task-wrap .img-box img{
    max-width: 100%;
    max-height: 100%;
}
.task-wrap .img-box{
    position: relative;
}
.task-wrap .img-box .task-selected{
    width: 26px;
    height: 26px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #08E08E;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    right: 6px;
    bottom: 6px;
    display: none;
}
.task-wrap.active .task-selected{
    display: inline-block;
}
.task-wrap .task-info{
    font-size: 12px;
}
.task-wrap .task-info>div{
    display: inline-block;
    width: 48%;
    padding: 5px 0 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.tasks-btns{
    text-align: center;
    padding: 10px;
    line-height: 60px;
}
.tasks-btns>div{
    border-top:1px solid #ffffff;
    margin-top: 5px;
}
.tasks-btns>div button{
    margin: 0 20px;
}
.tasks-btns>div button:first-child{
    margin-left: 120px;
}
.tasks-btns>div span{
    font-size: 13px;
}
.tasks-btns>div button .count-show{
    display: none;
}
.btn-task-defined {
    padding: 5px 35px;
}
.btn-task-defined-green{
    border-color: #08E08E;
    background-color: #08E08E;
    color: #fff;
}
.btn-task-defined-green:hover,
.btn-task-defined-green:focus,
.btn-task-defined-green:active,
.btn-task-defined-green:visited{
    border-color: #08E08E;
    background-color: #08E08E;
}
.loading-tip{
    min-width: 100px;
    max-width: 400px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0,0,0,.7);
    color: #ffffff;
    display: none;
}