/*#region*/
:root {
    --menuactcol: #303b49;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-text-size-adjust: none;
}

body {
    font-family: Arial, "Microsoft YaHei", "Helvetica";
    background: #fff;
    color: #57697e;
    font-size: 13px;
}

ol,
ul,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

mark {
    background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #57697e;
    cursor: pointer;
}

    a:hover,
    a:active,
    a:valid,
    a:link {
        text-decoration: none;
        color: #57697e;
    }

img {
    width: 100%;
}

.table {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    min-width: 900px;
}

    .table thead {
        background: #337ab7;
        color: #fff;
    }

        .table thead th, .table tbody th {
            position: relative;
        }

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #dbe7ef;
    vertical-align: middle;
}

th.operater {
    min-width: 90px;
}
    th.operater a {
        white-space: nowrap;
    }

th.sort {
    width: 80px;
}

th a, td a {
    margin-right: 10px;
}

.oms-window-size {
    display: flex;
    flex-flow: column;
    height: 100vh;
}

.form-group {
    min-width: 180px;
}
.form-group .fg-line-group {
    display:flex;
}
/*#endregion*/

/* #region 顶部样式 begin*/
.oms-head-box {
    height: 50px;
    background: #438eb9;
    display: flex;
    align-items: center;
    color: #fff;
}

