/* +----------------------------------------------------------------------
/* | Static Plugin for ThinkAdmin
/* +----------------------------------------------------------------------
/* | 官方网站: https://thinkadmin.top
/* +----------------------------------------------------------------------
/* | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ]
/* +----------------------------------------------------------------------
/* | 开源协议 ( https://mit-license.org )
/* | 免责声明 ( https://thinkadmin.top/disclaimer )
/* +----------------------------------------------------------------------
/* | gitee 代码仓库：https://gitee.com/zoujingli/think-plugs-static
/* | github 代码仓库：https://github.com/zoujingli/think-plugs-static
/* +----------------------------------------------------------------------
/* | 自定义后台扩展样式，需要在加载 console.css 后载入
/* | 使用 composer require zoujingli/think-plugs-static 时不会更新此文件
/* +---------------------------------------------------------------------- */

[v-cloak] {
    display: none;
}

.layui-card-header{
    min-height: 35px;
}
.erp-card-header-fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #FFFFFF;
}

.erp-table td{
    padding: 5px 8px !important;
}
.erp-table[lay-size=lg] th{
    padding: 9px 15px !important;
}

.erp-table .batch-content{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.erp-table .batch-btn{
    font-size: 12px;
    color: #3D7EFF;
    margin-left: 10px;
    cursor: pointer;
}

/*! 搜索表单样式 */
.erp-form-search .layui-btn{
    height: 32px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 32px;
}
.erp-form-search .layui-btn.layui-icon {
    font-size: 15px
}
.erp-form-search .layui-form-item:last-child{
    border: none
}
.erp-form-search .layui-form-item{
    white-space: nowrap;
    margin-right: 8px;
    margin-bottom: 10px;
    border: 1px solid #EEE;
}
.erp-form-search .layui-form-item .layui-form-label{
    width: auto !important;
    border: none;
    height: 30px;
    padding: 0 8px;
    line-height: 32px;
    border-right: 1px solid #EEE;
}
.erp-form-search .layui-form-item .layui-input-inline{
    width: 150px;
    margin: 0 !important;
    display: inline-block !important;
}
.erp-form-search .layui-form-item .layui-input-inline input, .erp-form-search .layui-form-item .layui-input-inline select{
    width: 100%;
    height: 30px;
    padding: 0 8px;
    line-height: 32px;
    border-width: 0;
}
.erp-form-search .layui-form-item .layui-form-select dl{
    top: 31px;
    padding: 0;
    border-width: 0;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.20);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.erp-form-search + .layui-table {
    margin-top: 0 !important;
}

[v-cloak]{
    display: none;
}

body{
    font: 14px PingFang SC,Tahoma,Arial,sans-serif;
}

.uploadimage {
    background-image: url('./images/upimg.jpg');
}
.uploadimage>span[data-file-top] {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
}

/* 去除thinkadmin阴影效果 START */
.layui-layout>.layui-body>.think-page-body>.layui-card>.layui-card-line{
    box-shadow: none !important;
}
.layui-layout>.layui-body>.think-page-body>.layui-card>.layui-card-body>.layui-card-table>form.layui-form.layui-card{
    box-shadow: none !important;
}
.layui-layout>.layui-side{
    box-shadow: none !important;
}
.layui-layout>.layui-body{
    background-color: #f5f7f9;
}
.layui-tab-card{
    box-shadow: none !important;
}
.layui-layout>.layui-body>.think-page-body>.layui-card>.layui-card-body>div>.layui-tab.layui-tab-card{
    box-shadow: none !important;
}
.think-box-shadow{
    box-shadow: none !important;
}
.think-box-notify{
    box-shadow: none !important;
}
.shadow{
    box-shadow: none !important;
}
.layui-layout-admin>.layui-body>.think-page-body>.layui-card:before{
    box-shadow: none !important;
}
.layui-layout>.layui-body>.think-page-body>.layui-card>.layui-card-body>.layui-card-html>form.layui-form.layui-card{
    box-shadow: none !important;
}
/* 去除thinkadmin阴影效果 END */

.help-label{
    padding-bottom: 5px;
}

.shop-toolbar{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}
.shop-toolbar > a {
    margin: 0 5px !important;
}


/* 字体大小 */
.tn-text-xs {
    font-size: 10px;
}

.tn-text-sm {
    font-size: 12px;
}

.tn-text-md {
    font-size: 14px;
}

.tn-text-lg {
    font-size: 16px;
}

.tn-text-xl {
    font-size: 18px;
}

.tn-text-xxl {
    font-size: 20px;
}

.tn-text-xl-xxl {
    font-size: 24px;
}

.tn-text-xxl-xxl {
    font-size: 28px;
}

.tn-text-xxxl {
    font-size: 32px;
}

.tn-text-xxxl-xl {
    font-size: 36px;
}

.tn-text-xxxl-xxl {
    font-size: 38px;
}

.tn-text-xxxl-xxxl {
    font-size: 42px;
}

.ldl-main-gradient-blue {
    color: #fff;
    background: repeating-linear-gradient(45deg,#3d7eff,#31c9e8);
}


/* 白色 */
.shop-color-white {
	color: #ffffff !important;
}
.shop-bg-white {
	background-color: #ffffff !important;
}

/* 黑色 */
.shop-color-black {
	color: #303133 !important;
}
.shop-bg-black {
	background-color: #303133 !important;
}
/* 灰色 */
.shop-color-gray {
	color: #999999 !important;
}
.shop-bg-gray {
	background-color: #999999 !important;
}
/* 黄色 */
.shop-color-yellow {
	color: #ffa726 !important;
}
.shop-bg-yellow {
	background-color: #ffa726 !important;
}
/* 橙色 */
.shop-color-orange {
	color: #ff7043 !important;
}
.shop-bg-orange {
	background-color: #ff7043 !important;
}
/* 灰色 */
.shop-color-grey {
	color: #78909c !important;
}
.shop-bg-grey {
	background-color: #78909c !important;
}
.shop-color-grey-light {
	color: #f5f7fa !important;
}
.shop-bg-grey-light{
    background-color: #f5f7fa !important;
}
/* 蓝色 */
.shop-color-blue {
	color: #3D7EFF !important;
}
.shop-bg-blue {
	background-color: #3D7EFF !important;
}
/* 绿色 */
.shop-color-green {
	color: #31E749 !important;
}
.shop-bg-green {
	background-color: #31E749 !important;
}
/* 青色 */
.shop-color-cyan {
	color: #2DE88D !important;
}
.shop-bg-cyan {
	background-color: #2DE88D !important;
}
/* 红色 */
.shop-color-red {
	color: #e83a30 !important;
}
.shop-bg-red {
	background-color: #e83a30 !important;
}


/* 全部大写 */
.tn-text-upper {
    text-transform: uppercase;
}
/* 首字母大写 */
.tn-text-cap {
    text-transform: capitalize;
}
/* 全部小写 */
.tn-text-lower {
    text-transform: lowercase;
}
/* 加粗 */
.tn-text-bold {
    font-weight: bold;
}

/* 字体对齐方式 */
.tn-text-center {
    text-align: center;
}
.tn-text-left {
    text-align: left;
}
.tn-text-right {
    text-align: right;
}

/* 显示一行 */
.tn-text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 显示两行 */
.tn-text-ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Flex布局 */
.tn-flex {
    display: -webkit-flex;
    display: flex;
}
/* 换行 */
.tn-flex-wrap {
    flex-wrap: wrap;
}
/* 不换行 */
.tn-flex-nowrap {
    flex-wrap: nowrap;
}
/* 垂直布局 */
.tn-flex-direction-column {
    flex-direction: column;
}
/* 水平布局 */
.tn-flex-direction-row {
    flex-direction: row;
}
/* 反向垂直布局 */
.tn-flex-direction-column-reverse {
    flex-direction: column-reverse;
}
/* 反向水平布局 */
.tn-flex-direction-row-reverse {
    flex-direction: row-reverse;
}
.tn-flex-center {
    align-self: center;
}

.tn-flex-top {
    align-self: flex-start;
}

.tn-flex-end {
    align-self: flex-end;
}

.tn-flex-stretch {
    align-self: stretch;
}
.tn-flex-col-center {
    align-items: center;
}

.tn-flex-col-top {
    align-items: flex-start;
}

.tn-flex-col-bottom {
    align-items: flex-end;
}
.tn-flex-row-center {
    justify-content: center;
}

.tn-flex-row-left {
    justify-content: flex-start;
}

.tn-flex-row-right {
    justify-content: flex-end;
}

.tn-flex-row-between {
    justify-content: space-between;
}

.tn-flex-row-around {
    justify-content: space-around;
}
.tn-flex-1 {
    flex: 1;
}
.tn-flex-2 {
    flex: 2;
}
.tn-flex-3 {
    flex: 3;
}
.tn-flex-4 {
    flex: 4;
}
.tn-flex-5 {
    flex: 5;
}
.tn-flex-6 {
    flex: 6;
}
.tn-flex-7 {
    flex: 7;
}
.tn-flex-8 {
    flex: 8;
}
.tn-flex-9 {
    flex: 9;
}
.tn-flex-10 {
    flex: 10;
}
.tn-flex-11 {
    flex: 11;
}
.tn-flex-12 {
    flex: 12;
}
.tn-flex-basic-xs {
    flex-basis: 20%;
}

.tn-flex-basic-sm {
    flex-basis: 40%;
}

.tn-flex-basic-md {
    flex-basis: 50%;
}

.tn-flex-basic-lg {
    flex-basis: 60%;
}

.tn-flex-basic-xl {
    flex-basis: 80%;
}

.tn-flex-basic-full {
    flex-basis: 100%;
}
.tn-flex-gap-5 {
    gap: 5px
}
.tn-flex-gap-10 {
    gap: 10px
}
.tn-flex-gap-20 {
    gap: 20px
}
.tn-flex-gap-30 {
    gap: 30px
}


/* 渐变背景 */
.tn-main-gradient-blue--reverse{
    background-image: repeating-linear-gradient(
-45deg,#3d7eff,#31c9e8);
    color: #fff;
}
.tn-main-gradient-blue {
    background-image: repeating-linear-gradient(
45deg,#3d7eff,#31c9e8);
    color: #fff;
}
.tn-main-gradient-indigo {
    background-image: repeating-linear-gradient(
45deg,#31c9e8,#2de88d);
    color: #fff;
}
.tn-main-gradient-cyan {
    background-image: repeating-linear-gradient(
45deg,#2de88d,#24f083);
    color: #fff;
}
.tn-main-gradient-teal {
    background-image: repeating-linear-gradient(
45deg,#24f083,#31e749);
    color: #fff;
}
.tn-main-gradient-green {
    background-image: repeating-linear-gradient(
45deg,#31e749,#a4e82f);
    color: #fff;
}

/* 圆角 */
.tn-round {
	border-radius: 1000px !important;
}
.tn-radius-lg {
	border-radius: 20px;
}
.tn-radius {
	border-radius: 10px;
}
.tn-radius-sx {
	border-radius: 5px;
}


/* 内边距 */
.tn-no-margin {
	margin: 0;
}
.tn-margin-xs {
	margin: 5px;
}
.tn-margin-sm {
	margin: 10px;
}
.tn-margin {
	margin: 15px;
}
.tn-margin-lg {
	margin: 20px;
}
.tn-margin-xl {
	margin: 25px;
}
.tn-no-margin-top {
	margin-top: 0;
}
.tn-margin-top-xs {
	margin-top: 5px;
}
.tn-margin-top-sm {
	margin-top: 10px;
}
.tn-margin-top {
	margin-top: 15px;
}
.tn-margin-top-lg {
	margin-top: 20px;
}
.tn-margin-top-xl {
	margin-top: 25px;
}
.tn-no-margin-right {
	margin-right: 0;
}
.tn-margin-right-xs {
	margin-right: 5px;
}
.tn-margin-right-sm {
	margin-right: 10px;
}
.tn-margin-right {
	margin-right: 15px;
}
.tn-margin-right-lg {
	margin-right: 20px;
}
.tn-margin-right-xl {
	margin-right: 25px;
}
.tn-no-margin-bottom {
	margin-bottom: 0;
}
.tn-margin-bottom-xs {
	margin-bottom: 5px;
}
.tn-margin-bottom-sm {
	margin-bottom: 10px;
}
.tn-margin-bottom {
	margin-bottom: 15px;
}
.tn-margin-bottom-lg {
	margin-bottom: 20px;
}
.tn-margin-bottom-xl {
	margin-bottom: 25px;
}
.tn-no-margin-left {
	margin-left: 0;
}
.tn-margin-left-xs {
	margin-left: 5px;
}
.tn-margin-left-sm {
	margin-left: 10px;
}
.tn-margin-left {
	margin-left: 15px;
}
.tn-margin-left-lg {
	margin-left: 20px;
}
.tn-margin-left-xl {
	margin-left: 25px;
}

/* 外边距 */
.tn-no-padding {
	padding: 0px !important;
}
.tn-padding-xs {
	padding: 5px !important;
}
.tn-padding-sm {
	padding: 10px !important;
}
.tn-padding {
	padding: 15px !important;
}
.tn-padding-lg {
	padding: 20px !important;
}
.tn-padding-xl {
	padding: 25px !important;
}
.tn-no-padding-top {
	padding-top: 0px !important;
}
.tn-padding-top-xs {
	padding-top: 5px !important;
}
.tn-padding-top-sm {
	padding-top: 10px !important;
}
.tn-padding-top {
	padding-top: 15px !important;
}
.tn-padding-top-lg {
	padding-top: 20px !important;
}
.tn-padding-top-xl {
	padding-top: 25px !important;
}
.tn-no-padding-right {
	padding-right: 0px !important;
}
.tn-padding-right-xs {
	padding-right: 5px !important;
}
.tn-padding-right-sm {
	padding-right: 10px !important;
}
.tn-padding-right {
	padding-right: 15px !important;
}
.tn-padding-right-lg {
	padding-right: 20px !important;
}
.tn-padding-right-xl {
	padding-right: 25px !important;
}
.tn-no-padding-bottom {
	padding-bottom: 0px !important;
}
.tn-padding-bottom-xs {
	padding-bottom: 5px !important;
}
.tn-padding-bottom-sm {
	padding-bottom: 10px !important;
}
.tn-padding-bottom {
	padding-bottom: 15px !important;
}
.tn-padding-bottom-lg {
	padding-bottom: 20px !important;
}
.tn-padding-bottom-xl {
	padding-bottom: 25px !important;
}
.tn-no-padding-left {
	padding-left: 0px !important;
}
.tn-padding-left-xs {
	padding-left: 5px !important;
}
.tn-padding-left-sm {
	padding-left: 10px !important;
}
.tn-padding-left {
	padding-left: 15px !important;
}
.tn-padding-left-lg {
	padding-left: 20px !important;
}
.tn-padding-left-xl {
	padding-left: 25px !important;
}

/* 浮动 */
.tn-float-left {
	float: left !important;
}
.tn-float-right {
	float: right !important;
}
.tn-clear-float {
	clear: both !important;
}

.tn-main-gradient-blue--reverse{
    background-image: repeating-linear-gradient(-45deg,#3d7eff,#31c9e8);
    color: #fff;
}

.erp-fieldset-title{
    position: relative;
    display: inline-block;
    padding: 0 6px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border-radius: 2px;

    height: 30px;
    line-height: 30px;
    border-width: 1px;
    border-style: solid;
}

.shop-card{
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 10px 20px;
}
.shop-card-no-border{
    box-shadow: none !important;
}
.shop-info{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
}
.shop-info-title{
    /* font-size: 18px;
    font-weight: bold;
    color: #01BEFF; */
    font-size: 16px;
    padding: 10px 0px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shop-info-item{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
}
.shop-info-item-no{
    margin-bottom: 0px !important;
}
.shop-info-item-xs{
    margin-bottom: 5px !important;
}
.shop-info-item-xs .shop-info-item-title{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.shop-info-item-title{
    position: relative;
    float: left;
    display: block;
    /* padding: 9px 15px; */
    font-weight: 400;
    line-height: 20px;
    width: 120px;
    text-align: right;
    height: 38px;
    line-height: 38px;
}
.shop-info-item-info{
    flex: 1;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.shop-info-item-btn{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}


/* 会员卡 */
.shop-user-card{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.shop-user-card-item{
    cursor: pointer;
    width: 270px;
    min-height: 150px;
    background-color: #E6E6E6;
    border-radius: 5px;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0px 5px 10px 5px;
    color: #838383;
}
.shop-user-card-top{
    text-align: right;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.shop-user-card-body{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shop-user-card-name{
    text-align: center;
    font-size: 20px;
}
.shop-user-card-price{
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding-top: 5px;
}
.shop-user-card-price-selling{
    font-size: 20px;
    font-weight: bold;
}
.shop-user-card-price-market{
    text-decoration: line-through;
    padding-left: 10px;
    font-size: 14px;
}
.shop-user-card-footer{
    text-align: center;
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.shop-user-card-footer>div{
    padding: 0px 5px;
    display: contents;
}

.shop-user-card-item-active{
    background-image: repeating-linear-gradient(45deg,#3d7eff,#31c9e8) !important;
    color: #FFFFFF !important;
}
.shop-user-card-btn{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 0px;
}

/* 优惠券 */
.shop-user-coupon{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.shop-user-coupon-item{
    cursor: pointer;
    width: 320px;
    min-height: 100px;
    background-color: #E6E6E6;
    border-radius: 5px;
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    margin: 0px 5px 10px 5px;
    color: #838383;
    flex-wrap: nowrap;
    align-items: center;
}
.shop-user-coupon-item-xs{
    width: 270px !important;
}
.shop-user-coupon-item-active{
    background-image: repeating-linear-gradient(
45deg,#ff3181,#ff8331);
    color: #fff;
}
.shop-user-coupon-left{
    width: 120px;
    text-align: center;
}
.shop-user-coupon-money{
    font-size: 30px;
}
.shop-user-coupon-center{
    flex: 1;
}
.shop-user-coupon-name{
    font-size: 26px;
}
.shop-user-coupon-time{
    line-height: 15px;
    padding-top: 10px;
}


/* 支付方式 */
.shop-payment-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.shop-payment-list-item{
    cursor: pointer;
    min-height: 110px;
    background-color: #E6E6E6;
    border-radius: 5px;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    margin: 0px 5px 10px 5px;
    color: #838383;
    flex-wrap: nowrap;
    align-items: center;
    flex-basis: calc(50% - 10px);
    box-sizing: border-box;
    justify-content: center;
}
.shop-payment-list-item-sm{
    min-height: 80px;
    flex-basis: calc(25% - 10px);
}
.shop-payment-list-item-sm .shop-payment-list-item-name{
    font-size: 18px;
}
.shop-payment-list-item-sm .shop-payment-list-item-tips{
    font-size: 14px;
    padding-top: 5px;
}
.shop-payment-list-item-active{
    background-image: repeating-linear-gradient(
        45deg,#3646ff,#3d7eff);
    color: #fff;
}
.shop-payment-list-item-name{
    font-size: 24px;
}
.shop-payment-list-item-tips{
    font-size: 18px;
    padding-top: 15px;
}

/* 会员个人信息展示 */
.shop-user-info-green{
    background-image: repeating-linear-gradient( 
45deg,#d3fce6,#d6fadb);
    color: #666666;
    width: 600px;
    padding: 10px 5px;
    border-radius: 5px
}

/* 收银台 */
.cashier-menu{
    width: 120px;
    margin-right: 15px;
    background-color: #FFFFFF;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 14px;
    height: 100%;
    overflow: hidden;
    justify-content: space-between;
}
.cashier-menu-top{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}
.cashier-menu-bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}
.cashier-menu-item{
    padding: 25px 0px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.cashier-menu-item-active{
    background-color: #3D7EFF;
    color: #FFFFFF;
}

/* 预约单 */
.shop-reserve-status{
    display: inline-block;
    padding: 2px 10px;
    color: #FFFFFF;
    background-color: #AAAAAA;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
}

/* 空文字 */
.shop-empty-text{
    width: 100%;
    text-align: center;
    padding: 50px 0px;
    font-size: 14px;
    color: #AAAAAA;
}
.shop-empty-text-sm{
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    font-size: 14px;
    color: #AAAAAA;
}

/* 固定底部的按钮区 */
.shop-absolute-footer{
    position: fixed;
    height: 60px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: right;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
    border-top: 1px solid #E6E6E6;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: #FFFFFF;
}

/* 功能按钮 */
.ldl-home-block{
    padding: 10px 15px;
    background-color: #FFFFFF;
    border-radius: 5px;
}
.ldl-home-block-gray{
    border: 1px solid #3D7EFF;
}
.ldl-home-quick{
    cursor: pointer;
    text-align: center;
    padding: 10px 0px;
}
.ldl-home-quick-icon{
    font-size: 32px;
    color: #3D7EFF;
}
.ldl-home-quick-num{
    font-size: 32px;
    color: #3D7EFF;
}
.ldl-home-quick-title{
    padding-top: 10px;
    font-size: 14px;
}

/* 分隔线 */
.shop-divider{
    background-color: #e5eeff;
    margin: 0 0 12px 0;
    display: block;
    height: 1px;
    width: 100%;
}


.shop-select-input{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.shop-select-input-btn{
    margin: 0px;
    padding-right: 0px;
}


.housesize{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    margin: 0!important;
    padding: 0 16px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    -webkit-transition: all .16s;
    transition: all .16s;
    list-style-type: disc;
}
.housesize-active {
    color: #16baaa;
}
.housesize-active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-bottom: 3px solid #16baaa;
    box-sizing: border-box;
    pointer-events: none;
}

.erp-line-title{
    height: 45px;
    width: 100%;
    background-color: #D7DAFF;
    border-radius: 5px;
    line-height: 40px;
    color: #2B38CC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}
.erp-line-title2{
    height: 45px;
    width: 100%;
    background-color: #D6F4FA;
    border-radius: 5px;
    line-height: 40px;
    color: #31C9E8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.select-box-parts{
    border: 1px solid #eeeeee;
}
.select-box-parts-content {
    height: 450px;
    overflow-y: auto;
}
.select-box-parts-item{
    padding: 15px 10px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}
.select-box-parts-item-active {
    background-color: #16baaa !important;
    color: #FFFFFF !important;
}
/* 为偶数行设置另一种颜色 */
.select-box-parts-item:nth-child(even) {
  background-color: #f7f7f7;
}

.select-box-parts-goods{
    border: 1px solid #eeeeee;
    height: 490px;
    overflow: auto;
    padding: 10px;
    box-sizing: border-box;
}

.erp-images- .uploadimage{
    width: 76px;
    height: 76px;
}
.erp-images-100 .uploadimage{
    width: 100px;
    height: 100px;
}
.erp-images-170 .uploadimage{
    width: 170px;
    height: 170px;
}



/* 粘贴提示样式 */
.paste-tip {
    color: #666;
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
    opacity: 0.8;
    transition: opacity 0.3s;
}

/* 上传区域样式优化 */
.help-images {
    min-height: 100px;
    border: 1px dashed #ccc;
    border-radius: 4px;
    padding: 10px !important;
    transition: border-color 0.3s;
}

.help-images:hover {
    border-color: #1E9FFF;
}
.help-images-readonly {
    min-height: 50px;
    border: 1px dashed #ccc;
    border-radius: 4px;
    padding: 10px !important;
    transition: border-color 0.3s;
}



.erp-progress{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.erp-progress .erp-progress-bar{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 45px;
    min-height: 70px;
    position: relative;
    z-index: 10; /* 确保子元素在横线上方 */
    cursor: pointer;
}

.erp-progress .erp-progress-bar-title{
    width: 100%;
    height: auto;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    text-align: center;
    line-height: 14px;
}
/* 为除第一个子元素外的所有子元素添加前面的横线 */
.erp-progress .erp-progress-bar:not(:first-child):before {
    content: '';
    position: absolute;
    left: -8px;
    top: 22px;
    transform: translateY(-50%);
    width: 6px;
    height: 1px;
    background-color: #9ca3af;
    z-index: -1;
}


.popup-progress-info{
    width: 650px;
    height: 750px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    box-sizing: border-box;
    gap: 10px;
}
.popup-progress-info .row1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    line-height: 30px;
}
.popup-progress-info .row2{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 30px;
    line-height: 30px;
}
.popup-progress-info .row2 .row2-title{
    color: #909399;
}
.popup-progress-info .row2 .row2-info{
    flex: 1;
    color: #303133;
}
.popup-progress-info .row2 .row2-right{
    padding-left: 5px;
}
.popup-progress-info .row3{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.popup-progress-info .row3 .row3-title{
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
}
.popup-progress-info .row3 .row3-body{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    width: 100%;
}
.popup-progress-info .row3 .row3-item{
    background-color: #f8f9fa;
    border-radius: 5px;
    flex: 1;
    align-items: center;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #909399;
}
.popup-progress-info .row3 .row3-item-title{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
}

.popup-progress-info .row4{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.popup-progress-info .row4 .row4-title{
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
}
.popup-progress-info .row4 .row4-body{
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.popup-progress-info .row4 .row4-item{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    flex: 1;
    background-color: #f8f9fa;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
}
.popup-progress-info .row4 .row4-item .row4-item-top{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    justify-content: space-between;
}
.popup-progress-info .row4 .row4-item .row4-item-top-left{
    display: flex;
    align-items: center;
    gap: 5px;
}
.popup-progress-info .row4 .row4-item .row4-item-top-right{
    display: flex;
    align-items: center;
    gap: 5px;
}
.popup-progress-info .row4 .row4-item .row4-item-top-staff{
    display: flex;
    align-items: center;
    gap: 5px;
}
.popup-progress-info .row4 .row4-item .row4-item-info{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
}
.popup-progress-info .row4 .row4-item .row4-item-title{
    color: #909399;
}
.popup-progress-info .row4 .row4-item .row4-item-info .row4-item-info-left{
    flex: 1;
}
.popup-progress-info .row4 .row4-item .row4-item-info .row4-item-info-right{
    padding-left: 5px;
}

.erp-base-status{
    padding: 2px 10px;
    border-radius: 15px;
    height: 18px;
    line-height: 18px;
}

.erp-tag{
    background-color: rgba(51, 51, 51, 0.1);
    color: rgb(51, 51, 51);
    margin-right: 0px;
    border-radius: 13px;
    max-width: 100%;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    overflow: hidden;
    padding: 0 10px;
}
.erp-tag-success{
    background-color: rgba(2, 185, 128, 0.1);
    color: rgb(2, 185, 128);
    margin: 0px;
    border-radius: 13px;
    max-width: 100%;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    overflow: hidden;
    padding: 0 10px;
}
.erp-tag-primary{
    background-color: rgb(218, 236, 255);
    color: rgb(23, 144, 255);
    margin: 0px;
    border-radius: 13px;
    max-width: 100%;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    overflow: hidden;
    padding: 0 10px;
}
.erp-tag-warning{
    background-color: #fdf6ec;
    color: #f9ae3d;
    margin: 0px;
    border-radius: 13px;
    max-width: 100%;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    overflow: hidden;
    padding: 0 10px;
}

.erp-more-body{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
}
.erp-more-body .erp-more-line-title{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #333;
    background: linear-gradient(-125deg,#efefef,#f0f0f0)!important;
    padding: 4px;
    border-radius: 4px;
}
.erp-more-body .erp-more-line-title .erp-more-line-title-item{
    padding: 2px;
    line-height: 12px;
}

.erp-table-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

/* 带彩色方块前缀的标题样式 */
.erp-title-with-block {
    position: relative;
    padding-left: 10px !important; /* 给方块留出空间 */
    margin: 15px 0;
}

.erp-title-with-block::before {
    content: '';
    /* 方块尺寸：宽度2px，高度自适应 */
    width: 4px;
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;

    /* 方块颜色 - 可根据需要修改 */
    background-color: #3b82f6; /* 蓝色 */

    /* 可选：添加一点圆角 */
    border-radius: 2px;
}

/* 可以定义不同颜色的变体 */
.erp-title-with-block.red::before {
    background-color: #ef4444;
}

.erp-title-with-block.blue::before {
    background-color: #3D7EFF;
}
.erp-title-with-block.green::before {
    background-color: #10b981;
}