/**
 * 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{
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    border-radius: 50%;
    background-size: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    right:20px;
}
/* 分享按钮 */
.p-btn.share-btn{
    top: 350px;
    background-image:url("../images/u335.svg");
    /*display: none;*/
}
.p-btn-options {
    display: block;
    position: absolute;
    right:20px;
    top: 420px;
    text-align: right;
    z-index: 10;
}
.p-btn-options-top{
    top: 250px;
}
.p-btn-options:after{
    content: '';
    display: table;
    clear: both;
}
.p-btn-options .btn-option,
.p-btn-options .btn-option-1,
.p-btn-options .btn-option-o{
    width: 50px;
    height: 50px;
    display: inline-block;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    background-size: 26px;
    background-position: center center;
    background-repeat: no-repeat;
    /*display: none;*/
}

.p-btn-options .hotspot-btn{
    background-image:url("../images/pano/hotspot-btn.png");
}
.p-btn-options .remark-btn{
    background-image:url("../images/pano/remark-btn.png");
}
.p-btn-options .size-btn{
    background-image:url("../images/pano/size-btn.png");
}
.p-btn-options .pic-btn{
    background-image:url("../images/pano/upload-1.png");
}
.p-btn-options .info-btn{
    background-image:url("../images/pano/icon-setting.png");
}
.p-btn-options .title-btn{
    background-image:url("../images/pano/icon-title.png");
}
.p-btn-options .bg-none .well{
    background-color: rgba(0,0,0,0);
    border: none;
    text-align: center;
    padding: 0;
    box-shadow: none;
}
.p-btn-options .bg-none .well .btn-option-sub{
    width: 100%;
    margin-top: 10px;
    background-color: rgba(0,0,0,.6);
}
.p-btn-options .bg-none .well ul li:last-child .btn-option-sub{
    background-color: rgba(0,0,0,1);
}
.p-btn-options .bg-none .well .btn-option-sub:hover,
.p-btn-options .bg-none .well .btn-option-sub:focus,
.p-btn-options .bg-none .well .btn-option-sub:active{
    color: #000000;
    background-color: rgba(255,255,255,.7)!important;
}

.btn-defined{
    padding: 2px 35px;
}
.btn-defined-gray{
    border-color: rgba(85, 85, 85, .8);
    background-color: rgba(85, 85, 85, .8);
    color: #fff;
}
.btn-defined-black{
    border-color: rgba(0, 0, 0, .8);
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
}
.btn-defined-gray:hover,
.btn-defined-gray:focus,
.btn-defined-gray:active,
.btn-defined-gray:visited{
    border-color: rgba(85, 85, 85, 1);
    background-color: rgba(85, 85, 85, 1);
}

/*场景选择窗*/
.scenes-select-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #ffffff;
    padding: 10px;
    width: 526px;
    height: 530px;
    z-index: 9999;
    color: #000;
    font-size: 14px;
    display: none;
}
.scenes-select-box .title{
    padding: 5px;
}
.select-wrap{
    width: 500px;
    height: 438px;
    overflow: auto;
}
.select-wrap .select-box{
    position: relative;
    width: 150px;
    height: 130px;
    margin: 5px;
    display: inline-block;
    border: 2px solid rgba(0,0,0,0);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    cursor: pointer;
}
.select-wrap .select-box.active{
    border: 2px solid rgba(0,0,0,.7);
}
.select-wrap .select-box img {
    max-width: 100%;
    max-height: 100%;
}
.select-wrap .select-box .select-box-title{
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background-color: rgba(0,0,0,.7);
    color: #ffffff;
}
/*场景选择窗*/
/*热点删除窗*/
.hotspot-delete-frame,
.remark-delete-frame,
.line-delete-frame{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 300px;
    height: 120px;
    background-color: #ffffff;
    color: #000;
    text-align: center;
    display: none;
}
.hotspot-delete-frame .title,
.remark-delete-frame .title,
.line-delete-frame .title{
    padding: 20px 0;
}
/*热点删除窗*/
.select-option-btns {
    text-align: center;
    margin-top: 10px;
}
.select-option-btns .btn {
    margin: 0 10px;
}

