@charset "UTF-8";

body {
    /*font-family: -apple-system-font,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei",Arial,sans-serif!important;*/
    font-weight: 500;
    color: #555;
    background: #f5f5f5;
}

footer a {
    color: #1cac81!important;
}

.m-active {
    background-color: #f7f8fa!important;
    color: #1cac81!important;
    border-radius: .5em;
}

.pt-10 {
    padding-top: 10px;
}

em {
    font-style: normal!important;
}

.bd-navbar {
    min-height: 3.8rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 10%);
    /*top: 0;*/
    /*z-index: 1071;*/
}

.no-result {
    color: #999;
    padding-left: 20px;
    font-size: 16px;
}

.fs-13 {
    font-size: 13px!important;
}

.fs-14 {
    font-size: 14px!important;
}

.fs-15 {
    font-size: 15px!important;
}

.fs-1rem {
    font-size: 1rem!important;
}

.logo {
    height: 32px;
    width: 32px;
    align-items: center;
    font-size: 25px;
}

.logo2 {
    height: 32px;
    width: 32px;
    align-items: center;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: bold!important;
}


.header-div {
    font-weight: bold!important;
    margin-bottom: 0!important;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-top: 0;
    padding-bottom: 6px;
    margin-top: -7px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    word-break: break-word!important;
}

.carousel-control {
    background: 0 0;
    border: 0;
}

.fs-12 {
    font-size: 12px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    /*width: 60px;*/
    height: 46px;
    /*border-radius: 100%;*/
    background-color: rgb(153, 153, 153);
}

.carousel-indicators li {
    background-color: #999;
}

.kt-sticky-toolbar {
    top: 70%!important;
}

.modal {
    z-index: 2000!important;
}

.card {
    box-shadow: 0px 0px 13px 0px rgb(82 63 105 / 5%);
    background-color: #ffffff;
    border-radius: 4px;
    border: 0;
}

a:hover {
    text-decoration: none;
}

.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, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 1439px) {
    .container {
        width: 1380px;
    }
}

.container {
     padding-right: 10px;
     padding-left: 10px;
}

.card-header {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 25px;
    border-bottom: 1px solid #ebedf2;
    min-height: 60px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.card-header-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: flex-first;
    align-content: flex-first;
}

.card-header-title {
    font-size: 16px;
    font-weight: 700;
    color: #343d3e;
    margin-bottom: 0;
}

.card-header-title small {
    font-weight: 300;
    padding-left: 0.5rem;
    font-size: 14px;
    color: #aeb2b7;
}

.card-header .card-header-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.btn.btn-default {
    border: 0;
    color: #aeb2b7;
    border: 1px solid #e0e9e6;
    font-size: 12px;
}

.btn.btn-default.active, .btn.btn-default:active, .btn.btn-default:hover {
    color: #ffffff;
    background: #1cac81;
    border-color: #1cac81;
}

.btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none !important;
    vertical-align: middle;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.mb-30 {
    margin-bottom: 30px;
}

.plugin-content {
    padding-left: 20px;
    padding-right: 20px;
}

.m-container {
    margin-top: 90px;
    max-width: 1260px;
}

.header-container {
    max-width: 1260px;
}

.footer-container {
    max-width: 1260px;
}

footer {
    padding: 20px 0;
    background: #fff;
    margin-top: 60px;
}

.footer-copyright {
    font-size: 13px;
    font-weight: 400;
    color: #b2afc6;
}

.card-header-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    height: 100%;
}

.card-header-tab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-right: 15px;
}

.card-header-tab-item:last-child {
    margin-right: 0;
}

.tab-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    color: #414b4c;
    font-weight: 500;
    font-size: 13px;
    border-bottom: 1px solid transparent;
    padding-left: 10px;
    padding-right: 10px;
}

.tab-link:hover {
    color: #1cac81;
    border-bottom: 2px solid #1cac81!important;
}

.tab-active {
    border-bottom: 2px solid #1cac81!important;
    color: #1cac81;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center!important;
    margin: 0;
    padding: 0;
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}

.pagination-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pagination-links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.5rem;
    border-radius: 4px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%;
}

.pagination-link-active, .pagination-links li:hover {
    background: #1cac81;
}

.pagination-link-active a, .pagination-links li:hover a {
    color: #fff!important;
}

.pagination-links li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    color: #aeb2b7;
    font-size: 1rem;
    padding: 0 0.2rem;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    min-height: 30px;
    margin: 0;
    font-size: 12px;
}

.pagination-link-next, .pagination-link-prev {
    background: rgba(235,237,242,0.9);
}

.pagination-link-next a, .pagination-link-prev a {
    color: #1cac81!important;
}

