

/* .temperatureBox{
    background: url(../image/boxbg.png);
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
    margin-left: 50px;
    margin-top: -85px;
    padding-top: 5px;
}

.temperaturehuanjing{
    flex: 1;
    color: white;
    text-align: center;
    line-height: 20px;
    display: flex;
    margin-top: 6px;
}
.temperaturehuanjingitem{
    color: white;
    margin-left: 15px;
}
.temperaturehuanjingitem2{
    color: white;
    margin-left: 15px;
}
.temperaturehjitemT{
    line-height:22px;
    text-align: left;
    padding-left: 5px;
}
.temperaturehjitemB{
    padding-left: 5px;
    line-height:22px;
    text-align: left;
    color: #00ff00
}

.openDoor{
    font-size: 18px;
    width: 118px;
    height: 44px;
    background: url(/image/open.png)no-repeat center;
    color: #fff;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 0;
}
 */
