/*Layout*/
html, body, #wrap {
    height: 100%;
}

body > #wrap {
    height: auto;
    min-height: 100%;
}

#main {
    padding-bottom: 150px;
}

/* 必须使用和footer相同的高度 */
body {
    font-family: '微软雅黑';
    margin: 0px;
    padding: 0px;
}

A {
    color: #333;
}

A:link {
    text-decoration: none;
}

A:visited {
    text-decoration: none;
}

A:active {
    text-decoration: none;
}

.container {
    /*width: 940px;*/
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt30 {
    margin-top: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.pl15 {
    padding-left: 15px !important;
}

.fr {
    float: right;
}

.rm0 {
    margin-left: 0px;
    margin-right: 0px;
}

.time {
    color: #ccc;
}

.alert-default {
    background-color: #eee;
}

.lbl-gray {
    color: #aaa;
    margin: 0px;
    line-height: 20px;
}

.form-control:focus {
    border-color: #990033;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(153, 0, 51, 0.6)
}

.form-group .row {
    padding-left: 15px;
    padding-right: 15px;
}

.gray {
    color: #aaa;
}

.shadow {
    border-radius: 5px;
    -moz-box-shadow: 0 7px 9px -9px #4a4a4a;
    -webkit-box-shadow: 0 7px 9px -9px #4a4a4a;
    box-shadow: 0 7px 9px -9px #4a4a4a;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#4a4a4a')";
    /* For IE 5.5-7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#4a4a4a');
}

.gradient {
    background: #009946;
}

:root .gradient {
    filter: none;
}

.btn-link {
    color: #333;
}

.btn-link:hover {
    color: #333;
}

h4.title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    height: 30px;
}

h4.title small { line-height: 30px; float: right }
h4.title small .cp31 { font-size: 14px; color:#990033; }

h3.title {
    /*border-bottom: 1px solid #ddd;*/
    padding-bottom: 10px;
}

:root {
    --swiper-theme-color: #009946;
}

.qrbtn {
    width: 150px;
    height: 150px;
    border: 3px solid #333;
    font-family: 'Cinzel', serif;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    transition: 1s;
    margin: auto;
}

.qrbtn::before, .qrbtn::after {
    position: absolute;
    background: #f5a439;
    z-index: -1;
    transition: 1s;
    content: '';
}

.qrbtn::before {
    height: 150px;
    width: 110px;
}

.qrbtn::after {
    width: 150px;
    height: 110px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.qrbtn:hover::before {
    width: 0px;
    background: #f5a439;
}

.qrbtn:hover::after {
    height: 0px;
    background: #f5a439;
}

.qrbtn:hover {
    background: #f5a439;
}

.goTop {
    height: 50px;
    overflow: hidden;
    width: 50px;
    position: absolute;
    top:0;
    display: none;
}
.goTop a, .goTop a:link {
    display: block;
    height: 50px;
    width: 50px;
    background-color: #009946;
    line-height: 50px;
    text-align: center;
    color:#fff;
}
.goTop a:hover {
    display: block;
}
.goTop .cp31 { font-size: 30px; }

/*header*/
.header {
}

.header a.user-menu {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.header a.user-menu img {
    position: absolute;
    bottom: -5px;
    right: 0px;
}

.header .main-logo {
    padding: 10px 0px;
}

.header .logo {
    float: left;
    width: 15%;
}

.header .mlogo {
    display: none;
    height: 30px;
    float: left;
    margin-top: 9px;
    margin-left: 13px;
}
.header .mmenu { display: none; }

.header .top-menu {
    position: absolute;
    height: 100%;
    width:300px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    right: 15px;
}

/*menu*/
.menu {
    background-color: #009946;
}

.menu .navbar-collapse {
    padding: 0px;
}

.menu .navbar {
    border: none;
    margin-bottom: 0px;
    background-color: transparent;
}

.menu .navbar-nav > li > a {
    color: #fff;
    position: relative;
}

.menu .form-control {
    border-color: #00833f;
}

.menu .btn {
    border-color: #00833f;
}

.menu .dropdown-menu {
    border: none;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #eee;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #006938;
    color: #fff;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #006938;
    color: #fff;
    left: 15px;
    right: 15px;
    padding: 0px;
}

.navbar-nav {
    margin: 0px;
}

.navbar-collapse {
    border: none;
}

.navbar-form {
    border: none;
    box-shadow: none;
    margin: 8px 0px;
    padding: 0px;
}

.dropdown-menu .divider {
    background-color: #012a0d;
}

.menu .dropdown-menu a {
    color: #fff;
}

.menu .dropdown-menu a:focus, a:hover {
    color: #aaa;
    text-decoration: none;
}

.dropdown-menu > li > a {
    white-space: normal;
    padding: 0px;
}

.dropdown-menu > li > a:hover {
    background-color: transparent;
}

.dropdown-menu > li > a:hover > p {
    color: #000;
}

.dropdown-menu > li.active > a {
    background-color: transparent;
}

.dropdown-menu > li.active > a:hover {
    background-color: transparent;
}

.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .yamm-content {
    position: relative;
}

/*
.yamm .yamm-content [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.yamm .yamm-content [class*="col-"] a {
    display: inline-block;
    padding: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.yamm .yamm-content [class*="col-"] a:hover {
    background-color: #fff;
    color: #000;
}*/

.yamm .yamm-content {
    font-size: 14px;
    padding: 15px 15px 0 15px;
}

.yamm .yamm-content a {
    display: inline-block;
}

.yamm .yamm-content img {
    width:100%;
}

/*pagination*/
.pagination {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    font: 16px/24px sans-serif;
}

.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

.mini-page { position: absolute; height: 40px; line-height: 40px; right: 0; top: 0; bottom: -1px; }
.mini-page .prev { margin-right: 15px; }
.mini-page a:last-child { margin: 0px; }

.nav-search [class*="col-"]{
    min-height: 0;
}

.topics .title { height: 30px; line-height: 30px; font-size: 16px; }
.topics .row { margin-left: -15px; margin-right: 0px; }
.topics [class*="col-"] {
    padding-left: 15px;
    padding-right: 0px;
}
.topics [class*="col-"] a {
    position: relative;
}

.topics [class*="col-"] span.topic-title {
    position: absolute;
    width:100%;
    top: 50%;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    left: 0px;
    text-align: center;
    background-color: rgba(0,0,0,0.2);
}

.topics .topic-item {
    margin-bottom: 15px;
}

.topics .cate-title {
    margin-right: 10px;
    margin-bottom: 5px;
    line-height: 25px;
}

.menu-line { position: absolute; bottom: 0px; left: 0px; width: 100%; height: 3px; background-color: #f5a439;  }

/*loading*/
.menu .loading {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

.menu .loading:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4,end) 900ms infinite;
    animation: ellipsis steps(4,end) 900ms infinite;
    content: "\2026"; /* ascii code for the ellipsis character */
    width: 0px;
}

@keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}

@keyframes ld-spin-fast {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    50% {
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    100% {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg)
    }
}

@-webkit-keyframes ld-spin-fast {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    50% {
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    100% {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg)
    }
}

.ld.ld-spin-fast {
    -webkit-animation: ld-spin-fast 1s infinite;
    animation: ld-spin-fast 1s infinite
}

/*search*/
.mytypeahead {
    left: 0;
    right: 0;
    background-color: rgba(42, 81, 53, 1);
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    margin-right: 15px;
    margin-left: 15px;
    padding: 0px;
    overflow: hidden;
}

.mytypeahead li.search-item {
    padding: 7px;
    width: 50%;
    float: left;
    cursor: pointer;
}

.mytypeahead li.search-item:hover {
    background-color: #fff;
    color: #000;
}

.mytypeahead li.search-item:hover a {
    color: #000;
}

.mytypeahead li.search-item img {
    width: 80px;
    height: 80px;
    float: left;
}

.mytypeahead li.search-item p {
    margin: 0px;
    padding-left: 85px;
    font-size: 16px;
}

.mytypeahead li.search-item p span {
    display: block;
    font-size: 13px;
    color: #aaa;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-top: 5px;
}

.mytypeahead li.search-item p strong {
    color: #FF9900;
    font-weight: bold;
}

.mytypeahead div.author-item span{
    display: block;
    font-size: 12px;
    color:#ccc;
}

.mytypeahead div.author-item div {
    padding: 7px;
    display: inline-block;
    width:100%;
}

.mytypeahead div.author-item div:hover {
    background-color: #fff;
}

.mytypeahead div.author-item div:hover a {
    color:#000;
}

.mytypeahead div.author-item img{
    width: 40px;
    height: 40px;
    margin-right: 3px;
    float: left;
}

.mytypeahead div.author-item p strong {
    color: #FF9900;
    font-weight: bold;
}

.mytypeahead div.author-item p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px;
}

.mytypeahead li.authors .row {
    margin-right: 0px;
    margin-left: 0px;
}

.mytypeahead li.authors [class*="col-"] {
    padding: 0px;
}

.loading2 {
    color: #006938;
    position: absolute;
    z-index: 99;
    right: 60px;
    top: 10px;
    display: none;
}

.typeahead-loading .loading2 {
    display: block;
}

.menu-wrapper {
    position: relative;
    /*margin: auto;*/
    float: right;
    width: 25px;
    cursor: pointer;
    height: 19px;
    margin-top: 8px;
    margin-bottom: 9px;
    margin-right: 15px;
    padding: 16px 0px;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
    width: 25px;
    height: 3px;
}

.hamburger-menu {
    position: relative;
    transform: translateY(0px);
    background: white;
    transition: all 0ms 300ms;
}

.hamburger-menu.animate {
    background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    background: white;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: white;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/*slider*/
.as_slider .as_play {
    border: none;
}

/*recipe-list*/
.cp-title {
    position: relative;
    height: 40px;
    border-bottom: 1px solid #ddd;
    margin-top: 0px;
}

.cp-title>span {
    display: inline-block;
    position: absolute;
    bottom: -1px;
    height: 40px;
    /*padding: 3px 10px;*/
    line-height: 40px;
    border-bottom: 1px solid #009946;
}

.recipes .row {
    margin-right: 0px;
}

.recipes .col-md-3, .recipes .col-sm-4, .recipes .col-xs-6 {
    padding-right: 0px;
    margin-bottom: 15px;
}

/*
.recipes .col-md-3 {
    height: 224px;
}

.recipes .col-md-4 {
    height: 240px;
}*/

/*
.recipes .col-md-3 img.recipe-photo {
    height: 199px;
}

.recipes .col-md-4 img.recipe-photo {
    height: 165px;
}*/

.recipes [class*="col-"] p {
    margin: 0px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.recipes [class*="col-"] p.title {
    line-height: 30px;
    height: 30px;
    font-size: 15px;
}

.recipes [class*="col-"] p.author {
    line-height: normal;
    font-size: 12px;
    color: #898c8d;
    height: 20px;
    line-height: 20px;
}

.recipes [class*="col-"] p.author span {
    color: #990033;
    font-weight: bold;
}

.recipes .recipe-image {
    /*vertical-align: middle;
    display: table-cell;*/
    text-align: center;
    background-color: #e8e8e8;
    position: relative;
    overflow: hidden;
}

.recipes .recipe-image a {
    display: inline-block;
}

.recipes .recipe-image span.play {
    display: inline-block;
    position: absolute;
    right: 10px;
    font-size: 48px;
    bottom: 0px;
    text-shadow: 0px 0px 10px #fff;
}

.recipes .recipe-image .recipe-play {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recipes .recipe-image .recipe-play .cp31{
    display: inline-block;
    font-size: 40px;
    text-shadow: 0px 0px 10px #000;
    color:#fff;
}


[class*=" imghvr-"], [class^=imghvr-] {
    background-color: #009946;
    width: 100%;
}

.imghvr-zoom-out-flip-horiz figcaption {
    background-color: #009946;
    text-align: center;
}

/*.ih-item.square { width:100%; height:206px; }*/

.index-articles ul, .index-articles li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.index-articles li {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

.index-articles li.article-item-1 {
    padding-right: 7px;
}

.index-articles li.article-item-2 {
    padding-left: 8px;
}

.index-articles li > div {
    width: 100%;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

.index-articles li > div img {
    width: 150px;
    float: left;
    margin-right: 5px;
}

.index-articles li > div .title {
    margin-bottom: 5px;
}

.index-articles li > div .summary {
    color: gray;
    font-size: 12px;
    margin: 0px;
}

/*recipe-detail*/
.cook-info-left {
    padding-right: 0px;
}

.cook_img {
    display: table-cell;
    width: 100%;
    max-height: 416px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background-color: #e8e8e8;
    position: relative;
    z-index: 0;
    margin: auto;
}

.cook_img img {
    display: inline-block;
    width: 100%;
    z-index: 2;
}

.go-corner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    width: 50px;
    height: 50px;
    overflow: hidden;
    bottom: 0;
    right: 0;
    background-color: #f5a439;
    border-radius: 50px 0 0px 0;
    z-index: 1;
}

.go-arrow {
    margin-top: 9px;
    margin-left: 9px;
    color: white;
    font-family: courier, sans;
}

.go-arrow .cp31 {
    font-size: 24px;
}

.card1 {
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #e8e8e8;
}

.card1:before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -16px;
    right: -16px;
    background: #f5a439;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.card1:hover:before {
    -webkit-transform: scale(50);
    transform: scale(50);
}

.cook_qrcode {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    text-align: center;
    margin-top: -100px;
    opacity: 0;
    width: 100%;
}

.card1:hover .cook_qrcode {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-animation: show 2s ease forwards;
    animation-delay: 0.5s;
}

.cook_data {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0px;
    font-size: 13px;
}

.cook_data span {
    white-space: nowrap;
    margin-right: 5px;
    color: #999;
}

.cook_more_info {
    font-size: 15px;
}

.cook_info > div > div {
    margin-bottom: 10px;
    clear: both;
}

.cook-info h4 {
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
    line-height: 40px;
    padding-left: 10px;
    background-color: #eee;
    margin-top: 0px;
}

.cook-info h4 .cp31 {
    font-size: 18px;
}

.cook-info .author {
    border-bottom: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #efefef;
    padding-left: 10px;
}

.cook-info .author .cp31 {
    font-size: 18px;
}

.cook-info .author_name a {
    color: #333;
}

.cook-info .author .time {
    font-size: 12px;
    margin-right: 10px;
}

.cook-info .author2 {
    height: 30px;
    line-height: 30px;
}

.ingredient {
    margin-bottom: 15px;
}

.ingredient ul, .step ul, .tags ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    clear: both;
}

.ingredient li {
    list-style: none;
    width: 50%;
    float: left;
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    display: flex;
}

.ingredient li.even {
    border-left: 1px solid #ddd;
    padding-left: 10px;
}

/*
.ingredient li > span {
    display: inline-block;
    height: 100%;
    width: 50%;
    float: left;
    overflow: hidden;
}*/
.ingredient li > span.ingr-title { flex: 1; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.ingredient li > span.ingr-val { text-align: right; color: #999; max-width: 75%; min-width: 25%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;color: #999;text-align: right;padding-right: 10px; }

.step li {
    list-style: none;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.step li:last-child {
    border-bottom: none;
}

.step li p.index {
    font-weight: bold;
}

.step li p {
    padding: 0px 10px;
}

.step-item { display: flex; }

.step-item img {
    width: 100%;
}

.step-item p.img { width: 200px; }
.step-item p.text { flex: 1; }

.related-recipes img, .hot-recipes img {
    width: 100%;
}

.related-recipes, .hot-recipes {
    padding-top: 10px;
}

.related-recipes .row, .hot-recipes .row {
    margin-right: 0px;
}

.related-recipes .col-sm-3, .related-recipes .col-xs-3, .hot-recipes .col-sm-3, .hot-recipes .col-xs-3 {
    padding-right: 0px;
}

.related-recipes p, .hot-recipes p {
    height: 30px;
    line-height: 30px;
    margin: 0px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
}

.hot-image {
    background-color: #eee;
    overflow: hidden;
    position: relative;
}

.hot-image .play {
    position: absolute;
    font-size: 32px;
    width: 32px; height: 32px;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    vertical-align: middle;
    line-height: normal;
    text-shadow: 0px 0px 10px #000;
    color:#fff;
}

.related, .hot {
    border-bottom: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #efefef;
    position: relative;
    overflow: hidden;
}

.related div.title, .hot div.title {
    width: 120px;
    display: inline-block;
    padding-left: 10px;
}

.related div.more {
    float: right;
    width: 30px;
    height: 40px;
    text-align: center;
}

.related div.related-keys {
    position: absolute;
    height: 40px;
    width: auto;
    max-width: 100%;
    top: 0px;
    right: 30px;
    left: 120px;
}

a.recipe-item {
    display: inline-block;
    width: 100%;
}

.tags li {
    float: left;
}

.tags li a {
    padding: 3px 15px;
    background-color: #dddddd;
    margin-bottom: 3px;
    display: inline-block;
    margin-right: 3px;
}

.description {
    padding: 15px 0px;
    font-size: 16px;
}

.content {
    line-height: 22px;
    text-align: justify; /*text-align-last:justify;*/
    word-wrap: break-word;
}

.content:only-child, article:first-child {
    border: 0 none;
    padding: 0;
}

.content + [data-readmore-toggle], article[data-readmore] {
    display: block;
    width: 100%;
    font-size: 12px;
}

.content[data-readmore] {
    overflow: hidden;
    transition: height 200ms ease 0s;
}

.content img { max-width: 100%; }

.description .content {
    padding: 0px 10px;
    min-height: 80px;
}

.tips .content {
    padding: 0px 10px;
}

.upload-work {
    margin-top: 50px;
}

.white-popup-block {
    background: #fff none repeat scroll 0 0;
    margin: 40px auto;
    max-width: 650px;
    padding: 20px 30px;
    position: relative;
    text-align: left;
}

.coupons {
    margin-bottom: 40px;
}

.coupons .row {
    margin-right: 0px;
}

.coupons .col-md-4 {
    padding-right: 0px;
}

.articles ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.articles li {
    line-height: 25px;
    font-size: 14px;
}

.articles li p {
    margin-bottom: 0px;
}

.articles li img {
    width: 30%;
    float: left;
    margin-right: 5px;
}

.articles {
    padding-left: 5px;
}

.recipe-right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.recipe-right li {
    line-height: 25px;
    font-size: 14px;
}

.recipe-right li p {
    margin-bottom: 0px;
}

.recipe-right li img {
    width: 30%;
    float: left;
    margin-right: 5px;
}

.recipe-right {
    padding-left: 5px;
}

.qrcode-image {
    padding: 15px 0px;
}

.section_shicai_tags .ingre-box {
    padding-right:7.5px;
}
.section_shicai_tags .tags-box {
    padding-left:7.5px;
}

.ingredients {
}

.ingredients .row {
    margin-right: 0px;
}

.ingredients .col-md-2, .ingredients .col-sm-3, .ingredients .col-xs-4 {
    padding-right: 0px;
    margin-bottom: 15px;
}

.ingredients .row img {
    width: 100%;
}

.tags { word-wrap:break-word; word-break:break-all; }
.tags .tags-item { word-break:keep-all; display: inline-block; padding: 0px 3px; height: 25px; line-height: 25px; float: left; margin-right: 5px; margin-bottom: 5px; }
.tags-color-1 { background-color: #8fc866; color:#fff; }
.tags-color-2 { background-color: #e4cb58; color:#fff; }
.tags-color-3 { background-color: #ffa260; color:#fff; }
.tags-color-4 { background-color: #ff7f82; color:#fff; }
.tags-color-5 { background-color: #ef6eae; color:#fff; }
.tags-color-6 { background-color: #a972cb; color:#fff; }
.tags-item:hover { background-color: #990033; color: #fff; }

.cook-info a.fav { font-size: 12px; display: inline-block; text-decoration: none; background:#666; color:#fff; height: 14px; line-height: 14px; cursor: pointer; margin-left: 5px; }
.cook-info a.fav .cp31 { font-size: 12px; }
.cook-info a.fav:hover { background-color: #009946; }
.cook-info .fav.faved:hover { background-color: #990033; }

/*category*/
#fenlei-menu {
    background-color: #e8e8e8;
    margin-bottom: 10px;
    border-bottom: 2px solid #990033;
    cursor: move;
}

.category-row {
    list-style: none;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin-bottom: 45px;
}

.category-item {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.category-item-first {
    background-color: #e8e8e8;
}

/*shicai*/
#shicai-menu {
    background-color: #e8e8e8;
    margin-bottom: 10px;
    border-bottom: 2px solid #990033;
    cursor: move;
}

.shicai-row {
    list-style: none;
    padding: 0px;
    margin-bottom: 60px;
    margin-right: 0px;
}

.shicai-row .col-md-1, .shicai-row .col-sm-2, .shicai-row .col-xs-3 {
    padding-right: 0px;
    margin-bottom: 15px;
}

.shicai-item {
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
}

.shicai-item img {
    width: 100%;
}

.shicai-item span.title {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 25px;
    overflow: hidden;
    height: 25px;
}
.shicai-more>a>div {
    background-color: #ddd;
    text-align: center;
    font-size: 30px;
    color:#999;
}

/*article*/
.article-title {
    position: relative;
    height: 40px;
    border-bottom: 1px solid #ddd;
    margin-top: 0px;
}

.article-title span {
    display: inline-block;
    position: absolute;
    bottom: -1px;
    height: 40px;
    /*padding: 3px 10px;*/
    line-height: 40px;
    border-bottom: 1px solid #009946;
}

.article-title span strong {
    font-weight: normal;
    color: #FF9900;
}

.article-list {
}

.article-list .article-item {
    margin-bottom: 15px;
}

.article-list .article-item img {
    float: left;
    width: 200px;
    height: 150px;
}

.article-list .article-item div {
    padding-left: 220px;
}

.article-list .article-item .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 2px;
}

.article-list .article-item div.summary p {
    color: #444;
}

.article-detail {
}

.article-detail .well {
    font-size: 16px;
    line-height: 200%;
}

.article-detail .well div {
    text-indent: 2em;
}

.article-detail .content-section {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 180%;
}

.article-images .col-xs-6 {
    padding: 0px;
}

.article-images .article-recipe p {
    line-height: 22px;
    text-align: center;
    height: 44px;
}


.canvas {
    display: block;
    position: relative;
    /*overflow: hidden;*/
}

#tags-container > a {
    transition: text-shadow 1s ease, opacity 1s ease;
    -webkit-transition: text-shadow 1s ease, opacity 1s ease;
    -ms-transition: text-shadow 1s ease, opacity 1s ease;
}

#tags-container > a:hover {
    text-shadow: 0 0 10px, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    opacity: 0.5;
}

.tippy-box[data-theme~=light-border] {
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #009946;
    color: #000;
    box-shadow: 0 0 20px 4px rgba(154, 161, 177, .15), 0 4px 80px -8px rgba(36, 40, 47, .25), 0 4px 4px -2px rgba(91, 94, 105, .15);
}

.tippy-box[data-theme~=light-border] > .tippy-backdrop {
    background-color: #fff
}

.tippy-box[data-theme~=light-border] > .tippy-arrow:after {
    content: "";
    position: absolute;
    z-index: -1
}

.tippy-box[data-theme~=light-border] > .tippy-arrow:after {
    border-color: transparent;
    border-style: solid
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:before {
    border-top-color: #fff
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:after {
    border-top-color: #009946;
    border-width: 8px 8px 0;
    top: 18px;
    left: 0px
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:before {
    border-bottom-color: #fff;
    bottom: 16px
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:after {
    border-bottom-color: #009946;
    border-width: 0 8px 8px;
    bottom: 18px;
    left: 0px
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow:before {
    border-left-color: #fff
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow:after {
    border-left-color: #009946;
    border-width: 8px 0 8px 8px;
    left: 17px;
    top: 1px
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow:before {
    border-right-color: #91d5ad;
    right: 16px
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow:after {
    border-width: 8px 8px 8px 0;
    right: 17px;
    top: 1px;
    border-right-color: #009946;
}

.tippy-box[data-animation=perspective-extreme][data-placement^=top] {
    transform-origin: bottom
}

.tippy-box[data-animation=perspective-extreme][data-placement^=top][data-state=visible] {
    transform: perspective(700px)
}

.tippy-box[data-animation=perspective-extreme][data-placement^=top][data-state=hidden] {
    transform: perspective(700px) translateY(10px) rotateX(90deg)
}

.tippy-box[data-animation=perspective-extreme][data-placement^=bottom] {
    transform-origin: top
}

.tippy-box[data-animation=perspective-extreme][data-placement^=bottom][data-state=visible] {
    transform: perspective(700px)
}

.tippy-box[data-animation=perspective-extreme][data-placement^=bottom][data-state=hidden] {
    transform: perspective(700px) translateY(-10px) rotateX(-90deg)
}

.tippy-box[data-animation=perspective-extreme][data-placement^=left] {
    transform-origin: right
}

.tippy-box[data-animation=perspective-extreme][data-placement^=left][data-state=visible] {
    transform: perspective(700px)
}

.tippy-box[data-animation=perspective-extreme][data-placement^=left][data-state=hidden] {
    transform: perspective(700px) translateX(10px) rotateY(-90deg)
}

.tippy-box[data-animation=perspective-extreme][data-placement^=right] {
    transform-origin: left
}

.tippy-box[data-animation=perspective-extreme][data-placement^=right][data-state=visible] {
    transform: perspective(700px)
}

.tippy-box[data-animation=perspective-extreme][data-placement^=right][data-state=hidden] {
    transform: perspective(700px) translateX(-10px) rotateY(90deg)
}

.tippy-box[data-animation=perspective-extreme][data-state=hidden] {
    opacity: .5
}

.tippy-content p {
    margin: 0px;
    line-height: 25px;
}

.tippy-content p.createtime {
    color: #999;
    border-top: 1px solid #ccc;
}

.tippy-content li, .tippy-content ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.tippy-content li {
    margin-bottom: 5px;
}

.tippy-content .tag-cookbooks img {
    float: left;
    width: 60px;
}

.tippy-content .tag-cookbooks p {
    padding-left: 70px;
    line-height: 20px;
}

.tippy-content .tag-cookbooks p.author {
    color: #999;
    font-style: italic;
    font-size: 12px;
}

/*pager*/
.pagination > li > a, .pagination > li > span {
    color: #006938;
    font-size: 16px;
    font-weight: bold;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #006938;
    border-color: #006938;
}

/*recipe comment*/
.recipe-comment {
    margin-top: 100px;
}

.recipe-comment h4 {
    font-size: 16px;
}

.recipe-comment .comment-title {
    color: #990033;
}

.recipe-comment .form-control:focus {
    border-color: #990033;
}

.recipe-comment .comment-box {
    width: 100%;
    position: relative;
}

.recipe-comment .comment-mask {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 100;
    left: 0px;
    top: 0px;
    text-align: center;
}

.recipe-comment .comment-mask span {
    margin-top: 30px;
    display: inline-block;
}

.recipe-comment .lblnick {
    color: #349041;
}

.recipe-comment .timeline-opt a {
    color: #006938;
}

.recipe-comment .timeline-opt a:hover {
    color: #999;
}

.timeline .timeline-block {
    margin-bottom: 20px;
    margin-top: 0px;
}

/*work*/
#work-form .col-xs-4, #work-form .col-xs-8, #work-form .col-xs-12 {
    padding: 0px;
}

#work-photo {
    width: 197px;
    height: 148px;
    border: 1px dashed #aaa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#work-photo .box {
    display: inline-block;
}

#work-photo .work-title {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #990033;
}

#work-photo .box .name {
    font-size: 12px;
    color: #666;
    line-height: 25px;
}

#work-form .upload {
    position: relative;
}

.upload .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #eee;
}

.upload .mask .loading-text {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 20px;
    line-height: 20px;
    margin-left: -30px;
    margin-top: -10px;
    z-index: 100;
}

.upload .mask img {
    width: 100%;
    height: 100%;
    z-index: 999;
    position: absolute;
    left: 0px;
    top: 0px;
}

.upload .mask .close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    z-index: 1000;
    background-color: #990033;
    color: #fff;
    opacity: 1;
    text-align: center;
    -moz-border-radius: 0px 5px 0px 0px;
    -webkit-border-radius: 0px 5px 0px 0px;
    border-radius: 0px 5px 0px 0px;
}


/*toolbar share*/
.toolbar-recipe {
    background-color: #006938;
}

.tool-bottom.toolbar-recipe .arrow {
    border-color: transparent transparent #006938;
}

.toolbar-recipe .tool-item:hover {
    background-color: #009946;
}

.toolbar-recipe .social-share a {
    margin: 0px;
    font-size: 20px;
    color: #fff;
}

/*cooking*/
.cooking-info {
    margin-bottom: 10px;
}

.cooking-info .col-xs-2, .cooking-info .col-xs-10 {
    padding: 0px;
}

.cooking-info h4 {
    margin: 0px;
}

.cooking-info .face img {
    width: 96px;
    height: 96px;
}

.cooking-time {
    margin-top: 10px;
}

.cooking-time .btns {
    font-size: 17px;
}

.cooking-time .btns a {
    margin-left: 30px;
    color: gray;
}

.cooking-time .btns a:hover {
    color: #006938;
}

#work-box {
    background-color: #f8f8f8;
    margin-top: 20px;
    position: relative;
}

#work-box .arrow {
    border-style: solid;
    border-width: 9px;
    height: 0;
    position: absolute;
    width: 0;
    margin-left: -9px;
    top: -18px;
    left: 24px;
    border-color: transparent transparent #f8f8f8;
}

#work-box .col-xs-1 {
    color: #aaa;
}

#work-box [class*="col-"] {
    padding: 0px;
}

#workthumb-list {
    border-bottom: 1px solid #fff;
    padding: 15px 0px;
}

#workthumb-list img {
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 4px;
    margin-bottom: 4px;
}

#workcomment-list {
    padding: 15px 0px;
}

#workcomment-list .comment-item {
    margin-bottom: 10px;
    position: relative;
}

#workcomment-list .comment-item a.btn {
    position: absolute;
    left: 50%;
    top: 0px;
}

#workcomment-list .comment-item img {
    float: left;
    width: 48px;
    height: 48px;
}

#workcomment-list .comment-item p {
    padding-left: 58px;
    padding-right: 10px;
    margin-bottom: 5px;
}

#workcomment-list .comment-item p a {
    color: #990033;
}

#workcomment-list .comment-item p a.comment-btn {
    color: #006938;
}

#workcomment-list .comment-box {
    width: 100%;
}