.fa-chevron-right {
    margin-left: 2px;
}

.fa-chevron-left {
    margin-right: 2px;
}

.modal-header {
    padding: 1rem 1.5rem;
}

.modal-title {
    margin-top: 0;
    color: #4c4c4c;
    font-size: 1.25rem;
    font-weight: 400;
}

.modal-body p {
    font-size: 1rem;
    font-weight: 400;
    color: #666;
    line-height: 2;
}

.business-container p {
    font-size: 13px;
}

.modal-body img {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
    padding: 20px;
}

.sticky-toolbar {
    width: 46px;
    position: fixed;
    top: 30%;
    right: 0;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    z-index: 50;
    background: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    box-shadow: 0px 0px 50px 0px rgb(82 63 105 / 15%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 3px 0 0 3px;
    top: 70%!important;
}

.sticky-toolbar-item {
    margin: 0;
    padding: 5px;
    text-align: center;
}

.sticky-toolbar .sticky-toolbar-item > a {
    background: #f4f4f8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #1cac81;
}

.sticky-toolbar .sticky-toolbar__item > a > i {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 1.3rem;
}

.sticky-toolbar-item-apply > li {
    background: #1cac81;
}

.sticky-toolbar-item-apply > a:hover {
    background: #1cac81;
}

.sticky-toolbar-item-apply:hover > a > i {
    color: #fff;
}

.sticky-toolbar-item-suggest > a > i {
    color: #9797bd;
}

.sticky-toolbar-item-suggest > a:hover {
    background: #9797bd;
}

.sticky-toolbar-item-suggest:hover > a > i {
    color: #fff;
}

.m-card {
    box-shadow: 0 0 10px #dedede;
}

.btn-success {
    color: #fff;
    background-color: #198754!important;
    border-color: #198754!important;
}

.btn-success:hover {
    color: #fff;
    background-color: #157347!important;
    border-color: #146c43!important;
}

.btn-info {
    color: #fff;
    background-color: #1976d2 !important;
    border-color: #1976d2 !important;
}

.btn-info:hover {
    color: #fff;
    background-color: #0f60af !important;
    border-color: #0f60af !important;
}


.header-container h1 {
    text-indent: -9999px;
    background-image: url("/static/logo11.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 40px;
    width: 220px;
    margin-bottom: 0!important;
    margin-top: -7px;
}

.header-div {
    text-indent: -9999px;
    background-image: url("/static/logo11.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 40px;
    width: 220px;
}

.navbar-brand {
    /*height: 56px;*/
    /*width: 282px;*/
    display: block;
}

.search-label {
    clip: rect(1px,1px,1px,1px);
    position: absolute;
}

.fs-11 {
    font-size: 11px!important;
}

.collection-card-img {
    height: 9rem;
}

.text-muted {
    color: #888!important;
}

.location {
    margin-top: -1px;
    margin-right: 5px;
}

.hongbao-icon {
    font-size: 14px!important;
}

.hongbao-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.hongbao-col {
    padding-left: 0!important;
}

.free {
    font-weight: 700 !important;
    position: relative !important;
}

.collection-title {
    color: rgba(0,0,0,.87);
    font-family: Roboto,sans-serif;
    line-height: 1.5;
    font-size: 1.4em;
    font-weight: 800;
    margin-bottom: 0!important;
}

.collection-title small {
    font-size: 14px!important;
}

.p-2 {
    padding-left: 0!important;
    padding-right: 0!important;
}

.show-more-icon {
    font-size: 14px!important;
    padding-top: 1px;
}

.show-more {
    font-size: 14px;
}

.show-more:hover {
    color: #1cac81!important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff!important;
    background-color: #1cac81!important;
    border-color: #1cac81!important;
    border: 0;
}

.page-link {
    position: relative;
    display: block;
    margin-left: -1px;
    line-height: 1.1!important;
    color: #aeb2b7!important;
    background-color: #fff;
    border: 0!important;
    font-size: 13px!important;
    border-radius: 5px!important;
}

.page-item {
    margin-left: 5px!important;
    margin-right: 5px!important;
    margin-bottom: 5px!important;
}

.page-link:hover {
    background: #1cac81!important;
    color: #fff!important;
    border-radius: 5px!important;
}

.btn-secondary {
    background-color: #f6f8fa!important;
    border-color: rgba(27,31,36,0.15)!important;
    color: #24292f!important;
}

.btn-secondary:hover {
    background-color: #f3f4f6!important;
    border-color: rgba(27,31,36,0.15)!important;
    transition-duration: .1s!important;
}

.icon-gift {
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 5px;
}

.gift-btn:hover {
    cursor: pointer;
}




