﻿@media print {
    #divOrdersPrint {
        margin-top: 10px;
    }
}

@font-face {
    font-family: 'pingfang-bold';
    font-style: normal;
    font-weight: 600;
    src: local('☺'), url("../fonts/PingFangSC-Semibold.woff2") format("woff2"), url("../fonts/PingFangSC-Semibold.woff") format("woff"), url("../fonts/PingFangSC-Semibold.ttf") format("truetype");
}

@font-face {
    font-family: 'PingFangSC-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts//PingFangSC-Regular.eot');
    src: local('☺'), url("../fonts/PingFangSC-Regular.woff2") format("woff2"), url("../fonts/PingFangSC-Regular.woff") format("woff"), url("../fonts/PingFangSC-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'meibei-bold';
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/7_meibei_font.woff2") format("woff2");
    src: url("../fonts/7_meibei_font.woff") format("woff"), url("../fonts/7_meibei_font.ttf") format("truetype");
}

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

@font-face {
    font-family: "iconfont-plus";
    src: url('../fonts/iconfont-plus.woff') format('woff'), /* chrome, firefox */
    url('../fonts/iconfont-plus.ttf') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
}

.iconfont-plus {
    font-family: "iconfont-plus" !important;
    font-size: 22px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-heart:before {
    content: "\e645";
}

.icon-cart:before {
    content: "\e602";
}

.icon-email:before {
    content: "\e609";
}

.icon-favorite:before {
    content: "\e60a";
}

.icon-qrcode:before {
    content: "\e612";
}

.icon-phone:before {
    content: "\e63e";
}

.icon-mobilephone:before {
    content: "\e640";
}

.icon-face:before {
    content: "\e64d";
}

.icon-plus:before {
    content: "\e60f";
}

.icon-minus:before {
    content: "\e66d";
}

.icon-doctor:before {
    content: "\e647";
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 30px;
    display: none;
}

:root {
    --main-gray-color-1: #f4f4f4;
    --main-gray-color-2: #d0d0d0;
    --main-gray-color-3: #a8a8a8;
    --main-gray-color-4: #474747;
    --main-blue-color: #70bcb8;
    --main-highlight-color: #ffaa36;
    --main-green-color: #70bcb8;
}

.am-dropdown-content {
    line-height: 40px;
    padding-left: 10px;
    color: var(--main-gray-color-4);
    text-align: center;
}


.search {
    border: 1px solid #18A299;
    border-radius: 0px;
    height: 40px;
}

.searchButton {
    border: 1px solid #18A299;
    border-radius: 0px;
    background-image: url('/Images/search.png');
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position-x: 6px;
    background-position-y: 6px;
}

    .searchButton:hover {
        background-color: #ffffff;
    }

.error-msg {
    color: red;
    font-size: 14px;
}

.container {
    background-color: white;
    padding: 10px;
}
.panel_content {
    
}

.main-btn {
    background-color: #70bcb8;
    border-color: #70bcb8;
    color: #FFF;
    font-weight: 600;
    width: 101.34px;
}

.am-selected-list .am-selected-text {
    font-size: 14px;
}
    .am-modal-hd {
    background-color: #80b5f8;
    color: white;
    font-size: 16px;
}

.am-modal-bd {
    padding: 20px 0px;
    padding-top: 20px !important;
    font-size: 16px !important;
}

.am-modal-footer {
    background-color: #80b5f8;
}

.am-modal-footer span {
    color: white;
    font-weight: 400;
}

.second-btn {
    background-color: white;
    border-color: var(--main-blue-color);
    color: var(--main-blue-color);
    font-weight: 600;
    font-size: 12px;
}

.item-label {
    color: var(--main-gray-color-3);
}

.bmgl {
    background-color: #70bcb8;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    height: 50px;
    font-size: 14px;
    color: white;
    font-weight: 900;
}

.product-contact-qr-code-title {
    font-family: pingfang-bold;
    font-size: 20px;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
    color: var(--main-blue-color);
}

.third_img {
    max-width: 640px;
    width: 100%;
    height: auto;
}

.am-slider-c1 {
    box-shadow: none;
}

.am-titlebar {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 500;
    background-color: white;
}

.am-titlebar-multi .am-titlebar-nav {
    text-align: center;
}

.am-titlebar-multi a {
    color: #a8a8a8;
}

.am-navbar {
    height: 60px;
    line-height: 60px;
}

.am-text-sm {
    font-size: 1.1rem;
}

html{
    font-size: 13px;
}
    .categories {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #e7e1e1;
    color: #999;
    cursor: pointer;
    /*background-color: #f4f4f4;*/
    font-size: 15px;
    overflow-x: scroll;
    white-space: nowrap;
}

    .categories::-webkit-scrollbar {
        display: none;
    }

    .categories::-webkit-scrollbar-thumb {
        display: none;
    }

    .categories div {
        text-align: center;
        display: inline-block;
        padding: 2px 20px;
    }

    .categories .selectTab {
        color: white;
        background-color: #70bcb8;
        border-bottom-left-radius: 50px;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

        .categories .selectTab::before {
            content: ' ';
            width: 40px;
            height: 2px;
            position: absolute;
            left: 50%;
            bottom: 2px;
            transform: translate(-50%, 0%);
            background-color: #3c83f5;
        }

.am-navbar-nav a .am-navbar-label {
    line-height: 1.5;
}

.category-list {
    height: 100%;
    min-height: 100%;
    cursor: pointer;
}

.home-am-comments {
    height: 100%;
    min-height: 100%;
}

.category-list ul {
    list-style: none;
    line-height: 40px;
    padding: 0px;
    text-align: center;
}

.left-category {
    padding: 0px;
    font-size: 14px;
    color: #919191;
}

    .left-category ul {
        line-height: 45px;
        cursor: pointer;
    }

    .left-category .selectedLeftTab {
        background-color: white;
        color: #70bcb8;
    }

.right-category {
    padding: 0px;
    background-color: white;
    height: 100%;
    min-height: 100%;
    padding-left: 10px;
}

    .right-category ul {
        text-align: left;
        padding-left: 15px;
    }

    .right-category .selected-category-title {
        font-weight: bold;
        font-size: 16px;
        color: #000000;
        margin-top: 15px;
    }

    .right-category .category-title {
        font-family: pingfang-bold;
        font-size: 14px;
        color: #000000;
    }

    .right-category .category-section {
        margin-top: 15px;
    }

    .right-category .category-items div {
        text-align: center;
        display: inline-block;
        padding: 5px 20px;
        background-color: #f4f4f4;
        border-bottom-left-radius: 50px;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
        font-size: 13px;
        margin: 5px 2px;
        color: #000000;
    }

    .right-category .category-items a {
        color: #000000;
    }

    .right-category .category-section-seperator {
        border-bottom: solid 1px #d0d0d0;
        margin: 10px;
    }

.am-dropdown-btn {
    background-color: var(--main-gray-color-1);
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    color: var(--main-gray-color-4);
    border: none;
    font-size: 14px;
    padding: 5px 20px;
}

.category-city-selected {
    background-color: #f4f4f4;
    color: #7D7D7D !important;
}

.city-selected {
    background-color: var(--main-blue-color);
    color: #FFF !important;
}

.header-back-link {
    color: var(--main-highlight-color);
    font-weight: 800;
    font-size: 19px;
}

#loading-next {
    width: 100%;
    height: 100px;
    font-size: 14px;
    text-align: center;
}

.page-top-container {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-left: 2.5em !important;
    background-color: white;
    margin: 10px;
    padding: 5px;
}

a {
    color: #000;
}

html,
body {
    height: 100%;
    background-color: #f4f4f4;
    font-size: 14px;
    /* The html and body elements cannot have any padding or margin. */
    font-family: PingFangSC-Regular,Helvetica Neue,Helvetica,Arial,sans-serif;
}

label: not(.form-check-label):not(.custom-file-label) {
    font-weight: normal;
    font-size: 14px;
}

.am-form input[type=number], .am-form input[type=search], .am-form input[type=text], .am-form input[type=password], .am-form input[type=datetime], .am-form input[type=datetime-local], .am-form input[type=date], .am-form input[type=month], .am-form input[type=time], .am-form input[type=week], .am-form input[type=email], .am-form input[type=url], .am-form input[type=tel], .am-form input[type=color], .am-form select, .am-form textarea, .am-form-field {
    font-size: 14px;
}

.nav-sidebar > .nav-item {
    font-size: 1.2rem;
}

    .am-header-default {
    background-color: #f4f4f4;
}

.am-header .am-header-title {
    color: var(--main-gray-color-4);
    font-weight: 600;
    font-size: 16px;
}

.am-header .am-header-nav img {
    width: 11px;
    height: 18px;
}

.am-header-center {
    height: 60px;
    margin: 0 20%;
}

.am-header-title-cus {
    color: #70bcb8;
    margin-bottom: 8px;
}

.logo-word-letter {
    font-size: 10px;
    font-weight: 600;
    display: block;
    height: 15px;
}

.logo-word {
    font-size: 16px;
    font-weight: 800;
    font-style: italic;
}

.search-box {
    border: none;
    width: 83%;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-left: 2.5em !important;
    font-size: 12px;
}

.user-icon {
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 38px !important;
    height: 38px !important;
}

.am-tabs-d2 .am-tabs-nav {
    background-color: white;
}

    .am-tabs-d2 .am-tabs-nav > .am-active {
        position: unset;
        border-bottom: 2px solid #70bcb8;
        font-weight: bold;
        padding-bottom: 50px;
    }


    .am-tabs-d2 .am-tabs-nav a {
        color: #9F9F9F;
        font-weight: 700;
        font-size: 15px;
    }

    .am-tabs-d2 .am-tabs-nav > .am-active a {
        color: #70BDB8;
    }

    .am-tabs-d2 .am-tabs-nav > .am-active:after {
        border: none;
    }

.am-tab-panel {
    padding: 10px 10px 50px 10px !important;
}

.am-slider {
    padding: 0px;
    border: none;
    margin: 0px 0px 5px 0px;
}

    .am-slider .am-slides ul li img {
        height: 183px;
        width: auto;
    }

/* Category */
.am-category {
}

.boxes {
    width: 100%;
}

    .boxes li {
        text-align: center;
    }

    .boxes img {
        width: 100%;
    }

    .boxes .am-category-title {
        font-size: 1.2rem;
        color: #4B4B4B;
    }

.am-comment {
    position: relative;
}

.am-comment am-comment-author {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 200px;
}

.am-comment .am-comment-good {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 10px;
    width: 75px;
    height: 50px;
}

.am-comment-add {
    position: relative;
    font-size: 1.4rem;
}

    .am-comment-add::before {
        position: absolute;
        width: 0;
        height: 0;
        top: -12px;
        right: 55px;
        margin-left: -5px;
        border: 6px solid transparent;
        content: "";
        z-index: 1;
        border-bottom-color: #fff;
    }

.am-comment-add-hd {
    padding: 8px 10px;
    border-bottom: 1px solid #E7E7E7;
}

    .am-comment-add-hd label {
        margin-left: 5px;
        margin-bottom: 0;
        font-weight: 200;
    }

.am-comment-add-bd {
    padding: 10px;
}

    .am-comment-add-bd .am-comment-content textarea {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #E3E3E3;
        padding: 10px;
    }

    .am-comment-add-bd .am-comment-photo {
        margin: 10px 0 0;
        padding: 0;
    }

        .am-comment-add-bd .am-comment-photo li {
            position: relative;
            z-index: 1;
            display: inline-block;
            float: left;
            width: 48px;
            height: 48px;
            margin-right: 6px;
            background-color: #F8F8F8;
            /* overflow: hidden; */
        }

            .am-comment-add-bd .am-comment-photo li .am-close {
                position: absolute;
                z-index: 2;
                right: -8px;
                top: -8px;
                opacity: 1;
                width: 20px;
                line-height: 20px;
                font-size: 16px;
                text-shadow: none;
            }

            .am-comment-add-bd .am-comment-photo li.add {
                border: 1px solid #F3F3F3;
            }

                .am-comment-add-bd .am-comment-photo li.add a {
                    display: block;
                    width: 48px;
                    height: 48px;
                    font-size: 2.75rem;
                    text-align: center;
                    color: #999;
                }

            .am-comment-add-bd .am-comment-photo li a img {
                max-height: 80px;
                max-width: 80px;
            }

    .am-comment-add-bd .am-comment-submit {
        margin-top: 10px;
    }

        .am-comment-add-bd .am-comment-submit .am-u-sm-6 {
            margin-left: -1rem;
            margin-right: -1rem;
        }

.am-comment .am-comment-user,
.am-comment .am-comment-add {
    margin-bottom: 5px;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    background-color: #fff;
}

.am-comment-main {
    margin: 0;
    padding: 10px;
    border: none;
}

    .am-comment-main:before {
        display: none;
    }

    .am-comment-main .am-comment-hd {
        padding: 5px;
        border: none;
        background: none;
    }

        .am-comment-main .am-comment-hd .am-btn {
            padding: .4rem 1rem;
        }

        .am-comment-main .am-comment-hd .am-u-sm-3 {
            padding: 2px 0;
            border-left: 1px solid #E7E7E7;
        }


        .am-comment-main .am-comment-hd .am-u-sm-8 {
            padding: 0;
        }

        .am-comment-main .am-comment-hd .am-u-sm-4 {
            padding: 6px 0;
        }

        .am-comment-main .am-comment-hd .am-comment-avatar {
            width: 48px;
            height: 48px;
        }

        .am-comment-main .am-comment-hd .am-comment-meta {
            padding-left: 0px;
            padding-top: 5px;
            font-size: 1.2rem;
        }

            .am-comment-main .am-comment-hd .am-comment-meta h4 {
                margin-bottom: 5px;
                font-size: 1.5rem;
                font-weight: 200;
                color: #4b4b4b;
            }

        .am-comment-main .am-comment-hd .am-comment-project {
            padding: 6px 0;
            color: #999;
            font-size: 1.2rem;
            line-height: 1.2;
        }

            .am-comment-main .am-comment-hd .am-comment-project h4 {
                margin-bottom: 5px;
                font-size: 1.5rem;
                font-weight: 200;
                color: #4b4b4b;
            }

        .am-comment-main .am-comment-hd .comment-status {
            text-align: center;
        }

        .am-comment-main .am-comment-hd .comment-date {
            text-align: center;
            font-size: 1.1rem;
            color: #9c9c9c;
        }

    .am-comment-main .am-comment-bd {
        padding: 5px;
        font-size: 15px;
    }

        .am-comment-main .am-comment-bd .am-gallery {
            margin: 0 -5px;
            padding: 0;
        }

    .am-comment-main .am-comment-ft .am-comment-tag {
        padding: 0 5px;
    }

        .am-comment-main .am-comment-ft .am-comment-tag a {
            display: inline-block;
            margin: 0 3px;
        }

    .am-comment-main .am-comment-ft .am-comment-status {
        padding: 0 5px;
    }

        .am-comment-main .am-comment-ft .am-comment-status i {
            display: inline-block;
            margin-right: 5px;
        }

.am-comment .am-comment-user .am-u-sm-9 {
    padding-left: 0;
}


.am-comment .am-comment-user .am-u-sm-3 {
    padding: 8px 0;
    border-left: none;
}

.am-gallery-default .am-gallery-item img {
    padding: 2px;
}

.am-titlebar-multi {
    border: none;
    font-size: 15px;
}


.add {
    border: 1px solid #F3F3F3;
}

    .add a {
        display: block;
        width: 48px;
        height: 48px;
        font-size: 2.75rem;
        text-align: center;
        color: #999;
    }

.am-comment-add-bd .am-comment-photo li.add {
    border: 1px solid #F3F3F3;
}

    .am-comment-add-bd .am-comment-photo li.add a {
        display: block;
        width: 48px;
        height: 48px;
        font-size: 2.75rem;
        text-align: center;
        color: #999;
    }

.am-comment-add-bd .am-comment-photo li a img {
    max-height: 80px;
    max-width: 80px;
}

.am-comment-add-bd .am-comment-submit {
    margin-top: 10px;
}

    .am-comment-add-bd .am-comment-submit .am-u-sm-6 {
        margin-left: -1rem;
        margin-right: -1rem;
    }

/********** Navbar ***********/
.am-navbar.am-cf.am-navbar-default.am-no-layout {
    border: none;
    border-top: 1px solid #E4E4E4;
    background-color: #FFFFFF;
}

    .am-navbar.am-cf.am-navbar-default.am-no-layout .am-btn {
        padding: .4rem 1rem;
    }

.am-navbar-default .am-navbar-nav {
    background-color: #fff;
}

    .am-navbar-default .am-navbar-nav i {
        display: block;
        padding: 10px 0px 0px 0px;
        font-size: 2.0rem;
    }

.am-navbar-default a {
    color: #3d3d3d;
}

.am-navbar-default .am-navbar-nav a.am-active {
    color: #ffaa36;
}

.am-navbar-nav a img {
    height: 40px;
}

.am-navbar-default .am-text-left {
    padding-right: 0;
    font-size: 1.2rem;
}

    .am-navbar-default .am-text-left i {
        font-size: 1.4rem;
    }

.am-navbar-default .am-text-right {
    padding-left: 0;
}

.am-navbar-default span.price {
    font-size: 2rem;
    color: #f46;
    font-family: meibei-bold;
}

.add-cart-btn {
    background-color: #70BDB8;
    border: none;
    height: 38px;
    font-family: 'PingFang SC Semibold'
}

.buy-btn {
    height: 38px;
    background-color: #FFAA36;
    border: none;
    font-family: 'PingFang SC Semibold'
}

.am-gallery-bordered > li, .am-gallery-default > li, .am-gallery-imgbordered > li, .am-gallery-overlay > li {
    padding: 0px 5px;
}

.section-seperator {
    border-bottom: solid 1px var(--main-gray-color-2);
    margin-top: 10px;
}

.am-btn-primary {
    color: var(--main-gray-color-4);
    background-color: var(--main-blue-color);
    border-color: #0e90d2;
}

a.am-btn-primary:visited {
    color: #fff
}

.am-active .am-btn-primary.am-dropdown-toggle, .am-btn-primary.am-active, .am-btn-primary:active, .am-btn-primary:focus, .am-btn-primary:hover {
    color: #FFF;
    border-color: #0a6999
}

.am-btn-primary:focus, .am-btn-primary:hover {
    background-color: var(--main-blue-color);
}

.am-active .am-btn-primary.am-dropdown-toggle, .am-btn-primary.am-active, .am-btn-primary:active {
    background-image: none;
    background-color: var(--main-blue-color);
}

.am-btn-primary.am-disabled, .am-btn-primary.am-disabled.am-active, .am-btn-primary.am-disabled:active, .am-btn-primary.am-disabled:focus, .am-btn-primary.am-disabled:hover, .am-btn-primary[disabled], .am-btn-primary[disabled].am-active, .am-btn-primary[disabled]:active, .am-btn-primary[disabled]:focus, .am-btn-primary[disabled]:hover, fieldset[disabled] .am-btn-primary, fieldset[disabled] .am-btn-primary.am-active, fieldset[disabled] .am-btn-primary:active, fieldset[disabled] .am-btn-primary:focus, fieldset[disabled] .am-btn-primary:hover {
    background-color: #0e90d2;
    border-color: #0e90d2;
}

.am-btn-group .am-btn-primary, .am-btn-group-stacked .am-btn-primary {
    border-color: #0c80ba;
}


/* Product details */

.am-detail-photo {
}

    .am-detail-photo img {
        width: 100%;
    }

.am-detail h3 {
    line-height: 1.5;
    font-weight: 200;
}

.am-detail-description {
    padding: 15px;
}

    .am-detail-description .prod-recommend {
        padding: 15px;
        background-color: #FDFDFD;
        border-radius: 10px;
        margin-top: 20px;
    }

        .am-detail-description .prod-recommend .recommend-title {
            font-family: pingfang-bold;
            font-size: 14px;
        }

    .am-detail-description h3 {
        margin-top: 20px;
    }

    .am-detail-description p {
        margin: 5px 0;
        font-size: 1.3rem;
        color: #9c9c9c;
    }

.price {
    font-size: 2rem;
    color: #f46;
    font-family: meibei-bold;
}

        .am-detail-description p span.price {
            font-size: 2rem;
            color: #f46;
            font-family: meibei-bold;
        }

        .am-detail-description p i {
            display: inline-block;
            margin-left: 10px;
            font-size: 1.4rem;
        }

    .am-detail-description ul {
        display: block;
        padding: 10px;
        font-size: 1.2rem;
    }

        .am-detail-description ul li i {
            font-size: 1.4rem;
            color: #f46;
        }

.prod-detail-item {
    color: #9F9F9F;
    font-size: 13px;
    line-height: 35px;
}

.prod-services {
    background-color: #FDFDFD;
    border-radius: 10px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    text-align: center;
}

    .prod-services ul {
        list-style: none;
        padding-top: 0px;
    }

        .prod-services ul li {
            clear: both;
            display: inline-block;
            *display: inline;
            vertical-align: bottom;
            bottom: 0px;
            overflow: hidden;
            line-height: 50px;
        }

.prod-services ul li img {
    vertical-align: bottom;
}

.prod-item-name {
    color: #444444;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    font-family: pingfang-bold;
}

.prod-address {
    border: 1px solid #325957;
    border-radius: 50px;
    padding: 0px 10px;
    color: #325957;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
}

.prod-price {
    font-family: meibei-bold;
    font-weight: 900;
    color: #FFAA36;
    font-size: 25px;
    padding-right: 5px;
}

.prod-price-normal {
    font-family: meibei-bold;
    font-weight: 900;
    color: #FFAA36;
    font-size: 16px;
    padding-right: 5px;
}

.prod-del-price {
    color: #9F9F9F;
}

.am-detail-hospital {
    margin-bottom: 5px;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    background-color: #fff;
}

    .am-detail-hospital h3 {
        margin: 0;
    }

    .am-detail-hospital p {
        margin: 5px 0;
        font-size: 1.3rem;
        color: #9c9c9c;
    }

    .am-detail-hospital .am-g img {
        width: 100%;
        padding: 15px 5px;
    }

    .am-detail-hospital .am-g .am-u-sm-6 {
        padding-top: 5%;
    }

    .am-detail-hospital ul {
        font-size: 1.3rem;
        border-top: 1px solid #DADADA;
    }

        .am-detail-hospital ul li {
            display: inline-block;
            padding: 10px 0;
        }

            .am-detail-hospital ul li i {
                font-size: 1.4rem;
            }

            .am-detail-hospital ul li:first-child {
                border-right: 1px solid #DADADA;
            }

.am-detail-comments {
    margin-bottom: 5px;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    background-color: #fff;
}

.am-comment-more {
    display: block;
    border-bottom: 1px solid #DADADA;
}

    .am-comment-more div {
        padding: 10px;
    }

.am-signup {
    padding: 10px;
}

.cart-items {
    margin: 0px 10px 10px 10px;
    border-radius: 5px;
    background-color: white;
    padding: 10px 10px;
}

.cart-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}

