html {
    height: 100%
}

body {
    height: 100%;
    margin: 0px;
    padding: 0px
}

#container {
    position: relative;
    height: 100%;
}
#allmap {
    position: relative;
    height: 100%;
}
#houseInfo {

    width: 400px;
    height: 200px;
    visibility: visible;
    background-color: lightskyblue;
    z-index: 10000;
    position: absolute;
}

#up-map-div {
    width: 600px;
    height: 400px;
    top: 30px;
    left: 30px;
    position: absolute;
    z-index: 99;
    border: 1px solid blue;
    background-color: #FFFFFF;
    visibility: hidden;
}

#houseExit {
    float: right;
}
.left{
    width: 300px;
    height: 200px;
    position: absolute;
    z-index: 99;
    border: 1px solid #3ED4FF;
    border-radius:10px;
    box-shadow:inset 2px 2px 5px #68d8fe;
    /*background-color: #1C336C;*/
    /*background-color: #4b5cef;*/
    background-color: #9bdbf3;
    visibility: visible;
    opacity:0.6;
}
.right{
    width: 300px;
    height: 200px;
    position: absolute;
    z-index: 991;
    /*border: 1px solid rgba(0, 0, 255, 0.99);*/
    /*box-shadow:inset 2px 2px 5px #007bff;*/
    border-radius:10px;
    /*background-color: #1432C7;*/
    background-color: #b3e6ee;

    visibility: visible;
    opacity:0.8 ;}

.center{
    width: 1380px;
    height: 400px;
    position: absolute;
    z-index: 99;
    border: 1px solid rgba(0, 0, 255, 0.99);
    box-shadow:inset 2px 2px 5px #007bff;
    border-radius:10px;
    /*background-color: #1432C7;*/
    background-color: #080A20;

    visibility: visible;
    opacity:0.5 ;}


#center4
{
    left :510px;
    top:780px;
}

#left1{
    left:10px;
    top:10px;
}
#left2{
    left:10px;
    top:260px;
}


.recyclebin{
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: se-resize;
    position: absolute;
    right: 0;
    bottom: 0;
    /*background-color: #00aeff;*/


    left:130px;
    top:460px;
}


#left3{
    left:10px;
    top:520px;
}
#left4{
    height: 240px;
    left:10px;
    top:780px;
}

#right1{
    right:10px;
    top:10px;
}
#right2{
    right:10px;
    top:260px;
}
#right3{
    right:10px;
    top:520px;
}
#right4{
    right:10px;
    top:780px;
}

.panel {
    top:0px;
    left:500px;

    /* 边框 */
    width: 1000px;
    height: 200px;
    box-sizing: border-box;
    border: 2px solid red;
    border-image: url(img/logo4.png) 0 14 0 14 stretch;
    border-width: 10px 10px 10px 10px;

    position: absolute;
    z-index: 9999;

    background-color: #1C336C;
    visibility: visible;
    opacity:0.8 ;
}
.textarea{
    width: 60px;
    height: 40px;
}