﻿i {
    font-style: normal;
}

.addCookPage-content-left {
    float: left;
    width: 288px;
    height: 589px;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    position: relative;
}

.cook-search-input {
    display: block;
    width: 100%;
    height: 30px;
    background: #fff;
    border: 1px solid #D2D2D2;
    border-radius: 3px;
    outline: none;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
}

.addCook-search {
    padding: 20px 20px 0px 20px;
    position: relative;
}

input:focus {
    border: 1px solid #498DFA;
}

.div-searchPic {
    width: 34px;
    height: 28px;
    position: absolute;
    right: 21px;
    top: 21px;
    background-color: #E5E5E5;
    border-radius: 0 3px 3px 0;
}

.searchPic, .bloodIcon, .pabulumIcon, .valueIcon, .resistIcon {
    background: url(../../../Images/Pop.png) no-repeat;
}

.searchPic {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%); /*谷歌兼容*/
    -o-transform: translate(-50%,-50%); /*opera*/
    -moz-transform: translate(-50%,-50%); /*火狐*/
    -ms-transform: translate(-50%,-50%); /*IE*/
    transform: translate(-50%,-50%);
    background-position: -2px -20px;
}

.bloodIcon {
    display: inline-block;
    width: 10px;
    height: 16px;
    background-position: -2px -36px;
    vertical-align: middle;
    margin: -3px 9px 0 0;
}

.pabulumIcon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-position: -13px -40px;
    vertical-align: middle;
    margin: -2px 8px 0 0;
}

.valueIcon {
    display: inline-block;
    width: 14px;
    height: 15px;
    background-position: -27px -37px;
    vertical-align: middle;
    margin: -2px 6px 0 0;
}

.resistIcon {
    display: inline-block;
    width: 9px;
    height: 12px;
    background-position: -42px -40px;
    vertical-align: middle;
    margin: -2px 10px 0 0;
}

.i_80 {
    display: inline-block;
    width: 80px;
}

.addCookPage-content-right {
    float: left;
    width: 550px;
    height: 589px;
    margin-left: 20px;
}

.someCook {
    width: 100%;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
}

.someFood-title {
    height: 100px;
    width: 100%;
}

.foodPic {
    float: left;
    height: 80px;
    width: 80px;
    background: url(../../../Images/food.png) no-repeat -2px -2px;
}

.foodProperty {
    float: left;
    height: 100%;
    padding-left: 30px;
    box-sizing: border-box;
}

    .foodProperty ul li {
        margin-top: 4px;
        line-height: 21px;
    }

.gray {
    color: #a9a9a9;
}

.assess-title {
    height: 30px;
    line-height: 25px;
    border-bottom: 1px solid #F1F1F1;
}

    .assess-title i {
        display: inline-block;
        width: 20px;
        height: 100%;
        margin-right: 10px;
        background: url(../../../Images/icon1026.png) no-repeat;
        vertical-align: middle;
    }

.greenColor {
    color: #69D1BC;
}

.assess-list {
    height: 20px;
    line-height: 20px;
    margin-bottom: 16px;
}

.assess-list-detail {
    min-width: 227px;
    float: left;
}

.in-detail {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.choose {
    height: 30px;
    margin-top: 20px;
    text-indent: 40px;
}

.choose-input {
    width: 80px;
    height: 35px;
    line-height: 35px;
    padding: 5px 0 5px 10px;
    border: none;
    background: url(../../../Images/inputbg.gif) repeat-x;
    outline: none;
    border: 1px solid #E0E0E0;
    border-radius: 2px;
}

.constituent > li {
    width: 50%;
    float: left;
    padding-bottom: 20px;
}

.cookeTitle {
    width: 100%;
    height: 24px;
    line-height: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.tip-content {
    height: 37px;
}