.cart-item-content {
    padding-left: 25px;
}

.cart-item-title {
    font-size: 15px;
    font-weight: 600;
}

.cart-item-sub-title {
    font-size: 14px;
    color: var(--main-gray-color-3);
}

.cart-item-price {
    padding-right: 10px;
    text-align: right;
    font-family: meibei-bold;
    color: var(--main-highlight-color);
}

.cart-item img {
    height: 100px;
    width: 100px;
    border-radius: 5px;
    object-fit: scale-down;
}

.cart-item-increase-btn {
    background-color: white;
    border: 2px solid #474747;
    font-weight: 900;
    padding-top: 0px;
    font-size: revert;
}

.cart-item-select {
    margin-top: -17px;
}

.cart-item-count {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 19px;
}

.cart-summary {
    margin-bottom: 55px;
    position: fixed;
    bottom: 10px;
    padding: 0px 10px;
}

.Checkbox {
    position: absolute;
    visibility: hidden;
}

    .Checkbox + label {
        position: absolute;
        width: 20px;
        height: 20px;
        border: 1px solid #000;
        border-radius: 50%;
    }

    .Checkbox:checked + label {
        background-color: #474747;
    }

        .Checkbox:checked + label:after {
            content: "";
            position: absolute;
            left: 5px;
            top: 5px;
            width: 10px;
            height: 6px;
            border: 2px solid #FFF;
            border-top-color: transparent;
            border-right-color: transparent;
            transform: rotate(-45deg);
            -ms-transform: rotate(-60deg);
            -moz-transform: rotate(-60deg);
        }

