html,
body {
    width: 100%;
    height: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: "微软雅黑"!important;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

li {
    list-style: none;
}

.layui-laydate-content td.laydate-selected {
    background: #8062f5 !important;
    color: #fff;
}

.font24 {
    font-size: 24px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

button:focus {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #2c3338;
    font-size: 14px;
}
.lightred{color: lightcoral;}
.left {
    display: block;
    float: left;
}

.right {
    display: block;
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
}

.con {
    position: absolute;
    left: 50%;
    top: 40%;
    background: #f5f6fa;
    border-radius: 6px;
    transform: translate(-50%, -50%);
    transition: top 0.2s linear;
}

.con_b {
    top: 50% !important;
}
.starIcon{
	color: red;
}
.headCus {
    height: 46px;
    width: 100%;
    background: #4b8ce8;
    position: relative;
}

.headCus h3 {
    line-height: 46px;
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
}

.headCus button {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #fff;
}

img {
    border: none;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    /*white-space: nowrap;*/
}/*一行...*/

.selectGoods .iName{width: 180px;height: 32px;max-width: inherit!important;display:inherit;}
/*一行...*/

.ui-select {
    float: left;
    position: relative;
    vertical-align: middle;
    padding: 0;
    overflow: hidden;
    background: #fff;
    color: #555 !important;
    border: 1px solid #bbb;
    text-shadow: none;
    -moz-transition: box-shadow 0.25s ease;
    -o-transition: box-shadow 0.25s ease;
    -webkit-transition: box-shadow 0.25s ease;
    transition: box-shadow 0.25s ease;
    height: 32px;
    width: 105px;
    margin-right: 10px;
    font-size: 14px;
}

.ui-select i {
    position: absolute;
    right: 10px;
    top: 8px;
}

.make {
    cursor: pointer;
    width: 100%;
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /*width: 160%;*/
    position: absolute;
    left: 0;
    top: 0;
    /*z-index: 2;*/
    outline: none;
    height: 100%;
    padding-left: 10px;
    color: #555 !important;
}

.nav_input {
    height: 34px;
    width: 144px;
    margin-top: 10px;
    margin-right: 12px;
    float: left;
}

.nav_input input {
    width: 134px;
    height: 32px;
    outline: none;
    border: 1px solid #bbb;
    color: #555;
    padding-left: 10px;
    font-size: 14px;
}

.body_child {
    background: #e8eaf1;
}

.tableCus {
    padding: 15px;
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 100px;
}

#demo7 {
    position: absolute;
    bottom: 80px;
    left: 0;
}

.tableCustom {
    border: none;
    color: rgb(rgb 38, 43, 55);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    width: 100%;
    /* min-width: 1200px; */
}

.tableCustom thead {
    background: rgb(244, 246, 250);
    height: 36px;
}

.tableCustom thead tr th {
    border: none;
    font-weight: normal;
    font-size: 14px;
    padding: 12px 8px;
}

.tableCustom tbody {
    background: #fff;
}

.tableCustom tbody tr {
    border-bottom: 1px solid rgb( 244, 246, 250) !important;
}

.tableCustom tr:nth-child(2n) {
    background: rgba(244, 246, 250, 0.4);
}

.tableCustom tr:nth-child(2n):hover {
    background: #f4f6fa;
}

.tableCustom tbody tr td {
    border: none;
    vertical-align: middle;
    text-align: center;
    height: 30px;
    padding: 4px;
    cursor: pointer;
    font-size: 14px;
}

.tableCustom tbody tr:hover {
    background: #f4f6fa;
}

.tableCustom tbody tr td>button {
    background: none;
    border: none;
    outline: none;
    display: inline-block;
    color: rgb(94, 62, 235);
    padding: 0;
    cursor: pointer;
}

.tdImg {
    width: 50px;
    height: 33px;
    display: inline-block;
}

input {
    outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666;
}


/*导航*/

.page_nav {
    height: 56px;
    background: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.18);
    padding-left: 20px;
    padding-right: 10px;
    box-sizing: border-box;
    /* min-width: 1215px; */
    /*overflow: hidden;*/
}

