.bg-light {
    background-color: #FFF;
}
.rounded-bottom-0 {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.two-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#header-top {
    background-color: transparent;
    box-shadow: unset;
}
header {
    margin-bottom: 10px;
    box-shadow: 0 .01rem 1rem rgba(0, 0, 0, .15);
    background-color: #FFF;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
header nav {
    font-weight: 400;
    height: 80px;
}
header .nav-item .nav-link {
    color: var(--bs-body-color);
}
header .nav-item .nav-link,
header .nav-item .nav-link:hover,
header .nav-item .nav-link:focus {
    line-height: 62px;
}
header .nav-item .nav-link:hover,
header .nav-item .nav-link:focus {
    color: #eca222;
}

#header-top #navBar ul li a {
    color: #FFF;
}
.line {
    margin: 6px 0;
    width: 40px;
    height: 2px;
    background-color: #ffb040;
    border-radius: 1px;
}
header .affix {
    background-color: #FFF !important;
    color: rgba(0, 0, 0, 0.9) !important;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .15) !important;
}

header .affix .navbar-collapse>.navbar-nav .nav-item .nav-link {
    color: rgba(0, 0, 0, 0.9) !important
}
.two-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
footer {
    background-color: #383838;
    font-size: 12px !important;
    color: #fff !important;
    line-height: 18px;
}
footer .list-group-flush > .list-group-item {
    border-width: 0;
    padding-bottom: 2px;
}
#logo-light {
    display: none;
}

header #logo-dark {
    display: block;
}

header #header-top #logo-light {
    display: block;
}

header #header-top {
    background-color: transparent;
    box-shadow: unset;
    border-bottom: 0 !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tools {
    position: fixed;
    right: 20px;
    bottom: 15px;
    width: 52px;
    min-height: 48px;
    border-radius: 24px;
    z-index: 1030;
    background: #FFF;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    transform: translateY(-50%);
    z-index: 9999;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.system-title {
    color: #363636;
    font-weight: 600;
    padding-bottom: 15px;
}
.system-title::before {
    position: relative;
    top: -2px;
    display: inline-block;
    content: "";
    width: 4px;
    height: 22px;
    background: #eca222;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.scroll-to-target {
    position: fixed;
    right: 22px;
    bottom: 25px;
    max-height: 52px;
    padding: 5px;
    height: max-content;
    border-radius: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #FFF;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
    transform: translateY(-50%);
    z-index: 998;
    display: none;
}
#body {
    visibility: hidden;
    opacity: 0;
}
#body .footer {
    bottom: 0;
    padding: 16px;
    position: absolute;
    right: 0;
    left: 0;
    color: #8d93a1;
    border-top: 1px solid #eceff5;
    margin-bottom: 0 !important;
}
/* .page::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    max-height: 400px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(3, 15, 39, .7)), to(rgba(3, 15, 39, 0)));
    background: -webkit-linear-gradient(left, rgba(3, 15, 39, .7) 0, rgba(3, 15, 39, 0) 100%);
    background: -o-linear-gradient(left, rgba(3, 15, 39, .7) 0, rgba(3, 15, 39, 0) 100%);
    background: linear-gradient(to right, rgba(3, 15, 39, .7) 0, rgba(3, 15, 39, 0) 100%);
} */

.page-header {
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -9;
}

.page-header-body {
    max-width: 1340px;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    position: sticky;
    padding: 85px 20px 50px;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: grid;
    align-content: center;
}

.page-header-body .title {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 10px;
}

.page-header-body .desc p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.67;
    color: #fff;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff
}

#preloader .preloader-wrap {
    display: block;
    position: relative;
    text-align: center;
    top: 40%
}

#preloader .preloader-wrap .preloader {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    height: 60px;
    width: 70px;
    overflow: hidden
}

#preloader .preloader-wrap .preloader i {
    display: block;
    width: 20px;
    height: 20px;
    background: #363636;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    opacity: 1;
    -webkit-transform: translate3d(60px, 0, 0);
    overflow: hidden;
    text-indent: -9999px;
    border: 2px solid #fff
}

#preloader .preloader-wrap .preloader i:nth-child(1) {
    background: #0948b3;
    -webkit-animation: kohost 1.75s ease-in-out infinite;
    animation: kohost 1.75s ease-in-out infinite
}

#preloader .preloader-wrap .preloader i:nth-child(2) {
    background: #eca222;
    -webkit-animation: kohost 1.75s ease-in-out infinite .3s;
    animation: kohost 1.75s ease-in-out infinite .3s
}

#preloader .preloader-wrap .preloader i:nth-child(3) {
    background: #f59e0b;
    -webkit-animation: kohost 1.75s ease-in-out infinite .6s;
    animation: kohost 1.75s ease-in-out infinite .6s
}

