﻿body {
    background: #fff;
}

.icon-Glus {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../../../Images/blood_sug_icon.png) no-repeat;
}

.u_value li:nth-child(2) label {
    width: 38px;
}

.ready-ul li.active .arrow_PL {
    display: block;
    position: absolute;
    width: 17px;
    height: 18px;
    right: 0;
    bottom: -1px;
    background: url(../../../Images/selected.png) no-repeat;
}


.pad30 {
    padding: 0 30px;
}

.u_value {
    margin: 20px 0;
}

    .u_value li {
        float: left;
        line-height: 36px;
    }

        .u_value li:first-child {
            margin-right: 40px;
        }

    .u_value .T_value {
        width: 217px;
        background-color: #f6f9fb;
        float: left;
        height: 40px;
        line-height: 40px;
        padding-left: 12px;
        box-sizing: border-box;
    }

    .u_value li label {
        height: 40px;
        line-height: 40px;
        float: left;
        color: #999;
        font-weight: normal;
    }

    .u_value li:first-child label {
        width: 50px;
    }

    .u_value .T_value.Wdate {
        border: 1px solid #e9eef2;
    }

        .u_value .T_value.Wdate:focus {
            background-color: #fff;
            border: 1px solid #498DFA;
        }

.B_label {
    width: 50px;
    float: left;
    margin-top: 10px;
    color: #999;
}

.list {
    margin-left: 50px;
}

.textarea_p {
    width: 556px;
    height: 95px;
    border-radius: 3px;
    background-color: #f6f9fb;
}

.u_value input:focus, textarea:focus {
    background-color: #fff;
    border: 1px solid #498DFA;
}

.ready-ul li {
    width: 100px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e9eef2;
    border-radius: 3px;
    text-align: center;
    float: left;
    margin-right: 13px;
    cursor: pointer;
    position: relative;
}

.ready-ul {
    margin-bottom: 12px;
}

    .ready-ul li.active {
        border-color: #498DFA;
    }
