.main{
    width: 100%;
    background: none;
    position: relative;
    top: -10px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.recipe_banner{
    width: 100%;
    height: auto;
}
.recipe_banner_img{
    width: 100%;
    height: 100%;
}
.recipe_detail_content{
    padding: 0 16px;
    width: calc(100% - 32px);
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    height: auto;
    padding-top: 32px;
    border-radius: 8px 8px 0 0;
    background: #ffffff;
    position: relative;
    top: -5px;
}
.recipe_desc{
    color: #666666;
    line-height: 20px;
    text-align:left;
}
.recipe_author_content{
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin-top: 32px;
}
.recipe_author_img{
    width:48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
}
.recipe_author_name_content{
    display: inline-block;
    width: calc(100% - 130px);
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    height: 48px;
    overflow: hidden;
    margin-left: 5px;
}
.recipe_author_name{
    color: #666666;
    text-align: left;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.recipe_author_sex{
    position: relative;
    top:5px;
}
.recipe_author_sex_img{
    width: 9px;
    height: auto;
}
.recipe_author_sex_boy_img{
    width: 14px;
    height: auto;
}
.recipe_author_care{
    width: 62px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    background: #f7f7f7;
    border-radius: 4px;
    color: #ffc000;
    display: inline-block;
    position: relative;
    top: -20px;
}
.recipe_species{
    width: 100%;
    height: auto;
    margin-top:24px;
    overflow: hidden;
}
.species{
    width: 32%;
    height: 100%;
    display: inline-block;
    text-align:center;

}
.species_num{
    margin-bottom: 8px;
    width: 100%;
    overflow:hidden;
    display: block;
}
/* 食材 */
.material{
    width: calc(100% - 48px);
    width: -webkit-calc(100% - 48px);
    width: -moz-calc(100% - 48px);
    height: auto;
    margin:auto;

}
.material_ul{
    width:100%;
    height: auto;
    overflow: hidden;
}
.material_ul::after{
    height: auto;
    clear:both;
    overflow: auto;

}
.material_li{
    height: 48px;
    line-height: 48px;
    width: 100%;
    border-bottom: 1px dashed #A8A8A8;
}
.material_left{
    width: 78%;
    height:48px;
    line-height: 48px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    text-align: left;
}
.material_right{
    display: inline-block;
    width: 20%;
    height: 48px;
    line-height: 48px;
    font-weight: '苹方-简 细体';
    color: #333;
    text-align: right;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
/* 步骤 */
.step{
    width:100%;
    height: auto;
}
.step_detail{
    width: 100%;
    height: auto;
    margin-bottom: 32px;
}
.step_img{
    width: 100%;
    height: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.step_text{
    color: #666666;
    margin-top:16px;
}

/* 全部评论 */
.commentList{
    width: 100%;
    height: auto;
}
.comment{
    width: 100%;
    margin-top:24px;
}
.commentPersonalImg{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
}
.commentul{
    width: calc(100% - 45px);
    width: -webkit-calc(100% - 45px);
    width: -moz-calc(100% - 45px);
    height: 36px;
    display: inline-block;
    margin-left: 3px;
}
.commentPersonal{
    color: #333333;
    font-size: 16px;
    line-height: 16px;
}
.commentContent{
    color: #5c5c5c;
    font-size: 14px;
    line-height: 14px;
    position: relative;
    top:5px;
}
.commentImg{
    width: 18px;
    height: 16px;
    display: inline-block;
}
.comment_btn{
    width: 100%;
    height:15px;
    text-align:right;
}
.comment_reply{
    position: relative;
    top: -4px;
}
.comment_submit{
    width: 100%;
    height:48px;
    background:rgba(255,192,0,1);
    border-radius:4px;
    color: #ffffff;
    line-height: 48px;
    font-size: 16px;
    margin-top:45px;
    text-align:center;
}
/*热门菜谱*/
.hot_content{
    width: 100%;
    height: auto;
}
.hot_recipe{
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 16px;
}
.collection{
    width: 80%;
    padding: 15px 0;
    background: #f7be2b;
    color: #333;
    text-align: center;
    display: block;
    margin: 40px auto 0;
    border-radius: 4px;
}
.save_local{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    background: #fff;
    align-items: center;
    z-index: 9;
    display: none;
}
.save_local .icon{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.save_local .save,.save_local .menu{
    flex-basis: 40%;
    height: 40px;
    background: #f7be2b;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
}
.save_local .save span,.save_local .menu span{
    vertical-align: middle;
}
.hm-t-go-top{
    bottom: 72px !important;
}