.search_btn {
    background: -moz-linear-gradient(left, rgba(94, 62, 235, 0.9), rgba(163, 135, 255, 0.9));
    background: -webkit-gradient(linear, 0 50%, 100% 50%, from(rgba(94, 62, 235, 0.9)), to(rgba(163, 135, 235, 0.9)));
    background: -webkit-linear-gradient(left, rgba(94, 62, 235, 0.9), rgba(163, 135, 235, 0.9));
    background: -o-linear-gradient(left, rgba(94, 62, 235, 0.9), rgba(163, 135, 235, 0.9));
    width: 44px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: none;
    margin: 13px 0 0 5px;
    float: left;
    border-radius: 3px;
    cursor: pointer;
}

.search_btn i {
    color: #fff;
    font-weight: 900;
}

.add_btn,
.batchBtns,
.add_btn_all,
.btn_disable{
    float: right;
    border: none;
    cursor: pointer;
    background: rgb(94, 62, 235);
    color: #fff;
    height: 30px;
    padding: 0 10px;
    border-radius: 3px;
    margin-top: 13px;
    margin-right: 5px;
    font-size: 14px;
}
/* 下载发票按钮禁用样式 */
.disable-download {
    color: #999;
    background-color: #eee;
}

.add_btn_all_disabled{
    float: right;
    border: none;
    background: rgb(143, 143, 143);
    color: #fff;
    height: 30px;
    padding: 0 10px;
    border-radius: 3px;
    margin-top: 13px;
    margin-right: 5px;
    font-size: 14px;
}
.btn_disable{
    background: rgb(143, 143, 143);
    line-height: 30px;
}
.btn_disable:hover{
    color: #fff;
}

/*弹框*/

.dialog_custom {
    background: #fff;
    width: 500px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3) !important;
    font-size: 14px;
}

.dialog_custom_b {
    width: 520px;
}

.width_other {
    width: 300px;
}

.height_30 {
    margin: 0;
    height: 30px;
}

.formW {
    margin-top: 40px;
    overflow-y: scroll;
    padding-bottom: 20px;
    overflow-x: hidden;
}

.form-group:last-child {
    height: 70px;
}

.uploadImg {
    height: 150px;
}

.uploadW {
    width: 300px;
    height: 32px;
    float: left;
    font-size: 14px;
    line-height: 32px;
}

.upinput {
    display: inline-block;
    width: 200px;
    height: 30px;
    padding: 0 0 0 10px;
    border: 1px solid #bbb;
    float: left;
}

.upBtn {
    display: block;
    width: 70px;
    height: 32px;
    background: rgb(94, 62, 235);
    float: left;
    margin-left: 18px;
    position: relative;
    text-align: center;
    line-height: 32px;
    color: #fff;
    cursor: pointer;
}

#upBtn {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.uploadW button {
    background: rgb(128, 98, 245);
    cursor: pointer;
    height: 32px;
    width: 82px;
    color: #fff;
    border-radius: 3px;
    border: none;
    outline: none;
    display: inline-block;
    font-size: 14px;
}

.upImgW {
    position: relative;
    clear: both;
    padding-top: 10px;
}

.upImgW>.upImgW_two {
    width: 150px;
    height: 100px;
    border: 1px solid #bbb;
    /*margin-top: 10px;*/
    /**/
}

.upImgW>span {
    position: absolute;
    bottom: 0;
    color: red;
    left: 170px;
    cursor: pointer
}

.margin-top-30 {
    margin-top: 30px;
}

#upimg {
    display: block;
    max-height: 100px;
    width: 100%;
}

.input_div input {
    width: 290px;
    padding: 0 0 0 10px;
    height: 30px;
    border: 1px solid #bbb;
    font-size: 14px;
}

.ui-select {
    margin-top: 10px;
}

.formW {
    height: 500px;
}

.width_other {
    width: 300px;
}

.height_30 {
    margin: 0;
    height: 30px;
}

