*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
.aws-body{
    width: 1100px;
    height: 910px;
    margin: 0 auto;
    box-shadow: 0px 0px 4.75px 0.25px rgba(0, 0, 0, 0.1);
}
.aws-body-left{
    width: 200px;
    height: 100%;
    background-color: rgb(245, 245, 245);
}
.aws-body-right{
    width: calc( 100% - 200px );
    height: 100%;
    padding: 20px;
}
.aws-content-map{
    height: 525px;
    width: 860px;
    border: 1px solid rgb(27, 138, 218);
    position: relative;
}
.map-title{
    position: absolute;
    left: 10px;
    top: 10px;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 12px;
    font-family: "SimSun";
    color: rgb(51, 51, 51);
    border-radius: 1px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 5px 0px rgba(153, 153, 153, 0.4);

}
.title-text{
    margin: 0 5px;
}
.arrow{
    font-weight: bold;
    cursor: pointer;
    color: #f39800;
}
.arrow.notAllowed{
    cursor: not-allowed;
    color: rgb(51, 51, 51);
}
.aws-chartTitle{
    width: 860px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    padding-left: 10px;
    font-size: 12px;
    font-family: "SimSun";
    color: rgb(16, 16, 16);
    border: 1px dashed rgb(220, 220, 220);
    background-color: rgb(245, 245, 245);
}
.map-navs{
    position: absolute;
    top: 8px;
    right: 10px;
    width: 170px;
    height: 505px;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    padding: 0 10px;
}
.map-navs-top{
    margin-top: 5px;
    width: 100%;
    height: 360px;  
}
.top-items-title{
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    font-size: 12px;
    font-family: "SimSun";
    color: rgb(102, 102, 102);
    font-weight: bold;
    border-bottom: 1px solid rgb(245, 245, 245);
    cursor: pointer;
}
.top-items-title span{
    margin-left: 10px;
    font-weight: bold;
}
.top-items-title.active{
    border: none;
}
.top-items-title.active span{
    color: #0066cc;
}
.top-item{
    margin-left: 20px;
    margin-bottom: 5px;
    width: 100px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: rgb(51, 51, 51);
    padding-left: 10px;
    cursor: pointer;    
    font-family: 'simsun';
}
.top-item:hover{
    color: rgb(36, 140, 213);
}
.top-item.active{
    color: #fff;
    background-color: rgb(243, 152, 0);
}
.map-navs-bottom{
    width: 150px;
    height: 125px;
    font-size: 12px;
    color: rgb(51, 51, 51);
    overflow: hidden;
    font-family: 'simsun';
}
.showvalue{
    height: 16px;
    line-height: 16px;
    margin-top: 15px;
    width: 125px;
}
.tips{
    height: 16px;
    line-height: 16px;
    margin-top: 15px;
    width: 60px;
}
.typechoose{
    height: 16px;
    line-height: 16px;
    margin-top: 15px;
}
.map-navs-bottom img{
    position: relative;
    top:-1px;
}
.tips:hover{
    cursor: default;
}
.showtype{
    cursor: pointer;
}
.tempsort{
    margin-left: 5px;
    cursor: pointer;
}
.tips-hidden{
    position: absolute;
    bottom: 25px;
    right: 175px;
    height: 60px;   
    width: 165px;
    line-height: 25px;
    display: none;
}
.tips:hover>.tips-hidden{
    display: block;
}
.tips-text{
    width: 160px;
    height: 60px;
    padding: 5px;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.tips-triangle{
    margin-top: 25px;
    width:0;
    height:0;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #fff;
   
}
.tempsort-hide{
    width: 225px;
    height: 210px;
    position: absolute;
    right: 185px;
    bottom: 10px;
    display: none;  
    z-index: 1000;
}
.tempsort-table{
    width: 220px;
    height: 210px;
    padding: 0 5px;
    background: #fff;
    font-size: 12px;
    line-height: 30px;
}
.table-title{
    height: 30px;
    padding-left: 5px;
}
.table-type{
    background: rgba(238, 238, 238,0.8);
}
.trcontrol{
    width: 70px;
    height: 30px;
    text-align: center;
}
.tempsort-triangle{;
    width:0;
    height:0;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:5px solid #fff;
}
#aws-chart{
    margin-top:5px;
    height: 300px;
}
.div-value {
    width:auto;
    height:25px;
    line-height: 25px;
    font-size:12px;
    position:relative;
    cursor:pointer;
    text-align:center;
    padding:0px 5px;
    background-color:white;
    border-radius:1px;
    border: 1px solid #101010;
}
.div-value div{
    font-family: 'simsun';
}
.div-value.active {
    background-color: #f39800;
    border: 1px solid #fff;
    color: #fff;
    z-index: 999;
}
.div-value:hover {
    z-index: 999;
}
.div-value > img {
    position: relative;
    top: 4px;
    margin-right: 3px;
}
.div-value > span {
    width: 0;
    height: 0;
    border-top: 5px solid #101010;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: 23px;
    left: calc(50% - 3px);
}
.div-value > span > span {
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: -7px;
    left: -5px;
}
.div-value.active > span {
    border-top: 6px solid #fff;
}
.div-value.active > span > span {
    border-top: 5px solid #f39800;
}
.nav-item-move
{
    height: 34px;
    width:50px;
    text-align: center;
    line-height: 34px;
    cursor:pointer;
}
.nav-item-move.active
{
    background-color:rgb(248,193,38);
    background-image: -moz-linear-gradient( 90deg, rgb(234,118,1) 0%, rgb(248,193,38) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(234,118,1) 0%, rgb(248,193,38) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(234,118,1) 0%, rgb(248,193,38) 100%);
    color:white;
}
.map-index-navs{
    position: absolute;
    top:10px;
    right:10px;
    font-size:12px;
    background-color:white;
}
.observ-wrapper-r .div-value
{
    cursor:default;
}