.layui-form-pane .layui-form-label {
    border-style: none;
    background-color: #fff;
}

.form-body {
    /*padding: 10px 15px 0;*/
    position: relative;
    z-index: 899;
}

.more-button {
    position: absolute;
    bottom: -12px;
    left: 50%;
    text-align: center;
    width: 80px;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 5px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    margin-left: -61px;
    z-index: -1;
    color: #E9530C;
    font-size: 12px;
}

.more-button span {
    margin-right: 5px;
}

.more-button > i {
    font-size: 12px;
}

.more-show .search-more-show {
    display: block;
}

.search-more-hide {
    display: none;
}

.table-date-wrap .date-icon {
    top: 0
}

.date-icon {
    position: absolute;
    top: 10px;
    right: 7px;
    font-weight: normal;
    color: #999;
}

.input-icon-clean {
    position: absolute;
    top: 10px;
    right: 7px;
    font-weight: normal;
    color: #999;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background: url(/static/img/icon_close.svg) 100% no-repeat;
    background-size: 15px 15px;
    display: inline-block;
    z-index: 2222;
    margin-bottom: -2px;
}

.date-wrap {
    position: relative;
}

.date-input {
    padding-right: 0;
}

.date-wrap:hover .date-icon-hover, .date-input:focus .date-icon-hover {
    color: red;
    animation: myfirst 1s;
}

.date-range {
    width: 48%;
    display: inline-block;
    position: relative
}