.product-item {
    padding-left: 0px;
    font-size: 14px;
    margin-top: 10px;
}

.product-item-desc {
    padding: 0px 15px 0px 20px;
}

.line-clamp_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-item-img img {
    height: 100px;
    width: 100px;
    border-radius: 5px;
    object-fit: scale-down;
}

.product-item .area-name {
    font-weight: bold;
    font-size: 15px;
}

.product-item .price {
    color: #ffaa36;
    font-family: meibei-bold;
    /*        text-align: right;*/
}

.product-item .org-name {
    color: var(--main-gray-color-3);
}

.order-item {
    margin-top: 10px;
    background-color: white;
    border-radius: 5px;
    border: solid 1px var(--main-gray-color-2);
}

.order-item-header {
    border-bottom: dotted 2px;
    padding: 10px;
    font-size: 14px;
    color: var(--main-gray-color-3);
}

.order-date {
    font-size: 12px;
    color: var(--main-gray-color-3);
}

.order-item-footer {
    border-top: dotted 2px;
    padding: 10px;
    font-size: 12px;
    color: var(--main-gray-color-3);
}

.order-amount {
    color: var(--main-highlight-color);
    font-size: 14px;
    font-weight: 600;
}

.order-notes {
    color: var(--main-highlight-color);
    font-size: 14px;
}

