
.tempNum{
    position: relative ;
    margin-bottom: 26px;
}
.first{
    height: 50px;

}
.first b{
    font-size: 46px;
    font-weight: 400;
}
.first span{
    position:absolute;
    top: 5px;
}
.weatherTop {
    position: relative;
    padding: 11px;
    background-color: #6495ed;
    color: #fff;
    margin-bottom: 39px;
}
.stateItem{
    float: left;
    width: 33%;
    margin: 0 auto;
    text-align: center;
}
.stateItem img{
    width: 26px;
    height: 26px;
}
.stateBox{
    height: 51px;
    position: relative;
}
.rainfall{
    transform: translateY(70%);
    width: 100%;
    display: inline-block;
    padding: 11px 0;
    border-radius: 4px;
    background: rgba(168,196,207,.9);
}
.rainItem{
    float: left;
    width: 45%;
    text-align: center;
    font-size: 15px;
    padding: 0 5px;
}
.sky{
    height: 20px;
    line-height: 20px;
    margin-bottom: 11px;
    
    font-size: 15px;
}
.rain{
    height: 25px;
    line-height: 25px;
    
    font-size: 15px;
}
th,td{
    color:#303133;
    font-weight: 400;
    text-align: center;
}
.content{
    width: 100%;
    background-color: #f9f9f9;
    padding: 11px;
    line-height: 1.6;
    text-indent: 2em;
}