.waterworks-bg {
    position: absolute;
}

.waterworks {
    position: absolute;
    top: 158px;
    left: 86px;
}

.waterworks-detail {
    position: absolute;
    top: -161px;
    left: 18px;
    width: 400px;
}

.waterworks-main {
    width: 348px;
    height: 220px;
    position: absolute;
    top: -146px;
    left: 48px;
}

.water-main-top {
    margin-top: 18px;
    width: 100%;
    position: relative;
    height: 60px;
}

.waterworks-main h4 {
    color: #FFFFFF;
    text-align: center;
    font-size: 17px;
}

.water-statistics {
    width: 106px;
    height: 60px;
    float: left;
    margin-right: 10px;
}

.water-statistics .statistics-title {
    color: #fff;
    background: #040E2F;
    border: 1px solid #0E93FB;
    text-align: center;
    margin-bottom: 0;
    padding: 2px;
}

.water-statistics .statistics-main {
    text-align: center;
    background: #0e93fb;
    color: #040e2f;
    padding: 5px;
    font-family: 'tapeworm';
}

.water-statistics .statistics-main span {
    font-size: 12px;
    font-weight: normal;
}

.water-main-bottom {
    height: 100px;
    position: relative;
    margin-top: 8px;
}

.water-pool {
    position: relative;
    width: 222px;
    height: 100%;
    float: left;
    margin-right: 10px;
}

.water-pool .water-pool-title {
    background: #0e93fb;
    color: #fff;
    text-align: center;
    padding: 2px;
}

.water-pool-left,
.water-pool-right {
    width: 105px;
    float: left;
}

.water-pool-left {
    margin-right: 10px;
}

.water-pool-left p,
.water-pool-right p {
    color: #fff;
}

.water-pool-left span,
.water-pool-right span {
    color: #0E91F8;
    font-family: 'tapeworm';
    font-size: 16px;
}

.water-pool-left img,
.water-pool-right img {
    position: relative;
    float: right;
    top: -36px;
}

.water-pool-img {
    float: left;
}

.onecontent,
.twocontent {
    height: 97%;
}

.chart {
    height: 31%;
}

.dosage {
    height: 32%;
}

.dosage p {
    width: 120px;
    color: #fff;
    background: #0e93fb;
    text-align: center;
    margin: 0px auto;
    font-size: 16px;
    padding: 3px;
}

.dosage h3 {
    font-family: 'tapeworm';
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

.dosage h3 span {
    font-size: 12px;
}

.dosage-img {
    position: relative;
    width: 55%;
    margin: 0px auto;
    margin-top: -25px;
}

.dosage-img img {
    width: 100%;
}