@-ms-viewport { width: device-width; }
@media only screen and (min-device-width: 800px) { html { overflow:hidden; } }
*{margin:0;padding:0;}
html,body { height:100%; overflow: hidden;font-size: 10px;}
body { position: relative; overflow:hidden; font-family:"PingFang SC", "Hiragino Sans GB","Microsoft Yahei",sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }
#pano {position:relative;width:100%;height:100%;}
.subtitle-box{
    position: absolute;
    left: 50%; bottom:36px;
    margin-left: -50%;
    width:100%;
    z-index: 100;
    text-align: center;
    font-size: 16px;
    -webkit-transition: bottom .5s ease;
            transition: bottom .5s ease;
}
.subtitle-box.hide-controller{
    bottom:0;
}
#subtitle span{
    display: inline-block;
    margin-bottom: 3px;
    padding: 3px 6px;
    background-color: rgba(15, 22, 30, 0.8);
    text-shadow: rgb(34, 34, 34) 0px 0px 4px, rgb(34, 34, 34) 0px 0px 4px, rgb(34, 34, 34) 0px 0px 4px, rgb(34, 34, 34) 0px 0px 4px;
}
.fl{float:left;}
.cl:after{ content:'.'; display:block; clear:both; height:0; visibility:hidden;}
.caption-box{position:absolute;top:0; left: 20%;width:60%; font-size: 14px;z-index: 20;}
.subtitle-box.hide,
.caption-box.hide{display: none;}
.arrow-box{ text-align: center;}
.caption-btn { display: inline-block; width:50%; border-radius:0 0 10px 10px; border-right: 1px solid rgba(255,255,255,.7); border-bottom: 1px solid rgba(255,255,255,.7); border-left: 1px solid rgba(255,255,255,.7); background-color: rgba(0, 25, 50, 0.4)}
.arrow-down {position:relative; top:5px;display:inline-block;width:0;height:0; border-top:10px solid white; border-bottom:10px solid transparent; border-right:10px solid transparent;border-left:10px solid transparent;}
.arrow-up{position:relative; top:-5px;display:inline-block;width:0;height:0; border-top:10px solid transparent; border-bottom:10px solid white; border-left:10px solid transparent;border-right:10px solid transparent;}
.text-box{display:none;position:relative; padding: 5px 10px; border-radius:0 0 10px 10px; border-right: 1px solid rgba(255,255,255,.7); border-bottom: 1px solid rgba(255,255,255,.7); border-left: 1px solid rgba(255,255,255,.7); background-color: rgba(0, 25, 50, 0.4);}
.caption{color:white;line-height:20px; text-align:justify;}
#android-video video{display: block;width: 100%; }
.drag-tip{
    display: none;
    position: absolute;
    left: 50%;bottom: 10%;
    margin-left:-100px;
    width:200px;height: 37px;
    background:url(drag.png) no-repeat;
    -webkit-animation: dragTip 1s linear infinite alternate;
    animation: dragTip 1s linear infinite alternate;
}
.android-caption{margin:20px 10px 0;color:white;line-height: 1.5em;font-size: 16px;}
.jiathis_button {
        display: none;
        position: absolute;
        top: 150%;left: 50%;
        margin-left: -150px;
        margin-top: -50px;
        padding-top: 20px;
        width: 300px;height: 80px;
        border-radius: 3px;
        background-color: rgba(0, 25, 50, 0.8);
        text-align: center;
        -webkit-transition:all .5s;
        transition:all .5s;
        z-index: 10;
    }
.jiathis_button.show{
    top: 50%;
}
.share-close,.jiathis_button span{
    background-image:url(http://image.thepaper.cn/html/pano/sources/controlIcons.png);
}
.share-close{
    position: absolute;
    right: -32px;
    top: -32px;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: -128px 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition:all .5s;
    transition:all .5s;
}
.share-close:hover{
    -webkit-transform: scale(.8) rotate(90deg);
    transform: scale(.8) rotate(90deg);
}
.jiathis_button a{
    display: inline-block;
}
.jiathis_button span{
    display: inline-block;
    border-radius: 50%;
    width: 64px;height: 64px;
    -webkit-transition: all .5s;
    transition: all .5s;}
.jiathis_button span:hover{
    border-radius: 0;
}
.jiathis_button_weixin span{background-position: -256px 0;}
.jiathis_button_tsina span{  background-position: -320px 0;}
.jiathis_button_cqq span{  background-position: -384px 0;}
.jiathis_button_qzone span{  background-position: -448px 0;}

.linklayer {position: absolute; width: 100%; left: 0; bottom: 20%; z-index: 999; text-align: center; display: none;}
.linklayer a {
    display: inline-block; text-decoration: none;
    color: #fff; margin:0 10px; border-radius: 30px; padding: 5px 20px;
    border: 1px solid rgba(255, 255, 255, 0.8);
}

@media only screen and (min-width: 640px) {
    .drag-tip,.jiathis_button{display: block;}
    .caption-box {left:50%;margin-left: -150px; width: 300px;}
    .text-box {padding:10px;}
    .caption{line-height: 24px;}

}
@media only screen and (min-width: 768px){
    .subtitle-box{
        width:30%; margin-left: -15%; bottom:45px;
        font-size: 20px;
    }
    #subtitle span{
        margin-bottom: 3px;
        padding: 5px 10px;
    }
}
@media only screen and (min-width: 1300px){
    .subtitle-box{
        width:30%; margin-left: -15%; bottom:45px;
        font-size: 24px;
    }
}
@-webkit-keyframes dragTip{
    0%{-webkit-transform:translateX(-10px);}
    0%{-webkit-transform:translateX(10px);}
}
@keyframes dragTip{
    0%{transform:translateX(-10px);}
    0%{transform:translateX(10px);}
}