@keyframes myfirst {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes myfirst /* Firefox */
{
    from {
        transform: translateY(-20px);
    }
    to {
        transform: translateY(0px);
    }
}

.lable-required::before {
    content: "*";
    color: #f56c6c;
    margin-right: 4px;
}

.label-required::before {
    content: "*";
    color: #f56c6c;
    margin-right: 4px;
}

.help-icon {
    color: #1f9fff;
    cursor: pointer;
    font-size: 13px;
}

.error-text {
    display: none;
}

.layui-form-error {
    color: #f56c6c;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    position: absolute;
    left: 5px;
    display: block;
}

.is-disabled {
    background-color: #FAFAFA;
    border-color: rgba(221,221,221,1);
  /*  color: #c0c4cc;*/
    color: #333333;
    cursor: not-allowed;

}

.is-disabled:hover {
   /* color: #c0c4cc;*/
}

.vip-card.is-disabled{
    border-color: #dddddd;
}
.vip-card.is-disabled:hover{
    border-color: #dddddd;
}

.button-bottom {
    text-align: center;
    position: fixed;
    bottom: 10px;
    width: 100%;
    z-index: 555555;
}

.form-search .layui-form-item {
    margin-bottom: 5px;
}

.form-search .layui-input-block {
    /*height: 42px;*/
}

.form-title {
    color: #E9530C;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0;

}

.form-title > span {
    vertical-align: text-top;
}

.form-title .form-title-div {
    display: inline-block;
    vertical-align: middle;
}

.form-title .form-title-radio-wrap {
    display: inline-block;
    padding-left: 30px;
    font-weight: 400;
    line-height: 20px;
}

.form-title .layui-form-radio {
    margin: 0;
}

.form-title-span {

    font-size: 14px;
    color: red;
    padding-left: 10px;
    font-weight: normal;
}

.form-title-button {
    margin-left: 10px;
}

.form-checkbox {
    margin-top: 10px;
    padding-left: 10px;
}

.marginLR10 {
    margin-left: 10px;
    margin-right: 10px;
}

.marginTB4 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.marginT2 {
    margin-top: 2px;
}

.random-code {
    position: absolute;
    right: 1px;
    top: 10px;
    color: #1f9fff;
    text-decoration: underline;
    cursor: pointer;
    user-select: none;
}

.input-suffix {
    width: 28%;
    display: inline-block;
}

.input-inner {
    display: inline-block;
    width: 62%;
    margin-left: -5px;
    margin-top: 1px;
}

.layui-form-label {
    width: 85px;
    padding: 9px 10px;
    font-weight: 600;
    font-size: 13px;
    color: #555;
}

.km-body-footer{
    text-align: center;

}
.opening-order .km-body-footer .billicon{
    position: absolute;
    right: 766px;
}
.km-body-main {
    overflow: auto;
    padding: 10px 10px;
    padding-bottom: 0;
    box-sizing: border-box;
}
.opening-order .search-result{
    margin-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
    background:rgba(246,246,246,1);
}
.opening-order .km-body-footer {
    height: 50px;
    line-height: 50px;
    text-align: left;
    background: rgba(246,246,246,1);
    box-shadow: 0px 0px 12px 0px rgba(153, 153, 153, 0.24);
    border: 1px solid rgba(221, 221, 221, 1);
    margin: 10px 25px 10px 10px;
    text-align: left;
}
.opening-order .km-body-footer:hover {
    background: rgba(255,255,255,1);
}

.opening-order .km-body-footer .hide-box {
    display: none;
    position: absolute;
    width: 100%;
    left: -1px;
    bottom: 51px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 12px 0px rgba(153, 153, 153, 0.24);
    border: 1px solid rgba(221, 221, 221, 1);
    z-index: 999;
    padding-top: 5px;
}

.opening-order .km-body-footer .bottom-right {
    display: inline-block;
    text-align: right;
    min-width: 527px;
    position: absolute;
    padding-top: 0;
    right: 18px;
}

.opening-order .km-body-footer .bottom-wrap {
    padding: 0;
    width: 100%;
    height: 50px;
    position: relative;
}

.opening-order .km-body-footer .bottom-left {
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
}

.opening-order .km-body-footer .bottom-left span {
    line-height: 17px;
    margin-right: 2px;
}

.opening-order .km-body-footer .bottom-left .bold:first-child {
    margin-left: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    font-size: 13px;
}
.opening-order .km-body-footer .jiantou-icon{
    width:8px;
    height:6px;
    display: inline-block;
    background: url("../img/arrow_down.png") no-repeat;
    background-size: contain;
    margin-bottom: 2px;
}
.opening-order .km-body-footer .billicon img{
    padding-top: 5px;
}
.opening-order .km-body-footer .bottom-left .bold.red {
    color: #EC530E;
    font-size: 16px;
}
.opening-order .km-body-footer .bottom-left .bold.red >span{
    font-size: 16px;
}

.opening-order .km-body-footer .bottom-left:hover .hide-box {
    display: block;
}
.opening-order .km-body-footer .bottom-left:hover .jiantou-icon {
    transform: rotate(180deg);
}

.opening-order .km-body-footer .bottom-left:hover .hide-box > div {
    height: 18px;
    margin: 10px 0;
    display: flex;
    line-height: 18px;
    font-weight: 400;
    color: #666666;
}
.opening-order .km-body-footer .bottom-left:hover .hide-box > div >span{
    font-size: 13px;
}

.bottom-dashed {
    border-bottom: 1px dashed #c9c9c9;
}

.form-radio .layui-form-radio {
    margin-top: 3px;
}

.vip-card {
    border: 1px solid #E9530C;
    padding-right: 85px;
}

.vip-card:focus, .vip-card:hover {
    border-color: #E9530C !important;
}
.vip-card.is-disabled:focus, .vip-card.is-disabled:hover {
    border-color: #dddddd !important;
}

.layui-form-label-search {
    margin-top: -6px;
}

.workname-checkbox div.layui-form-checkbox {
    text-align: center;
    width: 86px;
    min-width: 86px;
    height: 36px;
    position: relative;
    border: 1px solid rgba(221, 221, 221, 1) !important;
    font-size: 14px;
    font-weight: 500;
    color: rgba(38, 150, 92, 1);
    line-height: 36px;
    padding-right: 0;
    margin-top: 10px;
    margin-right: 22px;
}

.workname-checkbox div.layui-form-checkbox.layui-form-checked {
    height: 36px !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px !important;
    border: 1px solid rgba(38, 150, 92, 1) !important;
}

.workname-checkbox div.layui-form-checkbox.layui-form-checked > span {
    background-color: #fff;
    color: rgba(38, 150, 92, 1);
}

.workname-checkbox div.layui-form-checkbox .layui-icon-ok {
    position: absolute;
    top: -5px;
    right: -1px;
    border: none;
    left: auto;
}

.workname-checkbox div.layui-form-checkbox.layui-form-checked .layui-icon-ok {
    background: url("../img/icon_dui.png") 100% no-repeat !important;
    background-size: contain !important;
}

.workname-checkbox div.layui-form-checkbox .layui-icon-ok:before {
    display: none;
}

.workname-checkbox div.layui-form-checkbox > span {
    display: block;
    width: 99%;
    padding: 0;
    border-radius: inherit;
    background-color: #fff;
    color: #666666;
}
#batchWorkerName{
    /*position: relative;*/
}
#batchWorkerName .workname-radio {
    width: 123px;
    border: 1px solid rgba(238, 238, 238, 1);
    /*float: left;*/
    overflow-y: scroll;
    margin: 0 20px;
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 60px;
}

#batchWorkerName .workname-radio::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 3px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

#batchWorkerName .workname-radio::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    /*box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);*/
    background: #999;
}

#batchWorkerName .workname-radio::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #fff;
}
.mt5{
    margin-top: 5px;
}
#batchWorkerName .workname-checkbox {
    padding: 0;
    border: 1px solid rgba(238, 238, 238, 1);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 60px;
    overflow-y: scroll;
    padding-left: 14px;
    width: 570px;
    min-height: 0;
}
#batchWorkerName .diffBtn{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
#batchWorkerName .workname-checkbox .layui-form-checkbox:hover {
    border: 1px solid rgba(38, 150, 92, 1);
}
#batchWorkerName .workname-checkbox .layui-form-checkbox:hover span {
    color: rgba(38, 150, 92, 1);
}
#batchWorkerName .diffBtn button:last-child {
    background-color: #fff;
    border:1px solid #dddddd;
    color:#333333;
}
.h24{
    height: 24px;
}

