﻿[v-cloak] {
    visibility: hidden;
}

pre {
    margin: 0;
    font-family: "Microsoft YaHei";
}

a,
a:hover {
    color: #495060 !important;
}

.error {
    font-size: 12px;
    color: #ed3f14;
}

    .error .title {
        color: #1c2438;
        font-weight: bold;
        margin-right: 10px;
    }

.important {
    color: red;
}

textarea {
    font-size: 12px !important;
}

#app {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}



.loading,
.loading .mask,
.loading .loading-spin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
}

    .loading .mask {
        background-color: #fff;
        opacity: 0;
    }

    .loading .loading-spin {
        padding-top: 200px;
    }

.spin-icon-load {
    animation: ani-spin 1s linear infinite;
}

@keyframes ani-spin {
    from {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.select-multiple-set > div:first-child > div {
    white-space: nowrap;
    overflow: hidden;
}

.disable-page-auto-fill {
    position: absolute;
    width: 1px;
    left: -10000px;
}

.app-header {
    height: 50px;
    background-color: #333;
    display: flex;
}

    .app-header > * {
        height: 50px;
        line-height: 50px;
    }

    .app-header a,
    .app-header a:hover {
        color: #fff !important;
    }

    .app-header .system-name {
        font-size: 18px;
        color: white;
        font-weight: bold;
        padding: 0 20px;
        flex: 1;
    }

    .app-header > div.mmus {
        min-width: 200px;
    }

    .app-header > div.login-info {
        padding: 0 0 0 10px;
    }

    .app-header > div.split {
        padding: 0 10px;
        color: #fff;
    }

    .app-header > div.login-out {
        padding: 0 20px 0 0;
    }

.app-footer {
    line-height: 20px;
    background-color: #c0c0c0;
    text-align: center;
    font-size: 10px;
    color: #333;
}

.app-body {
    flex: 1;
    display: flex;
    overflow: auto;
}

.app-body-left {
    width: 200px;
    border-right: solid 1px #ddd;
    background-color: #f8f8f8;
    overflow-x: hidden;
    overflow-y: auto;
}

    .app-body-left a {
        display: block;
        color: inherit !important;
    }

    .app-body-left .ivu-menu-item-group-title {
        font-size: 16px;
        padding-left: 14px;
        color: #80848f;
        background-color: #dcdee2;
        color: #000;
    }


.app-body-right {
    flex: 1;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.app-breadcrumb {
    font-size: 14px;
    padding-left: 5px;
    height: 38px;
    /*background-color: #f8f8f8;
	border-bottom: solid 1px #ddd;*/
}

    .app-breadcrumb .breadcrumb-item {
        line-height: 38px;
    }

    .app-breadcrumb .breadcrumb-item-selected {
        font-weight: bold;
    }

    .app-breadcrumb .breadcrumb-arrow {
        line-height: 38px;
        font-weight: normal;
        margin-left: 3px;
        margin-right: 5px;
    }

.app-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 5px;
    padding-top: 0;
    overflow: auto;
}

    .app-content .ivu-table-wrapper {
        overflow-x: auto;
    }

    .app-content .ivu-table-wrapper, .app-content .ivu-table {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .app-content .ivu-table-body {
        flex: 1;
        overflow-y: auto;
    }

.app-content-condition {
    margin-bottom: 5px;
}

.app-content-result {
    flex: 1;
    /*border: solid 1px #ddd;*/
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    overflow: auto;
}

.app-content-operation {
    margin-top: 5px;
    display: flex;
}

    .app-content-operation .app-content-pager {
        align-self: flex-start;
        text-align: right;
        flex: 1;
    }


.login-body {
    flex-direction: column;
    align-items: center;
    background-color: #f8f8f8;
}

.login-content {
    margin-top: 50px;
    width: 500px;
    height: 300px;
    box-shadow: 0px 1px 40px 0px rgba(140,146,163,0.2),inset 0px -1px 0px 0px #dededf;
    background-color: #fff;
    padding: 0 100px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
}

    .login-content > div {
        margin-bottom: 10px;
    }


    .login-content .login-title {
        font-size: 20px;
        font-weight: bold;
        color: #17233d;
        display: flex;
        margin-bottom: 30px;
        justify-content: center;
    }

    .login-content .login-icon {
        font-size: 28px;
        margin-right: 10px;
    }

    .login-content .login-input {
        width: 300px;
    }

    .login-content .login-fail {
        color: #ed3f14;
        font-size: 14px;
    }

    .login-content .login-type {
        flex: 1;
        text-align: right;
        vertical-align: bottom;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

        .login-content .login-type a {
            color: #ff9900 !important;
        }

    .login-content .login-verification-code {
        display: flex;
    }

    .login-content .login-binder {
        color: #2b85e4 !important;
        margin: 0 3px;
    }

.login-verification-code .login-input {
    flex: 1;
    margin-right: 5px;
}

.bind-body .login-content {
    height: 400px;
}


.condition-container {
    display: flex;
}

    .condition-container > div.condition-fields {
        flex: 1;
    }


.title-field-container {
    display: flex;
    flex-wrap: wrap;
}

    .title-field-container label {
        margin: 0;
        font-weight: bold;
    }

    .title-field-container > div {
        flex: 0 0 auto;
        align-self: center;
        padding: 0 10px 0 0;
        display: flex;
        margin-bottom: 5px;
    }

        .title-field-container > div:last-child {
            padding: 0;
        }

    .title-field-container .auto-title-field {
        flex: 1;
    }

    .title-field-container .operate-field {
        width: 60px;
        flex: 0 0 auto;
    }

    .title-field-container > div > div {
        align-self: center;
        width: 250px;
        flex: 0 0 auto;
    }

    .title-field-container > div.mini-title-field > div {
        width: 80px;
    }

    .title-field-container > div > div:first-child {
        width: 100px;
        flex: 0 0 auto;
    }

    .title-field-container > div div.auto-item {
        width: auto;
        flex: 1;
        min-width: 250px;
    }

    .title-field-container > div div.date-item {
        flex: 1;
        width: 110px;
    }

    .title-field-container > div div.item-100 {
        flex: 1;
        width: 100px;
    }

    .title-field-container > div div.mini-auto-item {
        width: auto;
        flex: 1;
        min-width: 150px;
    }

    .title-field-container .full-date {
        width: 250px;
    }

    .title-field-container .full-field {
        width: 610px;
    }


.date-range {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .date-range > div {
        flex: 1
    }

        .date-range > div.split {
            flex: none;
            margin-left: 5px;
            margin-right: 5px;
        }

.date, .auto-width {
    width: 100% !important;
}

.menu-icon {
    width: 15px;
    height: 15px;
}

.require {
    color: red;
    font-size: 14px;
    margin-left: 3px;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.space {
    margin: 1px 0;
}

.left-mini-space {
    margin-left: 5px !important;
}

.top-space {
    margin-top: 10px;
}

.bottom-space {
    margin-bottom: 10px;
}


.area-split-line {
    border-bottom: 1px solid #e9eaec;
    margin: 10px 0;
}

.area-title {
    font-size: 14px;
    margin: 5px 0;
}

.info {
    color: #ff9900;
}


.def-modal {
    position: absolute;
}

    .def-modal .def-mask {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(55,55,55,.6);
    }

    .def-modal .def-modal-container {
        position: fixed;
        top: 50px;
        bottom: 50px;
        left: 50px;
        right: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .def-modal .def-modal-container > div {
            background-color: #fff;
            width: 800px;
            padding: 0 10px;
        }

    .def-modal .def-modal-header {
        height: 50px;
        border-bottom: 1px solid #e9eaec;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

        .def-modal .def-modal-header > h2, .def-modal .def-modal-header > a {
            height: 50px;
            line-height: 50px;
        }

        .def-modal .def-modal-header h2 {
            font-size: 18px;
            float: left;
        }

        .def-modal .def-modal-header a {
            float: right;
        }

    .def-modal .def-modal-footer {
        text-align: right;
        height: 50px;
        border-top: 1px solid #e9eaec;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        line-height: 50px;
    }

    .def-modal .def-modal-content {
        min-height: 200px;
        padding: 10px !important;
        overflow: auto;
    }

    .def-modal .def-modal-content-fix {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .def-modal .def-modal-content-auto-fix {
        display: flex;
        flex-direction: column;
    }

    .def-modal .def-modal-large > div {
        width: 100%;
    }

    .def-modal .def-modal-small > div {
        width: 500px;
    }

.action-buttons {
    text-align: left;
}

    .action-buttons > * {
        margin-right: 5px;
    }

        .action-buttons > *:last-child {
            margin-right: 0;
        }


.fixed-full-container {
    display: flex;
    flex: 1;
    flex-direction: column;
}

    .fixed-full-container .fill-row {
        flex: 1;
        overflow: auto;
    }




.privilege-container {
    display: flex;
    flex-direction: row;
    flex: 1;
}

    .privilege-container > div {
        border-radius: 3px;
        border: 1px solid #dddee1;
    }

    .privilege-container .function-area {
        flex: 1;
        overflow: auto;
    }

    .privilege-container .functions {
        margin-left: 50px;
    }

        .privilege-container .functions a.selected {
            color: #2d8cf0 !important;
        }

        .privilege-container .functions > div {
            height: 30px;
            line-height: 30px;
        }

    .privilege-container .point-area {
        margin-left: 5px;
        width: 240px;
    }

    .privilege-container .points {
        margin-left: 5px;
    }

        .privilege-container .points > div {
            height: 30px;
            line-height: 30px;
        }

.flex-content-right {
    justify-content: flex-end;
}

.flex-align-right {
    align-self: flex-end;
}

.normal-disabled input {
    background-color: #fff !important;
    color: #666 !important;
}

.normal-disabled pre {
    line-height: 2.2;
    padding: 4px 7px;
    font-size: 12px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    min-height: 32px;
    white-space: pre-wrap;
    word-break: break-word;
    vertical-align: middle;
}



.input-number-reset .ivu-input-number-handler-wrap {
    display: none !important;
}



.inline-block {
    display: inline-block;
}


.ivu-table .group-odd-baseline {
    background-color: #dddee1 !important;
}

.ivu-table .group-even-baseline {
    background-color: #e9eaec !important;
}

.ivu-table-row-hover .group-odd-baseline, .ivu-table-row-hover .group-even-baseline {
    background-color: #ebf7ff !important;
}



.block-title {
    font-weight: bold;
    font-size: 13px;
    color: #ff9900;
}

.renewal-items {
}

    .renewal-items .title-field-container > div > div:last-child {
        width: 180px !important;
    }

    .renewal-items .renewal-item {
        padding: 10px;
        border: solid #dddee1 1px;
        border-radius: 3px;
        margin-bottom: 10px;
    }

    .renewal-items .renewal-item-footer {
        margin-bottom: 0;
    }

.radio-group-container > div > label {
    margin-right: 30px;
    margin-bottom: 10px;
}

.catering-status {
    color: #ff9900;
}


.tab-flex {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    flex: 1;
}

    .tab-flex .ivu-tabs-content {
        margin-top: 5px;
        display: flex;
        flex-direction: column;
        overflow: auto;
        flex: 1;
    }

    .tab-flex .ivu-tabs-tabpane {
        flex: 1;
        overflow: auto;
        display: flex;
    }

        .tab-flex .ivu-tabs-tabpane > div {
            flex: 1;
        }

.renewal-comment {
    margin-left: 10px;
}

.customer-favorites {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

    .customer-favorites > div {
        display: flex;
    }

    .customer-favorites .title {
        font-weight: bold;
        margin-right: 5px;
    }

    .customer-favorites pre {
        flex: 1;
        white-space: pre-wrap;
        word-break: break-word;
    }

.float-right {
    float: right;
    color: #ff9900;
}

a.customer-record, a.copy-catering {
    text-decoration: underline;
    color: #2d8cf0 !important;
}

a.copy-catering {
    color: #ff9900 !important;
    text-decoration: underline;
    position: absolute;
    margin-left: 15px;
    margin-top: 5px;
}


.line {
    height: 0.5px;
    border-bottom: solid 1px #eee;
    margin: 10px;
    0;
}

.date-range {
    display: flex;
    align-items: center;
}

    .date-range .date-split {
        font-weight: bold;
        margin: 0 5px;
    }

    .date-range .date {
        width: 115px !important;
    }


.agent-date-range {
    display: flex;
    margin-bottom: 10px;
}

    .agent-date-range .agent-item {
        display: flex;
        align-items: center;
        margin-right: 10px;
    }

        .agent-date-range .agent-item > div:first-child {
            font-weight: bold;
            width: 80px;
            margin-right: 10px;
        }

    .agent-date-range .agent-goal {
        width: 150px;
    }

    .agent-date-range .agent-actions {
        flex: 1;
        text-align: right;
        align-self: center;
    }

.agent-account-list .agent-account-container {
    margin-bottom: 10px;
}

.agent-account-container {
    border: solid 1px #dcdee2;
    padding: 10px;
    border-radius: 3px;
}

.agent-account {
    display: flex;
    margin-bottom: 10px;
}

    .agent-account:last-child {
        margin-bottom: 0;
    }

    .agent-account .agent-item {
        display: flex;
        align-items: center;
        margin-right: 10px;
    }

        .agent-account .agent-item > div:first-child {
            font-weight: bold;
            width: 80px;
            margin-right: 10px;
        }

        .agent-account .agent-item .item-field {
            width: 200px;
        }

    .agent-account .agent-actions {
        flex: 1;
        text-align: right;
        align-self: center;
    }


.agent-commodity-list {
    margin-bottom: 10px;
}

    .agent-commodity-list .agent-commodity {
        display: flex;
        align-items: center;
    }

    .agent-commodity-list .agent-commodity-title {
        font-weight: bold;
        background-color: #f8f8f9;
    }

.agent-commodity > div {
    width: 100px;
    padding: 5px;
}

    .agent-commodity > div:first-child {
        flex: 1
    }


.agent-order-customer {
    display: flex;
    justify-content: center;
}

.commodity-info {
    display: flex;
    justify-content: center;
}

    .commodity-info .title {
        font-weight: bold;
    }

    .commodity-info .content {
        margin-right: 10px;
    }


.pay-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    z-index: 3000;
}

    .pay-container .mask {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #eee;
        opacity: 0.8;
    }

    .pay-container .pay-types {
        position: relative;
    }

        .pay-container .pay-types > div {
            padding: 20px 40px 15px 40px;
            border: solid 1px #dcdee2;
            border-radius: 3px;
            margin-top: 50px;
            background-color: white;
            text-align: center;
            width: 350px;
        }

    .pay-container .pay-type {
        text-align: left;
        margin-bottom: 15px;
    }

    .pay-container .remark-title {
        color: #ff9900;
        font-weight: normal;
    }

    .pay-container img {
        display: block;
    }

    .pay-container a {
        color: #2d8cf0 !important;
        text-decoration: underline;
        margin-top: 10px;
        display: inline-block;
    }

    .pay-container h2 {
        margin-bottom: 15px;
        font-size: 20px;
        color: #ff9900;
    }

    .pay-container .pay-message {
        font-size: 14px;
        color: #ff9900;
        margin-top: 10px;
        display: block;
    }

    .pay-container .wallet-pay {
        display: flex;
        flex-direction: column;
    }

        .pay-container .wallet-pay .pay-message {
            height: 21px;
            line-height: 21px;
            margin-top: 0;
        }

        .pay-container .wallet-pay > div {
            margin-bottom: 5px;
        }

    .pay-container .wallet-info {
        text-align: center;
        margin: 5px 0;
    }

.pay-money {
    text-align: left;
    margin-bottom: 20px;
}

    .pay-money span {
        font-weight: bold;
    }


.verification-code {
    display: flex;
}


    .verification-code .code {
        flex: 1;
        margin-right: 3px;
    }

    .verification-code button {
        width: 80px;
    }


.phone-bind-container {
    display: flex;
    flex-direction: column;
    width: 300px;
}


.bind-phone {
    width: 100px;
    height: 100px;
    font-size: 50px;
    margin-left: 100px;
}

.phone-bind-container > div {
    margin-bottom: 5px;
}

.phone-bind-container .phone-operation {
    display: flex;
    align-items: flex-end;
}

    .phone-bind-container .phone-operation .phone-number {
        flex: 1;
    }

    .phone-bind-container .phone-operation a {
        text-decoration: solid;
        text-decoration-color: #2d8cf0 !important;
        white-space: nowrap;
        margin-left: 5px;
        text-decoration-line: underline;
        color: #2d8cf0 !important;
    }


.phone-bind-container .phone-action {
    text-align: center;
}


.agent-wallet {
    margin: 5px 0;
    font-size: 16px;
    color: #2d8cf0;
}

.col-amount {
    text-align: right;
}

.customer-waiting {
    color: #ff9900;
}

.customer-servicing {
    color: #19be6b;
}

.customer-servicing-paused {
    color: #b2d235;
}

.customer-closed {
    color: #ed4014;
}

.agent-referrer-url {
    text-align: center;
    margin: 10px;
}

.qrcode-notice {
    margin-bottom: 10px;
    color: #ff9900;
}




.block-normal-title {
    font-size: 13px;
    color: #ff9900;
}

.block-title {
    font-weight: bold;
    font-size: 13px;
    color: #ff9900;
}

.block-important-subtitle {
    font-weight: bold;
    font-size: 20px;
    color: #ff9900;
    margin: 0 3px;
}



a.open-link {
    text-decoration: underline;
    color: #2d8cf0 !important;
}

.text-center {
    text-align: center;
}

.customer-detail {
    display: flex;
    flex-wrap: wrap;
}

    .customer-detail > div {
        margin-right: 20px;
        margin-bottom: 5px;
    }

    .customer-detail label {
        font-weight: bold;
    }

.customer-record-wrapper {
    flex-direction: row;
}

    .customer-record-wrapper .customer-detail-record {
        display: flex;
        flex-direction: column;
    }

    .customer-record-wrapper .customer-check-in {
        width: 435px;
    }

    .customer-record-wrapper .customer-one-note {
        width: 320px;
    }

    .customer-record-wrapper .more-action {
        text-align: right;
    }

.more-action a {
    text-decoration: underline;
    color: #2d8cf0 !important;
}

.customer-record-wrapper .customer-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 500px;
}

.customer-record-wrapper .customer-remark {
    display: flex;
    flex-direction: column;
    height: 85px;
}

.customer-remark > label {
    font-weight: bold;
}

.customer-remark > div {
    border: solid 1px #dcdee2;
    border-radius: 3px;
    flex: 1;
    padding: 5px 0 5px 10px;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.customer-remark pre {
    white-space: pre-wrap;
    overflow: auto;
}

.customer-record-wrapper .customer-report {
    flex: 1;
    border: solid 1px #dcdee2;
    border-radius: 3px;
}

.customer-report {
    display: flex;
    flex-direction: column;
}

    .customer-report h2 {
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        padding: 5px;
    }

    .customer-report .customer-report-container {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .customer-report .customer-report-body {
        flex: 1;
    }


.health-group-relative {
    position: relative;
}

.health-group-container, .health-group-title {
    display: flex;
    align-items: center;
}

.health-group-container {
    border-bottom: solid 1px #eee;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

    .health-group-container:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.health-group-title {
    font-weight: bold;
    border-bottom: solid 1px #dcdee2;
    padding-bottom: 5px;
    height: 40px;
    overflow: hidden;
}

    .health-group-title .health-check-add {
        position: fixed;
        background-color: #fff;
        text-align: right;
        padding-right: 10px !important;
    }

.health-group-container .health-group-float {
    position: absolute;
    z-index: 1000;
    background-color: #fff;
}

.health-group-container .check-group {
    font-weight: bold;
    padding-left: 0 !important;
}

.health-group-container .health-check-date {
    height: 35px;
    line-height: 35px;
}

.health-group-container .check-item, .health-group-title .check-item {
    width: 200px;
    min-width: 200px;
    padding-right: 3px;
    height: 35px;
    line-height: 35px;
}

.health-group-container .check-item {
    padding-left: 10px;
}

.health-group-container .health-checks > div {
    display: flex;
    align-items: center;
}

.health-group-container .health-check, .health-group-title .health-check {
    width: 110px;
    min-width: 110px;
    text-align: center;
}

.health-group-container .health-check {
    margin-bottom: 3px;
    padding: 0 3px;
}

    .health-group-container .health-check .check-value {
        width: 100%;
    }

.check-value .ivu-input-number-handler-wrap {
    display: none;
}


.health-check-report {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .health-check-report .item-unit {
        display: flex;
        width: 100%;
        display: flex;
    }

        .health-check-report .item-unit > label {
            font-weight: bold;
        }

    .health-check-report .report-body {
        width: 700px;
        height: 400px;
    }


.error-info, a.error-info {
    color: #ed4014 !important;
}

.baseline-weights-col > div {
    display: block;
}

.baseline-weights {
    display: flex;
}

    .baseline-weights .baseline-weight {
        flex: 1;
        text-align: center;
        padding-right: 3px;
    }

        .baseline-weights .baseline-weight:last-child {
            padding-right: 0;
        }





.custom-caterings {
    display: flex;
    flex-direction: column;
}

    .custom-caterings > a {
        margin-bottom: 5px;
    }

        .custom-caterings > a:last-child {
            margin-bottom: 0;
        }


.print-catering-menu {
    position: relative !important;
}

    .print-catering-menu .print-title-hidden{
        display: none;
    }

    .print-catering-menu .catering-recipe-page {
        page-break-after: always;
    }

    .print-catering-menu .catering-recipe-container .catering-menu-content-title {
        display: none;
    }

    .print-catering-menu .catering-meal-title-wrapper{
        display: none;
    }

    .print-catering-menu .catering-meal-title-first{
        display: block;
    }

    .catering-menu-container {
        font-family: "Microsoft YaHei";
        overflow: hidden
    }

    .catering-menu-container .catering-menu-loading {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -10px;
        right: -10px;
        z-index: 10;
        background-color: #fff;
        padding: 0 50%;
    }

.catering-menu {
    font-size: 14px;
    color: #000;
    margin-bottom: 40px;
}

    .catering-menu .catering-logo-wrapper {
        text-align: right;
    }

        .catering-menu .catering-logo-wrapper .catering-logo {
            height: 80px;
        }

    .catering-menu .cateriing-title {
        text-align: center;
        font-size: 32px;
        margin-bottom: 40px;
    }

    .catering-menu .catering-person {
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        border-bottom: solid 2px #000;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

        .catering-menu .catering-person > div {
            flex: 1;
        }

            .catering-menu .catering-person > div:first-child {
                margin-right: 40px;
            }

    .catering-menu .catering-person-title {
        font-weight: bold;
        font-size: 16px;
        margin-right: 10px;
        color: #000;
    }

    .catering-menu .catering-menu-theme {
        background-image: url(images/menu-theme.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: auto 606px;
        height: 240px;
        width: 100%;
        bottom: 0;
        position: absolute;
    }

    .catering-menu .catering-meal-container-last {
        margin-bottom: 40px;
    }

    .catering-menu .catering-menu-remark {
        font-family: "Microsoft YaHei";
        position: fixed;
        padding: 0 20px 20px 20px;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
    }

    .catering-menu .catering-menu-content {
        background-repeat: no-repeat;
        background-position: top center;
        background-size: auto 736px;
        width: 100%;
        padding: 0 20px;
    }

    .catering-menu .catering-meal-icon {
        width: 16px;
        height: 16px;
        display: inline-block;
    }

    .catering-menu .catering-meal-icon-left {
        margin-right: 8px;
        margin-top: 5px;
        vertical-align: top;
    }

    .catering-menu .catering-meal-icon-right {
        margin-left: 8px;
        margin-bottom: 5px;
        vertical-align: bottom;
    }

    .catering-menu .catering-meal-title {
        font-size: 20px !important;
        font-weight: bold;
        color: #ff6a00;
    }

    .catering-menu .catering-recipe-container {
        margin-bottom: 20px;
    }

    .catering-menu .catering-recipe-content {
        display: flex;
    }

    .catering-menu .catering-recipe-title {
        font-weight: bold;
        font-size: 16px;
    }

    .catering-menu .catering-recipe-image-container {
        width: 240px;
        height: 240px;
        border: solid 0px #808695;
        border-radius: 9px;
        margin-top: 15px;
        padding: 15px;
    }

    .catering-menu .catering-recipe-image {
        width: 100%;
        height: 100%;
    }

        .catering-menu .catering-recipe-image img {
            width: 100%;
        }

    .catering-menu .catering-food {
        margin: 0 10px;
    }

        .catering-menu .catering-food table {
            width: 160px;
        }

        .catering-menu .catering-food th, .catering-menu .catering-food-method label {
            font-weight: bold;
        }

        .catering-menu .catering-food td {
            font-size: 10pt;
        }

        .catering-menu .catering-food th.weight {
            width: 40px;
        }

    .catering-menu .catering-food-method {
        flex: 1;
        width: 80px;
    }

        .catering-menu .catering-food-method > div:first-child {
            text-align: center;
        }

        .catering-menu .catering-food-method td {
            font-size: 10pt;
        }

        .catering-menu .catering-food-method pre {
            font-family: "Microsoft YaHei";
            margin: 0;
            white-space: pre-wrap;
        }

        .catering-menu .catering-food-method p {
            font-family: "Microsoft YaHei";
            text-indent: -1.5em;
            margin-left: 1.5em;
        }

    .catering-menu .nutritions {
        justify-content: flex-end;
    }

        .catering-menu .nutritions > div {
            margin-right: 12px;
        }

            .catering-menu .nutritions > div:last-child {
                margin-right: 0;
            }
