html{
    --green-main:#009688;
    --white-main:#fff;
    --gray-main:#aaa;
    --gray-detail:#333;
    --border-gray:1px solid #ddd;
}
.table-header-fixed {
    position: fixed;
    top: 0;
    z-index: 99
}
.m-t-5{
    margin-top: 5px;
}
.title-box-vertical{
    display: grid;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #FAFAFA;
    margin: 0 10px;
}
.title-box-vertical div{
    text-align: center;
    line-height: 30px;
}
.title-box-vertical span{
    width: 112px;
    border-right: 1px solid #ddd;
    line-height: 30px;
    padding: 2px 5px;
    background: #c0d3d6;
}
.title-box{
    display: flex;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 10px 5px 5px;
    background-color: #FAFAFA;
}
.title-box div{
    width: 70%;
    text-align: center;
    line-height: 28px;
}
.title-box small{
    width: fit-content;
    border-right: 1px solid #ddd;
    background: #c0d3d6;
}
.title-box span{
    width: 30%;
    border-right: 1px solid #ddd;
    padding: 5px 5px;
    background: #c0d3d6;
}
.m-r-15{margin-right: 15px;}
.m-r-45{margin-right: 45px;}
.p-r-45{padding-right: 45px;}
.p-r-75{padding-right: 75px;}

