.layui-layout-admin .layui-body {
    bottom: 0px !important;
}

html, body {
    height: 100%;
}
.overflowy-hide{overflow-y:hidden !important;}
.overflowy-auto{overflow-y:auto !important;}
.index_top {
    z-index: 999;
}

.dl_head {
    overflow: hidden;
}

.lis_box {
    overflow-x: auto;
}

.lis_img_box {
    width: 130px;
    border: dashed 1px #ddd;
    overflow: hidden;
    display: inline-block;
}

.list_img_del {
    text-align: center;
    cursor: pointer;
    margin: 0;
    line-height: 22px;
    color: #888;
    font-size: 12px;
    background-color: #f1f1f1;
}

.list_img_del:hover {
    color: red;
}

.lis_img_img {
    padding: 4px;
    width: 128px;
    height: 128px;
}

ul.pagination li.active {
    background: #00aa00;
}

ul.pagination li.active a {
    color: #fff;
}

div.help-block {
    color: red;
}

.ma-head {
    background-color: #00aa88;
}

.ma-head .nav a {
    color: #fff;
}

.nav a:hover {
    color: #00aa88 !important;
}

.select-nav {
    color: #00aa88 !important;
    background-color: #fff;
}

.ma-text a:hover {
    color: #fff
}

.my-form .input {
    width: 40%;
}

.help-block {
    display: inline-block;
}

.my-hint {
    padding-left: 15%;
}

.menu-item:hover {
    color: #fff
}

.color-red {
    color: red;
}

.color-white {
    color: #fff !important;
}

.dis-none {
    display: none;
}

.padding-t {
    padding: 20px;
}

.un_dom {
    display: none;
    padding: 15px;
}

.site-content {
    padding: 10px 10px 20px;
    box-sizing: border-box;
}

.layui-nav .layui-this:after {
    height: 0px !important;
}

.row-inline {
    width: 100%;
    display: inline-block;
}

.show {
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 12px;
    display: inline-block;
    border-radius: 5px;
}

.showb1, .auditb3, .pstate0 {
    background-color: #0bb20c;
    color: #fff;
}

.auditb2 {
    background-color: #1E9FFF;
    color: #fff;
}

.showb0, .auditb0, .pstate1 {
    background-color: #ffa033;
    color: #fff;
}

.showb2, .auditb1, .pstate2 {
    background-color: red;
    color: #fff;
}

.pstate3, .showb3, auditb4 {
    background-color: #ff9bed;
    color: #fff;
}

.pstate4 {
    background-color: #5268ff;
    color: #fff;
}

.sku-table {
    width: unset !important;;
    max-width: 100% !important;;
}

.sku-head {
    text-align: center !important;
}

.sku-img {
    width: 36px;
    height: 36px;
}

.sku_input {
    height: 34px !important;
    width: 70px !important;;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}
/*订单流程*/
.step-region {
    position: relative;
    margin-bottom: 10px;

}
.font18{font-size:18px;}

.ui-step {
    padding: 14px 0 8px 0;
    zoom: 1;
    margin: 0 50px;
}

.ui-step:after {
    content: "";
    display: table;
    clear: both
}

.ui-step li {
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.ui-step li::before, .ui-step li::after {
    position: absolute;
    left: 0;
    top: 27px;
    display: block;
    content: ' ';
    width: 50%;
    height: 4px;
    background: #f2f3f7;
    z-index: 1
}

.ui-step li::after {
    left: 50%
}

.ui-step li:first-child::before {
    width: 0
}

.ui-step li:last-child::after {
    width: 0
}


.ui-step .ui-step-title {
    color: #333;
    font-size: 12px;
    line-height: 18px
}

.ui-step .ui-step-number {
    position: relative;
    display: inline-block;
    width: 37px;
    height: 37px;
    margin: 10px 0;
    line-height: 37px;
    background: #f2f3f7;
    color: #cac9c9;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

.ui-step li.ui-step-done .ui-step-number {
    color: #fff;
}

.ui-step .ui-step-meta {
    color: #ccc;
    font-size: 12px;
}

.ui-step li.ui-step-done::before,
.ui-step li.ui-step-done::after,
.ui-step li.ui-step-done .ui-step-number {
    background: #54c952;
}

.ui-step-2 li {
    width: 50%
}

.ui-step-3 li {
    width: 33.33333%
}

.ui-step-4 li {
    width: 24.9999%
}

.ui-step-5 li {
    width: 20%
}