﻿
.section-u {
    /*min-height: 490px;*/
    overflow-y: auto;
    max-height: 490px;
}

.liftIcon {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url(../../../Images/health_u.png) no-repeat -147px -21px;
    margin-left: -4px;
}

.lifeUl {
    padding: 20px 0;
    box-sizing: border-box;
}

    .lifeUl > li {
        margin-bottom: 30px;
    }

        .lifeUl > li:last-child {
            margin-bottom: 0px;
        }

        .lifeUl > li > .label-U {
            color: #999;
            font-weight: normal;
            float: left;
            line-height: 40px;
            width: 102px;
        }

        .lifeUl > li .label-U span {
            display: inline-block;
            width: 6px;
            height: 6px;
            border-radius: 100%;
            margin-right: 10px;
            vertical-align: middle;
        }

            .lifeUl > li .label-U span.dot_1 {
                background: #5ac306;
            }

            .lifeUl > li .label-U span.dot_2 {
                background: #fe6f5c;
            }

            .lifeUl > li .label-U span.dot_3 {
                background: #f6911a;
            }

            .lifeUl > li .label-U span.dot_4 {
                background: #d576f8;
            }

            .lifeUl > li .label-U span.dot_5 {
                background: #5cb7f6;
            }

            .lifeUl > li .label-U span.dot_6 {
                background: #25dbe2;
            }

.lifeUl-detail {
    margin-left: 102px;
    margin-bottom: 10px;
}

    .lifeUl-detail > li {
        height: 38px;
        line-height: 38px;
        text-align: center;
        box-sizing: border-box;
        float: left;
        border: 1px solid #e9eef2;
        border-radius: 2px;
        margin: 5px 0;
        margin-right: 20px;
        cursor: pointer;
        width: 100px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

        .lifeUl-detail > li.otherOne {
            width: 50px;
            margin-right: 5px;
            color: #333 !important;
        }

        .lifeUl-detail > li.otherOneInput {
            border: none;
            display: none;
            color: #333 !important;
        }

    .lifeUl-detail:last-child li {
        margin-bottom: 0;
    }
    /*.otherOne{
    width: 40px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    box-sizing: border-box;
    float: left;
    border: 1px solid #999;
    border-radius: 2px;
    cursor: pointer;
}*/
    .lifeUl-detail li.active {
        border-color: #498DFA;
        background: url(../../../Images/health_u.png) no-repeat -277px -122px;
        color: #498DFA;
    }

    .lifeUl-detail li.otherOne.active {
        background: url(../../../Images/health_u.png) no-repeat -327px -122px;
    }

    .lifeUl-detail input {
        width: 98px;
        height: 38px;
        outline: none;
        border: none;
        padding-left: 10px;
        border: 1px solid #e9eef2;
        background-color: #f6f9fb;
    }

        .lifeUl-detail input:focus {
            background-color: #fff;
            border: 1px solid #498DFA;
        }

#DiagnosedDate {
    width: 210px;
    background-color: #f6f9fb;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #e9eef2;
}

    #DiagnosedDate:focus {
        background-color: #fff;
        border: 1px solid #498DFA;
    }

.axis-line {
    margin-left: 102px;
    width: 700px;
    height: 6px;
    background: #c7d1da;
    border-radius: 5px;
    margin-top: 16px;
    position: relative;
}

.top-line {
    width: 60px;
    height: 6px;
    background: #5de0d2;
    border-radius: 5px;
    position: absolute;
    left: 0;
}

.vertical-part {
    margin-top: 9px;
    margin-left: 102px;
    width: 700px;
}

    .vertical-part li {
        width: 25%;
        height: 11px;
        border-left: 1px solid #808082;
        position: relative;
        float: left;
    }

        .vertical-part li:last-child {
            border-right: 1px solid #808082;
        }

.axis-data {
    position: absolute;
    left: -19px;
    top: 12px;
}

.last-axis-data {
    position: absolute;
    top: 12px;
    right: -25px;
}

.roundness {
    width: 12px;
    height: 12px;
    position: absolute;
    background: url(../../../Images/health_u.png) no-repeat -19px -54px;
    top: -3px;
    cursor: pointer;
    left: 60px;
}

.showNo {
    position: absolute;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    background: #498DFA;
    text-align: center;
    color: #fff;
    top: -30px;
    border-radius: 3px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%); /* IE 9 */
    -moz-transform: translateX(-50%); /* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
}

.trigon {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #498DFA;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%); /* IE 9 */
    -moz-transform: translateX(-50%); /* Firefox */
    -webkit-transform: translateX(-50%); /* Safari 和 Chrome */
    -o-transform: translateX(-50%);
}

.lifeUl > li.condition {
    margin-bottom: 22px;
}

.lifeUl > li.ex-time {
    margin-bottom: 37px;
}

.many {
    min-height: 38px;
    max-height: 96px;
    overflow: scroll;
}

    .many .lifeUl-detail {
        margin-left: 0;
    }




.axis {
    margin-left: 100px;
    margin-top: 15px;
}

.noDataDiv {
    display: none;
    width: 100%;
    height: 200px;
    text-align: center;
}

    .noDataDiv > div.backIcon {
        height: 120px;
        width: 150px;
        margin: 5px auto;
        background: url(../../../Images/health_u.png) no-repeat -0px -70px;
    }
