





.water-box {
    position: relative;
}

.query-box {
    position: absolute;
    padding: 10px 9px 0 9px;
    top: 9px;
    left: 115px;
    width: 69px;
    height: 88px;
    background: url("../images/query_bg.png") center center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.query-box .water-name {
    line-height: 22px;
    padding: 7px 0;
}

.my-appeal {
    position: absolute;
    padding: 11px 33px 0 13px;
    top: 68px;
    left: 59px;
    width: 106px;
    height: 83px;
    background: url("../images/appeal_bg1.png") center center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.my-appeal .water-name {
    line-height: 24px;
    font-size: 20px;
    padding: 7px 0 7px 5px;
}

.has-appeal {
    position: absolute;
    padding: 33px 14px 0 14px;
    top: 93px;
    left: 136px;
    width: 91px;
    height: 117px;
    background: url("../images/appeal_bg2.png") center center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.has-appeal .water-name {
    line-height: 30px;
    font-size: 22px;
    padding: 4px 0;
}

.water-name {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
}



