*{
    margin: 0;
    padding: 0;
}
html{
    min-height: 100%;
    /*
    overflow-y: auto;
    overflow-x: hidden;
    */
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body{
    /*    overflow: hidden;
        overflow-y: hidden;*/
    margin: 0px;
    padding: 0px;
    font-size: 12px;    
    font-family: 'Helvetica Neue', 'Hiragino Sans GB', Helvetica, Arial, Sans-serif;
    background: white;
    min-width: 1000px;
}
a{
    text-decoration:none;  
    cursor: pointer;
    outline: none;
}
ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.clear{
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    _height: 0;
    font-size: 0;
}
img{
    border:none;
}
.f-relt{
    position: relative;
    float: left;
}
.r-relt{
    position: relative;
    float: right;
}
a.btn{
    display: block;
    text-decoration: none;
}

.card-panel{
    width: 270px;
    height: auto;
    position:absolute;
    left:-265px;
    top:-7px;
    display: none;
}
.sofa{
    display: inline-block;
    *display: inline;
    zoom:1;
    position: relative;    
    width: 27px;
    height: 27px;
}

.sofa-image{
    width: 27px;
    height: 27px;    
    _width: 26px;
    height: 26px;    
}
.room-link{
    width: 100%;    
    min-height: 80%;
    _height:80%;

    display: block;
    padding-top: 10px;
}
.over-flow{
    z-index: 2000;
    width: 100%;
    position: absolute;
    /*    background-color: rgba(0,0,0,0.61);*/
    background:url("../images/newhome/cover_bk.png");
    display: none;
    overflow: auto;
}
.login-fream{

}
.iframe-panel{    
    position: absolute;
}
#close-flow{
    position: absolute;
    width: 28px;
    height: 28px;    
    cursor: pointer;
    background: url(../images/panel/close-button.png) no-repeat 0 0;
    _background: url("../images/panel/close-button2.png") no-repeat 0 0;
    right:-14px;
    top:-14px;
}
/*注册登录面板*/

/*用户菜单*/
.user-menu{
    top: 50px;
    left: 23px;
}
.user-menu.homemenu{
    top: 32px;
    left: 32px;
}
.user-menu li{
    position: relative;
}

.cover-user{
    width: 39px;
    height: 39px;
    position: absolute;
    background: url("../images/newhome/header.png")   -396px -73px;
}
.cover-user:hover{
    background-position: -513px -73px;
}

#name-card-iframe{
    position: absolute;
    z-index: 999;
}

.density-wrap{
    position: absolute;
    right: 12px;
    bottom:12px;
}

.density-dot{
    display: inline-block;
    background: url("../images/newhome/home.png") no-repeat;
    width: 45px;
    height: 9px;    
}

.dot0{
    background: none;
}
.dot1{
    background-position: -169px -235px;
}
.dot2{
    background-position: -169px -244px;
}
.dot3{
    background-position: -169px -253px;
}
.dot4{
    background-position: -169px -262px;
}
.dot5{
    background-position: -169px -271px;
}
.dot6{
    background-position: -169px -271px;
}