#workcomment-list .comment-item p .fr {
    color: #888;
}

#work-form .comment-box {
    width: 100%;
    position: relative;
}

#work-form .comment-mask {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 100;
    left: 0px;
    top: 0px;
    text-align: center;
}

#work-form .comment-mask span {
    margin-top: 30px;
    display: inline-block;
}

#thumbBtn.active {
    color: red;
}

.weixin-icon {
    color: #05af10;
    font-weight: bold;
}

/*goods*/
.goods-list .row { margin-right: 0px; }
.goods-item { margin-bottom: 15px; padding-left: 15px; padding-right: 0px; }
.goods-item a { display: flex; position: relative; }
.goods-item a:hover { background-color: #990033; color: #fff; }
.goods-item a:hover .price { color: #fff; }
.goods-item a:hover .price .point { color: #fff; }
.goods-item p { margin: 0px; }
.goods-item .title { font-size: 15px; line-height: 25px; height: 75px; }
.goods-item .sub { color: red; font-size: 12px; display: block; }
.goods-item .image { flex:3; }
.goods-item .text { flex:5; padding-left: 5px; }
.goods-item .image img { width:100%; }
.goods-item .price { color:red; font-size: 42px; font-weight: bold; position: absolute; bottom: 0px; line-height: 1; }
.goods-item .price.del { color:gray; }
.goods-item .price.del .txt { text-decoration: line-through; }
.goods-item .price .cprmb { font-size: 12px; }
.goods-item .price .point { font-size: 14px; margin-left: 15px; color:red; }
.goods-item .modules { margin: 0; padding: 0px; list-style: none; }
.goods-item .modules li {  float: left; padding: 1px 10px 2px; color: #fff;  }

.goods-info .image { padding-right: 0px; }
.goods-info .title { padding-bottom: 3px; margin-bottom: 5px; border-bottom: 1px solid #05af10; }
.goods-info .sub { color: red; }
.goods-info .field { width: 100px; background-color: #eee; text-align: center; }
.goods-info .price { color: red; font-weight: bold; }
.goods-info .modules span { padding: 1px 10px 2px; color: #fff;  }
.goods-topic { font-size: 12px; display: flex; height: 20px; line-height: 20px; padding: 0 3px; background-color: red; color:#fff; position: absolute; left: 0px; top: 0px; z-index: 1000; border-radius: 0 0 5px 0; }
.goods-topic .cp31 { margin-right: 2px; }

/*footer*/
.footer {
    position: relative;
    clear: both;
    min-height: 100px;
    margin-top: -100px;
    color: #fff;
    background-color: #009946;
    padding: 15px 0px;
}
.footer a {
    color: #fff; white-space: nowrap; margin-right: 10px;
}
.footer .cp31 { margin-right: 2px; }
.copyright, .copyright .cp31, .copyright a { font-size: 12px; color:#ccc; }
.footer .app img { display: inline-block; position: absolute; right: 30px; top: 0px; width: 80px; }

.word,
.char {
    -webkit-animation-delay: var(--del);
    animation-delay: var(--del);
    -webkit-animation-direction: var(--dir, normal);
    animation-direction: var(--dir, normal);
    -webkit-animation-duration: var(--dur);
    animation-duration: var(--dur);
    -webkit-animation-iteration-count: var(--it, infinite);
    animation-iteration-count: var(--it, infinite);
    -webkit-animation-name: var(--name);
    animation-name: var(--name);
    -webkit-animation-timing-function: var(--tf);
    animation-timing-function: var(--tf);
    -webkit-animation-fill-mode: var(--fill, forwards);
    animation-fill-mode: var(--fill, forwards);
    display: inline-block;
    position: relative;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    z-index: 1;
}

.headline--jump .char {
    --name: jump;
    --dur: 800ms;
    --del: calc(var(--char-index) * 0.075s);
    --tf: cubic-bezier(0.165, 0.44, 0.64, 1);
}

@-webkit-keyframes jump {
    20% {
        -webkit-transform: translateY(2%) scaleY(0.9);
        transform: translateY(2%) scaleY(0.9);
    }
    40% {
        -webkit-transform: translateY(-100%) scaleY(1.2);
        transform: translateY(-100%) scaleY(1.2);
    }
    50% {
        -webkit-transform: translateY(10%) scaleY(0.8);
        transform: translateY(10%) scaleY(0.8);
    }
    70% {
        -webkit-transform: translateY(-5%) scaleY(1);
        transform: translateY(-5%) scaleY(1);
    }
    80%, 100% {
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1);
    }
}

@keyframes jump {
    20% {
        -webkit-transform: translateY(2%) scaleY(0.9);
        transform: translateY(2%) scaleY(0.9);
    }
    40% {
        -webkit-transform: translateY(-100%) scaleY(1.2);
        transform: translateY(-100%) scaleY(1.2);
    }
    50% {
        -webkit-transform: translateY(10%) scaleY(0.8);
        transform: translateY(10%) scaleY(0.8);
    }
    70% {
        -webkit-transform: translateY(-5%) scaleY(1);
        transform: translateY(-5%) scaleY(1);
    }
    80%, 100% {
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1);
    }
}

@keyframes show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@media (max-width: 767px) {
    .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .navbar-nav .open .dropdown-menu {
        left: 0;
        right: 0;
        padding: 0px;
        background-color: rgba(42, 81, 53, 0.9);
        border-radius: 0px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #ccc;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 0px;
    }

    .navbar-form {
        padding: 0px 15px;
    }

    .mytypeahead li {
        width: 100%;
    }

    .main-logo {
        display: none;
    }

    .header .mlogo {
        display: block;
    }

    .header .mmenu {
        display: block;
    }

    .footer-logo {
        margin: auto;
    }

    .footer-wx img {
        width: 450px;
        max-width: 100%;
        float: left;
    }

    .cook-info-left {
        padding-right: 15px;
    }

    .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .step-item { display: block; }
    .step-item p.img { width: 100%; }

    .recipes .recipe-image span.play {
        font-size: 32px;
    }

    .section_shicai_tags .ingre-box {
        padding-right:15px;
    }
    .section_shicai_tags .tags-box {
        padding-left:15px;
    }
    .goods-item .price { font-size: 20px; }
    .goods-info .image { padding-right: 15px; }

    .footer .app { width: 100%; }
    .footer .app img {
        position: relative; left: 15px; top: 0; right: auto; margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .menu-wrapper {
        display: none;
    }
}