
.mask {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0,0.5000);

}
.mask .imgsharearrow {
    position: absolute;
    top: -30px;
    right: 50px;
    width: 104px;
    height: 318px;    
    transform: rotate(30deg);
    background: url("./skin/images/mobile/share.png") no-repeat;
    background-size: 100% 100%;
}
.mask .imgshare {
    position: absolute;    
    top: 280px;
    left: 50%;
    transform: translateX(-50%);

    width: 100px;
    height: 100px;
    background: url("./skin/images/mobile/ico_sharewechat.png") no-repeat;
    background-size: 100% 100%;
}
.mask p {
    position: absolute;    
    top: 380px;
    left: 50%;
    transform: translateX(-50%);
}

.visits {
    position: absolute;
    top: 23px;
    left: 20px;
    width: 104px;
    height: 22px;
    border: 1px solid rgba(255,255,255,0.5500);
    border-radius: 20px 20px 20px 20px;

    display: flex;
    align-items: center;
}

.visitsicon {
    margin-left: 6px;
    width: 16px;
    height: 16px;
    background: url("./skin/images/mobile/visits.png") no-repeat;
    background-size: 100% 100%;
}

.visitscaption {
    margin-left: 1px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 1);  
}

#visitsvalue {
    position: absolute;
    text-align: center;
    width: 45px;
}


.topbar {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    pointer-events: none;
    background: url("./skin/images/mobile/topbar.png") no-repeat;
    background-size: 100% 100%;
}


/* 工具栏按钮 */
.toolbar {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 28px;
}

.toolbar .simple {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    visibility: visible;
}

.toolbar .simple .item {
    margin-left: 15px;
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
}

.toolbar .complete {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 193px;
    height: 143px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    visibility: hidden;

    background: linear-gradient(180deg, #3F0A00 0%, #000000 100%);
    border-radius: 8px 8px 8px 8px;
    opacity: 0.55;

}

.toolbar .complete .item {
    margin: 10px 0px 0px 0px;
    height: 50px;
    width: 48px;
    overflow: hidden;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);  
    text-shadow: 0px 2px 2px rgba(0,0,0,0.5000);
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;    

}

.toolbar .complete .item .ico {
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
}

.ico_clear {    
    background: url("./skin/images/mobile/ico_clear.png") no-repeat;
}
.ico_auto {    
    background: url("./skin/images/mobile/ico_auto.png") no-repeat;
}
.ico_music {    
    background: url("./skin/images/mobile/ico_music_open.png") no-repeat;
}

.ico_more {    
    background: url("./skin/images/mobile/ico_more.png") no-repeat;
}
.ico_rollup {    
    background: url("./skin/images/mobile/ico_rollup.png") no-repeat;
}

.ico_fullscreen {    
    background: url("./skin/images/mobile/ico_fullscreen.png") no-repeat;
}
.ico_vr {    
    background: url("./skin/images/mobile/ico_vr.png") no-repeat;
}
.ico_phone {    
    background: url("./skin/images/mobile/ico_phone.png") no-repeat;
}
.ico_navigation {    
    background: url("./skin/images/mobile/ico_navigation.png") no-repeat;
}


/* 功能栏按钮 */


.funbar .leftsite {
    position: absolute;
    bottom: 30px;
    left: 10px;
    height: 45px;
    display: flex;    
}

.funbar .rightsite {
    position: absolute;
    bottom: 30px;
    right: 10px;
    height: 45px;
    display: flex;      
}

.funbar .item {
    margin: 0 10px;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);  
    text-shadow: 0px 2px 2px rgba(0,0,0,0.5000);
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.funbar .item .ico {
    width: 28px;
    height: 28px;
    background-size: 100% 100%;
}

.ico_scene {    
    background: url("./skin/images/mobile/ico_scene.png") no-repeat;
}
.ico_model3d {    
    background: url("./skin/images/mobile/ico_model3d.png") no-repeat;
}
.ico_collection {    
    background: url("./skin/images/mobile/ico_collection.png") no-repeat;
}
.ico_daily {    
    background: url("./skin/images/mobile/ico_daily.png") no-repeat;
}
.ico_travel {    
    background: url("./skin/images/mobile/ico_travel.png") no-repeat;
}
.ico_share {    
    background: url("./skin/images/mobile/ico_share.png") no-repeat;
}










#btnmodel {
    position: absolute;
    left: 20px;
    bottom: 40px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #EDEDED;
    border-radius: 10px;
    cursor: pointer;
    z-index: 9;
    color: #000000;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#btntest {
    position: absolute;
    right: 20px;
    bottom: 40px;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #EDEDED;
    border-radius: 10px;
    cursor: pointer;
    z-index: 9;
    color: #000000;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}