@-webkit-keyframes kohost {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0)
    }

    30% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    70% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }
}

@keyframes kohost {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0)
    }

    30% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    70% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-300px, 0, 0);
        transform: translate3d(-300px, 0, 0)
    }
}

.serviceOnlineBox {
    width: calc(100vw * 0.3);
    max-width: 450px;
    background: #fff;
    height: calc(100vh * 0.7);
    right: 70px;
    bottom: -20px;
    display: none;
    position: absolute;
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, .15);
}
.officialServicesBox {
    width: calc(100vw * 0.18);
    max-width: 450px;
    background-image: url('../images/A_zUoRTJrQ260AAAAAAAAAAAAAARQnAQ.png');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
    height: calc(100vh * 0.5);
    right: 70px;
    bottom: -20px;
    display: none;
    position: absolute;
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, .15);
}
.serviceOnlineBox,
.officialServicesBox,
.serviceOnlineBox iframe {
    border-radius: 8px;
    overflow: hidden;
}
.tools>.action {
    animation: slideInRight 0.5s forwards;
    display: block !important;
}

.serviceOnlineBox,
.officialServicesBox {
    animation: slideInLeft 0.5s forwards;
    display: block !important;
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes slideInLeft {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}
.bg-dark .navbar-collapse .navbar-nav .nav-item .nav-link,
.bg-dark .navbar-collapse .dropdown .dropdown-toggle,
.bg-dark .nav-item a {
    color: #c1c6c8;
}
.bg-dark .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
.bg-dark .nav-item a:hover {
    color: #fff;
}
.main {
    padding: 0 !important;
}
.main .main-body {
    width: calc(100vw - 200px);
    margin-left: 200px;
    padding:  15px;
}
.enlarge-menu .main .main-body {
    width: calc(100vw - 60px);
    margin-left: 60px;
}
.main .page-header {
    width: 100%;
    height: 50px;
    background-color: #fff;
    padding: 10px 16px;
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, .15);
}
.main .page-header .page-title {
    font-size: 16px;
    font-weight: 700;
    color: #000000ed;
    margin: auto;
}
.main .page-content {
    width: 100%;
    padding: 20px;
    position: relative;
}
.nav-user-box a,
.nav-user-box {
    color:rgba(0, 0, 0, 0.9) !important;
}
.placeholder {
    width: 100%; /* 设置占位块的宽度 */
    height: 100%; /* 设置占位块的高度 */
    outline: 1px solid gray; /* 设置占位块的边框为灰色 */
}
.header-top {
    height: 35px;
    line-height: 35px;
    width: 100%;
    background: #f5f5f5;
    border-bottom: 1px solid #e7e5e5;
}
#headerMenu {
    width: 800px;
    min-width: 100%;
    left: 0;
    padding: 10px 15px;
    height: calc(100vh * 0.45);
    min-height: 350px;
}
.price-card {
    position: sticky;
    bottom: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgb(24 44 108 / 15%);
    margin-bottom: 50px;
}
.price-card-body {
    width: 100vw;
    padding: 15px 20px;
    display: flex;
    height: 62px;
    flex-direction: column;
    align-items: center;
    max-width: 1340px;
    margin: 0 auto;
    position: relative;
}

