
a.designerinfo:link
{
    color: white;
    text-decoration:none
}

/*左上角访问统计*/
div.left-top-area
{
    position: absolute;
    top:8px;
    left:5px;
    width:101px;
    height:30;
    /*z-index:1;*/
}

.left-top-area img
{
    width: 100px;
    height: 30px;
}

/*左上角商品列表*/
html{
    width:100%;
    overflow-x:hidden;}
body{
    background-color: red;
}
#PanoView{
    position: relative;
}
.left-top-CommodityList{
    display: none;
    box-sizing:border-box;
    position: absolute;
    top: 0;
    left: 1px;
    width:100%;
    height: 100%;
    /*background-color: #rgba(240,230,140,0.1);*/
    background-color: #DDD;
    /*background-color: red;*/
    /*opacity:0.8;*/
    color: black;
    z-index: 99;
}
.Commodity-List{
    position: relative;
    width: 100%;
    height: 100%;
}
.Commodity-List .Commodity-List-Tab{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 11%;
}
.Commodity-List .Commodity-List-Tab .Commodity-List-Tab-nav{
    width: 100%;
    height: 100%;
    /*border: 1px solid green;*/
    /*justify-content:center;*/
}
.Commodity-List .Commodity-List-Tab .Commodity-List-Tab-nav .List-Tab-left,
.Commodity-List .Commodity-List-Tab .Commodity-List-Tab-nav .List-Tab-right{
    display: flex;
    width: 48%;
    height: 80%;
    /*border: 1px solid green;*/
    box-sizing:border-box;
    align-items:center;
    justify-content:center;
    background-color: #317EF3;
    color: #fff;
    border-radius: 5px;
}
.Commodity-List .Commodity-List-Tab .Commodity-List-Tab-nav .List-Tab-left{
    margin-left: 1%;
    float: left;
}
.Commodity-List .Commodity-List-Tab .Commodity-List-Tab-nav .List-Tab-right{
    margin-right: 1%;
    /*border-left: 1px solid green;*/
    float: right;
}

.Commodity-List-content{
    position: relative;
    width: 100%;
    height: 88%;
    /*border: 1px solid pink;*/
}
.Commodity-List-Close{
    z-index:100;
    position: absolute;
    /*right: 5px;*/
    top: 15px;
    right: 15px;
    /*background-color: #FF8C00;*/
    /*border-bottom-left-radius: 65px;*/
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../pic/close.png');
    background-repeat:no-repeat;
    background-size: 30px 30px;
    /*border: 3px solid black;*/
    /*border-radius: 50%;*/
}
.Commodity-content-active{
    display: block !important;
} 
.Commodity-List-content{
    box-sizing:border-box;
}
.Commodity-List-content .Commodity-content-left,
.Commodity-List-content .Commodity-content-right{
    overflow-y:auto;
    overflow-x:hidden;
    display: none;
    position: absolute;
    top: 2%;
    width: 98%;
    height:95%; 
}
.Commodity-List-content .Commodity-content-left{
    /*border: 1px solid pink;*/
    margin-left: 2.5%;
}
.Commodity-List-content .Commodity-content-right{
    /*border: 1px solid green;*/
    margin-left: 2.5%;
}

.Commodity-List-content .Commodity-List-item{
    margin-top: 5px;
    width: 95%;
    height: 27%;
    border: 1px solid green;
    font-size: 16px;
    color: black;
    position: relative;
    border-radius: 3px;
}

.Commodity-List-content .Commodity-List-item .Commodity-List-item-pic{
    /*float: left;*/
    position: absolute;
    top: 10%;
    left: 5%;
    display: inline-block;
    width: 40%;
    height: 80%;
    border-radius: 4px;
    justify-content:center;
}
.Commodity-List-content .Commodity-List-item .Commodity-List-item-details{
    /*float: right;*/
    position: absolute;
    margin-top: 25px;
    top: 0px;
    right: 5px;
    text-align: center;
    box-sizing:border-box;
    /*border: 1px solid red;*/
    width: 50%;
    height: 100%;
    display: inline-block;
}
.item-details-width{
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    display: block;
}
.Commodity-List-item-details .item-details-name{
    /*margin: 0px;*/
    padding: 0px;
}
.Commodity-List-item-pic-lj{
    border: 1px solid green;
}
.Commodity-List-item-name{
    visibility: hidden;
}
.Commodity-List-item-details span{
    width: 99%;
    display: inline-block;
    overflow:hidden;
}
.Commodity-List-content .Commodity-List-item .Commodity-List-item-pic-lj{
    display: none;
}

.Commdoity-link{
    display: none;
}


/*设计师信息*/
div.left-bottom-area
{
    position:absolute;
    bottom:10px;
    left:5px;
    width:200px;
    height:100px;
    /*z-index:1;*/
}

/*右底部*/
div.right-bottom-area
{
    /*border: 1px solid black;*/
    position:absolute;
    bottom:10px;
    right:5px;
    /*width:334px;*/
    height:100px;
}