.input_div {
    float: left;
    /*height: 32px;*/
    width: 300px;
}

.combo_time {
    width: 300px;
    font-size: 0;
}

.combo_time input {
    width: 67px;
    float: left;
    text-align: center;
    padding: 0;
    border: 1px solid #bbb;
    margin-right: 8px;
    cursor: pointer;
}

.combo_time input.active {
    border-color: rgb(94, 62, 235) !important;
}

.combo_time input:last-child {
    margin-right: 0;
}

.input_div p {
    width: 69px;
    float: left;
    margin-right: 8px;
}

.input_div p:last-child {
    margin-right: 0;
}

.input_div p input {
    width: 67px;
    padding-left: 5px;
    box-sizing: border-box;
    text-align: left;
    font-size: 14px;
}

.input_div p span {
    font-size: 12px;
    display: block;
    width: 120%;
    text-align: left;
    padding-top: 8px;
}

.selectGoods {
    width: 300px;
    float: left;
}

.selectGoods span {
    float: left;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    max-width: 105px;
}

.goodsNum {
    overflow: hidden;
    float: right;
    width: 100px;
}

.goodsNum span {
    cursor: pointer;
}

.selectGoods button {
    float: right;
}

.selectGoods input {
    text-align: center;
}

.changeNum {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #bbb;
}

.goodsNum .minusNum {
    border-right: none;
}

.goodsNum .addNum {
    border-left: none;
}

.addNum {
    float: left !important;
}

.selectGoods li {
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
}

.selectGoods input {
    width: 30px;
    padding: 5px 0;
    border: 1px solid #bbb;
    font-size: 14px;
    float: left;
}

.selectGoods button {
    background: transparent;
    margin: 0 0 0 5px;
    outline: none;
    padding: 5px 13px;
    cursor: pointer;
    outline: none;
    border: 1px solid #bbb;
    font-size: 14px;
}

.selectGoods button:hover {
    color: rgb(128, 98, 245);
    border: 1px solid rgb(128, 98, 245);
}

.searchInput {
    margin-left: 127px;
    width: 287px;
    height: 30px;
    padding-left: 10px;
    border: 1px solid #bbb;
    font-size: 14px;
}

.has_search {
    position: relative;
}

.searchList {
    left: 127px;
    width: 298px;
    position: absolute;
    top: 40px;
    border: 1px solid rgb(128, 98, 245);
    z-index: 999;
    margin-bottom: 20px;
    display: none;
    background: #fff;
    box-sizing: border-box;
}

.searchList li {
    font-size: 14px;
    line-height: 25px;
    padding-left: 10px;
    cursor: pointer;
}

.searchList li:hover {
    background: #e8eaf1;
}

textarea {
    resize: none;
}

.comboIn {
    width: 288px;
    height: 70px;
    border: 1px solid #bbb;
    padding: 10px 0 0 10px;
    outline: none;
    font-size: 14px;
}

.singleInput {
    width: 280px;
    height: 30px;
    border: 1px solid #bbb;
    padding-left: 10px;
}

.dialog_custom h4 {
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 15px;
    background: #f4f6fa;
    font-weight: normal;
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box;
}

.form-group {
    margin-top: 20px;
}

.form-group_label {
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    width: 107px;
    text-align: right;
    margin-right: 20px;
}

.radioCus {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 20px;
}

.radioCus span {
    float: left;
    width: 11px;
    height: 11px;
    border: 1px solid #bbb;
    border-radius: 50%;
    margin-top: 9px;
    margin-right: 5px;
}

.radioCus.active span>i {
    width: 7px;
    height: 7px;
    display: block;
    background: rgb(94, 62, 235);
    border-radius: 50%;
    margin: 2px 0 0 2px;
}

.checkboxs {
    display: inline-block;
    padding-top: 10px;
    font-size: 14px;
}

.checkboxs input {
    width: 20px !important;
    vertical-align: top;
}

