header a {
    display: inline-block;
    height: 30px;
    padding: 0px 1rem;
    font-size: 13px;
    color: #fff;
    border-radius: 15px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.5);
}

.recipe-info {
    padding: 1rem;
    margin: -16px 0 0;
    border-radius: 16px;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.recipe-title h1 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #333;
}

.info_list {
    font-size: 12px
}

.info_list dd {
    margin: 0;
    min-width: 15%;
}

.info_list dd:before {
    display: block;
    content: '\f01b';
    color: #fff;
    padding: .69rem 0;
    border-radius: 20rem;
    background: #4ca4fe;
    line-height: 1.5rem;
    font-size: 1.5rem;
    margin-bottom: 5px
}

.info_list #tools:before {
    content: '\e024';
    background: #fb582f;
}

.info_list #taste:before {
    content: '\f015';
    background: #7068e2;
}

.info_list #maketime:before {
    content: '\e018';
    background: #fd5f5e;
}

.info_list #difficulty:before {
    content: '\e022';
    background: #ffce34;
}

.intro p {
    font-size: 95%;
    text-indent: 2em;
}

#material h2 {
    font: bold 1rem/1 "Microsoft Yahei", "\5fae\8f6f\96c5\9ed1";
    color: #404040;
}

#material dt {
    font: bold 1.2rem/1 "Microsoft Yahei", "\5fae\8f6f\96c5\9ed1";
    width: 100%;
    padding: 0;
    margin-bottom: 1rem
}

#material dd {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

#material dd span {
    float: right
}

.step p {
    padding: 0 1rem
}

.step .step_num {
    height: 40px;
    line-height: 40px;
    color: #333;
    font-weight: 700;
    display: inline-block;
    padding: 0px 20px 0px 15px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.step span.step_num {
    background-color: #F4F4F4;
}

.step_img em {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    top: 1rem;
    z-index: 100;
    font-style: normal;
}

.tips {
    margin: 1rem;
    border-radius: 10px;
}

.tips h3 {
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: .5rem 1rem;
    margin: 0 0 1rem;
    font-size: 1rem;
}

.tags a {
    padding: .1rem .5rem;
    display: inline-block;
    border: 1px solid #ff5000;
    border-radius: .2rem;
    margin: 0 1rem .5rem 0;
}

.index a {
    display: inline-block;
    background: #e2143f;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    width: 60%;
}

.article li {
    border-bottom: 1px solid #eee;
    min-height: 3.5rem;
}