/*右底按钮*/
div.right-bottom-button
{
    margin: 0;
    padding: 0;
    /*border: 1px solid black;*/
    width:18%;
    height:80%;
    margin:10px;
    float:left;
    font-size:14px;
    font-family:'宋体';
}

div.right-bottom-qcodeshare
{
    display: none;;
}

div.right-bottom-qcodeoa
{
    visibility:visible;
    text-align:center;
}

div.right-bottom-RooNavigate
{
    text-align:center;
}

div.right-bottom-RoomChoose
{
    text-align:center;
}

div.right-top-area-log
{
    position:absolute;
    top:5px;
    right:5px;
    width:150px;
    height:30px;
    /*z-index:1;*/
}

/*右上角按钮*/
div.right-top-button-fullscreen
{
    position:absolute;
    top:50px;
    right:5px;
    width:40px;
    height:40px;
    visibility: hidden;
    /*z-index:1;*/
}

div.right-top-button-exitfullscreen
{
    position:absolute;
    top:50px;
    right:5px;
    width:50px;
    height:50px;
    visibility: hidden;
    /*z-index:1;*/
}

div.right-top-button-vr
{
    position:absolute;
    top:40px;
    right:5px;
    width:40px;
    height:40px;
    visibility: visible;
    /*z-index:1;*/
}


div.right-top-button-startmusic
{
    position:absolute;
    top:90px;
    right:5px;
    width:40px;
    height:40px;
    /*z-index:1;*/
}

div.right-top-button-stopmusic
{
    position:absolute;
    top:90px;
    right:5px;
    width:40px;
    height:40px;
    visibility:hidden;
    /*z-index:1;*/
}

div.right-top-button-startrotate
{
    position:absolute;
    top:140px;
    right:5px;
    width:40px;
    height:40px;
    /*z-index:1;*/
}

div.right-top-button-stoprotate
{
    position:absolute;
    top:140px;
    right:5px;
    width:40px;
    height:40px;
    visibility: hidden;
    /*z-index:1;*/
}

div.right-top-button-qcodeshare
{
    position:absolute;
    top:190px;
    right:5px;
    width:40px;
    height:40px;
    visibility: hidden;
    /*z-index:1;*/
}

div.right-top-button-opengyroscope
{
    position:absolute;
    top:190px;
    right:5px;
    width:40px;
    height:40px;
    visibility: visible;
    /*z-index:1;*/
}

div.right-top-button-closegyroscope
{
    position:absolute;
    top:190px;
    right:5px;
    width:40px;
    height:40px;
    visibility: visible;
    /*z-index:1;*/
}


/**/
div.right-top-button
{
    width:50px;
    height:50px;
    margin-left:10px;
    float:top;
    font-size:14px;
    font-family:'宋体';
}

div.right-bottom-area-qcodeshare
{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    margin:auto;
    width:200px;
    height:200px;
    display:none;
    background-color:white;
}

/*div.right-bottom-area-qcodeshare
{
    position:absolute;
    bottom:130px;
    right:20px;
    width:200px;
    height:200px;
    display:none;
    background-color:white;
}*/


div.right-top-area-qcodeshare
{
    position:absolute;
    bottom:130px;
    right:20px;
    width:100px;
    height:100px;
    /*z-index:1;*/
    display:none;
    background-color:white;
}

div.right-top-area-qcodeshare-image
{
    position: absolute;
    left:5px;
    top:5px;
    width:95px;
    height:95px;
}

.wechatqcode-image
{
    width:90px;
    height:90px;
}

/**/
div.qcodeshare-left
{
    border:1px solid darkgray;
    width:180px;
    height:180px;
    margin-top:10px;
    margin-bottom:10px;
    margin-left:10px;
    float:left;
}

/**/
div.qcodeshare-right
{
    width:40px;
    height:40px;
    margin-top:50px;
    margin-bottom:10px;
    margin-left:200px;
}

/*房间选择背景*/
div.bottom-area-roomchoose
{
    position: absolute;
    width:100%;
    height:150px;
    bottom:100px;
    z-index: 1;
    opacity:0.5;
    display: none;
    background-color:grey;

}

/*显示字体样式*/
div.menu-button-text
{
    font-family: "微软雅黑";
    font-size: 12px;
}

/*鼠标悬停提示*/
a.left_tooltip span {
    width: 80px;
    height: auto;
    color: #fff;
    background: #2b2b2b;
    position: absolute;
    font-size: 13px;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    visibility: hidden;
    border-radius: 10px;
}

a.left_tooltip span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid #2b2b2b;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

a:hover.left_tooltip span {
    visibility: visible;
    opacity: 0.8;
    right: 100%;
    top: 50%;
    margin-top: -20px;
    margin-right: 20px;
    z-index: 999;
    visibility: hidden;
}

.roundimage
{
    width:54px;
    height:54px;
    border-radius:30px;
}

.right_bottom_button_picSize
{
    width:40px;
}

.right_top_button_picSize
{
    width:32px;
}

.right_top_button_picSize
{

}

.default_hidden_button
{
    display: none;
}