.oms-head-logo {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

    .oms-head-logo span {
        font-size: 24px;
        font-weight: bold;
        text-shadow: 0px 1px 1px #02080c;
    }

.oms-h-scb {
    position: absolute;
    width: 44px;
    height: 50px;
    left: 0;
    background: #25516b;
    justify-content: center;
    display: flex;
    align-items: center;
}


.oms-head-info {
    flex: 1;
    text-align: right;
    padding-right: 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.oms-h-ct {
        display: flex;
    flex-flow: column;
    align-items: flex-start;
    font-weight: 600;
    font-size: 14px;
}
.oms-head-currencytransform {
    display: flex;
    justify-content: center;
}
.oms-h-ctinput {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.o-h-c-cny,.o-h-c-jpy {
    position: relative;
    overflow: hidden;
    width: 150px;
}
    .o-h-c-cny span ,.o-h-c-jpy span{
  position: absolute;
    color: #ccc;
    right: -16px;
    top: 0;
    display: flex;
    align-items: center;
    height: 34px;
    transition:all ease 5ms;
    }
        .o-h-c-cny span i, .o-h-c-jpy span i {
            margin-left:10px;
            font-size:13px;
            cursor:pointer;
        }
    .oms-h-ctinput i.icon-yuedengyu {
        margin:0 2px;
        font-weight:bold;
    }
    .oms-h-ct span i.icon-yuedengyu {
        font-size: 13px;
        font-weight: bold;
        margin: 0 2px;
    }
.oms-head-info .o-h-i-name {
    cursor: pointer;
    font-size: 16px;
        display: flex;
    align-items: center;
}

.oms-head-info ul.userset {
    position: absolute;
    right: 15px;
    top: 50px;
    z-index: 1;
    background: #438eb9;
    min-width: 100px;
    display: flex;
    flex-flow: column;
    align-items: center;
    display: none;
}
    .oms-head-info ul.userset li {
        cursor:pointer;
    }

    .oms-head-info ul.userset::after {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: -10px;
        right: 10px;
        border-left: 5px solid transparent;
        border-bottom: 5px solid #438eb9;
        border-top: 5px solid transparent;
        border-right: 5px solid transparent;
    }

ul.userset li {
    height: 40px;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    ul.userset li:last-child {
        border: 0;
    }

/* #endregion 顶部样式 end */
/* #region 内容 */
.oms-body-box {
    display: flex;
    flex: 1;
}

/* #endregion */

/* #region 左侧菜单 */

.oms-menu-box {
    background: #f1f1f1;
    min-width: 200px;
    overflow: auto;
    position: relative;
    max-height: -webkit-fill-available;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: none;
    color: #303b49;
    border-right: 1px solid #e8e8e8;
}

    .oms-menu-box.hide-nav {
        width: 44px;
        min-width: auto;
    }

        .oms-menu-box.hide-nav .n-t-content {
            display: none;
        }

ul.oms-nav {
    color: #57697e;
}

.nav-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    border-bottom: 1px solid #e0e2e4;
    border-right: 1px solid #f1f1f1;
    cursor: pointer;
}

    .nav-title.active {
        color: #448eb9;
        background: #fffefe;
    }

    .nav-title span {
        flex: 1;
        margin-left: 5px;
    }

.n-t-logo {
    width: 44px;
    display: flex;
    justify-content: center;
    height: 44px;
    align-items: center;
}

.n-t-content {
    display: flex;
    justify-content: space-between;
    flex: 1;
    margin-right: 10px;
    align-items: center;
}

.oms-nav-item li {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    background: #fffefe;
}

    .oms-nav-item li.active {
        background: #e8e8e8;
    }

ul.oms-nav-item {
    display: none;
}

    ul.oms-nav-item.active {
        display: block;
    }

ul.oms-nav > li .oms-nav-item.active li.active {
    color: #fff;
    background: #438eb9;
}

ul.oms-nav-item li i {
    width: 44px;
    display: flex;
    justify-content: center;
}

ul.oms-nav > li.active .n-t-content {
    position: fixed;
    z-index: 1;
    width: 201px;
    left: 43px;
    height: 44px;
    display: flex !important;
    align-items: center;
    padding: 0 10px;
    border-right: 1px solid #f1f1f1;
    background: #f1f1f1;
}

ul.oms-nav > li.active .oms-nav-item {
    position: fixed;
    z-index: 1;
    width: 200px;
    background: #fff;
    left: 44px;
    display: block !important;
}

ul.oms-nav > li.active .nav-title {
    border-right: 1px solid #fffefe;
}

ul.oms-nav > li .oms-nav-item li:hover {
    color: #448eb9;
    background: #fffefe;
}


/* #endregion */

/* #region 右侧内容 */

.oms-content-right {
    flex: 1;
    overflow-y: auto;
    position: relative;
    background: #fff;
}

.oms-right-nav {
    height: 44px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    color: #7a8898;
}

    .oms-right-nav i {
        padding: 0 10px;
    }

    .oms-right-nav span:first-child {
        /*color: #448eb9;*/
    }

.oms-body {
    margin: 0 15px;
    box-shadow: 0px 0px 10px 1px #f1f1f1;
    padding: 10px 10px 30px 10px;
    border-radius: 10px;
    overflow: auto;
}

.oms-search-box {
    background: #ecf1f4;
    min-height: 50px;
    border-radius: 5px;
    margin: 10px 0;
    padding: 20px 10px 10px;
    border: 1px solid #dae7ef;
    position: relative;
}

.oms-search-more {
    position: absolute;
    right: 10px;
    top: 5px;
    display: flex;
    align-items: center;
    color: #3379b7;
    cursor: pointer;
}

    .oms-search-more:hover {
        color: #084780;
    }

    .oms-search-more .icon-youjiantou {
        transform: rotate(90deg);
        font-size: 12px;
    }

    .oms-search-more.active .icon-youjiantou {
        transform: rotate(-90deg);
        font-size: 12px;
        transition: all 300ms ease;
    }

.oms-search-box .btn {
    padding: 0 12px;
    height: 34px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.oms-form-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.oms-form-line-but {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #f5f5f5;
    border-radius: 5px;
    min-height: 80px;
    padding-left: 95px;
    margin-top: 20px;
}

    .oms-form-line-but button {
        margin-left: 10px;
    }

.oms-col {
    display: flex;
    align-items: baseline;
    margin-right: 10px;
    margin-bottom: 10px;
}

.oms-search-box .oms-col {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.oms-col button i {
    font-size: 20px;
    font-weight: bold;
}

    .oms-col button i.icon-chongzhi {
        font-size: 14px;
        font-weight: 400;
    }

.oms-col-from {
    display: flex;
    margin-right: 10px;
    height: 65px;
    align-items: flex-start;
}

    .oms-col-from.heightauto {
        height: auto;
    }

.oms-form-line-but .oms-col {
    margin-bottom: 0;
}

.oms-col > span, .oms-col-from > span {
    white-space: nowrap;
    margin-right: 5px;
    display: flex;
    align-items: center;
    min-width: 80px;
    justify-content: flex-end;
    height: 34px;
}

    .oms-col-from > span i.icon-xinghao1 {
        font-size: 20px;
        color: #d9524f;
    }

.oms-col .form-control {
    min-width: 200px;
}

.oms-from-box {
    padding: 0 20px;
    position: relative;
}

.o-f-title {
    display: flex;
    height: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #438eb9;
}

    .o-f-title h3 {
        margin: 0;
        display: flex;
        height: 60px;
        align-items: center;
        color: #438eb9;
        font-weight: 600;
        font-size: 20px;
    }

    .o-f-title small {
        height: 60px;
        display: flex;
        margin-left: 10px;
        font-size: 14px;
        color: #8591a0;
    }

        .o-f-title small span {
            color: #d9524f;
        }

            .o-f-title small span i {
                font-size: 20px;
            }

.oms-form-line .alert {
    margin-bottom: 0;
}

.alert {
    width: 100%;
}

.oms-col-title {
    height: 40px;
    width: 80px;
    justify-content: flex-end;
    display: flex;
    font-weight: bold;
    font-size: 16px;
}

.form-group.notitle {
    margin-left: 85px;
}
/* #endregion */

/*#region 错误页面*/
.error-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    color: #fff;
}

.error-title {
    font-size: 50px;
    font-weight: bold;
}

    .error-title i {
        font-size: 50px;
        font-weight: bold;
        margin-right: 10px;
    }

.error-msg {
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 1px;
    color: #f5f5f5;
}
/*#endregion*/

/*#region begin 自定义下拉菜单*/

div.hxselect.tbedit {
    position: fixed;
    margin-top: -27px;
    z-index: 1;
    margin-left: -10px;
    min-width: 112px;
}

    div.hxselect.tbedit i.icon-wrong {
        position: absolute;
        top: 6px;
        right: 7px;
    }

    div.hxselect.tbedit > p::after {
        width: 8px;
        height: 8px;
        content: '';
        position: absolute;
        top: 10px;
        right: 32px;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        transform: rotate(-45deg);
        transition: transform .3s ease-out, top .2s ease-out;
    }

section.custom-select {
    text-align: center;
    height: 320px;
    padding-top: 2rem;
    background-color: bisque;
}

div.hxselect, div.countryselect {
    min-width: 180px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

    div.hxselect.min {
    min-width: 65px;
    width: 65px;
    white-space: nowrap;
    }
    .form-group.has-error div.hxselect > p, div.countryselect > p {
        border-color: #a94442;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    }

    div.hxselect > p, div.countryselect > p {
        background-color: #FFF;
        text-align: left;
        height: 34px;
        padding: 6px 30px 6px 12px;
        position: relative;
        border-radius: 3px;
        border: 1px solid #ccc;
        display: flex;
        align-items: center;
        cursor: pointer;
        margin: 0;
        color: #555;
    }
    div.hxselect.readonly > p, div.countryselect.readonly > p {
        background-color: #FFF;
        text-align: left;
        height: 34px;
        padding: 6px 30px 6px 12px;
        position: relative;
        border-radius: 3px;
        border: 1px solid #ccc;
        display: flex;
        align-items: center;
       cursor: not-allowed;
        margin: 0;
        color: #555;
        background:#eee;
    }

        div.hxselect > p::after, div.countryselect > p::after {
            width: 8px;
            height: 8px;
            content: '';
            position: absolute;
            top: 10px;
            right: 10px;
            border-bottom: 1px solid #ccc;
            border-left: 1px solid #ccc;
            transform: rotate(-45deg);
            transition: transform .3s ease-out, top .2s ease-out;
        }

        div.hxselect > p.focus::after, div.countryselect > p.focus::after {
            top: 13px;
            transform: rotate(-225deg);
        }

    div.hxselect ul, div.countryselect ul {
        text-align: left;
        line-height: 2rem;
        list-style-type: none;
        background-color: #f5f5f5;
        border-right: 1px solid #FFF;
        border-left: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        border-radius: 0 0 .5rem .5rem;
        -moz-border-radius: 0 0 .5rem .5rem;
        -webkit-border-radius: 0 0 .5rem .5rem;
        text-indent: .5rem;
        padding: .5rem 0;
        display: none;
    }

        div.hxselect ul li, div.countryselect ul li {
            height: 34px;
            display: flex;
            align-items: center;
            padding-left: 7px;
        }

        div.hxselect ul.active, div.countryselect ul.active {
            display: block;
            animation: ulactive .3s;
            z-index: 1;
            position: absolute;
            max-height: 150px;
            overflow-y: scroll;
            width: 100%;
        }

@keyframes ulactive {
    0% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(1.1);
    }

    100% {
        transform: scaleY(1);
    }
}

div.hxselect ul li:hover, div.countryselect ul li:hover {
    background: #e5e5e5;
}

div.hxselect ul li.select, div.countryselect ul li.select {
    background: #c4dbe9;
}

#ezopagesize {
    min-width: auto !important;
    margin-left: 5px !important;
    margin-right: 0 !important;
}

div#ezopagesize ul {
    border-top: 1px solid #fff;
    border-bottom: 0;
    border-radius: .5rem .5rem 0 0;
    -moz-border-radius: .5rem .5rem 0 0;
    -webkit-border-radius: .5rem .5rem 0 0;
}

    div#ezopagesize ul.active {
        top: -151px;
    }
/*#endregion end 自定义下拉菜单*/

/*#region 文本框*/
.oms-col-from .form-control {
    width: 180px;
}
.oms-col-from .form-control.min {
    width: 115px;
}
    .oms-col-from .form-control.max {
        width: 455px;
    }
/*#endregion*/

/*#region  分页*/
div.tab-tool {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ecf1f4;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #dae7ef;
}

div.ezpage {
    text-align: center;
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
}

    div.ezpage a {
        text-decoration: none;
    }

.div.ezpage span {
    margin: 0 3px;
}

div.ezpage span, div.ezpage a {
    display: inline-block;
    box-sizing: border-box;
}

.current {
    color: #ffffff;
    background: #3379b7;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
}

.zxfPagenum {
    background: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0 3px;
    border-radius: 3px;
}

.nextpage {
    margin: 0 3px;
}

.nextbtn, .prebtn, span.disabled {
    background: #fff;
    width: 88px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    margin: 0 5px;
    color: #ccc;
}

.zxfinput {
    width: 50px;
    height: 34px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    margin: 0 5px;
    border-radius: 3px;
    color: #666;
}

.zxfokbtn {
    width: 48px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #E6E6E6;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 3px;
    background: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*#endregion*/

/*#region 弹窗*/
.jconfirm .jconfirm-box div.jconfirm-title-c {
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.jconfirm-title-c {
    display: flex;
    align-items: center;
}

    .jconfirm-title-c .iconfont {
        font-size: 20px;
        font-weight: 600;
    }
/*#endregion*/

/*#region 表格*/
.table thead label {
    margin: 0;
    font-weight: 400;
    margin-left: 5px;
}

.table tbody label {
    margin: 0;
    font-weight: 400;
}

.table tbody .notfind {
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #ccc;
}

.table tbody .iconfont.icon-unchecked, .table tbody .iconfont.icon-check_box {
    margin-right: 10px;
}

.table input[type=checkbox] {
    margin: 0;
    position: absolute;
    left: 6px;
    top: 10px;
    width: 20px;
    height: 20px;
    opacity: 0;
}

.table tbody .ezordercheckbox {
    color: #3379b7;
}

.tab-tool .iconfont.icon-shanchu4 {
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-right: 5px;
    cursor: pointer;
}

.tab-tool .iconfont.icon-icon-edit {
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-right: 6px;
    cursor: pointer;
}

.tab-tool .iconfont.icon-hao {
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
}

td.tool i {
    padding: 0px;
    border-radius: 4px;
    background: transparent;
    color: #000;
    margin: 0 10px;
}

    td.tool i:hover {
        background: transparent;
        color: #000;
        cursor: pointer;
    }

td {
    position: relative;
}

    td .tbedit {
        font-size: 13px;
        margin-left: 5px;
        cursor: pointer;
        color: #428bca;
    }
/*#endregion*/

/*#region 多选*/
.ms-container {
    margin-bottom: 20px;
}

.custom-header {
    background: #438eb9;
    color: #fff;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
}

.ms-container .ms-selectable li.ms-elem-selectable, .ms-container .ms-selection li.ms-elem-selection {
    border-bottom: 1px #eee solid !important;
    padding: 8px 0 !important;
    text-indent: 18px !important;
}
/*#endregion*/

/*#region 开关*/
.toggle-control {
    display: block;
    position: relative;
    padding-left: 100px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .toggle-control input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .toggle-control input:checked ~ .control {
            background-color: #57697d;
        }

            .toggle-control input:checked ~ .control:after {
                left: 28px;
            }

    .toggle-control .control {
        position: absolute;
        top: 5px;
        left: 0;
        height: 24px;
        width: 50px;
        border-radius: 25px;
        background-color: #cdcdcd;
        transition: background-color 0.15s ease-in;
    }

        .toggle-control .control:after {
            content: "";
            position: absolute;
            left: 2px;
            top: 2px;
            width: 20px;
            height: 20px;
            border-radius: 25px;
            background: white;
            transition: left 0.15s ease-in;
        }

/*#endregion*/

/*#region 公司信息*/
.companylogobox {
    position: relative;
    top: -40px;
    width: 74px;
    height: 74px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

    .companylogobox i {
        font-size: 40px;
        cursor: pointer;
    }

    .companylogobox .dellogo {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: none;
        border-radius: 4px;
    }

        .companylogobox .dellogo .layer {
            position: absolute;
            background: #000;
            opacity: .4;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            display: none;
        }

            .companylogobox .dellogo .layer i {
                color: #fff;
            }

.help-block.upload {
    position: absolute;
    top: 72px;
}

.companylogo {
    cursor: pointer;
}

b.companycode {
    height: 34px;
    display: flex;
    align-items: center;
}

/*#region 上传多张图片*/
div.imgsupdate {
    position: relative;
    top: -27px;
    height: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

    div.imgsupdate .icon-jia {
        border: 1px solid #ccc;
        height: 60px;
        width: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
        font-size: 30px;
        color: #ccc;
        cursor: pointer;
        margin-right: 10px;
    }

    div.imgsupdate .imgs-line-box {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 4px;
        margin-right: 10px;
    }

        div.imgsupdate .imgs-line-box img {
            width: 60px;
            height: 60px;
            border: 1px solid #438eb9;
            border-radius: 4px;
        }

        div.imgsupdate .imgs-line-box .layer {
            position: absolute;
            background: #000;
            opacity: .4;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            display: none;
        }

            div.imgsupdate .imgs-line-box .layer i {
                color: #fff;
                font-size: 30px;
            }

/*#endregion*/
/*#endregion*/

/*#region 文本编辑器*/
.modal-body .form-group {
    display: flex;
    align-items: center;
}

    .modal-body .form-group label {
        margin: 0 5px 0 0;
    }
/*#endregion*/

/*#region 客户列表*/
.tag-style span {
    background: #FFF;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    border-radius: 3px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin-right: 5px;
    cursor: pointer;
}

    .tag-style span.active {
        background: #4aa9e0;
        color: #fff;
        border: 1px solid #69b9ff;
    }
/*#endregion*/

