﻿/*
=============================================
 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: 62.5%; /*10除以16乘以100%的值*/
    -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;
}

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;
    color: #565656;
}

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;
}

.font24 {
    font-size: 24px !important;
}

.font28 {
    font-size: 28px !important;
}

.font32 {
    font-size: 32px !important;
}

/*#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;
    }

/****通用样式定义*******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;
}

/*#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;
}


.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;
    }
/*#colors*******************************************/
.color-default {
    background: #8bccff;
    color: #8bccff;
    border-color: #8bccff;
}

.color-1 {
    background: #51aef1;
    color: #51aef1;
    border-color: #51aef1;
}

.color-2 {
    background: #44d7e3;
    color: #44d7e3;
    border-color: #44d7e3;
}

.color-3 {
    background: #82bb58;
    color: #82bb58;
    border-color: #82bb58;
}

.color-4 {
    background: #ffa044;
    color: #ffa044;
    border-color: #ffa044;
}

.color-5 {
    background: #eb6853;
    color: #eb6853;
    border-color: #eb6853;
}

.color-6 {
    background: #8969b7;
    color: #8969b7;
    border-color: #8969b7;
}

.color-7 {
    background: #3aaa9e;
    color: #3aaa9e;
    border-color: #3aaa9e;
}

.color-8 {
    background: #579757;
    color: #579757;
    border-color: #579757;
}

.color-9 {
    background: #ff6d8d;
    color: #ff6d8d;
    border-color: #ff6d8d;
}

.color-10 {
    background: #6a84e2;
    color: #6a84e2;
    border-color: #6a84e2;
}

.color-11 {
    background: #51c1ff;
    color: #51c1ff;
    border-color: #51c1ff;
}

.color-12 {
    background: #6fc7be;
    color: #6fc7be;
    border-color: #6fc7be;
}

.color-13 {
    background: #b862e0;
    color: #b862e0;
    border-color: #b862e0;
}

.color-14 {
    background: #b77f7f;
    color: #b77f7f;
    border-color: #b77f7f;
}

.color-15 {
    background: #ffc548;
    color: #ffc548;
    border-color: #ffc548;
}

.color-16 {
    background: #c5d04a;
    color: #c5d04a;
    border-color: #c5d04a;
}

/**颜色方案2 theme-view-a******/
.theme-view-f .color-1 {
    background: #0c90ff;
    color: #0c90ff;
    border-color: #0c90ff;
}

.theme-view-f .color-2 {
    background: #2bdbe9;
    color: #2bdbe9;
    border-color: #2bdbe9;
}

.theme-view-f .color-3 {
    background: #92c943;
    color: #92c943;
    border-color: #92c943;
}

.theme-view-f .color-4 {
    background: #ff7e3c;
    color: #ff7e3c;
    border-color: #ff7e3c;
}

.theme-view-f .color-5 {
    background: #fd604d;
    color: #fd604d;
    border-color: #fd604d;
}

.theme-view-f .color-6 {
    background: #7578d3;
    color: #7578d3;
    border-color: #7578d3;
}

.theme-view-f .color-7 {
    background: #09e0c1;
    color: #09e0c1;
    border-color: #09e0c1;
}

.theme-view-f .color-8 {
    background: #00cc83;
    color: #00cc83;
    border-color: #00cc83;
}

.theme-view-f .color-9 {
    background: #ff4f76;
    color: #ff4f76;
    border-color: #ff4f76;
}

.theme-view-f .color-10 {
    background: #3367ea;
    color: #3367ea;
    border-color: #3367ea;
}

.theme-view-f .color-11 {
    background: #51c1ff;
    color: #51c1ff;
    border-color: #51c1ff;
}

.theme-view-f .color-12 {
    background: #6fc7be;
    color: #6fc7be;
    border-color: #6fc7be;
}

.theme-view-f .color-13 {
    background: #bd54ee;
    color: #bd54ee;
    border-color: #bd54ee;
}

.theme-view-f .color-14 {
    background: #845353;
    color: #845353;
    border-color: #845353
}

.theme-view-f .color-15 {
    background: #ffc548;
    color: #ffc548;
    border-color: #ffc548;
}

