﻿/*
=============================================
 Author:	wn
 Create date: 	2012-9-11
 Description:	应用产品页面所有页面
==========修改记录===========================
 ============================================
*/
/* 通用标签样式集*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

:before,
:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-text-size-adjust: none;
    height: 100%;
    width: 100%;
}

body {
    font-size: 12px;
    height: 100%;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", 'WenQuanYi Micro Hei', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 1.2rem;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: inherit;
}

label {
    font-weight: inherit;
    font-size: inherit;
    margin-bottom: 0;
    vertical-align: middle;
}

b,
strong {
    font-weight: 700;
}

table,
font {
    font-size: 12px;
}

p,
pre,
figure {
    margin: 0;
}

textarea {
    resize: none;
}

ol,
ul {
    margin: 0;
}


ul,
li,
dt,
dd {
    list-style: none;
}

form,
iframe,
img {
    margin: 0;
    background-color: Transparent;
    border: 0;
}

img {
    overflow: hidden;
}

iframe {
    display: block;
    vertical-align: top;
}

select {
    white-space: nowrap;
}

figure {
    margin: 0;
}

table {
    border-collapse: separate;
}

td {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

td svg {
    word-break: normal;
    word-wrap: normal;
    white-space: normal;
}

a,
input,
button {
    margin: 0;
    padding: 0;
    outline: none !important;
}

a,
button {
    text-decoration: none;
    cursor: pointer;
}

button,
input[type=button] {
    overflow: visible;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a:focus {
    outline: none;
}

/* form高度100%*/
.formheight {
    height: 100%;
    margin: 0;
}

/*#region通用排版************************/
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-right>* {
    margin-right: 0;
    margin-left: auto;
}

.text-left>* {
    margin-left: 0;
    margin-right: auto;
}

.text-center>* {
    margin-left: auto !important;
    margin-right: auto !important;
}

.img-circle {
    border-radius: 150%;
}

/**#region***基础字体***********************/
.font12 {
    font-size: 12px !important;
}

.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}

.font18 {
    font-size: 18px !important;
}

.font20 {
    font-size: 20px !important;
    line-height: 1.25;
}

.font24 {
    font-size: 24px !important;
    line-height: 1.25;
}

.font28 {
    font-size: 28px !important;
    line-height: 1.25;
}

.font32 {
    font-size: 32px !important;
    line-height: 1.25;
}

.font36 {
    font-size: 36px !important;
    line-height: 1.25;
}

.font40 {
    font-size: 40px !important;
    line-height: 1.25;
}

.font44 {
    font-size: 44px !important;
    line-height: 1.25;
}


.font48 {
    font-size: 48px !important;
    line-height: 1.25;
}


.font64 {
    font-size: 64px !important;
    line-height: 1.25;
}

/*#region***通用标签*********************/
.lz-page {
    width: 100%;
    height: 100%;
}

.lz-page-1200,
.page-width1200 {
    width: 100%;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.lz-page-1440,
.page-width1440 {
    width: 100%;
    max-width: 1440px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.lz-page-per80 {
    width: 80%;
    padding-left: 15px;
    padding-right: 15px;
}

.lz-scroll {
    overflow: auto !important;
    height: 100%;
}

.lz-scroll-hide {
    overflow: hidden !important;
}

.lz-scroll-auto {
    overflow: auto;
}

.lz-full-height {
    height: 100%;
}

.lz-min-height {
    min-height: 100%;
}

.ui-position {
    position: relative;
}

/*#endregion*/
/* 通用用float后的样式不浮动*/
.noclear:after,
.clear:after,
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/**#region*input默认**************************************/
input::-ms-clear {
    display: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #A9A9A9;
    font-size: 1.2rem;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #A9A9A9;
    opacity: 1;
    font-size: 1.2rem;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #A9A9A9;
    opacity: 1;
    font-size: 1.2rem;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #A9A9A9;
    font-size: 1.2rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: none;
}

/*关闭input的自动识别颜色*/
.input:-webkit-autofill {
    transition: color 9999s ease-out, background-color 9999s ease-in-out 0s;
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-in-out 0s;
}

/*通用加载图标******************************************************************************************************/
.LzLoading {
    text-align: center;
    vertical-align: middle;
}

.LzLoading>table {
    margin: 0 auto;
}


.loadinglayer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999;
}

.loadinglayer.bg-dark {
    background: rgba(0, 0, 0, 0.65);
}

.loadinginnner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.loadinginnner>.progress {
    width: 20vw;
    height: 15px;
    border-radius: 10px;
    margin-bottom: 12px;
}

.loadinginnner .progress-bar {
    animation: progressbar 2s linear infinite;
}

.loading-view {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    padding: 15px 25px;
    border-radius: 8px;
    text-align: center;
}

.loading-pic {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto 5px;
}


.icon-loading1 {
    background: url(/App_Skins/Common/images/loading1.gif) no-repeat;
    background-size: 32px auto;
}

.icon-loading,
.loading-img {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: spinner-spin 1s step-end infinite;
    animation: spinner-spin 1s step-end infinite;
}

.icon-loading:after,
.loading-img:after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox=\'0 0 120 120\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\'><defs><line id=\'l\' x1=\'60\' x2=\'60\' y1=\'7\' y2=\'27\' stroke=\'%23004b8e\' stroke-width=\'11\' stroke-linecap=\'round\'/></defs><g><use xlink:href=\'%23l\' opacity=\'.27\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(30 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(60 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(90 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(120 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.27\' transform=\'rotate(150 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.37\' transform=\'rotate(180 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.46\' transform=\'rotate(210 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.56\' transform=\'rotate(240 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.66\' transform=\'rotate(270 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.75\' transform=\'rotate(300 60,60)\'/><use xlink:href=\'%23l\' opacity=\'.85\' transform=\'rotate(330 60,60)\'/></g></svg>');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}