.m-l-15{margin-left: 15px;}
.p-l-45{padding-left: 45px;}
.p-l-75{padding-left: 75px;}
.font-bold{font-weight: bolder;}
.color-green-a{
    background: #ccfa9a !important;
}
.price-number{font-weight: 300;color: orange;font-size: 20px;font-family: monospace}
.selectable-area:hover{color: orangered;background: #ddd}
.selectable-area-no-bg:hover{color: orangered;}
cate{font-size: 24px;}
.div-left-three{
    position: absolute;
    left: 30%;
}
.div-align-right{
    top :0;
    position: absolute;
    right: 0;
    margin-right: 15px;
}
.position-ab{position: absolute !important;}
.half-width{width: 50%;height: 100%;}
.full-height{height: 100% !important;}
.full-width{width: 100% !important;}
.full-screen{height: 100%;width: 100%;}
.border-box-style-one{
    margin: 5px 2px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
}
.border-box-style-two{
    border: 1px solid #ddd;
    background: #fff;
}

.box-body{
    position: absolute !important;
    width: 100%;
    height: 100%;
}
.indent-list-box { height: 100%; box-sizing: border-box ; }
.indent-list-box-header { height: auto;}
.indent-list-box-body { height: 100%; }
.right-icon-one{
    position: absolute;
    right: 0;
    line-height: 30px;
    font-size: 30px !important;
    margin-right: 45px;
}
.fun-btn-one.active{
    border: 1px solid #808ba2;
    color: white;
    background: #808ba2;
    border-radius: 10px;
    padding: 0 5px;
}
.fun-btn-one:hover{
    border: 1px solid #808ba2;
    color: white;
    background: #808ba2;
    border-radius: 10px;
    padding: 0 5px;
}
.fun-btn-one{
    border: 1px solid #808ba2;
    border-radius: 10px;
    padding: 0 5px;
    min-height: 24px;
    min-width: 36px;
    text-align: center;
}
.fun-btn-four{
    text-align: center;
    width:100px;
    height:30px;
    line-height: 30px;
    border-radius: 3px;
    background: #fff;
    border:1px solid white;
    color: #333;
}
.fun-btn-four.active{
    color:#3888a8;
    background-color: #69cbb3;
}

.div-align-left-right{
    display: flex;
    justify-content: space-between;
}
.input-style-one{
    border-bottom: 1px solid #ddd;
    border-top: none;
    border-right: none;
    border-left: none;
    line-height: 20px;
    padding: 1px 5px;
}
.input-style-one.lh24{
    color : #009688;
    width: 100px;
}
.input-style-one:hover{
    border-bottom: 1px solid orange;
}
.input-inline-input{
    padding-left: 25px;
}
.input-inline-icon{
    position: absolute;
    margin-left: 5px;
}
.label-style-one{
    width: max-content;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    border-left: 3px solid #009688;
}
.font-size-12{font-size: 12px!important;}
.font-size-14{font-size: 14px!important;}
.font-size-16{font-size: 16px!important;}
.font-size-18{font-size: 18px!important;}
/**商品搜索区域/订单列表搜索区域样式**/
.indent-goods-area{display: block;width: 30%;padding: 5px 5px;}
.indent-goods-area .goods-list{overflow-y: auto;overflow-x: hidden;}
.indent-goods-search-area{display: flex;flex-direction: row;height: 32px;align-items: center;padding: 0 5px}
.indent-goods-search-area input{background: #f1f1f1;border-radius: 15px;width: 100%;padding-left: 30px;}
.indent-goods-search-area a{width: 36px;line-height: 26px;margin-left: 15px;color: #009688;font-size: 15px;}
.indent-goods-search-area label{width: 100%}
.indent-goods-search-area i{font-size: 18px;position: absolute;margin-left: 10px;color: #1E9FFF;line-height: 30px;}
.indent-goods-category-ul{}
.indent-goods-category-ul li {width: auto;padding: 5px;border-bottom: 1px solid #ddd;}
.indent-goods-category-ul li.active{background: #009688;color:#fff;border-bottom: 1px solid #009688;}

.title-box-vertical2{
    display: block;
    padding: 0 20px;
    text-align: center;
}
.title-box-vertical2 span{
    display: block;
    margin-bottom: 5px;
}
.end-div-qm{
    display: flex;
    float: right;
}
.indent-card-ok-div{
    display: block;
    padding: 10px 15px;
}
#ok-btn{
    text-align: center;
    cursor: pointer;
    min-width: 80px;
    line-height: 40px;
}
.indent-card-ok-div .right-area{
    display: flex;
    float:right;
}
.indent-card-ok-div .label{
    padding-top: 5px;
    font-weight: bold;
}
.indent-js-area{
    width: 25%;
    padding: 5px 10px;
    height: 100%;
    overflow-y: auto;
}
.indent-price-area .sub-button{
    display: flex;flex:1;justify-content: flex-start;
}
.indent-price-area .sub-button div{
    margin: 0 5px;
}

.price-number-one{font-weight: 300;color: #009688;font-size: 18px;font-family: monospace;}
.indent-price-line{
    padding: 5px 10px;
}
.indent-price-line label{
    display: inline;
}
.indent-price-line span{
    display: flex;
    align-items: center;
}
.indent-price-line .around{
    display: flex;
    align-items: center;
    height: inherit;
}
.indent-price-line .around label{
    flex:1;
    text-align: end;
    margin-right: 10px;
}
.indent-price-line .around label div{
    display: inline-flex;
}

.indent-price-line .around span{
    color:dodgerblue;
    width: 50%;
    font-size: 18px;
    padding-left: 10px;
}
.indent-price-line .around input{
    border: none;
    color:dodgerblue;
    width: 100%;
    background: #fff;
    margin-left: 5px;
}
.indent-price-area{
    border: 1px #ddd solid;
    padding: 5px 25px;
    background: #fff;
    margin: 5px;
}
.indent-price-line p{
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.indent-price-line .label{
    text-align: start;
    width: 80px;
}
.table-money-grid{
    width: 70px;
    padding: 5px 5px;
    text-align: center
}
.table-money-grid i{
    font-size: 30px !important;
    color: red;
}
.table-money-grid img{
    width: 30px;
    height: 30px;
}
.table-money-grid input{
    width: 100%;
    height: 24px;
    text-align: center;
}
.car-icon{
    text-align: center;
    width: 24px;
    height: 24px;
    border: 1px solid orange;
    font-size: 14px;
    border-radius: 5px;
    margin: 5px 2px;
    font-weight: bold;
    line-height: 24px;
    cursor: pointer;
}
.car-line-title{
    height: 28px;
    width: 30%;
    background: yellowgreen;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
}
.car-line-content{
    width: 70%;
    height: 28px;
    background: #ddd;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
}
.indent-price-area-sm {
    border: 1px #ddd solid;
    padding: 5px 5px;
    background: #fff;
}
.car-area .num-icon{
    font-size: 14px!important;
    height: 28px!important;
    width: 28px!important;
    margin: 1px!important;
}
.num-icon,.price-icon{
    text-align: center;
    border: 1px solid #cccccc;
    background: #dddddd;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    margin: 5px;
}
.m-l-5{
    margin-left: 5px;
}
.num-icon[nb].active{
    background: #8fd8d0;
    height: 36px;
    width: 36px;
}

.num-icon.active,.price-icon.active{
    border: 1px solid #009688;
    background: #8fd8d0;
}
.num-icon:hover,.price-icon:hover{
    border: 1px solid #009688;
    background: #8fd8d0;
}
.indent-badge-box{
    border: 1px solid #00aaaa;
    padding: 1px 1px;
}
.indent-badge-box input{
    color: red;
    border: none;
    text-align: center;
    width: 64px;
}
.indent-list-ul{
    position: relative;
    margin: 5px 0;
    background-color: #fff;
}
.indent-list-ul li{
    border: 1px solid #ddd;
    margin: 5px -1px;
    padding: 5px 5px;
}
.indent-list-ul.hover li:hover{
    background-color: #8fd8d0;
}
.indent-list-ul li span.name-border{
    border-left: 5px solid #00aaaa;padding-left: 15px;
}
.indent-list-ul li.active{
    background: rgba(0,170,170,0.5);
    border: 1px solid #00aaaa;
    margin: 5px 0;
    padding: 5px 5px;
}
.indent-list-ul [li=main].active{
    background: rgba(0,170,170,0.5);
    border: 1px solid #00aaaa;
    margin: 5px 0;
    padding: 5px 5px;
}
.text-a-l{
    text-align: start;
}
.indent-operate-btn{
    border: 1px solid transparent;
    margin: 5px 2px;
    padding: 5px;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
}
.indent-operate-btn:hover{
    background-color: #00c9b7;
}
.indent-operate-btn i {
    font-size: 14px;
}
.indent-right-area{
    text-align: center;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;

}
.indent-right-area::-webkit-scrollbar{
    display: none;
}
.timeline-td-addon{
    margin: 0 5px;
    font-weight: bold;
    vertical-align: baseline!important;
    text-align: left!important;
}
.fun-btn-two{
    font-weight: bold;
    padding: 1px 5px;
}

.fun-btn-two.active{
    color: #00aaaa;
    border: 1px solid #00aaaa;
}
.fun-btn-three{
    font-weight: bold;
    padding: 1px 5px;
}

.fun-btn-three.active{
    color: #00aaaa;
    border-bottom: 3px solid #00aaaa;
}
.pay-ul li{
    padding: 5px 0;
}
.pay-ul li:hover,input:hover{
    background: #aee3dd;
}
.moneyHover:hover{
    background: #aee3dd;
}
.pay-area-ul{
    display: flex;width: auto;flex-wrap: wrap;overflow-y: auto;
}
.pay-area-ul::-webkit-scrollbar{
    display: none;
}
.no-web-bar::-webkit-scrollbar{
    display: none;
}
.goodsSetPadTable{
    margin: 2px 0;
    width: 100%;
}
.goodsSetPadTable th{
    background: #aee3dd;
    color: #333!important;
    text-align: center;
}
.goodsSetPadTable td{
    text-align: center;
    background: #fff;
    color:#333;
}
.layui-layer-content .bottom-line{
    display: flex;
    align-items: center;
    text-align: end;padding: 4px 10px;
    border:1px solid #ddd;
}
.layui-layer-content .bottom-line .left-content{
    color:#000;
    position: absolute;
}
.car-situation-list{
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
}
.car-situation-list li{
    margin: 2px 2px;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 2px 3px;
    font-size: 16px;
    color:#009688;

}
.car-situation-list li span{
    padding: 0 2px;
    cursor: pointer;
}
.car-situation-list li:hover{
    background: #00aaaa;
    color: #fff;
}
.input-style-one:disabled{
    background: #fff;
}
.ware-icon{
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    line-height: 48px;
    display: flex;
    align-items: center;
    flex-direction: row;
}
.ware-icon-left{
    height: 100%;
    border-bottom-left-radius: inherit;
    border-top-left-radius: inherit;
    display: flex;
    font-size: 18px;
    width: 164px;
    align-items: center;
    background: #0e90d2;
    color: #fff;
    padding-left: 15px;
    font-weight: bold;
}
.ware-icon-right{
    padding: 0px 5px;
    display: flex;
    flex-direction: row;
}
.ware-icon-item{
    display: flex;
}
.ware-icon-item-line{
    width: max-content;
}
.ware-icon-item-line .left{
    width: 60px;
    text-align: start;
}
.ware-icon-item-line .leftbox{
    width: auto;
    padding: 0 10px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.ware-icon-item-line .rightbox{
    background: #1E9FFF;
    color:#fff;
    padding: 0 10px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.ware-icon-item-line .right{
    width: max-content;
    text-align: center;
    float: right;
}
.dialog-ok-line{
    padding: 25px 45px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.offsetDetail{
    display: flex;
    width: 100%;
    height: 90%;
}
.offsetDetail .box{
    border: solid 1px #ddd;
    padding: 5px 3px;
    background: white;
}
.offsetDetail .box .tab-li{
    border: solid 1px #ddd;
    padding: 8px;
    margin: 5px 15px;
    background: #6fd093;
    display: flex;
    justify-content: center;
    align-items: center;
}
.offsetDetail .box .tab-li label{
    font-weight: bold;
}
.offsetDetail label{
    font-weight: bold;
}
.flex-vertical{display: flex;flex-direction: column;overflow: visible}
.flex-vertical.hc{align-items: center}
.flex-vertical.hr{align-items: flex-end}
.flex-vertical.vc{justify-content: center}
.flex-vertical.vr{justify-content: flex-end}
.flex-vertical.rl{position: relative}
.flex-auto-fill{flex:1;}
.flex-horizontal{display: flex;flex-direction: row;overflow: visible}
.flex-horizontal.rl{position: relative}
.flex-horizontal.hc{justify-content: center}
.flex-horizontal.hr{justify-content: flex-end}
.flex-horizontal.vc{align-items: center}
.flex-horizontal.vr{align-items: flex-end}
.flex-vertical.ns,.flex-horizontal.ns{overflow: hidden}
.flex-vertical.wrap,.flex-horizontal.wrap{flex-wrap: wrap}
.flex-vertical.scroll,.flex-horizontal.scroll{overflow: scroll}
.flex-vertical.scroll-x,.flex-horizontal.scroll-x{overflow-x: scroll;overflow-y: hidden}
.flex-vertical.scroll-y,.flex-horizontal.scroll-y{overflow-y: scroll;overflow-x: hidden}

.scroll-bar-two::-webkit-scrollbar {
    width : 2px;
    height: 1px;
}
.scroll-bar-two::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #535353;
}
.scroll-bar-two::-webkit-scrollbar-track {
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background   : #ededed;
}
.indent-goods-category-ul li:hover{
    background: #aee3dd;
}
.goodsLi{
    text-align: center;
    font-weight: bold;
    display: flex;
}
.goodsLi label[w='3']{
    width: 30%;
    white-space: pre-wrap;
}
.goodsLi label[w='1']{
    width: 30%;
}
.goodsLi label[w='2']{
    width: 20%;
}
.indent-js-table td[br] {
    border-right: 1px solid #ddd;
}
.indent-js-table td[b] {
    font-weight: bolder;
}
.indent-js-table td input[t='js']{
    width: 100px;
    display: flex;
    background: #fff;
    border: solid 1px;
    border-radius: 10px;
    height: 10px;
    text-align: center;
    padding: 5px 0;
}
.indent-js-table td input[t='1'],.indent-js-table td input[t='2'],.indent-js-table td input[t='3']{
    display: flex;
    width: 80px;
    border: none;
    text-align: center;
    background: inherit;
}
.indent-js-table td{
    background: inherit;
    min-width: 80px;
    line-height: 28px;
    text-align: center;
}
.scroll-bar-one::-webkit-scrollbar{/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
    scrollbar-arrow-color:red;
}
.scroll-bar-one::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,150,136,0.2);
    scrollbar-arrow-color:red;
}
.scroll-bar-one::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(255,255,255,0.1);
}
.window-area{width: 100%; font-weight: bold; align-items: center;height: 34px;background: #aee3dd;justify-content: center}
.badge-un-normal{ width: 28px;border: #AF2018 1px solid;color: #AF2018;display: inline;font-size: 12px;margin-right: 3px;cursor: default}
.badge-normal{ width: 28px;border: #00aaaa 1px solid;color: #00aaaa;display: inline;font-size: 12px;margin-right: 3px;cursor: default}
.badge-normal[data]{cursor: pointer}
.badge-un-normal[data]{cursor: pointer}
.loading-shade{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 99;background: #ffffff5f;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.loading-shade.shade-layer{background: #fff;z-index: 9}