@import "../../plugins/iconfont/tabler-icons.min.css";
@import "../../plugins/bootstrap-4.6.1-dist/css/bootstrap.min.css";


/*!*滚动条大小*!*/
/*::-webkit-scrollbar {*/
/*    width: 12px;*/
/*    height: 12px;*/
/*}*/

/*!*滚动区域背景*!*/
/*::-webkit-scrollbar-track-piece {*/
/*    -webkit-border-radius: 3px;*/
/*    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
/*    border-radius: 0;*/
/*    background-color: #f5f5f5;*/
/*}*/

/*!*竖向滚动条*!*/
/*::-webkit-scrollbar-thumb:vertical {*/
/*    height: 5px;*/
/*    background-color: #0fd5ff;*/
/*    -webkit-border-radius: 3px;*/
/*    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
/*}*/

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: end;
}

.justify-content-start {
    justify-content: start;
}

.justify-content-between {
    justify-content: space-between;
}

.font-weight-bold {
    font-weight: bold;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.text-dark {
    color: #000000 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-1 {
    -webkit-line-clamp: 1;
}

.clamp-2 {
    -webkit-line-clamp: 2;
}

.clamp-3 {
    -webkit-line-clamp: 3;
}

img {
    max-width: 100%;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination li {
    padding-left: 0;
    list-style: unset;
}

/*---------------------------------------------*/
.main-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130%;
    z-index: -1;
    background-image: url(/static/home/img/banner-1.png);
    background-size: cover;
}

.bg-white-50 {
    /*background-color: rgba(255, 255, 255, 0.46);*/
}

.bg-primary-50 {
    background-color: #252842;
}

.bg-primary-50 {
    color: #ffffff;
}

li.check-li {
    list-style: outside url(/static/home/images/li-check.png);
}

li.check-li::marker {
    align-items: center;
}

header.nav {
    transition: all .3s ease-in-out;
    background-color: #0000003d;
}

header.nav.fixed-top.up {
    background-color: #000000 !important;
}

header.nav.fixed-top.up a {
    color: #ffffff !important;
}

header.nav.up {
    transform: translateY(0);
}

header.nav.down {
    transform: translateY(-100%);
}

header.nav.fixed-top.up .ti-menu-2 {
    color: #000000 !important;
}

header.nav.fixed-top.up .border-white {
    border-color: #000000 !important;
}

.nav-item {
    text-align: center;
}

.bg-secondary-50 {
    background-color: #f5f7fa;
}

body {
    padding-top: 117px;
}

@media (max-width: 992px) {
    .navbar-toggler[aria-expanded="true"] + .navbar-collapse {
        background-color: #fff;
        margin: 0 -1.5rem;
    }

    .navbar-toggler[aria-expanded="true"] + .navbar-collapse a {
        color: #000000 !important;
    }

    .navbar-toggler[aria-expanded="true"] + .navbar-collapse .btn {
        width: 50%;
        display: block;
        margin: 0 auto 10px auto;
    }
}

/*body.no-banner .nav a {*/
/*    color: #000000 !important;*/
/*}*/

body.no-banner .navbar-dark .navbar-toggler {
    color: #000000 !important;
    border-color: #000000 !important;
}

body.no-banner .navbar-dark .navbar-toggler .ti-menu-2 {
    color: #000000 !important;
}

.post-content img {
    width: 100%;
    max-width: 100%;
}

.bg-dark-50 {
    background-color: #252842;
}

.btn-primary {
    background-color: #14964f;
    color: #ffffff;
    border: 1px solid #14964f;
}

.btn-primary:hover {
    background-color: transparent;
    color: #14964f;
    border-color: #14964f;;
}

.btn-primary:active {
    color: #14964f;
    background-color: transparent;
    border-color: #14964f;
}

.btn-primary.focus, .btn-primary:focus {
    color: #14964f;
    background-color: transparent;
    border-color: #14964f;
    box-shadow: 0 0 0 0.2rem #14964f;
}

.nav-link.active {
    color: #14964f!important;
}

body.no-banner .banner .main-bg {
    background:url("/static/home/img/mkt-web.jpg") no-repeat center top;
}