.price-select {
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e2e6ed;
    margin-bottom: 17px;
    /* padding: 20px; */
    border-radius: 5px;
    align-items: center;
    cursor: pointer;
}
.product-body .card{
    opacity: 0.95;
}
.product-header {
    display: inline-block;
    vertical-align: top;
    height: 32px;
    padding: 0 28px 0 12px;
    background-image: linear-gradient(90deg,#f64041 1%,#f64041 74%,rgba(246,64,65,0) 99%);
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    margin-right: 20px;
}
.console .page-wrapper .page-content-tab {
    margin-top: 0 !important;
}
.console .menu-content {
    margin-top: 50px;
}
.console .page-wrapper {
    margin-top: 50px;
}
#signature li {
 padding: 5px;
}
#productMenuLi li {
    padding: 5px 0;
}
#productMenuLi li a {
    color: #435177 !important;
}
.thunder-layui-table thead tr th {
    color: rgba(0,0,0,.4);
    font-weight: bold;
    font-size: 12px !important;
    vertical-align: middle;
}
.thunder-layui-table tbody tr td {
    font-size: 12px !important;
}
.form-thunder .thunder-item {
    display: table-row;
    vertical-align: middle;
    margin: 10px 0;
    padding: 10px 0;
}
.form-thunder .thunder-item small {
    font-size: 12px;
}
.form-thunder .thunder-item label {
    display: table-cell;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    width: auto;
    min-width: 68px;
    font-size: 12px;
    vertical-align: baseline;
    color: rgba(0,0,0,.4);
    padding-right: 20px;
}
.form-thunder .thunder-item input,
.form-thunder .thunder-item textarea,
.form-thunder .thunder-item select {
    width: 420px;
    font-size: 12px;
    border: 1px solid #cfd5de;
    border-radius: 0;
    background-color: #fff;
    color: rgba(0,0,0,.9);
    margin: 15px 0;
    padding: 5px;
}
#page-back {
    color: #eca222;
    font-size: 20px !important;
    font-weight: 400;
    margin-right: 15px;
    cursor: pointer;
}
.datagrid {
    --tblr-datagrid-padding: 1.5rem;
    --tblr-datagrid-item-width: 15rem;
    display: grid;
    grid-gap: var(--tblr-datagrid-padding);
    grid-template-columns: repeat(auto-fit, minmax(var(--tblr-datagrid-item-width), 1fr));
}
.datagrid-title {
    font-size: 0.625rem;
    font-weight: var(--tblr-font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1rem;
    color: var(--tblr-secondary);
    margin-bottom: 0.25rem;
}

.product-card {
    position: sticky;
    bottom: 10px;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 5px 12px 0 rgb(24 44 108 / 15%);
}
.product-card-body {
    width: 100vw;
    padding: 15px 20px;
    display: flex;
    height: 66px;
    flex-direction: column;
    max-width: 1340px;
    margin: 0 auto;
    position: relative;
}
.app-menu {
    margin: 0 8px;
    background: none;
    border: 0;
    font-size: 25px;
    color: #c1c6c8;
}
.app-menu:hover,
.app-menu:focus,
.app-menu:active {
    color: #fff;
}
.app-menu::after,
.nav-item-right::after {
    content: "";
    height: 18px;
    width: 1px;
    background-color: #383838;
    position: relative;
    left: 0;
    display: inline-block;
    margin-left: 10px;
}
.app-sidebar {
    position: fixed;
    top: 50px;
    left: 0;
    height: calc(100vh - 50px);
    width: 100%;
    /* background-color: rgba(0,0,0,0.6); */
    z-index: 10002;
    display: none;
    overflow: hidden;
}
.app-sidebar #sidebar-content {
    min-width: calc(100vw* 0.7);
    max-width: 960px;
    width: 100%;
    background-color: #FFF;
    display: flex;
}
.app-sidebar .sidebar-content .sidebar-header {
    width: 200px;
    height: 100%;
    background-color: rgb(38, 47, 62);
}
.sidebar-header .navbar-nav .nav-item-link {
    width: 100%;
    text-decoration: none;
    padding: 0 16px 0 17px;
    height: 44px;
    box-sizing: border-box;
    color: hsla(0,0%,100%,0.9);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
    position: relative;
    transition: all .3s ease-in 0s;
}
.sidebar-header .navbar-nav li {
    border-bottom: 1px solid #383838;
}
.sidebar-header .navbar-nav .nav-item-link i {
    font-size: 20px;
    margin-right: 10px;
}
.sidebar-content .sidebar-body {
    position: relative;
    padding: 16px 20px;
    flex: 1;
    overflow: auto;
}
.sidebar-content .sidebar-body .category-title {
    padding-top: 15px;
    display: block;
}
.sidebar-content .sidebar-body .category-title a {
    color: #eca222;
}
.sidebar-content .sidebar-body ul {
    padding-left: 0;
    margin-left: 0;
    position: relative;
    left: 0;
    padding-top: 10px;
}
.sidebar-content .sidebar-body ul li {
    padding: 8px;
    margin-left: -8px;
}
.sidebar-content .sidebar-body ul li:hover,
.sidebar-content .sidebar-body ul li.active {
    background-color: rgba(0,0,0,0.1);
    color: #1D1D1F !important;
}
form .thunder label {
    font-size: 15px;
    margin-left: 10px;
    background-color: #fff;
    padding: 0 5px;
}
form .thunder .form-control {
    margin-top: -10px;
}
.thunder-layui-table  .layui-table-cell {
    color: rgba(0,0,0,.4);
    font-weight: bold;
    font-size: 12px !important;
    vertical-align: middle;
}
.thunder-layui-table > .layui-table {
    margin: 0;
}

#wechat-qrcode {
    width: 392px;
    height: 480px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 10px;
    color: rgb(51, 51, 51);
    overflow: hidden;
}
#wechat-qrcode .wechat-qrcode-close {
    float: right;
    margin-top: -15px;
    margin-right: -10px;
}
#wechat-qrcode .wechat-qrcode-content {
    text-align: center; 
}
#wechat-qrcode .wechat-qrcode-content img {
    width: 200px;
    height: 200px;
}