.theme-view-f .color-16 {
    background: #c5d04a;
    color: #c5d04a;
    border-color: #c5d04a;
}


/**颜色方案2theme-view-d******/
.theme-view-d .color-1 {
    background: #4bacf1;
    color: #4bacf1;
    border-color: #4bacf1;
}

.theme-view-d .color-2 {
    background: #59c5de;
    color: #59c5de;
    border-color: #59c5de;
}

.theme-view-d .color-3 {
    background: #91ca71;
    color: #91ca71;
    border-color: #91ca71;
}

.theme-view-d .color-4 {
    background: #eaa554;
    color: #eaa554;
    border-color: #eaa554;
}

.theme-view-d .color-5 {
    background: #f06167;
    color: #f06167;
    border-color: #f06167;
}

.theme-view-d .color-6 {
    background: #aa88c0;
    color: #aa88c0;
    border-color: #aa88c0;
}

.theme-view-d .color-7 {
    background: #59c5de;
    color: #59c5de;
    border-color: #59c5de;
}


.theme-view-d .color-8 {
    background: #72bbc0;
    color: #72bbc0;
    border-color: #72bbc0;
}

.theme-view-d .color-9 {
    background: #d07ccd;
    color: #d07ccd;
    border-color: #d07ccd;
}


.theme-view-d .color-10 {
    background: #7e5fe2;
    color: #7e5fe2;
    border-color: #7e5fe2;
}

.theme-view-d .color-11 {
    background: #71aae6;
    color: #71aae6;
    border-color: #71aae6;
}

.theme-view-d .color-12 {
    background: #80a8b1;
    color: #80a8b1;
    border-color: #80a8b1;
}

.theme-view-d .color-13 {
    background: #b38fca;
    color: #b38fca;
    border-color: #b38fca;
}

.theme-view-d .color-14 {
    background: #ad7a7a;
    color: #ad7a7a;
    border-color: #ad7a7a;
}

.theme-view-d .color-15 {
    background: #dac67f;
    color: #dac67f;
    border-color: #dac67f;
}


.theme-view-d .color-16 {
    background: #b1b76e;
    color: #b1b76e;
    border-color: #b1b76e;
}