.order-action {
    text-align: right;
    width: 100%
}

.category-header {
    padding: 20px 10px;
    width: 100%;
    background: -webkit-linear-gradient(top, #70bcb8, #d1eae8, #f4f4f4);
}

.category-title {
}

.category-desc {
}

.category-header-top {
    width: 100%;
}

.category-header-top {
    text-align: center;
    display: inline-block;
    background-color: #d1eae8;
}

    .category-header-top div {
        height: 40px;
        vertical-align: middle;
        padding: 8px;
    }

    .category-header-top .selected {
        background-color: white;
        font-weight: bold;
    }

.category-item {
    font-size: 14px;
}

.category-item-desc {
    padding: 0px 15px 0px 15px;
}

.category-item-img img {
    height: 100px;
    width: 100px;
    border-radius: 5px;
}

.category-item .area-name {
    font-weight: bold;
    font-size: 15px;
}

.category-item .price {
    color: #ffaa36;
    font-family: meibei-bold;
}

.category-item .org-name {
    color: var(--main-gray-color-3);
}



.am-cart {
    margin-bottom: 5px;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
    background-color: #fff;
}

    .am-cart .am-cart-hd {
        padding: 10px 5px;
        font-size: 1.5rem;
        font-weight: 200;
        color: #4b4b4b;
    }

        .am-cart .am-cart-hd .am-u-sm-4 {
            text-align: center;
        }

.am-cart-list {
    padding-right: 10px;
}

    .am-cart-list .am-cart-add-member {
        padding: 1rem;
        font-size: 1.4rem;
    }

        .am-cart-list .am-cart-add-member .am-cart-add-message {
            padding: 2rem;
            text-align: center;
        }

.am-cart-item {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

    .am-cart-item .am-comment-avatar {
        width: 48px;
        height: 48px;
    }

        .am-cart-item .am-comment-avatar img {
            border-radius: 50%;
        }

    .am-cart-item .am-comment-meta {
        padding: 6px 15px;
        font-size: 1.2rem;
    }

        .am-cart-item .am-comment-meta h4 {
            margin-bottom: 5px;
            font-size: 1.5rem;
            font-weight: 200;
            color: #4b4b4b;
        }

    .am-cart-item .am-u-sm-4 {
        padding: 8px 1rem;
        border-left: none;
    }

    .am-cart-item .am-cart-quantity span {
        display: inline-block;
        width: 30px;
        height: 32px;
        padding: 5px;
        font-size: 2rem;
        font-weight: 200;
        line-height: 1;
        text-align: center;
    }

        .am-cart-item .am-cart-quantity span.reduce {
            border-left: 1px solid #ccc;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            border-radius: 3px 0 0 3px;
        }

        .am-cart-item .am-cart-quantity span.add {
            border-right: 1px solid #ccc;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            border-radius: 0 3px 3px 0;
        }

    .am-cart-item .am-cart-quantity input {
        display: inline-block;
        width: 4rem;
        height: 32px;
        margin: -8px -8px 0;
        padding: 6px;
        font-size: 1.5rem;
        font-weight: 200;
        text-align: center;
        border: 1px solid #ccc;
        border-radius: 0;
    }

.user-info {
    padding-left: 10px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-name {
    color: var(--main-gray-color-4);
    font-size: 15px;
    display: block;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-mobile {
    color: var(--main-gray-color-3);
    font-size: 12px;
}

.menu-divider {
    margin: 3px;
    height: 0;
    border: 1px solid var(--main-gray-color-1);
}

.am-input-group-sm > .am-form-field, .am-input-group-sm > .am-input-group-btn > .am-btn, .am-input-group-sm > .am-input-group-label {
    font-size: 14px !important
}