#batchWorkerName .workname-radio .layui-form-radio {
    width: 100%;+
    height: 42px;
    line-height: 42px;
    margin: 0;
    text-align: center;
}

#batchWorkerName .workname-radio .layui-form-radio .layui-anim {
    display: none;
}

#batchWorkerName .workname-radio .layui-form-radio.layui-form-radioed {
    background: rgba(246, 246, 246, 1);
    text-align: center;
}

#batchWorkerName .workname-radio .layui-form-radio.layui-form-radioed > div {
    color: #E9530C;
}

.tooltip {
    position: relative;
}
.tooltip.h20{
    height: 20px;
}

/* Tooltip 文本 */
.tooltip .tooltiptext {
    visibility: hidden;
    position: relative;
    border-radius: 5px;
    margin: 100px auto;
    height: 20px;
    line-height: 20px;
    background: rgba(0, 0, 0, 1);
    opacity: 0.79;
    color: white;
    padding: 6px 11px;
    /* 定位 */
    z-index: 1;
    top: -63px;
    left: 5px;
}

.tooltip .tooltiptext:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000000;
}


/* 鼠标移动上去后显示提示框 */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.finished-tip {
    width: 58px;
    height: 58px;
    margin: 26px auto;
    background: url("../img/icon_warning.png") 100%;
    -webkit-background-size: contain;
    background-size: contain;
}

.finished-tip-msg {
    height: 22px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.finished-tip-msg-small {
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 17px;
    display: block;
    text-align: center;
}
.posr{
    position: relative;
}
.line-btn{
    background-color: #fff;
    border: 1px solid #dddddd;
    color: #333333;
}
.line-btn:hover{
    color: rgba(153, 153, 153, 1);
}
.finished-table {
    width: 464px;
    margin: 20px auto 0 auto;
    font-size: 12px;
    color: #666666;
}

.finished-table thead {
    background-color: #F7F7F7;
}

.finished-table table td, .finished-table table th {
    border-collapse: collapse;
    border: 1px solid rgba(221, 221, 221, 1);
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666666;

}
/* 搜索框展开收起 */
.form-search{
    padding-right: 160px;
}
.suspension-btn{
    position: absolute;
    right: 12px;
    top: 0px;
    display: flex;
    justify-content: space-between;
}

.range-left-right{
    width: 47.5%;float: left
}

.range-mid{
    width: 5%;
    float: left;
    display: inline-block;
    text-align: center;
    padding: 9px 0;
}
.baseBox  .table-title{
    /*background: #f6f6f6;*/
    color:  #E9530C;
}
.baseBox  .table-title:before{
    width: 2px;
    height: 12px;
    content: '';
    margin-right: 5px;
    background:  #E9530C;
    display: inline-block;
    color:  #E9530C;
}
.baseBox .table-title-bottom1{

    color: #E9530C;


}
.baseBox  .table-title-bottom1:before{
    background:  #E9530C;
    color:  #E9530C;
}
.baseBox  .current{
    border: 1px solid #E9530C;
    color:  #E9530C;
    background-size: 26px;
    background-position-x: 47px;
}
.baseColorCalss{
    color:  #E9530C;
}
.baseBackground{
    background:  #E9530C;
}
.baseBox .main-title > div::before {
    width: 2px;
    height: 12px;
    content: '';
    margin-right: 5px;
    background:  #E9530C;
    display: inline-block;
    color:  #E9530C;
}
.baseBox .main-title > div{
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #E9530C;
    vertical-align: middle;
}
.baseBox .ac{
    color: #E9530C;
}
.settingSpanTitle{
    color: #E9530C;
}
.saveBtn{
    background:  #E9530C;
    color: #FFFFFF;
}
.baseBox .checkActive .kuaiTop{
    color: #E9530C;
}
.baseBox .checkActive{
    border: 1px solid #E9530C;
    color:#E9530C;
}
.baseBox .newTitle{
    color:#E9530C;
}
.newpromptTxt{
    color: #999999;
    font-size: 12px;
}
.baseBox .table-title-bottom:before{
    color:#E9530C;
}
.baseBox  .table-title-bottom{
    color:#E9530C;
}
.baseBox .layui-tab-title .layui-this{
    color:#E9530C;
}
.baseBox .layui-tab-content .layui-tab-title .layui-this{
    background:  #E9530C;
}
.baseBox2  .layui-tab-content .layui-tab-title .layui-this::after {
    border-color: #E9530C;
    height: 32px;
}
.baseBox2 .mark-div .select{
    color:#E9530C;
}
.baseBox .layui-checkbox-disbaled span{
    background:  #E9530C !important;
}
.wbtn, .wbtn2{
    background:  #E9530C ;
}

.baseBox .baseSpant{
    color: #E9530C;
}