[v-cloak] {
    display: none !important;
}

.padding {
    padding: 20px;
}

.admin-container {
    margin: auto;
    padding: 20px;
    margin-top: 0px;
    height: calc(100% - 0px);
    overflow-y: scroll;
}

.main-content {
    padding: 0px;
}

.white {
    color: #fff;
}

.white_a a {
    color: #fff;
}

.error-summary,
.has-error .help-block {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.form-group {
    margin-top: 20px;
}

.required .control-label::after,
.require::after {
    content: ' *';
    /* 添加星号 */
    color: red;
    /* 星号颜色 */
}

.col-form-label {
    width: 100% !important;
}

.verify-btn {
    margin-top: 39px;
    margin-left: 5px !important;
}

.pagination {
    display: flex;
    /* 使用 Flexbox 排列分页项 */
    justify-content: center;
    /* 居中对齐分页 */
    padding: 0;
    /* 移除默认内边距 */
    list-style: none;
    /* 移除默认列表样式 */
    margin: 20px 0;
    /* 上下的外边距 */
}

.pagination li {
    margin: 0 5px;
    /* 每个项之间的边距 */
}

.pagination li a,
.pagination li span {
    display: block;
    /* 使链接和禁用span填满整个 li */
    padding: 10px 15px;
    /* 内边距 */
    background-color: #f0f0f0;
    /* 链接的背景色 */
    color: #333;
    /* 链接的文字颜色 */
    text-decoration: none;
    /* 移除下划线 */
    border-radius: 4px;
    /* 圆角 */
    line-height: 1;
    /* 设置行高，确保高度一致 */
}

.pagination li a:hover {
    background-color: #2271b1;
    ;
    /* 鼠标悬停颜色 */
    color: #ffffff;
    /* 悬停时文字颜色 */
}

.pagination li.active a {
    background-color: #2271b1;
    ;
    /* 当前页颜色 */
    color: #ffffff;
    /* 当前页文字颜色 */
    pointer-events: none;
    /* 禁用当前页点击 */
}

.pagination li.prev.disabled span,
.pagination li.next.disabled span {
    background-color: #e9ecef;
    /* 禁用状态的背景色 */
    color: #6c757d;
    /* 禁用状态的文字颜色 */
    padding: 10px 15px;
    /* 内边距 */
    border-radius: 4px;
    /* 圆角 */
    line-height: 1;
    /* 设置一致的行高 */
    display: flex;
    /* 使用 Flexbox 对齐 */
    align-items: center;
    /* 垂直居中 */
}

.summary-pagination {
    display: flex;
    /* 使用 Flexbox 布局 */
    justify-content: space-between;
    /* 使其两端对齐 */
    align-items: center;
    /* 垂直居中对齐 */
    margin-bottom: 10px;
    margin-top: 10px;
}

.summary {
    margin: 0;
    /* 去掉默认的外边距 */
}

.pagination {
    margin: 0;
    /* 去掉默认的外边距 */
}

.pointer {
    cursor: pointer;
}


/* Firefox */

html {
    scrollbar-width: thin;
    /* 细滚动条 */
    scrollbar-color: #888 #f1f1f1;
    /* 滚动条滑块颜色 和 滚动条轨道颜色 */
}

.dropdown-item:active,
.dropdown-item.active {
    background: rgb(0, 94, 166) !important;
    color: #fff !important;
}

.uploader .el-upload {
    height: 148px;
    width: 148px;
    border: 1px solid #999;
    border-radius: 10px;
}

.uploader .el-upload-lis {
    display: none;
}

.uploader .list {
    display: flex;
    flex-wrap: wrap;
}

.uploader .item {
    width: 148px;
    height: 148px;
    border: 1px solid #999;
    border-radius: 10px;
    overflow: hidden;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.uploader .item img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.uploader .el-upload-list {
    display: none !important;
}

.uploader .item .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.uploader .item .cover .delete {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 999;
}

.hide {
    display: none;
}

.flex {
    display: flex;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left {
    padding-left: 30px;
}

.padding-right {
    padding-right: 30px;
}

.padding-top {
    padding-top: 30px;
}

.padding-bottom {
    padding-bottom: 30px;
}


/**
table 样式
*/

.ck table {
    width: 100%;
}

.ck table td {
    border: 1px solid #000 !important;
}

.ck img {
    width: 100%;
    height: 100%;
}

.flex {
    display: flex;
}

.tab-left-ul li {
    text-align: right;
    padding: 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

.tab-left-ul li a:hover {
    color: var(--el-color-primary);
}

.select2-container {
    display: block !important;
}

.select2 {
    width: 100%;
}

.trans-default-value img {
    max-width: 200px;
    max-height: 200px;
}

.margin-top {
    margin-top: 20px;
}

.hand {
    cursor: pointer;
}

.user-site-form {
    width: 450px;
    margin: auto;
}

.form-login-link {
    width: 450px;
    margin: auto;
    margin-top: 20px;
}

.user-site-form-card {
    width: 450px;
    margin: auto;
    background-color: #fff;
    padding: 20px;
}

.bg_f {
    background-color: #fff !important;
}

.btn-100 {
    width: 100% !important;
}

.radius {
    border-radius: 10px;
}

.between {
    display: flex;
    justify-content: space-between;
}

.center {
    align-items: center;
}

.tcenter {
    text-align: center;
}


/* 为必填字段添加红色星号 */

.required label::after {
    content: " *";
    /* 添加星号 */
    color: red;
    /* 星号颜色 */
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-right {
    margin-right: 20px;
}

.short-input {
    width: 219px;
}

input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 5px !important;
}

div[role="radiogroup"] {
    display: flex;
    align-items: center;
}

div[role="radiogroup"] label {
    display: flex;
    margin-right: 10px;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.red {
    color: red;
}

.margin-left {
    margin-left: 20px !important;
}

.td-image-small {
    height: 46px !important;
}

.green {
    color: green;
}

.width-50 {
    width: 50%;
}

.width-33 {
    width: 33%;
}

.b {
    font-weight: bold;
}

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-end {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.padding-small {
    padding: 5px;
}

.image_small {
    width: 87px;
    height: 87px;
}

.badge {
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 0 6px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    background-color: #df3028;
    font-size: 14px;
    color: #fff;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.width-300 {
    width: 300px;
}

.text-left {
    text-align: left;
}

.line {
    border-bottom: 1px solid #ccc;
    margin-top: 5px;
    margin-bottom: 5px;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.margin-left-10 {
    margin-left: 10px;
}

.layui-btn-danger {
    background-color: #ff5722 !important;
}

.link {
    color: rgb(0, 94, 166) !important;
}

.w-500 {
    width: 500px;
}

.active-top {
    font-size: 16px;
    font-weight: 900;
}

.filters select {
    width: 100%;
}

.warning {
    color: #f0ad4e;
}

.error {
    color: #a94442;
}

.success {
    color: #0cad17;
}

.danger,
.error {
    color: #ea424f;
}

.grey {
    color: #999;
}

.profile-ul li {
    line-height: 35px;
    height: 35px;
}

.oauth-login {
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #eee;
    justify-content: center;
}

.oauth-login .oauth-login-item {
    margin-right: 20px;
}

.user-oauth .user-oauth-item {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.member-profile .profile-content {
    display: flex;
    justify-content: space-between;
    height: 35px;
    line-height: 35px;
}

.user_center_right_content {
    padding: 20px;
    background: #fff;
}

.w_color {
    color: #04BE02;
}

.text-over {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.card {
    border-radius: 8px;
    padding: 15px;
    transition: transform 0.2s;
}

.card-title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.card-amount {
    font-size: 1.5em;
    color: #e74c3c;
    /* 红色或其他醒目的颜色 */
    margin-top: 10px;
}

.dashed-blue {
    border-bottom: 1px dashed #4078f2;
}

.layui-btn-disabled,
.layui-btn-disabled:hover {
    background: #666 !important;
}

label.required:after {
    content: " *";
    color: red;
}

.market-container {
    padding: 20px;
}

.market-module {
    background-color: #fff;
    margin: 10px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.market-module h3 {
    color: #333;
    margin: 0;
    padding: 0.5em;
    border-bottom: 1px solid #eee;
}

.market-menu {
    list-style: none;
    padding: 0;
}

.market-menu li {
    padding: 0.5em 1em;
    border-bottom: 1px solid #eee;
}

.market-menu li a {
    text-decoration: none;
    color: #337ab7;
    display: block;
}

.market-menu li a:hover {
    background-color: #e7e7e7;
}

@media (max-width: 768px) {
    .market-module {
        width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .market-module {
        width: 100%;
    }
}

.scrollbar {
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
}

::-webkit-scrollbar-track {
    width: 6px !important;
    background: rgba(#101F1C, 0.1) !important;
    -webkit-border-radius: 2em !important;
    -moz-border-radius: 2em !important;
    border-radius: 2em !important;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(144, 147, 153, .5) !important;
    background-clip: padding-box !important;
    min-height: 28px !important;
    -webkit-border-radius: 2em !important;
    -moz-border-radius: 2em !important;
    border-radius: 2em !important;
    transition: background-color .3s !important;
    cursor: pointer !important;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(144, 147, 153, .3) !important;
}

.width-100 {
    width: 100%;
}

.height-100 {
    height: 100%;
}

.layui-btn {
    height: 30px !important;
    line-height: 30px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.layui-badge {
    height: 22px;
    line-height: 22px;
}

.sortable_icon .drag-handle {
    cursor: grab;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-family: "bootstrap-icons";
    /* 指定 Bootstrap Icons 字体 */
}

.sortable_icon .drag-handle:after {
    content: "\F14E";
    /* bi-grip-vertical 的 Unicode */
    font-size: 20px;
    line-height: 30px;
}

.sortable_icon .drag-handle:active {
    cursor: grabbing;
}
.sortable_icon.sortable_active{
    margin-left: 20px;
}
.address-select-widget {
    display: flex;
    align-items: center;
}

.blue{
    color:#0d6efd;
}