.title-left {
    float: left;
    line-height: 28px;
}

    .title-left > label {
        width: 65px;
        float: left;
        font-weight: normal;
        color: #999;
    }

    .title-left > .selectNew > input {
        width: 170px;
        border-radius: 2px;
        text-indent: 0;
        box-sizing: border-box;
        font-style: normal;
        outline: none;
        border: 1px solid #e2e2e2;
        height: 24px;
        line-height: 24px;
        background-color: #fff;
    }

        .title-left > .selectNew > input:focus {
            border: 1px solid #498DFA;
        }

.drag-choose {
    padding-top: 8px;
    box-sizing: border-box;
}

.title-right {
    float: right;
    min-width: 355px;
    line-height: 26px;
}

    .title-right > label {
        width: 43px;
        float: left;
        font-weight: normal;
        color: #999;
    }

    .title-right > input {
        width: 100px;
        border-radius: 2px;
        text-indent: 0;
        box-sizing: border-box;
        font-style: normal;
        padding-left: 10px;
        outline: none;
        margin: 0px 10px;
        border: 1px solid #e2e2e2;
        height: 24px;
        line-height: 24px;
        background-color: #fff;
    }

        .title-right > input:focus {
            border: 1px solid #498DFA;
        }

.health-history.addRecipeAdvice {
    display: inline-block;
    background: url(../../../Images/havPen.png) no-repeat -70px -8px;
    width: 21px;
    height: 21px;
    float: left;
}

.health-history.addRecipeAdvice {
    display: inline-block;
    background: url(../../../Images/havPen.png) no-repeat -73px -11px;
    width: 21px;
    height: 21px;
    float: left;
}

.recipList-advice {
    /* width: 218px; */
    width: 100%;
    /* height: 439px; */
    padding: 0 13px;
    box-sizing: border-box;
    margin-bottom: 17px;
}

.recipTitle-advice {
    padding: 22px 14px 0px;
}



.recipListContent-advice {
    padding: 0 25px;
    box-sizing: border-box;
}

.recipContent-detail-advice {
    /*width: 217px;*/
    /*height: 437px;*/
    border: 1px solid #D7D7D7;
    /*margin: auto;*/
    background: #FAFAFA;
}

.recipContentpic-advice {
    width: 100%;
}

.recipImg-advice {
    width: 100%;
    height: 213px;
}

.specific-recip-top-advice {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #D7D7D7;
    padding: 0 11px;
    box-sizing: border-box;
}

.doctorMan-advice {
    display: inline-block;
    width: 20px;
    height: 22px;
    background: url(../../../Images/havPen.png) no-repeat -47px -35px;
    vertical-align: bottom;
}

.recip-class-name-advice {
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
}

.specific-recip-top-detail-advice {
    padding-left: 24px;
    box-sizing: border-box;
    font-size: 12px;
    color: #999;
    line-height: 1.7;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 11px;
}

.specific-recip-bottom-advice {
    margin-top: 11px;
    padding: 0 11px;
}

.prescription-record-detail-advice {
    height: 28px;
    width: 100%;
    line-height: 25px;
    color: #999;
    font-size: 12px;
}

.recordName, .recordTime {
    color: #333;
}


.conditionIcon {
    background: url(../../../Images/bloodControl2.png) no-repeat;
}

.conditionIcon {
    background-position: -96px -173px;
}


.bottleIcon, .exerciseIcon, .monitoringIcon, .biteIcon, .urgencyIcon {
    background: url(../../../Images/recipeIcon.png) no-repeat;
}

.recipList-pic.bottle {
    background-color: #f5d061;
}

.recipList-pic.exercise {
    background-color: #a6acec;
}

.recipList-pic.monitoring {
    background-color: #ffa0c2;
}

.recipList-pic.bite {
    background-color: #57d1c9;
}

.recipList-pic.urgency {
    background-color: #8dc6ff;
}

.bottleIcon {
    background-position: -12px -14px;
}

.exerciseIcon {
    background-position: -63px -14px;
}

.monitoringIcon {
    background-position: -115px -14px;
}

.biteIcon {
    background-position: -166px -14px;
}

.urgencyIcon {
    background-position: -218px -14px;
}

.office {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}



.drag-choose {
    padding-top: 14px;
}

.padT40 {
    padding-top: 40px;
}

.action {
    height: 50px;
    border-top: 1px solid #e4e4e4;
    line-height: 50px;
}

    .action li {
        width: 100%;
        color: #999;
        text-align: center;
        float: left;
    }

        .action li img {
            margin-right: 3px;
        }

.notSend.action li {
    width: 50%;
    color: #498dfa;
    cursor: pointer;
}

    .notSend.action li:first-child {
        border-right: 1px solid #e4e4e4;
        box-sizing: border-box;
    }
