button,
input,
textarea {
    outline: 0;
    box-sizing: border-box;
    border: 0;
    border-radius: 0;
    background: #fff;
    -webkit-appearance: none
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,
aside,
footer,
header,
main,
nav,
section {
    display: block
}

body {
    margin: 0 auto;
    font: 1rem/1.5 "Hiragino Sans GB", STHeiti, Helvetica, Microsoft YaHei, Arial, serif;
    font-weight: 400;
    max-width: 1024px;
    color: #212529
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 auto .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

dl,
ol,
p,
ul {
    margin: 0 auto 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin: auto auto .5rem 0
}

.strong,
b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

a {
    color: #666;
    text-decoration: none;
    background: transparent
}

a:hover {
    color: #c00
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline li {
    display: inline-block
}

.cursor-pointer {
    cursor: pointer
}

img {
    vertical-align: middle;
    border-style: none
}

[hidden] {
    display: none
}

.container,
.container-fluid {
    width: 100%;
    padding: 0 1rem;
    margin: 0 auto
}

.container img,
.container-fluid img {
    max-width: 100%
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    padding: 0 1rem
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.bg-primary {
    background: #007bff
}

a.bg-primary:focus,
a.bg-primary:hover {
    background: #0062cc
}

.bg-secondary {
    background: #6c757d
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background: #545b62
}

.bg-success {
    background: #28a745
}

a.bg-success:focus,
a.bg-success:hover {
    background: #1e7e34
}

.bg-info {
    background: #17a2b8
}

a.bg-info:focus,
a.bg-info:hover {
    background: #117a8b
}

.bg-warning {
    background: #ffc107
}

a.bg-warning:focus,
a.bg-warning:hover {
    background: #d39e00
}

.bg-danger {
    background: #dc3545
}

a.bg-danger:focus,
a.bg-danger:hover {
    background: #bd2130
}

.bg-light {
    background: #f8f9fa
}

a.bg-light:focus,
a.bg-light:hover {
    background: #dae0e5
}

.bg-dark {
    background: #343a40
}

a.bg-dark:focus,
a.bg-dark:hover {
    background: #1d2124
}

.bg-white {
    background: #fff
}

.bg-transparent {
    background: transparent
}

.border {
    border: 1px solid #dee2e6
}

.border-top {
    border-top: 1px solid #dee2e6
}

.border-right {
    border-right: 1px solid #dee2e6
}

.border-bottom {
    border-bottom: 1px solid #dee2e6
}

.border-left {
    border-left: 1px solid #dee2e6
}

.border-0 {
    border: 0
}

.border-top-0 {
    border-top: 0
}

.border-right-0 {
    border-right: 0
}

.border-bottom-0 {
    border-bottom: 0
}

.border-left-0 {
    border-left: 0
}

.border-primary {
    border-color: #007bff
}

.border-secondary {
    border-color: #6c757d
}

.border-success {
    border-color: #28a745
}

.border-info {
    border-color: #17a2b8
}

.border-warning {
    border-color: #ffc107
}

.border-danger {
    border-color: #dc3545
}

.border-light {
    border-color: #f8f9fa
}

.border-dark {
    border-color: #343a40
}

.border-white {
    border-color: #fff
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none
}

.d-inline {
    display: inline
}

.d-inline-block {
    display: inline-block
}

.d-block {
    display: block
}

.justify-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center
}

.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.float-none {
    float: none
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.position-static {
    position: static
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.position-fixed {
    position: fixed
}

.position-sticky {
    position: -webkit-sticky;
    position: sticky
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.shadow-none {
    box-shadow: none
}

.w-25 {
    width: 25%
}

.w-50 {
    width: 50%
}

.w-75 {
    width: 75%
}

.w-100 {
    width: 100%
}

.w-auto {
    width: auto
}

.h-25 {
    height: 25%
}

.h-50 {
    height: 50%
}

.h-75 {
    height: 75%
}

.h-100 {
    height: 100%
}

.h-auto {
    height: auto
}

.mw-100 {
    max-width: 100%
}

.mh-100 {
    max-height: 100%
}

.m-0 {
    margin: 0
}

.mt-0,
.my-0 {
    margin-top: 0
}

.mr-0,
.mx-0 {
    margin-right: 0
}

.mb-0,
.my-0 {
    margin-bottom: 0
}

.ml-0,
.mx-0 {
    margin-left: 0
}

.m-1 {
    margin: .25rem
}

.mt-1,
.my-1 {
    margin-top: .25rem
}

.mr-1,
.mx-1 {
    margin-right: .25rem
}

.mb-1,
.my-1 {
    margin-bottom: .25rem
}

.ml-1,
.mx-1 {
    margin-left: .25rem
}

.m-2 {
    margin: .5rem
}

.mt-2,
.my-2 {
    margin-top: .5rem
}

.mr-2,
.mx-2 {
    margin-right: .5rem
}

.mb-2,
.my-2 {
    margin-bottom: .5rem
}

.ml-2,
.mx-2 {
    margin-left: .5rem
}

.m-3 {
    margin: 1rem
}

.mt-3,
.my-3 {
    margin-top: 1rem
}

.mr-3,
.mx-3 {
    margin-right: 1rem
}

.mb-3,
.my-3 {
    margin-bottom: 1rem
}

.ml-3,
.mx-3 {
    margin-left: 1rem
}

.m-4 {
    margin: 1.5rem
}

.mt-4,
.my-4 {
    margin-top: 1.5rem
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem
}

.m-5 {
    margin: 3rem
}

.mt-5,
.my-5 {
    margin-top: 3rem
}

.mr-5,
.mx-5 {
    margin-right: 3rem
}

.mb-5,
.my-5 {
    margin-bottom: 3rem
}

.ml-5,
.mx-5 {
    margin-left: 3rem
}

.p-0 {
    padding: 0
}

.pt-0,
.py-0 {
    padding-top: 0
}

.pr-0,
.px-0 {
    padding-right: 0
}

.pb-0,
.py-0 {
    padding-bottom: 0
}

.pl-0,
.px-0 {
    padding-left: 0
}

.p-1 {
    padding: .25rem
}

.pt-1,
.py-1 {
    padding-top: .25rem
}

.pr-1,
.px-1 {
    padding-right: .25rem
}

.pb-1,
.py-1 {
    padding-bottom: .25rem
}

.pl-1,
.px-1 {
    padding-left: .25rem
}

.p-2 {
    padding: .5rem
}

.pt-2,
.py-2 {
    padding-top: .5rem
}

.pr-2,
.px-2 {
    padding-right: .5rem
}

.pb-2,
.py-2 {
    padding-bottom: .5rem
}

.pl-2,
.px-2 {
    padding-left: .5rem
}

.p-3 {
    padding: 1rem
}

.pt-3,
.py-3 {
    padding-top: 1rem
}

.pr-3,
.px-3 {
    padding-right: 1rem
}

.pb-3,
.py-3 {
    padding-bottom: 1rem
}

.pl-3,
.px-3 {
    padding-left: 1rem
}

.p-4 {
    padding: 1.5rem
}

.pt-4,
.py-4 {
    padding-top: 1.5rem
}

.pr-4,
.px-4 {
    padding-right: 1.5rem
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem
}

.pl-4,
.px-4 {
    padding-left: 1.5rem
}

.p-5 {
    padding: 3rem
}

.pt-5,
.py-5 {
    padding-top: 3rem
}

.pr-5,
.px-5 {
    padding-right: 3rem
}

.pb-5,
.py-5 {
    padding-bottom: 3rem
}

.pl-5,
.px-5 {
    padding-left: 3rem
}

.text-justify {
    text-align: justify
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.font-weight-light {
    font-weight: 300
}

.font-weight-lighter {
    font-weight: lighter
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-weight-bolder {
    font-weight: bolder
}

.text-white {
    color: #fff
}

.text-primary {
    color: #007bff
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3
}

.text-secondary {
    color: #6c757d
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54
}

.text-success {
    color: #28a745
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c
}

.text-info {
    color: #17a2b8
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674
}

.text-warning {
    color: #ffc107
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00
}

.text-danger {
    color: #dc3545
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a
}

.text-light {
    color: #f8f9fa
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da
}

.text-dark {
    color: #343a40
}

.text-gray {
    color: #999
}

a.text-dark:focus,
a.text-dark:hover,
a.text-gray:focus,
a.text-gray:hover {
    color: #121416
}

.text-body {
    color: #212529
}

.text-muted {
    color: #6c757d
}

.text-black-50 {
    color: rgba(0, 0, 0, .5)
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5)
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none
}

.text-break {
    word-break: break-word;
    overflow-wrap: break-word
}

.text-reset {
    color: inherit
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

.jumbotron {
    padding: 1rem;
    margin-bottom: 2rem;
    background: #e9ecef;
    border-radius: .3rem
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.rounded {
    border-radius: .25rem
}

.rounded-lg {
    border-radius: 3rem
}

.rounded-top {
    border-top-left-radius: .25rem
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem
}

.rounded-left {
    border-top-left-radius: .25rem
}

.rounded-circle {
    border-radius: 50%
}

.rounded-pill {
    border-radius: 50rem
}

.rounded-0 {
    border-radius: 0
}

.recipe-breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    border-bottom: 1px solid #ddd
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "\00bb\00a0"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background: #fff;
    border-color: #dee2e6
}

.align-bottom {
    vertical-align: bottom
}

/*m.css*/
@font-face {
    font-family: fontIco;
    src: url(fonts/fonteditor.eot);
    src: url(fonts/fonteditor.eot?#iefix) format('embedded-opentype'), url(fonts/fonteditor.woff2) format('woff2'), url(fonts/fonteditor.woff) format('woff'), url(fonts/fonteditor.ttf) format('truetype'), url(fonts/fonteditor.svg#uxfonteditor) format('svg')
}

.fa {
    font-family: fontIco
}

.nowrap {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.search-input {
    width: 80%;
    height: 34px
}

.searh-ico {
    width: 17%
}


.meun a {
    line-height: 2.5rem;
    font-size: .9rem;
    display: inline-block;
    width: 3.4rem;
}

.meun a:before {
    display: block;
    background: #4ca4fe;
    content: '\f018';
    color: #fff;
    padding: .69rem 0;
    border-radius: 5rem;
    line-height: 2rem;
    font-size: 2rem
}

#jiachangcai:before {
    content: '\f01b';
}

#flour:before {
    content: '\e023';
    background: #fb582f;
}

#hongpei:before {
    content: '\f005';
    background: #7068e2;
}

#hotpot:before {
    background: #fd5f5e;
    content: '\e021'
}

#caixi:before {
    content: '\e022';
    background: #ffce34;
}

#baby:before {
    content: '\e014';
    background: #ff6d56;
}

#soop:before {
    content: '\f01e';
    background: #4ca4fe;
}

#shicai:before {
    content: '\f006';
    background: #33d197;
}

.fixed-bottom a {
    font: .7rem/.8 fontIco, Microsoft YaHei
}

.fixed-bottom a:before {
    display: block;
    font-size: 1.5rem;
}

#bottom-home:before {
    content: "\E004";
}

#bottom-top:before {
    content: "\E016";
}