/**颜色方案color-theme-c******/
.theme-view-e .color-1 {
    background: #714ff9;
    background-image: -webkit-linear-gradient(to bottom,#27c0e2,#714ff9);
    background-image: -o-linear-gradient(to bottom,#27c0e2,#714ff9);
    background-image: -moz-linear-gradient(to bottom,#27c0e2,#714ff9);
    background-image: linear-gradient(to bottom,#27c0e2,#714ff9);
    color: #714ff9;
    border-color: #714ff9;
}


.theme-view-e .color-2 {
    background: #84b1ff;
    background-image: -webkit-linear-gradient(to bottom,#43e9af,#84b1ff);
    background-image: -o-linear-gradient(to bottom,#43e9af,#84b1ff);
    background-image: -moz-linear-gradient(to bottom,#43e9af,#84b1ff);
    background-image: linear-gradient(to bottom,#43e9af,#84b1ff);
    color: #84b1ff;
    border-color: #84b1ff;
}

.theme-view-e .color-3 {
    background: #60c3ae;
    background-image: -webkit-linear-gradient(to bottom,#c0d478,#60c3ae);
    background-image: -o-linear-gradient(to bottom,#c0d478,#60c3ae);
    background-image: -moz-linear-gradient(to bottom,#c0d478,#60c3ae);
    background-image: linear-gradient(to bottom,#c0d478,#60c3ae);
    color: #60c3ae;
    border-color: #60c3ae;
}



.theme-view-e .color-4 {
    background: #fc5704 !important;
    background-image: -webkit-linear-gradient(to bottom,#fec102,#fc5704) !important;
    background-image: -o-linear-gradient(to bottom,#fec102,#fc5704) !important;
    background-image: -moz-linear-gradient(to bottom,#fec102,#fc5704) !important;
    background-image: linear-gradient(to bottom,#fec102,#fc5704) !important;
    color: #fc5704;
    border-color: #fc5704;
}

.theme-view-e .color-5 {
    background: #ff4467;
    background-image: -webkit-linear-gradient(to bottom,#f06aff,#ff4467);
    background-image: -o-linear-gradient(to bottom,#f06aff,#ff4467);
    background-image: -moz-linear-gradient(to bottom,#f06aff,#ff4467);
    background-image: linear-gradient(to bottom,#f06aff,#ff4467);
    color: #ff4467;
    border-color: #ff4467;
}

.theme-view-e .color-6 {
    background: #805cef;
    background-image: -webkit-linear-gradient(to bottom,#f696d3,#805cef,#a14ada);
    background-image: -o-linear-gradient(to bottom,#f696d3,#805cef,#a14ada);
    background-image: -moz-linear-gradient(to bottom,#f696d3,#805cef,#a14ada);
    background-image: linear-gradient(to bottom,#f696d3,#805cef,#a14ada);
    color: #805cef;
    border-color: #805cef;
}

.theme-view-e .color-7 {
    background: #1062e9;
    background-image: -webkit-linear-gradient(to bottom,#49faa8,#1062e9);
    background-image: -o-linear-gradient(to bottom,#49faa8,#1062e9);
    background-image: -moz-linear-gradient(to bottom,#49faa8,#1062e9);
    background-image: linear-gradient(to bottom,#49faa8,#1062e9);
    color: #1062e9;
    border-color: #1062e9;
}

.theme-view-e .color-8 {
    background: #4fc053;
    background-image: -webkit-linear-gradient(to bottom,#62d2ce,#4fc053);
    background-image: -o-linear-gradient(to bottom,#62d2ce,#4fc053);
    background-image: -moz-linear-gradient(to bottom,#62d2ce,#4fc053);
    background-image: linear-gradient(to bottom,#62d2ce,#4fc053);
    color: #4fc053;
    border-color: #4fc053;
}

.theme-view-e .color-9 {
    background: #fc679e;
    background-image: -webkit-linear-gradient(to bottom,#ff91c4,#fc679e);
    background-image: -o-linear-gradient(to bottom,#ff91c4,#fc679e);
    background-image: -moz-linear-gradient(to bottom,#ff91c4,#fc679e);
    background-image: linear-gradient(to bottom,#ff91c4,#fc679e);
    color: #fc679e;
    border-color: #fc679e;
}



.theme-view-e .color-10 {
    background: #7330fd;
    background-image: -webkit-linear-gradient(to bottom,#76d0ff,#7330fd);
    background-image: -o-linear-gradient(to bottom,#76d0ff,#7330fd);
    background-image: -moz-linear-gradient(to bottom,#76d0ff,#7330fd);
    background-image: linear-gradient(to bottom,#76d0ff,#7330fd);
    color: #7330fd;
    border-color: #7330fd
}

.theme-view-e .color-11 {
    background: #5a95fd;
    background-image: -webkit-linear-gradient(to bottom,#92baff,#5a95fd);
    background-image: -o-linear-gradient(to bottom,#92baff,#5a95fd);
    background-image: -moz-linear-gradient(to bottom,#92baff,#5a95fd);
    background-image: linear-gradient(to bottom,#92baff,#5a95fd);
    color: #5a95fd;
    border-color: #5a95fd;
}

.theme-view-e .color-12 {
    background: #6fc7be;
    background-image: -webkit-linear-gradient(to bottom,#47e6b4,#6fc7be);
    background-image: -o-linear-gradient(to bottom,#47e6b4,#6fc7be);
    background-image: -moz-linear-gradient(to bottom,#47e6b4,#6fc7be);
    background-image: linear-gradient(to bottom,#47e6b4,#6fc7be);
    color: #6fc7be;
    border-color: #6fc7be;
}

.theme-view-e .color-13 {
    background: #b45dd8;
    background-image: -webkit-linear-gradient(to bottom,#ef90d4,#b45dd8);
    background-image: -o-linear-gradient(to bottom,#ef90d4,#b45dd8);
    background-image: -moz-linear-gradient(to bottom,#ef90d4,#b45dd8);
    background-image: linear-gradient(to bottom,#ef90d4,#b45dd8);
    color: #b45dd8;
    border-color: #b45dd8;
}

.theme-view-e .color-14 {
    background: #b77f7f;
    background-image: -webkit-linear-gradient(to bottom,#ec6b6b,#b77f7f);
    background-image: -o-linear-gradient(to bottom,#ec6b6b,#b77f7f);
    background-image: -moz-linear-gradient(to bottom,#ec6b6b,#b77f7f);
    background-image: linear-gradient(to bottom,#ec6b6b,#b77f7f);
    color: #b77f7f;
    border-color: #b77f7f;
}

.theme-view-e .color-15 {
    background: #ffc548;
    background-image: -webkit-linear-gradient(to bottom,#b3d27f,#ffc548);
    background-image: -o-linear-gradient(to bottom,#b3d27f,#ffc548);
    background-image: -moz-linear-gradient(to bottom,#b3d27f,#ffc548);
    background-image: linear-gradient(to bottom,#b3d27f,#ffc548);
    color: #ffc548;
    border-color: #ffc548;
}


.theme-view-e .color-16 {
    background: #c5d04a;
    background-image: -webkit-linear-gradient(to bottom,#b5e978,#c5d04a);
    background-image: -o-linear-gradient(to bottom,#b5e978,#c5d04a);
    background-image: -moz-linear-gradient(to bottom,#b5e9788,#c5d04a);
    background-image: linear-gradient(to bottom,#b5e978,#c5d04a);
    color: #c5d04a;
    border-color: #c5d04a;
}










/*.theme-view-e .color-14 {
    background: #4fc053;
    background-image: -webkit-linear-gradient(to bottom,#62d2ce,#4fc053);
    background-image: -o-linear-gradient(to bottom,#62d2ce,#4fc053);
    background-image: -moz-linear-gradient(to bottom,#62d2ce,#4fc053);
    background-image: linear-gradient(to bottom,#62d2ce,#4fc053);
    color: #4fc053;
    border-color: #4fc053;
}
    .theme-view-e .color-14 {
    background: #30b3e5;
    background-image: -webkit-linear-gradient(to bottom,#ec8dd4,#30b3e5);
    background-image: -o-linear-gradient(to bottom,#ec8dd4,#30b3e5);
    background-image: -moz-linear-gradient(to bottom,#ec8dd4,#30b3e5);
    background-image: linear-gradient(to bottom,#ec8dd4,#30b3e5);
    color: #30b3e5;
    border-color: #30b3e5;
}


.theme-view-e .color-16 {
    background: #fe509d;
    background-image: -webkit-linear-gradient(to bottom,#ffe895,#fe509d);
    background-image: -o-linear-gradient(to bottom,#ffe895,#fe509d);
    background-image: -moz-linear-gradient(to bottom,#ffe895,#fe509d);
    background-image: linear-gradient(to bottom,#ffe895,#fe509d);
    color: #fe509d;
    border-color: #fe509d;
}

.theme-view-e .color-15 {
    background: #b56ffb;
    background-image: -webkit-linear-gradient(to bottom,#68adff,#b56ffb);
    background-image: -o-linear-gradient(to bottom,#68adff,#b56ffb);
    background-image: -moz-linear-gradient(to bottom,#68adff,#b56ffb);
    background-image: linear-gradient(to bottom,#68adff,#b56ffb);
    color: #b56ffb;
    border-color: #b56ffb;
}

.theme-view-e .color-11 {
    background: #d339a6;
    background-image: -webkit-linear-gradient(to bottom,#8e90ff,#d339a6);
    background-image: -o-linear-gradient(to bottom,#8e90ff,#d339a6);
    background-image: -moz-linear-gradient(to bottom,#8e90ff,#d339a6);
    background-image: linear-gradient(to bottom,#8e90ff,#d339a6);
    color: #d339a6;
    border-color: #d339a6;
}*/


/**颜色设置*/
.color-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.color-danger {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}



.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;
    background: none !important;
    overflow: hidden;
}

    .view-light-bg:before {
        content: "";
        position: absolute;
        border-width: 100vh;
        border-style: solid;
        border-color: inherit;
        opacity: 0.08;
        filter: alpha(opacity=0.8);
        z-index: 0;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }

    .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;
}

.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: 20px;
    }

.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-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: #ddd;
    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.disabled,
.btn.disabled:hover,
.btn.disabled:focus {
    background: #ddd;
    border-color: #ddd;
    box-shadow: none !important;
    color: #666 !important;
}


.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.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: 3px;
    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;
}

/*#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: 28px;
}

.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;
        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*/
/****产品通用遮罩层******/
#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;
}

/****#region*自定义单复选狂*******/
.radio-inline,
.checkbox-inline {
    display: inline-block;
    vertical-align: middle;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-left: 12px;
    }

.radio-custom,
.checkbox-custom {
    position: relative;
    z-index: 0; /*避免影响自定义下拉框z-index:0;*/
    cursor: pointer;
    padding: 0;
    padding-left: 20px !important;
    min-height: 20px;
    min-width: 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 {
        padding-left: 2px;
        margin: 0;
        display: inline-block;
        vertical-align: top;
    }

        .radio-custom > label:before,
        .checkbox-custom > label:before {
            content: "";
            position: absolute;
            left: 2px;
            top: 50%;
            margin-top: -8px;
            z-index: 1;
            width: 16px;
            height: 16px;
            border: 1px solid #ddd;
            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: 1px;
            margin-left: 5px;
            margin-right: 5px;
            top: 50%;
            margin-top: -4px;
            display: block;
            border-radius: 150%;
            width: 8px;
            z-index: 2;
            height: 8px;
            line-height: 0;
        }

.checkbox-right,
.radio-right {
    padding-left: 0 !important;
    padding-right: 20px !important;
}

    .checkbox-right > label:before,
    .checkbox-right > label:after,
    .radio-right > label:before,
    .radio-right > label:after {
        right: 2px;
        left: auto;
    }

    .radio-right > label,
    .checkbox-right > label {
        padding-left: 0;
        padding-right: 2px;
        margin: 0;
        display: inline-block;
    }

/*多选框标签显示*/
.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: 2px 8px;
    line-height: 1.1;
    max-width: 100%;
    margin: 0 !important;
    border-radius: 3px;
    font-size: 1.2rem;
}

.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: #4e97d9;
    border-color: #4e97d9;
    color: #fff;
}

.radio-custom > input[type=radio]:disabled,
.checkbox-custom > input[type=checkbox]:disabled {
    cursor: not-allowed;
}

    .radio-custom > input[type=radio]:disabled + .radio-label:before,
    .checkbox-custom > input[type=checkbox]:disabled + .checkbox-label:before {
        background: #f5f5f5 !important;
        border-color: #aaa !important;
    }

.radio-custom > input[type=radio]:checked + .radio-label:after {
    background: #fff;
}

.checkbox-custom > input[type=checkbox]:disabled:checked + .checkbox-label:before,
.radio-custom > input[type=radio]:disabled:checked + .radio-label:before {
    color: #fff !important;
    background: #b1b2b9 !important;
    border-color: #b1b2b9 !important;
}


.radio-custom > input[type=radio]:disabled:checked + .radio-label:after {
    background: #fff !important;
}




/****#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 > a {
    padding: 10px 15px;
    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**通用搜索框****************************/



/*#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***通用列表*******************/
.lz-viewlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .lz-viewlist > li {
        padding: 5px 5px;
        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: 1px;
            padding-bottom: 1px;
        }

        .lz-viewlist > li.li-header {
            color: #495460;
            color: #333;
            background: none !important;
        }

            .lz-viewlist > li.li-header:hover {
                background: initial;
            }

            .lz-viewlist > li.li-header.bg-gray {
                background: #f6f7f8 !important;
                color: #333;
            }

        .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;
        }

.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: 15px;
    right: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.list-item {
    padding: 8px 15px;
    line-height: 20px;
}

    .list-item a.color-normal {
        color: #646464;
    }

    .dropdown-menu > li:hover,
    .list-item: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;
    }

/*#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;
}
/*#endregion**********bootstrap12格宽度*/