#wareform{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 380px;
    height: 300px;
    padding: 20px 30px;
    background-color: rgba(242, 242, 242, 1);
    color: #000;
    display: none;
    font-size: 14px;
}
#wareform .title{
    padding-bottom: 10px;
}
#wareform .btns{
    text-align: center;
    margin-top: 10px;
}

.line-tip {
    width: 380px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(0,0,0,.6);
    font-size: 13px;
    text-align: center;
    display: none;
}
.line-tip a{
    color: #ffffff;
    display: inline-block;
    margin-left: 15px;
}
.line-size-box{
    width: 315px;
    height: 105px;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: none;
}
.line-size-box .title{
    padding: 15px 0 8px;
}
.line-size-box .title input{
    display: inline-block;
    width: 166px;
    color: #000;
}


.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: 255px;
    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);
}

/*返回浏览模式*/
#task-return-view{
    position: absolute;
    top: 20px;
    right: 10px;
    display: inline-block;
    text-align: center;
}
#task-return-view h4{
    color: #CF151F;
}
#task-return-view .btn-return-view{
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    display: inline-block;
    padding: 15px 10px;
    border-radius: 10px;
    cursor: pointer;
}
img {
    max-width: 100%;
    max-height: 100%;
}

/*场景编辑弹窗*/
.edit-wrap{
    width: 700px;
    height: 500px;
    background-color: #ffffff;
    position: absolute;
    top: 0;bottom: 0;
    left: 0;right: 0;
    margin: auto;
    z-index: 100;
    display: none;
}
.edit-wrap .wrap-title,
.edit-info-wrap .wrap-title{
    height: 35px;
    line-height: 35px;
    background-color: #F2F2F2;
    color: #000000;
    font-weight: 100;
    font-size: 14px;
    padding: 0 15px;
}
.edit-wrap .wrap-content{
    height: 400px;
    overflow: auto;
}
.edit-wrap .wrap-footer{
    padding-left: 156px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-top: 1px solid #cccccc;
    color: #aaaaaa;
}
.edit-wrap .wrap-footer .btn,
.edit-info-wrap .wrap-footer .btn{
    margin: 0 20px;
}
.input-edit{
    width: 78px;
    height: 22px;
}
.wrap-ul li{
    width: 150px;
    height: 170px;
    border: 1px solid #aaaaaa;
    color: #666666;
    margin: 10px;
    display: inline-block;
    text-align: center;
}
.wrap-ul li .wrap-info{
    padding: 4px;
}
.wrap-ul li .wrap-info>div{
    margin: 6px 0;
}

/*作品信息弹窗*/
.edit-info-wrap{
    width: 500px;
    height: 500px;
    background-color: #ffffff;
    position: absolute;
    top: 100px;
    left: 0;right: 0;
    margin: auto;
    z-index: 100;
    display: none;
}
.edit-info-wrap .wrap-content{
    height: 400px;
    overflow: auto;
    color: #777;
}
.edit-info-wrap .wrap-footer{
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-top: 1px solid #cccccc;
    color: #aaaaaa;
}
.info-ul li>div{
    display: inline-block;
    padding: 15px 0;
}
.info-ul li>div:first-child{
    width: 150px;
    text-align: center;
    vertical-align: top;
    padding-top: 18px;
    font-weight: 100;
}
.info-ul li>div input,
.info-ul li>div textarea{
    width: 300px;
    min-height: 35px;
    border: 1px solid #ccc;
}
.upload-wrap>div{
    display: inline-block;
}
.upload-wrap>div .upload-tip{
    font-size: 12px;
    color: #aaaaaa;
}
.uploadifive-button {
    cursor: pointer;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.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;
    z-index: 200;
}

.layui-layer-content{
    color: #000;!important;
    background-color: rgba(255, 255, 255, .7);
}