#bottom-list:before {
    content: "\E002";
}

#bottom-recipe:before {
    content: "\E001";
}

#bottom-user:before {
    content: "\E005";
}

.onactive a {
    color: #f15a4f
}

.caipu {
    width: 46%;
    overflow: hidden
}

.caipu img {
    max-width: 100%;
    transition: all .85s;
    -webkit-transition: all .85s;
    border-radius: 6px;
    transition: transform .5s ease-in-out
}

.caipu h3 {
    font-size: 17px;
    line-height: 2;
    font-weight: 500;
    margin: 10px 0 0
}

.caipu p {
    font-size: 13px;
    color: #666
}

@keyframes MeiShiFadeIn {
    0% {
        opacity: 0;
        -moz-opacity: 0;
        -khtml-opacity: 0
    }

    to {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1
    }
}

.recipe_list .recipe {
    height: 106px;
    overflow: hidden;
    margin: 1rem auto
}

.recipe img {
    float: left;
    border-radius: .3rem;
    margin-right: 1rem
}

.recipe h2 {
    font: bold 1rem/1 "Microsoft Yahei"
}

.recipe .summary {
    overflow: hidden;
    margin-bottom: .4rem;
    text-overflow: ellipsis;
    height: 4.6rem
}

h2.format {
    font-weight: 700;
    font-size: 18px;
    padding: 10px;
    border-left: 3px solid #00a2ca;
    background-color: #fbfbfb;
}