@-webkit-keyframes spinner-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    8.33333333% {
        -webkit-transform: rotate(30deg);
    }

    16.66666667% {
        -webkit-transform: rotate(60deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
    }

    33.33333333% {
        -webkit-transform: rotate(120deg);
    }

    41.66666667% {
        -webkit-transform: rotate(150deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    58.33333333% {
        -webkit-transform: rotate(210deg);
    }

    66.66666667% {
        -webkit-transform: rotate(240deg);
    }

    75% {
        -webkit-transform: rotate(270deg);
    }

    83.33333333% {
        -webkit-transform: rotate(300deg);
    }

    91.66666667% {
        -webkit-transform: rotate(330deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spinner-spin {
    0% {
        transform: rotate(0deg);
    }

    8.33333333% {
        transform: rotate(30deg);
    }

    16.66666667% {
        transform: rotate(60deg);
    }

    25% {
        transform: rotate(90deg);
    }

    33.33333333% {
        transform: rotate(120deg);
    }

    41.66666667% {
        transform: rotate(150deg);
    }

    50% {
        transform: rotate(180deg);
    }

    58.33333333% {
        transform: rotate(210deg);
    }

    66.66666667% {
        transform: rotate(240deg);
    }

    75% {
        transform: rotate(270deg);
    }

    83.33333333% {
        transform: rotate(300deg);
    }

    91.66666667% {
        transform: rotate(330deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes progressbar {
    0% {
        width: 0;
    }

    100% {
        width: 90%;
    }
}

@-webkit-keyframes progressbar {
    0% {
        width: 0;
    }

    100% {
        width: 90%;
    }
}

/****产品通用遮罩层******/
#mask {
    line-height: 0;
    font-size: 0;
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1000;
    background-color: #333;
    filter: Alpha(opacity=10);
    opacity: 0.1;
}

/****通用样式定义*******2018-03-01wn*****************************************/
.no-margin {
    margin: 0 !important;
    margin: 0;
}

.no-padding {
    padding: 0 !important;
    padding: 0;
}

.padding-all {
    padding: 10px 15px !important;
}

.padding-sm {
    padding: 5px 6px !important;
}

.padding-lg {
    padding: 20px 25px !important;
}


.padding-tb {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.padding-tb-sm {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.padding-lr {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.padding-lr-sm {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.padding-lr-lg {
    padding-left: 25px !important;
    padding-right: 25px !important;
}

.padding-left {
    padding-left: 15px !important;
    padding-left: 15px;
}

.padding-left-sm {
    padding-left: 5px !important;
    padding-left: 5px;
}

.padding-right {
    padding-right: 15px !important;
    padding-right: 15px;
}

.padding-right-sm {
    padding-right: 5px !important;
    padding-right: 5px;
}

.padding-right-lg {
    padding-right: 25px !important;
    padding-right: 25px;
}

.padding-top {
    padding-top: 10px !important;
    padding-top: 10px;
}

.padding-top-sm {
    padding-top: 5px !important;
    padding-top: 5px;
}

.margin-all {
    margin: 10px 12px !important;
}

.margin-sm {
    margin: 5px 6px !important;
}

.margin-top {
    margin-top: 10px !important;
    margin-top: 10px;
}

.margin-top-sm {
    margin-top: 5px !important;
    margin-top: 5px;
}

.margin-bottom {
    margin-bottom: 10px !important;
    margin-bottom: 10px;
}


.margin-bottom-sm {
    margin-bottom: 5px !important;
    margin-bottom: 5px;
}

.margin-left {
    margin-left: 12px !important;
    margin-left: 12px;
}


.margin-left-sm {
    margin-left: 5px !important;
    margin-left: 5px;
}

.margin-right {
    margin-right: 12px !important;
    margin-right: 12px;
}

.margin-right-sm {
    margin-right: 5px !important;
    margin-right: 5px;
}


.no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.no-padding-lr {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-padding-r {
    padding-right: 0 !important;
}

.no-padding-l {
    padding-left: 0 !important;
}



.no-padding-b {
    padding-bottom: 0 !important;
}

.no-margin-b {
    margin-bottom: 0 !important;
}

/*#endregion*/
.opacity35 {
    opacity: 0.35;
    filter: alpha(opacity=35);
}

.opacity40 {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.opacity50 {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.opacity75 {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

/**#region***基础颜色***********************/
.color-gray {
    color: #9a9a9a !important;
}

.color-green {
    color: #5ba339 !important;
}

.color-red {
    color: #f04949 !important;
}

.color-blue {
    color: #269ef7 !important;
}

.color-org {
    color: #ee8530 !important;
}


.color-white {
    color: #fff;
}


.bg-gray {
    background: #f4f5f7;
}

.bg-lightgray {
    background: #fafbfe;
    color: #333;
}

.bg-darkgray {
    background: rgba(0, 0, 0, 0.15);
}

.bg-red,
.badge-danger,
.btn-danger {
    background: #e4523f;
    border-color: #e4523f;
    color: #fff;
}

.bg-info {
    background: #e1f2fa;
}

.bg-green,
.badge-success {
    background: #5ba339;
    border-color: #5ba339;
    color: #fff;
}

.bg-blue,
.bg-theme,
.badge-primary {
    background: #4e97d9;
    border-color: #4e97d9;
    color: #fff;
}

.bg-default {
    background: #f7f8f9;
}

.bg-white {
    background: #fff !important;
}

.bg-body {
    background: #f3f4f5;
}

.bg-transparent {
    background: none;
    background-color: transparent !important;
}

.bg-primary {
    background: #93bdf6;
    border-color: #93bdf6;
}

.btn-info {
    background-color: #65ab44;
    border-color: #65ab44;
    color: #fff;
}


.btn-warning {
    background: #fdba45;
    border-color: #fdba45;
    color: #fff;
}

/*#endregion*/
.badge {
    min-width: 18px;
    line-height: 18px;
    font-size: 10px;
    font-weight: normal;
    padding: 0 4px;
    text-align: center;
    border-radius: 18px;
}

.badge.up {
    position: absolute;
    top: -5px;
    left: 12px;
    margin: 0;
    border-radius: 15px;
}

/**颜色设置*/
.color-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.color-danger {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.color-lignt-blue {
    color: #6fbaf8;
    border-color: #6fbaf8;
    background: #6fbaf8;
}

.color-lignt-green {
    color: #75bb4c;
    border-color: #75bb4c;
    background: #75bb4c;
}

.color-lignt-red {
    color: #f36060;
    border-color: #f36060;
    background: #f36060;
}

.color-lignt-gray {
    color: #cdcdcd;
    border-color: #cdcdcd;
    background: #cdcdcd;
}

.color-lignt-org {
    color: #ffba4c;
    border-color: #ffba4c;
    background: #ffba4c;
}

.color-lignt-yellow {
    color: #fad102;
    border-color: #fad102;
    background: #fad102;
}


.view-font {
    background: none !important;
    border-width: 0 !important;
}

.view-font.color-1 {
    background: none !important;
}

.view-bg {
    border-width: 0 !important;
    color: #fff !important;
}

.view-border {
    background: none !important;
}

.view-border.color-1 {
    background: none !important;
}

.view-light-bg,
.view-light-bg.color-1 {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.view-light-bg:before {
    content: "";
    position: absolute;
    background: #fff;
    z-index: 0;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    overflow: hidden;
    opacity: 0.85;
    filter: alpha(opacity=85);
    display: block;
}

.view-light-bg>* {
    position: relative;
    z-index: 5;
}

/**按钮 输入框padding**/
.form-control,
.select2-selection {
    padding: 4px 10px;
    border-radius: 3px;
    /*font-size: inherit;ieinput获取不到焦点*/
    border: 1px solid transparent;
}

.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: rgba(0, 0, 0, 0.15);
    outline: none;
    width: 100%;
    position: relative;
    height: 30px;
}

input.form-control,
select.form-control {
    height: 30px;
}

textarea.form-control {
    height: auto;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background: #eee;
    border-color: #eee;
}

input[type=checkbox],
input[type=radio] {
    margin: 0;
    vertical-align: middle;
}

.form-control-noborder {
    border: 0 !important;
    box-shadow: none !important;
    background: none;
    height: auto;
}

.form-control>input {
    padding-top: inherit;
    padding-bottom: inherit;
    margin: -4px 0;
    height: auto;
    width: 100%;
}

.form-control>i.pull-left,
.form-control>i.pull-right {
    position: absolute;
    left: 10px;
    z-index: 5;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
}

.form-control>i.pull-right {
    left: auto;
    right: 10px;
}

.form-control>i.pull-left~input {
    padding-left: 20px;
    padding-right: 0;
}

.form-control>i.pull-right~input {
    padding-right: 20px;
    padding-left: 0;
}

/*选择框**/
.select2-selection {
    height: 30px;
    background: none !important;
    border-color: rgba(0, 0, 0, 0.15) !important;
}

.select2-container--classic.select2-container--open .select2-dropdown,
.select2-container--classic.select2-container--open .select2-selection--single {
    border-color: #3da7f7 !important;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background: #3da7f7 !important;
}

.select2-selection__arrow {
    background: none !important;
    border: 0 !important;
}

.select2-selection__rendered {
    padding-left: 0 !important;
    line-height: inherit !important;
}

.select2-selection__clear {
    visibility: hidden;
}

/**#region***基础按钮***********************/
button {
    background-color: none;
    cursor: pointer;
    outline: none !important;
    border-radius: 3px;
}

.btn {
    border: 1px solid transparent;
    outline: none !important;
    font-size: 1.3rem;
    line-height: 20px;
    cursor: pointer;
    padding: 4px 10px;
    border-radius: 3px;
}

.btn>* {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
}

.buttonIco+.butttontxt {
    margin-left: 1px;
}

input.btn {
    height: auto;
}

.btn-viewright {
    margin-right: -10px;
}

.btn-viewleft {
    margin-left: -10px;
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 2px 6px;
    font-size: 1.2rem;
}

.btn-lg {
    min-height: 40px;
    font-size: 15px;
    padding: 10px 25px;
}

.btn-circle {
    border-radius: 150% !important;
    border-radius: 150%;
    padding: 0;
    line-height: 1;
    min-width: 0;
    min-height: 0;
}

.btn.circle {
    display: inline-flex;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.btn-square {
    border-radius: 3px;
    padding-left: 8px;
    padding-right: 8px;
}

.btn-rounded {
    border-radius: 40px;
}

.btn-icon,
.btn-icon:focus,
.btn-icon:hover {
    background-color: transparent;
    border-color: transparent;
    color: #6d7387;
}

.btn-link {
    background-color: transparent;
    border-color: transparent;
    color: #008bf0;
    text-decoration: none;
}

.btn-link:hover,
.btn-link:focus {
    background-color: transparent;
    border-color: transparent;
    color: #0070c1;
    text-decoration: none;
}

.btn-blank,
.btn-blank,
.btn-blank:focus {
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
}

.btn-gray {
    background: #f0f0f0;
    border-color: transparent;
    color: #646464;
}

.btn-gray:focus,
.btn-gray:hover {
    background: #f0f0f0;
    border-color: rgba(0, 0, 0, 0.1);
    color: #646464;
}

.btn-default {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.2);
    color: #444;
}

.btn-default:focus,
.btn-default:hover {
    background-color: #fff;
    border-color: #2d99e0;
    color: #2d99e0;
    box-shadow: none;
}

.btn-primary {
    background-color: #3da7f7;
    border-color: #3da7f7;
    color: #fff;
}

.btn-danger>.buttonIco,
.btn-primary>.buttonIco {
    color: inherit;
}

.btn-primary-line {
    border-color: #3da7f7;
    background: none;
    color: #3da7f7 !important;
}

.btn-plus {
    border: 2px dashed rgba(0, 0, 0, 0.15);
    background-color: transparent;
    line-height: 16px;
    color: #6d7387;
}

.btn-plus.btn-circle {
    min-height: 30px;
    min-width: 30px;
}


.btn-group>.btn.btn-icon,
.btn-group>.btn.btn-link {
    padding-left: 6px;
    padding-right: 6px;
}

.btn-select {
    width: 100%;
    text-align: left;
    position: relative;
}

.btn-select>.caret {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -2px;
}

.btn-select>span.lz-ellipsis {
    max-width: -moz-calc(100% - 30px);
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
}

.btn.disabled,
.btn[disabled],
.btn.disabled:hover,
.btn.disabled:focus,
fieldset[disabled] .btn {
    background: #eee !important;
    color: #aaa !important;
    box-shadow: none !important;
    border-color: #eee !important;
}

.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus {
    background: #fff !important;
    color: #aaa !important;
    border-color: #ddd !important;
}


.btn.btn-link.disabled,
.btn.btn-link[disabled],
.btn.btn-icon.disabled,
.btn.btn-icon[disabled],
fieldset[disabled] .btn-icon,
fieldset[disabled] .btn-link {
    background: none !important;
    border: none !important;
    color: #aaa !important;
}

/**按钮分组间隔*/
.btn-group-split>.btn {
    padding: 0 7px !important;
    padding: 0 7px;
    position: relative;
    outline: 0;
}

.btn-group-split>.btn+.btn:before {
    display: block;
    content: "";
    border-left: 1px solid #ccc;
    height: 12px;
    position: absolute;
    left: -1px;
    top: 50%;
    line-height: 1;
    margin-top: -6px;
    font-size: 12px;
}

/*业务中的上传按钮*/
.btn-upload-files {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.btn-upload-files>input[type="file"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: auto;
    z-index: 5;
    cursor: pointer;
    filter: alpha(opacity=0);
    cursor: pointer;
}


/*#endregion*/
/*文本不换行*/
.lz-ellipsis {
    word-break: normal;
    word-wrap: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
}

a.lz-ellipsis,
span.lz-ellipsis {
    display: inline-block;
}

.form-inline>.input-group {
    display: inline-table;
    vertical-align: middle;
}

.lz-mult-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    white-space: normal;
}

.lz-mult-clamp2 {
    -webkit-line-clamp: 2;
    max-height: 32px;
    line-height: 16px;
}

.lz-mult-clamp3 {
    -webkit-line-clamp: 3;
    max-height: 48px;
    line-height: 16px;
}

.lz-mult-clamp4 {
    -webkit-line-clamp: 4;
    max-height: 48px;
    line-height: 16px;
}

.lz-mult-clamp5 {
    -webkit-line-clamp: 5;
    max-height: 48px;
    line-height: 16px;
}

/**#region*常用通用样式***************************************/
.inline {
    display: inline-block;
    vertical-align: middle;
}

.line-left10 {
    position: relative;
}

.line-left10:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.hrline {
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.line {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.line-top {
    border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
}



.noborder,
.noline {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.no-shadow {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.heading-txt {
    line-height: 34px;
}


.red-close {
    border: 0;
    border-radius: 150%;
    padding: 1px;
    outline: none !important;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    z-index: 5;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.red-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-all {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-wrap {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1) !important;
}

.box-shadow {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
}

.toggle-drag {
    cursor: move;
}

.toggle {
    cursor: pointer;
}

.no-bg {
    background: none !important;
}

/*#endregion*/
/****#region********文本显示隐藏*****************************/
.lz-show,
.show {
    display: block;
}

.lz-hide {
    display: none;
}

/*#endregion*/
/**#region***基础标签***********************/
.label {
    padding: 3px 6px;
    border-radius: 5px;
    border-width: 1px;
    border-color: transparent;
    font-weight: normal;
    line-height: 1.1;
    font-size: 12px;
    max-width: 100%;
}

.label-stats {
    border-radius: 16px;
}

.label-border {
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid;
    font-weight: normal;
}

.color-gray.label-border {
    color: #565656;
    border-color: #e0e0e0;
    background: #fff;
}

.color-blue.label-border {
    color: #279bf1;
    border-color: rgba(35, 165, 241, 0.35);
    background-color: rgba(35, 165, 241, 0.06);
}

.color-green.label-border {
    color: #5ba339;
    border-color: #5ba339;
}

.label-item {
    padding-left: 8px;
    padding-right: 8px;
    border: 0;
    vertical-align: top;
    line-height: 20px;
}

.label-item.color-blue {
    background: #ecfaff;
    color: #4cb3ff;
}

.label-item+.label-item {
    margin-left: 6px;
}

.label-item>.close {
    font-size: 12px;
    line-height: inherit;
}

.label-normal {
    color: #565656;
}

.label>.close {}

.label:hover>.close {
    color: #d35e59;
    opacity: 1;
    filter: alpha(opacity=100);
}

/*#endregion*/
/**#regtion*****通用flex布局多列元素*行高34******************/
.lz-flex-row {
    margin: 0;
    display: box;
    /* OLD - Android 4.4- */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    min-height: 30px;
    vertical-align: middle;
}

.flex-col {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    vertical-align: top;
    width: 0;
    /*width:0;元素设置不换行时宽度不撑开*/
}

.form-control.flex-col {
    width: 0 !important;
}

.flex-item {
    line-height: inherit;
    padding: 0 5px;
}

.flex-item>.img-size32 {
    vertical-align: top;
}

.lz-flex-row>[class^="col_"],
.lz-flex-row>[class*=" col_"],
.flex-control {
    padding-left: 5px;
    padding-right: 5px;
}

.flex-control>.btn {
    margin: 0 -5px;
}

.flex-col>.lz-ellipsis {
    max-width: 90%;
    vertical-align: top;
}

.flex-col-wrap {
    -webkit-box-flex: unset;
    -moz-box-flex: unset;
    flex: unset;
    -ms-flex: unset;
    vertical-align: top;
    width: 100%;
    /*width:0;元素设置不换行时宽度不撑开*/
}

.line-height30 {
    line-height: 30px;
}

.flex-desc,
.header-desc,
.form-desc {
    line-height: 30px;
}

.header-sm-desc {
    line-height: 24px;
}

.flex-row,
.flex-column {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.flex-column>.flex-col {
    width: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-center {
    align-items: center;
}

.flex-v-center {
    margin-top: auto;
    margin-bottom: auto;
}

/*#endregion*/
/***#region******排版*********************/
.lz-bag-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

/*#region**************/

/***#region****页面通用布局自适应高度的布局**/
.lz-page-flex {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.lz-flex-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    z-index: 0;
    position: relative;
}

.lz-page-flex .lz-flex-auto>.lz-scroll {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}


.lz-iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.lz-iframe-wrap {
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}

.lz-flex-footer {
    background: #f5f5f5;
    padding: 10px 15px;
}

.lz-page-header {
    padding: 6px 15px;
    z-index: 2;
}

.container-fluid {
    width: 100%;
}

/*#region**************/
/****绝对定位元素***************/
.lz-fixed-header-right {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 5;
}

.lz-fixed-header-left {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 5;
}

.close.lz-fixed-header-right {
    font-size: 0;
    color: transparent;
    width: 20px;
    overflow: hidden;
}

.close.lz-fixed-header-right:before {
    font-family: 'buttonIco';
    content: "\e928";
    font-size: 16px;
    color: #000;
    line-height: 34px;
}

.lz-fixed-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    padding: 10px 15px;
    min-height: 50px;
}

.lz-fixed-footer-wrap {
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
}

.lz-fixed-footer>.btn {
    padding-left: 20px;
    padding-right: 20px;
}

/**#region***顶部导航宽条***********************/
.navbar-default {
    border-radius: 0;
    margin-bottom: 0;
    border: 0;
    padding: 10px 15px;
    min-height: 60px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.navbar-default.bg-theme *:not(.header-close) {
    color: inherit !important;
}

.navbar-nav>li>a,
.navbar-nav>li>span {
    line-height: 40px;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
}

.navbar-header {
    font-size: 2rem;
    line-height: 40px;
}

.navbar-fixed-top-view {
    height: -webkit-calc(100% - 58px);
    height: -moz-calc(100% - 58px);
    height: calc(100% - 58px);
    overflow: hidden;
}

/**#region***基础列表***********************/
.list-bghover>li:hover {
    background-color: #f5f7f9;
}

/**#endregion***基础列表***********************/

/***#region******main*old样式处理********************/
.lz-flex-row>.TableBg02,
.lz-flex-row>.TableBg01 {
    height: auto;
    min-height: 26px;
}

div.TableMainTitle {
    display: table;
    width: 100%;
}

.TableMaintxt {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

/*不限制宽度超出换行*/
/*.TableMaintxt .imgicon,
    .TableMaintxt > b {
        max-width: 40vw;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
    }*/
.TableMaintxt .imgicon {
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
    display: inline-block;
    .lz-l display: inline-block;
    max-width: 50vw;
}

.TableMaintxt .imgicon select {
    max-width: 100%;
}


.TableMainbtn {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

div.TableBg02,
div.TableBg01 {
    height: auto !important;
}

/*#endregion*/
/****#region*自定义单复选狂*******/
.radio-inline,
.checkbox-inline {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}

.radio-custom,
.checkbox-custom {
    position: relative;
    z-index: 0;
    /*避免影响自定义下拉框z-index:0;*/
    cursor: pointer;
    padding: 0;
    padding-left: 16px;
    min-width: 16px;
    line-height: 20px;
    min-height: 20px;
}

.radio-custom>input[type=radio],
.checkbox-custom>input[type=checkbox] {
    position: absolute;
    margin-top: 0;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.radio-custom>label,
.checkbox-custom>label {
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.radio-custom>label:before,
.checkbox-custom>label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    z-index: 1;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    background: #fff;
    text-align: center;
    line-height: 14px;
    color: transparent;
}

.checkbox-custom>label:before {
    font-family: 'font-awesome' !important;
    content: "\f00c";
    border-radius: 3px;
}

.radio-custom>label:before {
    content: "";
    border-radius: 150%;
}

.radio-custom>label:after {
    content: "";
    position: absolute;
    left: 0;
    margin-left: 4px;
    margin-right: 4px;
    top: 50%;
    margin-top: -4px;
    display: block;
    border-radius: 150%;
    width: 8px;
    z-index: 2;
    height: 8px;
    line-height: 0;
}

.radio-custom>label:not(:empty),
.checkbox-custom>label:not(:empty) {
    padding-left: 3px;
}

.checkbox-right,
.radio-right {
    padding-left: 0 !important;
    padding-right: 16px !important;
}

.checkbox-right>label:before,
.checkbox-right>label:after,
.radio-right>label:before,
.radio-right>label:after {
    right: 0;
    left: auto;
}

.radio-right>label,
.checkbox-right>label {
    margin: 0;
    display: inline-block;
}

.radio-right>label:not(:empty),
.checkbox-right>label:not(:empty) {
    padding-left: 0;
    padding-right: 5px;
}

/*多选框标签显示*/
.checkbox-tags>input[type=checkbox] {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.checkbox-tags>.checkbox-label {
    padding: 5px 10px;
    line-height: 1.1;
    max-width: 100%;
    margin: 0 !important;
    border-radius: 3px;
    font-size: 1.2rem;
    display: inline-block;
}

.checkbox-tags>input[type=checkbox]:not(:checked)+.checkbox-label {
    background: #f5f6f9;
    color: #646464;
}

.checkbox-tags {
    position: relative;
    display: inline-flex;
}

/*单复选默认主色调**/
.radio-custom>input[type=radio]+.radio-label:before,
.checkbox-custom>input[type=checkbox]+.checkbox-label:before {
    border-color: #ddd;
}

.radio-custom>input[type=radio]:checked+.radio-label:before,
.checkbox-custom>input[type=checkbox]:checked+.checkbox-label:before,
.checkbox-tags>input[type=checkbox]:checked+.checkbox-label {
    background: var(--color-theme, #4e97d9);
    border-color: var(--color-theme, #4e97d9);
    color: #fff;
}

.radio-custom>input[type=radio]:checked+.radio-label:after {
    background: #fff;
}

.radio-custom>input[type=radio]:disabled,
.checkbox-custom>input[type=checkbox]:disabled {
    cursor: not-allowed;
}

.checkbox-custom>input[type=checkbox]:disabled+.checkbox-label:before,
.checkbox-custom>input[type=checkbox]:disabled:checked+.checkbox-label:before,
.radio-custom>input[type=radio]:disabled+.radio-label:before,
.radio-custom>input[type=radio]:disabled:checked+.radio-label:before {
    background: #efefef !important;
    border-color: #aaa !important;
}

.checkbox-custom>input[type=checkbox]:disabled:checked+.checkbox-label:before {
    color: #555 !important;
}

.radio-custom>input[type=radio]:disabled:checked+.radio-label:after {
    background: #555 !important;
}


/****#endregion*自定义单复选狂*******/
/*#region*********通用开关*********************/
.lz-switch {
    display: inline-block;
    vertical-align: top;
    min-width: 34px;
    height: 14px;
    background: #e0e0e0 !important;
    cursor: pointer;
    border-color: #ddd;
    position: relative;
    margin: 2px;
    border-radius: 18px;
    line-height: 0;
    text-align: right;
    padding: 0 10px 0 20px;
    font-size: 12px;
    color: #333;
}

.lz-switch:before {
    content: "";
    font-size: 10px;
    line-height: 16px;
    position: absolute;
    display: inline-block;
    text-align: center;
    color: #ddd;
    left: -1px;
    top: -2px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 150%;
    border: 1px solid #ddd;
    border-color: inherit;
}

.lz-switch.on {
    background-color: #279bf1 !important;
    color: #fff;
    padding-right: 20px;
    padding-left: 10px;
}

.lz-switch.on:before {
    right: -1px;
    left: auto;
}


/***复选框做的开关*******/
.lz-switch-checkbox {
    position: relative;
}



.lz-switch-checkbox>input[type=checkbox] {
    position: absolute;
    margin-top: 0;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.lz-switch-checkbox>label {
    width: 36px;
    height: 18px;
    background: #dadada;
    border-radius: 20px;
    margin-right: auto;
    background: #dadada;
    border-radius: 20px;
    margin-top: auto;
    margin-bottom: auto;
    display: inline-flex;
    align-items: center;
    border: 1px solid #dadada
}

.lz-switch-checkbox>label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #fff;
    margin-right: auto;
    border-radius: 20px;
}

.lz-switch-checkbox>input[type=checkbox]:checked+label {
    background-color: #279bf1;
    border-color: #279bf1
}

.lz-switch-checkbox>input[type=checkbox]:checked+label:before {
    margin-right: 0;
    margin-left: auto;
}

.form-switch {
    margin-top: 7px;
}

/*#endregion**/
/***#region***通用选项卡*sub******************/
.lz-nav-tabs>li {
    float: left;
    margin: 0;
    color: #888;
}

.lz-nav-tabs:after,
.lz-nav-tabs:before {
    clear: both;
    content: "";
    display: table;
}

.lz-nav-tabs>li {
    padding-left: 10px;
    padding-right: 10px;
}

.lz-nav-tabs>li>a {
    padding: 10px 5px;
    display: block;
    color: inherit;
    border-radius: 1px;
    line-height: 20px;
    border: 0;
    border-color: transparent;
    position: relative;
}

.lz-nav-tabs>li>a:hover,
.lz-nav-tabs>li>a:focus {
    border: 0;
    background: none;
    border-color: transparent;
}

.lz-nav-tabs>li>a:after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 5px;
    right: 5px;
    border-bottom: 2px solid transparent;
    border-color: inherit;
}

.lz-nav-tabs>li.active>a,
.lz-nav-tabs>li.active>a:focus,
.lz-nav-tabs>li>a:hover {
    color: #008bf0;
    text-decoration: none;
    background: none;
    border: 0;
    border-color: #008bf0;
}

/****#endregion*通用选项卡*******/
/**#region**通用搜索框****************************/
.lz-search-input {
    display: flex;
    height: 34px;
}

.lz-search-input>* {
    height: 100%;
}

.lz-search-input> :first-child {
    border-radius: 3px 0 0 3px;
    border-right: 0;
}

.lz-search-input>.btn:last-child {
    border-radius: 0 3px 3px 0;
    padding-left: 20px;
    padding-right: 20px;
}

/***#region****通用搜索框**********************/
.lz-search-group {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    height: 28px;
    overflow: hidden;
}

.lz-search-group.bg-gray {
    background-color: #f5f5f5;
    border-color: #f0f0f0;
}

.lz-search-group>.input-group-btn>.btn {
    border: 0 !important;
    overflow: hidden;
}

.lz-search-group>.form-control,
.lz-search-group>input {
    border: 0 !important;
    box-shadow: none !important;
    background-color: inherit;
    height: 26px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.lz-search-group>.input-group-addon {
    background: inherit;
    border: 0;
    padding: 0 10px;
}

.lz-search-group>.input-group-btn>.btn {
    border: 0;
}

.lz-search-group>.btn {
    border: 0;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
}



.form-inline>.lz-search-group {
    width: 180px;
}

.lz-search-group.form-inline {
    width: 200px;
}

/*#endregion*/
/**#region**通用搜索框****************************/
/*#region************通用table*/
.table-fixed {
    table-layout: fixed;
}

.table-full {
    width: 100%;
    height: 100%;
}

/**#endregion*通用table*/

/*#region************通用google滚动条*/
::-webkit-scrollbar {
    width: 11px;
    height: 11px;
    background-color: #fff;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 1px;
    background-color: rgba(0, 0, 0, 0.02);
}

::-webkit-scrollbar-thumb {
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.03);
    background-color: rgba(0, 0, 0, 0.15);
}

*::-webkit-scrollbar:hover {
    transition: all 0.25s ease 0s, width 0.1s ease 0.15s, height 0.1s ease 0.15s;
}

*:focus::-webkit-scrollbar-thumb,
*:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.35);
}

/**#endregion*通用google滚动条*/
/***#region***通用列表*******************/
.list-nostyle {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lz-viewlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lz-viewlist>li {
    padding: 8px 10px;
    position: relative;
    line-height: 20px;
}

.lz-viewlist>li:hover,
.nav-treebar>li>a:hover,
.nav-treebar .tree-node:hover {
    background: #f0f4f9;
}

.lz-viewlist>li.li-sm {
    padding-top: 2px;
    padding-bottom: 2px;
}

.lz-viewlist>li.li-header,
.lz-viewlist>li.li-header:hover {
    color: #495460;
    color: #333;
    background: none;
}

.lz-viewlist>li.li-header:hover {
    background: initial;
}

.lz-viewlist>li.li-header.bg-gray {
    background: #f6f7f8 !important;
    color: #333;
    position: sticky;
    z-index: 5;
    top: 0;
}

.lz-viewlist>li.active:hover,
.nav-treebar>li.active:hover,
.nav-treebar>li.active,
.lz-viewlist>li.active {
    background: #e8f6ff;
    color: #008bf0;
    text-decoration: none;
}

.lz-viewlist>li>.checkbox-custom,
.lz-viewlist>li>.radio-custom {
    margin-top: auto;
    margin-bottom: auto;
    display: inline-flex;
    align-items: center;
}

.lz-viewlist>li:not(.li-sm)>.checkbox-custom {
    margin-top: -8px;
    margin-bottom: -8px;
    padding-top: inherit;
    padding-bottom: inherit;
}


.nohover:hover,
.nohover>a:hover {
    background: none !important;
}

.lz-viewlist>li.noline::before {
    border: 0;
}

.lz-viewlist>li.noline+li.noline {
    padding-top: 0;
}

.lz-viewlist.view-border>li:before {
    content: "";
    display: block;
    position: absolute;
    width: auto;
    bottom: 0;
    left: 10px;
    right: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.list-item,
.list-header,
.list-desc {
    padding: 7px 15px;
    line-height: 20px;
}

.list-item a.color-normal {
    color: #646464;
}

.list-item:hover,
.dropdown-menu>li:hover {
    color: #76838f;
    background: #f3f7f9;
}



.dropdown-menu>li.active,
.list-item.active {
    color: #76838f;
    background: #f3f7f9;
}

.list-item .sign-select {
    visibility: hidden;
}

.list-item.active .sign-select {
    visibility: visible;
}

.list-header-sticky {
    position: sticky;
    top: 0;
    z-index: 5;
}

/*#region 列表，字段**/

/*collapsed中箭头变化*/
.collapsed .collapsed-arrow {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

/*自动显示隐藏的样式*/
.data-autohidden {
    visibility: hidden;
}

.lz-autohidden:hover .data-autohidden {
    visibility: visible;
}

/**#region*****默认空文本*****无内容********************/
.info-null-box {
    position: absolute;
    top: 20vh;
    width: 100%;
    left: 0;
    color: rgba(0, 0, 0, 0.35);
    font-size: 1.4rem;
    text-align: center;
    z-index: 999;
}

.info-null-box>* {
    color: inherit;
    display: block;
    margin: 0 auto 0.5rem;
    text-align: center;
}

.info-null-box>i {
    font-size: 4.8rem;
    line-height: 1.1;
    opacity: 0.35;
}


.info-null-icon {
    display: block;
    font-size: 4.8rem;
    line-height: 1;
    opacity: 0.25;
    filter: alpha(opacity=25);
    font-family: 'font-awesome' !important;
    font-style: normal;
}

.info-null-icon:before {
    content: "\f01c";
}

.info-null-text:before,
.info-null-text:after {
    content: "——";
    content: "\2014\2014";
    padding: 0 10px;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

/****#endregion**默认空文本**/
/*#region**********bootstrap12格宽度*/
.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.radius {
    border-radius: 5px !important;
}

.circle {
    border-radius: 150% !important;
}

/*#endregion**********bootstrap12格宽度*/
/*页面通用面板*/
.panel {
    margin-bottom: 10px;
}

.panel-heading， .panel-body {
    padding: 6px 12px;
}

.panel-default .panel-heading {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.08);
}

.panel-heading .btn-view {
    margin-top: -5px;
    margin-bottom: -5px;
}

.panel-heading>.btn-view:last-child {
    margin-right: -10px;
}

.panel-default {
    border-color: rgba(0, 0, 0, 0.08);
}

.bg-panel-heading {
    background: #f5f6f9 !important;
}

.panel-title {
    font-size: 16px;
    margin-top: auto;
    margin-bottom: auto;
}

.panel-title>.title-img {
    margin-left: -12px;
    margin-right: 12px;
    height: 18px;
    width: 3px;
    display: inline-block;
    vertical-align: middle;
    content: "";
}

.panel-sm>.panel-heading,
.panel-sm>.panel-body {
    padding-top: 0;
    padding-bottom: 0;
}

.panel-heading .collapsed>i.lzsystem_angle_down {
    position: relative;
    display: inline-block;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

/***#region***通用面板********************************************/







/*alert通用提示信息*/
.alert {
    padding: 10px 15px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.alert-info {
    background: #e9f5fe;
    background: var(--light-theme);
    color: rgba(0, 0, 0, 0.85);
}

.alert-danger {
    background: #fde7e7;
    color: rgba(0, 0, 0, 0.85);
}

/*工具条默认的内容宽度****/
.lztoolbar_top ul,
.lztoolbar_bottom ul {
    min-width: fit-content;
}

/***#region***文档中心上传弹层********************************************/
.modal-upload {
    position: fixed;
    margin: 0;
    bottom: 0;
    right: auto;
    left: 50%;
    top: auto;
    display: none;
    width: 600px;
    max-width: 35vw;
    height: auto;
    border: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    z-index: 1055;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.modal-upload>.modal-dialog {
    margin: 0;
    padding: 0;
    width: 100%;
}

.modal-upload+.modal-backdrop {
    display: none !important;
    position: fixed;
    width: 0;
    height: 0;
}

.modal-upload .modal-body {
    max-height: 300px;
    overflow-y: auto;
}

.modal-upload-min {
    width: 200px;
    margin-left: -100px;
    height: 40px;
    overflow: hidden;
}

.modal-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.modal-header,
.modal-body,
.modal-footer {
    padding: 5px 12px;
    border: 0;
}

.modal-header.flex-row,
.modal-footer.flex-row {
    align-items: center;
}

.modal-body {
    padding-top: 0;
}

/***#endregion***文档中心上传弹层********************************************/