.addCombo_btns {
    text-align: center;
    border-top: 1px solid rgb(244, 246, 250);
    line-height: 40px;
    font-size: 16px;
    color: rgb(128, 98, 245);
}

.addCombo_btn {
    width: 50%;
    box-sizing: border-box;
    float: left;
    height: 46px;
}

.addCombo_btn:hover {
    background: #f4f6fa;
}

.addCombo_btn:first-child {
    border-right: 1px solid rgb(244, 246, 250);
    color: rgba(82, 82, 82, 0.5);
}

.searchPagename {
    position: relative;
}


/*信息类弹框样式*/

.normal_wrap {
    padding: 20px 10px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 260px;
    font-size: 16px;
    color: #fff;
    z-index: 99999;
}

.confim_wrap {
    width: 400px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3) !important;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    transform: translateY(-50%);
}

.confim_cont>h4 {
    height: 40px;
    line-height: 30px;
    background: #f4f6fa;
    padding: 0 10px;
}

.confim_cont>p {
    padding: 30px;
    line-height: 20px;
    text-align: center;
}

.confim_btn_con {
    border-top: 1px solid rgb(244, 246, 250);
    height: 40px;
    line-height: 40px;
}

.confim_btn_con>a {
    display: block;
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}

.confim_btn_con>a:first-child {
    border-right: 1px solid rgb(244, 246, 250);
}

.confim_btn_con>a:hover {
    background: #f4f6fa;
}

.confim_wrap_info {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.confim_cont {
    width: 400px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -40%);
    border-radius: 6px;
    overflow: hidden;
}

.confim_wrap_info>.confim_cont>h4 {
    line-height: 40px !important;
}

.confim_ok {
    color: rgb(128, 98, 245);
}

.pagination {
    text-align: center;
}

.layui-laypage-count,
.layui-laypage-limits {
    background: none !important;
}

.removeImg {
    cursor: pointer;
}

.combo_intro_p {
    line-height: 20px;
}

.iframeCus::-webkit-scrollbar {
    display: none !important;
}

.flex {
    display: flex;
    flex-direction: row;
}

.flexItem {
    flex-grow: 1;
}
.warning{color: #e6a23c!important;}
.danger{color: #f56c6c!important;;}



/* 批量操作按钮样式 */
.batchBtns{
    background: none;
    text-align: right;
}
.batchBtns .btn{
    display: inline-block;
    background: rgb(94, 62, 235);
    color: #fff;
    cursor: pointer;
}
.batchBtns .disabled{
    background: #ddd;
    color: #333;
}
.batchBtns .childs{
    display: none;
    padding: 10px 0;
    position: relative;
    background-color: #fff;
    z-index: 10;
}
.batchBtns button{
    display: block;
    border: none;
    height: 30px;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 14px;
}
.batchBtns .childs button{
    background-color: #fff;
    color: #333;
    border-radius: 0;
}
.batchBtns .childs button:hover{
    background: rgb(94, 62, 235);
    color: #fff;
    cursor: pointer;
}

/* layer 样式重定义 */
.layui-layer-title{
    font-size: 15px !important;
    font-weight: 600;
}
.layui-layer-close{
    display: none !important;
}
.layui-layer-btn{
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding: 0 !important;
}
.layui-layer-btn a{
    width: 49%;
    height: auto !important;
    display: inline-block;
    text-align: center;
    padding: 6px 0 !important;
    margin: 0 !important;
    border: none !important;
    background-color: transparent !important;
    box-sizing: border-box;
}
.layui-layer-btn .layui-layer-btn0{
    color: #333 !important;
}
.layui-layer-btn .layui-layer-btn1{
    border-left: 1px solid #ddd !important;
    color: rgb(94, 62, 235) !important;
}

.layui-card-body{
    padding: 0 !important;
}

/* 重定义搜索框样式 */
.flex_nav{
    display: flex;
    flex-wrap: wrap;
    height: initial;
    padding-bottom: 10px;
}
.flex_nav .add_btn,
.flex_nav .batchBtns,
.flex_nav .add_btn_all{
    margin-left: auto;
}