@charset "UTF-8";

/* ---------------------------------------------------------------------------------------------------------------------------- */
/*!
 * Version 3.0.0
 * 此样式是以 Bootstrap v4.1.3 为基础编辑的 plugin.min.js 样式。
 * Author:Buller
 * Date:2019-01-23 16:00
 */
/* --全局初始化样式 START-- */
*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

a,
abbr,
address,
article,
blockquote,
body,
button,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
input,
label,
legend,
li,
object,
ol,
p,
pre,
q,
select,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
}

html {
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    /* 10px÷16px*100%=62.5%,16px=100%,10px=1rem */
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #f8f8f8;
}

@media(max-width:1024px) {
    ::-webkit-scrollbar {
        width: 0;
    }
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #d3d3d3;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

body {
    position: relative;
    min-width: 360px;
    height: 100%;
    font: 400 16px/1.5 "Microsoft Yahei";
    text-align: left;
    background-color: #fff;
    color: #333;
}

@media(max-width:1680px) {
    html {
        font-size: 93.75%;
        /* 15px。缩小比例=想要的字号*6.25/16 */
    }

    body {
        font-size: 15px;
    }
}

@media(max-width:1440px) {
    html {
        font-size: 87.5%;
        /* 14px。字体最小只能等于12px,小于12px电脑不能识别 */
    }

    body {
        font-size: 14px;
    }
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block;
}

li {
    list-style: none;
}

.fa-li {
    top: 0;
    line-height: inherit;
}

a:active,
a:visited,
a:focus,
input:active,
input:visited,
input:focus,
button:active,
button:visited,
button:focus {
    outline: 0;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

a:hover {
    color: #009dff;
}

.form-text-append {
    padding-left: 1.2rem;
}

.KN_BOTTOMMOST {
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_COVER {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    animation: COVER_ANIMATE .6s;
    -webkit-animation: COVER_ANIMATE .6s;
}

@keyframes COVER_ANIMATE {
    0% {
        opacity: 0;
    }
}

.KN_COVER.ACTIVE {
    opacity: 0;
    animation: COVERACTIVE_ANIMATE 1.3s;
    -webkit-animation: COVERACTIVE_ANIMATE 1.3s;
}

@keyframes COVERACTIVE_ANIMATE {
    0% {
        opacity: .6;
    }
}

.KN_OVERHIDE {
    overflow: hidden !important;
}

.pointer {
    cursor: pointer;
}

.pointer:hover {
    opacity: .8;
}

.form-text-prepend {
    display: inline-block;
    margin-bottom: 8px;
    padding-right: 20px;
}

.form-check-label,
.form-radio-label {
    position: relative;
    margin-bottom: 0;
}

.form-text-prepend+.form-check-label+.form-check-label {
    padding-left: 40px;
}

.form-file {
    position: relative;
    display: inline-block;
}

.form-file .form-text-prepend {
    float: left;
    margin-bottom: 0;
    padding: 0;
    width: 20%;
    width: 23%\0;
    line-height: 38px;
}

.form-file .custom-file {
    float: left;
    width: 80%;
    width: 77%\0;
}

.form-file .custom-file-label input {
    padding-right: 5rem;
    width: 100%;
}

.form-file .custom-file-label::after {
    content: none;
}

.fileSelectBtn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: 1px solid #ced4da;
    border-radius: 0 5px 5px 0;
    padding: .375rem .75rem;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
}

.input-group-addon {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ced4da;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: .375rem .75rem;
    background-color: #e9ecef;
    color: #495057;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
}

/* --全局初始化样式 END-- */
/* --自定义文字大小 START-- */
.fs42 {
    font-size: 2.625rem !important;
}

.fs32 {
    font-size: 2rem !important;
}

.fs30 {
    font-size: 1.875rem !important;
}

.fs28 {
    font-size: 1.75rem !important;
}

.fs24 {
    font-size: 1.5rem !important;
}

.fs22 {
    font-size: 1.375rem !important
}

.fs20 {
    font-size: 1.25rem !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs16 {
    font-size: 1rem !important;
}

.fs15 {
    font-size: .9375rem !important;
}

.fs14 {
    font-size: .875rem !important;
}

.fs13 {
    font-size: .8125rem !important;
}

.lh20 {
    line-height: 2rem;
}

.lh29 {
    line-height: 2.9rem;
}

.lh30 {
    line-height: 1.875rem;
}

.textIndent1 {
    text-indent: 1.25rem;
}

/* --自定义文字大小 END-- */
/* --定位 START-- */
.KN_RELATIVE {
    position: relative;
}

.KN_ABSOLUTE {
    position: absolute;
}

.KN_FIXED {
    position: fixed;
}

.KN_RelBottom {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

.KN_AbsBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.KN_HEIGHTAUTO {
    height: auto !important;
}

.KN_SHOW {
    display: block !important;
}

.KN_HIDE {
    display: none !important;
}

.KN_HEADFIXED {
    z-index: 1;
    position: relative;
}

.KN_HEADFIXED::after {
    z-index: -9;
    position: relative;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.clearfix {
    zoom: 1;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.kniu_none {
    display: none !important;
}

.kniu_inline_block {
    display: inline-block !important;
}

.kniu_block {
    display: block !important;
}

.kniu_mt_3 {
    margin-top: 16px !important;
}

.kniu_mb_3 {
    margin-bottom: 16px !important;
}

.kniu_mt_0 {
    margin-top: 0 !important;
}

.kniu_mr_0 {
    margin-right: 0 !important;
}

.kniu_mb_0 {
    margin-bottom: 0 !important;
}

.kniu_ml_0 {
    margin-left: 0 !important;
}

/* --定位 END-- */
/* --验证码 START-- */
.KN_SECURITY {
    display: flex;
    align-items: center;
}

.KN_SECURITYINPUT {
    width: 20% !important;
    min-width: 120px;
}

.KN_SECURITYNUM {
    margin-left: .3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 80px;
    height: calc(2.25rem + 2px);
    background-color: #fff;
    cursor: pointer;
}

/* --验证码 END-- */
/* --幻灯片 START-- */
.KN_Slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

@media(max-width:1024px) {
    .KN_Slide {
        height: 80%;
    }
}

@media(max-width:480px) {
    .KN_Slide {
        height: 40%;
    }

    .KN_SlideArrowGroup {
        display: none;
    }
}

@media(max-width:414px) {
    .KN_Slide {
        height: 34%;
    }
}

.KN_SlideImgGroup {
    height: 100%;
    position: absolute;
    zoom: 1;
}

.KN_SlideImgGroup::after,
.KN_SlidePoint::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_SlideImgList {
    float: left;
    height: 100%;
}

.KN_SlidePointGroup {
    display: flex;
    justify-content: center;
}

.KN_SlidePoint {
    position: absolute;
    bottom: 2%;
    zoom: 1;
}

.KN_SlidePointList {
    float: left;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: #999;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.KN_SlidePointList:hover {
    cursor: pointer;
}

.KN_SlidePoint .KN_SlidePointList:first-child {
    margin-left: 0;
}

.KN_SlidePointActive {
    background: #f00;
}

.KN_Slide:hover .KN_SlideArrowGroup {
    opacity: 1;
}

.KN_SlideArrowGroup {
    width: 100%;
    position: absolute;
    top: calc(100%/2 - 25px);
    opacity: 0;
    transition: all 1s;
}

.KN_SlideArrowPrev,
.KN_SlideArrowNext {
    float: left;
    background: url(../plugin/reslider/reslide_prev.png) no-repeat;
    background-size: 100%;
    background-position: center 0;
    width: 50px;
    height: 50px;
}

.KN_SlideArrowPrev:hover,
.KN_SlideArrowNext:hover {
    cursor: pointer;
}

.KN_SlideArrowPrev {
    margin-left: 2%;
}

.KN_SlideArrowNext {
    float: right;
    background: url(../plugin/reslider/reslide_next.png) no-repeat;
    background-size: 100%;
    background-position: center 0;
    margin-right: 2%;
}

/* --幻灯片 END-- */
/* --Slick切换图片 START-- */
.KN_SLICKGROUP {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.KN_SLICKLISTGROUP {
    height: calc(100% - 24px);
    position: absolute;
    zoom: 1;
    overflow: hidden;
}

.KN_SLICKLISTGROUP::after,
.KN_SLICKBTNPOINT::after,
.KN_SLICKBTNARROW::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_SLICKLIST,
.KN_SLICKLISTPREV,
.KN_SLICKLISTNEXT {
    float: left;
    width: 100%;
    height: 100%;
    margin-left: 5px;
}

.KN_SLICKLIST img,
.KN_SLICKLISTNEXT img,
.KN_SLICKLISTPREV img {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    opacity: .6;
}

.KN_SLICKLISTACTIVE img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: gray;
    opacity: 1;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
}

.KN_SLICKBTNPOINTGROUP {
    display: flex;
    justify-content: center;
}

.KN_SLICKBTNPOINT {
    position: absolute;
    bottom: 1%;
    zoom: 1;
}

.KN_SLICKBTNPOINTLIST {
    float: left;
    width: 8px;
    height: 8px;
    background: #999;
    border-radius: 100%;
    margin-left: 5px;
}

.KN_SLICKBTNPOINTLIST:hover {
    cursor: pointer;
}

.KN_SLICKLISTPREV:first-child,
.KN_SLICKBTNPOINTGROUP .KN_SLICKBTNPOINTLIST:first-child {
    margin-left: 0;
}

.KN_SLICKBTNPOINTLISTACTIVE {
    background: #f00;
}

.KN_SLICKBTNARROW {
    width: 100%;
    height: calc(100% - 24px);
    color: #ccc;
    font-size: 5rem;
    display: flex;
    align-items: center;
    zoom: 1;
}

.KN_SLICKBTNARROWPREV,
.KN_SLICKBTNARROWNEXT {
    position: absolute;
    font-family: "monospace";
    font-size: 60px;
    background-color: transparent;
}

.KN_SLICKBTNARROWPREV {
    float: left;
    left: 0;
}

.KN_SLICKBTNARROWNEXT {
    float: right;
    right: 0;
}

.KN_SLICKBTNARROWPREV:hover,
.KN_SLICKBTNARROWNEXT:hover {
    opacity: 1;
    color: #f00;
    cursor: pointer;
}

@media(max-width:480px) {
    .KN_SLICKGROUP {
        display: none;
    }
}

/* --Slick切换图片 END-- */
/* --导航栏动画 START-- */
.KN_WEBHEAD.ACTIVE {
    z-index: 9;
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    box-shadow: 0 3px 3px #888;
    -webkit-box-shadow: 0 3px 3px #888;
    -moz-box-shadow: 0 3px 3px #888;
    animation: KN_PCMENUSHOW .6s;
    -webkit-animation: KN_PCMENUSHOW .6s;
}

@keyframes KN_PCMENUSHOW {
    0% {
        top: -100%;
    }
}

/* --导航栏动画 END-- */
/* --导航栏 START-- */
/* 页面 */
.KN_WEBHEAD,
.KN_HEADFIXED>.KN_PCHD,
.KN_HEADFIXED>.KN_APPHD {
    height: 58px;
    line-height: 58px;
}

.KN_WEBHEAD {
    z-index: 2;
    position: relative;
    background-color: #343a40;
    color: #fff;
}

.KN_PCHD {
    padding: 0 2%;
    width: 100%;
    height: 100%;
}

.KN_HEADFIXED>.KN_PCHD,
.KN_HEADFIXED>.KN_APPHD {
    z-index: 9;
    position: fixed;
    background-color: inherit;
}

.KN_WEBBODY {
    height: calc(100% - 58px);
}

.KN_FOOTER {
    background-color: #343a40;
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #fff;
}

.KN_CONTENT {
    height: calc(100% - 58px);
}

@media(max-width:1024px) {
    .KN_PCHD {
        display: none;
    }
}

/* PC端导航栏 */
.KN_PCHDLOGO,
.KN_PCHDLOGOIMG,
.KN_PCHDTITLE,
.KN_PCHDMENU,
.KN_PCHDNAVLIST,
.KN_PCHDOUT,
.KN_PCHDOUTLIST {
    float: left;
    height: 100%;
}

.KN_PCHDOUT {
    float: right;
}

.KN_PCHD::after,
.KN_PCHDLOGO::after,
.KN_PCHDOUT::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_PCHDLOGOIMG,
.KN_APPHDLOGOIMG {
    display: block;
    padding: 5px 0;
}

.KN_PCHDLOGOIMG {
    margin-right: 10px;
}

.KN_PCHDTITLE {
    font-size: 22px;
}

.KN_MENU {
    zoom: 1;
}

.KN_PCHDNAV {
    margin-left: -10px;
    width: auto;
    height: 100%;
    zoom: 1;
}

.KN_MENU::after,
.KN_PCHDNAV::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_PCHDMENU {
    width: 30%;
    text-align: center;
}

.KN_PCHD>.KN_PCHDMENU {
    margin-left: 5%;
}

@media(max-width:1024px) {
    .KN_PCHDMENU {
        display: none !important;
    }
}

.KN_PCHDNAVLIST {
    position: relative;
    width: calc(100%/4);
    padding-left: 10px;
    cursor: pointer;
}

.KN_PCHD a {
    display: block;
    height: 100%;
    text-decoration: none;
}

.KN_PCHDNAVTITLE {
    display: block;
    background-color: #ddd;
    color: #333;
}

.KN_PCHDNAVDOWN {
    z-index: 1;
    position: absolute;
    display: none;
    width: calc(100% - 10px);
    background-color: #343a40;
    animation: PCNAVDOWNSHOW .18s;
    -webkit-animation: PCNAVDOWNSHOW .18s;
}

@keyframes PCNAVDOWNSHOW {
    0% {
        top: 180%;
    }

    100% {
        top: 100%;
    }
}

.KN_PCHDNAVLINK {
    display: block;
    line-height: 30px;
    color: #fff;
}

.KN_PCHDNAVLIST:hover .KN_PCHDNAVDOWN {
    display: block;
}

.KN_PCHDNAVLIST:hover>.KN_PCHDNAVTITLE,
.KN_PCHDNAVLIST.ACTIVE>.KN_PCHDNAVTITLE,
.KN_PCHDNAVLINK:hover {
    background-color: #000;
    color: #888;
    text-decoration: none;
}

.KN_PCHDOUT>.KN_PCHDOUTLIST {
    cursor: default;
}

.KN_PCHDOUTIMG2:hover {
    cursor: pointer;
    opacity: .6;
}

.KN_PCHDOUTLINE {
    margin-right: 30px;
    margin-left: 10px;
    border-left: 1px solid #666;
    border-right: 1px solid #000;
    width: 0;
}

/* 移动端导航栏 */
.KN_APPHD {
    display: none;
}

@media(max-width:1024px) {
    .KN_APPHD {
        z-index: 9;
        display: block;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        background-color: inherit;
        padding: 0 4%;
        width: 100%;
        height: 100%;
        zoom: 1;
    }

    .KN_APPHD::after {
        content: "";
        clear: both;
        display: block;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        opacity: 0;
    }

    .KN_APPHDPREV,
    .KN_APPHDMENUBAR {
        display: block;
        font-size: 22px;
    }

    .KN_APPHDPREV {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        line-height: inherit;
    }

    .KN_APPHDMENUBAR {
        line-height: inherit;
        font-size: 26px;
    }

    .KN_APPHDLOGO,
    .KN_APPHDLOGOIMG,
    .KN_APPHDMENU,
    .KN_APPHDMENUBAR {
        height: 100%;
    }

    .KN_APPHDLOGO {
        float: left;
    }

    .KN_APPHDMENU {
        float: right;
        position: relative;
    }

    .KN_APPHDCOVER {
        z-index: 0;
        position: fixed;
        top: 0;
        left: 0;
        background-color: transparent;
        width: 100%;
        height: 100%;
    }

    .KN_APPHDNAVGROUP {
        z-index: 1;
        position: relative;
    }

    .KN_APPHDNAV {
        z-index: 9;
        position: absolute;
        top: calc(100% + 1px);
        right: 0;
        border: 1px solid #000;
        background-color: #222;
        width: 180px;
        text-align: center;
        animation: KN_APPHEADERNAVSHOW .13s;
        -webkit-animation: KN_APPHEADERNAVSHOW .13s;
        display: none;
    }

    @keyframes KN_APPHEADERNAVSHOW {
        0% {
            top: 180%;
        }
    }

    .KN_APPHDNAVLINK {
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-decoration: none;
    }

    .KN_APPHDNAVLINK:not(:first-child) {
        border-top: 1px solid #000;
    }

    .KN_APPHDNAVLINK {
        display: block;
    }

    .KN_APPHDVEIL {
        position: fixed;
        top: 0;
        right: 100%;
        background-color: #000;
        width: 100%;
        height: 100%;
        animation: KN_APPHDVEILSHOW .6s ease-in-out;
        -webkit-animation: KN_APPHDVEILSHOW .6s ease-in-out;
    }

    @keyframes KN_APPHDVEILSHOW {
        0% {
            right: 0;
        }
    }
}

/* --导航栏 END-- */
/* --折叠面板 START-- */
.KN_PANEL {
    position: relative;
}

.KN_PANEL>label {
    display: block;
    width: 100%;
    height: 100%;
}

.KN_PANELUP {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    cursor: pointer;
    zoom: 1;
}

.KN_PANELUP::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_PANELUPLEFT {
    float: left;
    padding-left: 10px;
}

.KN_PANELUPRIGHT {
    float: right;
    padding-right: 10px;
}

.KN_PANELUPCHECKBOX {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.KN_PANELUPICONOFF {
    display: none;
}

.KN_PANELDOWN {
    display: none;
    border: 1px solid #ccc;
    border-top: none;
    animation: PANELDOWN_ANIMATE .3s ease-in;
    -webkit-animation: PANELDOWN_ANIMATE .3s ease-in;
}

@keyframes PANELDOWN_ANIMATE {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.KN_PANELUPCHECKBOX:checked~.KN_PANELDOWN,
.KN_PANELUPCHECKBOX:checked+.KN_PANELUP>.KN_PANELUPRIGHT>.KN_PANELUPICONOFF {
    display: block;
}

.KN_PANELUPCHECKBOX:checked+.KN_PANELUP>.KN_PANELUPRIGHT>.KN_PANELUPICONON {
    display: none;
}

.KN_PANELUPCHECKBOX:checked+.KN_PANELUP>.KN_PANELUPRIGHT>.KN_PANELUPICONOFF {
    position: relative;
    top: 3px;
}

/* --折叠面板 END-- */
/* --模态框 START-- */
.KN_MOD {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: none;
}

.KN_MODDIALOG {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.KN_MODCONTENT {
    position: relative;
    overflow: hidden;
    border: 1px solid #333;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3), 0 5px 10px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3), 0 5px 10px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3), 0 5px 10px 0 rgba(0, 0, 0, .3);
    height: auto;
    min-width: 320px;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 100px);
    animation: MODCONTENT_ANIMATE .3s;
    -webkit-animation: MODCONTENT_ANIMATE .3s;
}

@keyframes MODCONTENT_ANIMATE {
    0% {
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }
}

.KN_MODCONTENT.ACTIVE {
    animation: MODCONTENTACTIVE_ANIMATE .3s;
    -webkit-animation: MODCONTENTACTIVE_ANIMATE .3s;
}

@keyframes MODCONTENTACTIVE_ANIMATE {
    0% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
    }
}

.KN_MODHEAD {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0 1rem;
    padding-bottom: 0;
    height: 60px;
    line-height: 60px;
    zoom: 1;
}

.KN_MODHEAD::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_MODHEADTITLE {
    float: left;
    height: 100%;
}

.KN_MODCLOSE {
    float: right;
    height: 100%;
    font-size: 30px;
    color: #999;
    cursor: pointer;
}

.KN_MODCLOSE:hover {
    color: #333;
}

.KN_MODBODY {
    overflow: hidden;
    overflow-y: auto;
    padding: 1rem;
    width: 100%;
    max-height: 768px;
}

@media(max-width:1600px) {
    .KN_MODBODY {
        max-height: 580px;
    }
}

@media(max-width:1440px) {
    .KN_MODBODY {
        max-height: 480px;
    }
}

@media(max-width:1280px) {
    .KN_MODBODY {
        max-height: 414px;
    }
}

@media(max-width:1024px) {
    .KN_MODBODY {
        max-height: 667px;
    }
}

@media(max-width:480px) {
    .KN_MODBODY {
        max-height: 375px;
    }
}

.KN_MODBODY::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
}

.KN_MODBODY::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    background-color: #d3d3d3;
}

.KN_MODBODY::-webkit-scrollbar-track {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

@media(max-width:1024px) {
    .KN_MODBODY::-webkit-scrollbar {
        width: 3px;
    }

    .KN_MODBODY::-webkit-scrollbar-thumb {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .KN_MODBODY::-webkit-scrollbar-track {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
}

.KN_MODBTN {
    text-align: right;
    height: 30px;
    line-height: 30px;
    display: none;
}

.KN_MODBTNMIN {
    display: inline-block;
    height: 100%;
    line-height: inherit;
    zoom: 1;
}

.KN_MODBTNMIN::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_MODBTNLIST {
    float: left;
    margin-left: 10px;
    height: 100%;
    line-height: inherit;
}

.KN_MODBTNLIST:first-child {
    margin-left: 0;
}

/* --模态框 END-- */
/* --模态框-提示框 START-- */
.KN_DIALOG {
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: DIALOGFADE .3s;
    -webkit-animation: DIALOGFADE .3s;
    display: none;
}

@keyframes DIALOGFADE {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.KN_DIALOGCOVER {
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
}

.KN_DIALOGBODY {
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.KN_DIALOGBODYCONTENT {
    position: relative;
    /* border: 1px solid #333; */
    border: 1px solid #888;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    background-color: #fff;
    min-width: 320px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2), 0 5px 10px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2), 0 5px 10px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2), 0 5px 10px 0 rgba(0, 0, 0, .2);
}

.KN_DIALOGBODYHD {
    border-bottom: 1px solid #ccc;
    padding: 0 1rem;
    color: #666;
    height: 40px;
    line-height: 40px;
    zoom: 1;
}

.KN_DIALOGBODYHD::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_DIALOGCONTENT {
    overflow: hidden;
    overflow-y: auto;
    max-height: 768px;
    padding: 1rem;
}

@media(max-width:1920px) {
    .KN_DIALOGBODYCONTENT {
        max-width: 1440px;
    }
}

@media(max-width:1440px) {
    .KN_DIALOGBODYCONTENT {
        max-width: 1200px;
    }

    .KN_DIALOGCONTENT {
        max-height: 600px;
    }
}

@media(max-width:1024px) {
    .KN_DIALOGBODYCONTENT {
        max-width: 980px;
    }
}

@media(max-width:480px) {
    .KN_DIALOGBODYCONTENT {
        max-width: 380px;
    }

    .KN_DIALOGCONTENT {
        max-height: 500px;
    }
}

@media(max-width:375px) {
    .KN_DIALOGBODYCONTENT {
        max-width: 320px;
    }
}

.KN_DIALOGHEADER {
    float: left;
}

.KN_DIALOGCLOSE {
    float: right;
    font-family: "";
    font-size: 1.875rem;
    color: #999;
    cursor: pointer;
}

.KN_DIALOGCLOSE:hover {
    color: #333;
}

.KN_DIALOGCONFIRM {
    text-align: right;
    padding: .3rem 1rem;
}

.KN_DIALOGCONFIRMMIN {
    display: inline-block;
    zoom: 1;
}

.KN_DIALOGCONFIRMMIN::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_DIALOGCONFIRMLIST {
    float: left;
}

.KN_DIALOGYES {
    padding: .3rem .6rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-color: transparent;
    background-color: #007bff;
    color: #fff;
}

.KN_DIALOGYES:hover {
    background-color: #0069d9;
    cursor: pointer;
}

/* --模态框-提示框 END-- */
/* --弹出小提示框 START-- */
.KN_MODTIPS {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 1px 2px 0 #888, 0 1px 2px 0 #888;
    -webkit-box-shadow: 0 1px 2px 0 #888, 0 1px 2px 0 #888;
    -moz-box-shadow: 0 1px 2px 0 #888, 0 1px 2px 0 #888;
    background-color: rgba(0, 0, 0, .6);
    padding: 15px 20px;
    color: #fff;
    animation: KN_MODTIPSSHOW 1.3s;
    -webkit-animation: KN_MODTIPSSHOW 1.3s;
}

@keyframes KN_MODTIPSSHOW {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* --弹出小提示框 END-- */
/* --返回顶部 START-- */
@media(max-width:1024px) {
    .KN_GOTOP {
        display: none !important;
    }
}

.KN_GOTOP {
    z-index: 9;
    position: fixed;
    right: 2%;
    bottom: 18%;
    border: 1px solid #888;
    background-color: #fff;
    transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    display: none;
}

.KN_GOTOP:hover {
    border-color: transparent;
    background-color: #000;
    color: #fff;
}

/* --返回顶部 END-- */
/* --倒计时 START-- */
.KN_COUNTDOWNGROUP {
    zoom: 1;
}

.KN_COUNTDOWNGROUP::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_COUNTDOWNLIST {
    float: left;
}

/* --倒计时 END-- */
/* --同处切换 START-- */
.KN_CUTGROUP {
    display: inline-block;
}

.KN_CUTLIST {
    cursor: pointer;
    background-color: transparent;
}

/* --同处切换 END-- */
/* --上传 START-- */
.KN_File {
    float: left;
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: relative;
    margin-top: 5px;
    margin-left: 5px;
    color: #ccc;
    background-color: #ddd;
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.KN_InputFiles {
    opacity: 0;
}

.KN_InputFiles,
.KN_FileImg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.KN_FileImgClose {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    font-size: 20px;
    color: #000;
}

/* --上传 END-- */
/* --滚动图片 START-- */
.KN_GunDong {
    height: 300px;
    overflow: hidden;
    text-align: center;
}

.KN_GunDongGroup {
    width: 600%;
    height: 100%;
    display: inline-block;
    animation: GUNDONGAUTOIMG 30s linear infinite;
    -webkit-animation: GUNDONGAUTOIMG 30s linear infinite;
}

@keyframes GUNDONGAUTOIMG {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -100%;
    }
}

/*哪个类里有动画hover哪个类*/
.KN_GunDongGroup:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
}

.KN_GunDongImgText {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    color: #fff;
    font-size: 2rem;
    line-height: 300px;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.KN_GunDongList {
    float: left;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.KN_GunDongList:hover>.KN_GunDongImgText {
    opacity: 1;
}

.KN_GunDongList:hover>.KN_GunDongImg {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.KN_GunDongImg {
    height: 100%;
    transition: transform 1.8s;
    -webkit-transition: transform 1.8s;
    -moz-transition: transform 1.8s;
    -ms-transition: transform 1.8s;
    -o-transition: transform 1.8s;
}

/* --滚动图片 END-- */
/* --H5视频播放 START-- */
.KN_MEDIAVIDEOGROUP {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: auto;
    background-color: #999;
}

.KN_MEDIAVIDEO {
    width: 100%;
    height: 100%;
}

.KN_MEDIAVIDEOBG {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.KN_BTNMEDIAVIDEOPLAY {
    z-index: 1;
    position: absolute;
    top: calc(100%/2 - 3.75rem);
    left: calc(100%/2 - 3.75rem);
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 100%;
    border: 3px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: transform .6s, border-bottom-color .6s, border-left-color .6s;
    -webkit-transition: transform .6s, border-bottom-color .6s, border-left-color .6s;
    -moz-transition: transform .6s, border-bottom-color .6s, border-left-color .6s;
    -ms-transition: transform .6s, border-bottom-color .6s, border-left-color .6s;
    -o-transition: transform .6s, border-bottom-color .6s, border-left-color .6s;
}

@media(max-width:480px) {
    .KN_BTNMEDIAVIDEOPLAY {
        display: none;
    }
}

.KN_BTNMEDIAVIDEOPLAY:hover {
    cursor: pointer;
    border-bottom-color: #fff;
    border-left-color: #fff;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.KN_BTNMEDIAVIDEOPLAY+img {
    width: 2.5rem;
    height: 3.125rem;
    position: absolute;
    top: calc(100%/2 - 3.125rem/2);
    left: calc(100%/2 - 1.875rem/2);
}

/* --H5视频播放 END-- */
/* --自定义表单 checkbox & radio START*/
.KN_formCheckGroup::after,
.KN_formRadioGroup::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_formCheckall,
.KN_formCheckbox,
.KN_formRadio {
    float: left;
    height: 100%;
}

.KN_formCheckall:not(:first-child),
.KN_formCheckbox:not(:first-child),
.KN_formRadio:not(:first-child) {
    margin-left: 10px;
}

.KN_formCheckall>label>.KN_inlineInput,
.KN_formCheckbox>label>.KN_inlineInput,
.KN_formRadio>label>.KN_inlineInput {
    display: none;
}

.KN_formCheckall>label>.KN_inlineTextAppend,
.KN_formCheckbox>label>.KN_inlineTextAppend,
.KN_formRadio>label>.KN_inlineTextAppend {
    display: flex;
    flex-flow: row;
    height: 100%;
    cursor: pointer;
}

.KN_formCheckall>label>.KN_inlineTextAppend::before,
.KN_formCheckbox>label>.KN_inlineTextAppend::before,
.KN_formRadio>label>.KN_inlineTextAppend::before {
    content: "\f111";
    position: relative;
    top: 0;
    margin-right: 5px;
    height: 100%;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    color: #ccc;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
}

.KN_formCheckall>label>.KN_inlineTextAppend::before,
.KN_formCheckbox>label>.KN_inlineTextAppend::before {
    content: "\f0c8";
    font-weight: 900;
    font-size: 16px;
}

.KN_formCheckall>label>.KN_inlineInput:checked~.KN_inlineTextAppend::before,
.KN_formCheckbox>label>.KN_inlineInput:checked~.KN_inlineTextAppend::before,
.KN_formRadio>label>.KN_inlineInput:checked~.KN_inlineTextAppend::before {
    content: "\f192";
    animation: KN_CUSTOMTEXTAPPENDBEFORE .6s;
    -webkit-animation: KN_CUSTOMTEXTAPPENDBEFORE .6s;
}

@keyframes KN_CUSTOMTEXTAPPENDBEFORE {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.KN_formCheckall>label>.KN_inlineInput:checked~.KN_inlineTextAppend::before,
.KN_formCheckbox>label>.KN_inlineInput:checked~.KN_inlineTextAppend::before {
    content: "\f14a";
}

.KN_formCheckall>label>.KN_inlineInput:disabled+.KN_inlineTextAppend,
.KN_formCheckbox>label>.KN_inlineInput:disabled+.KN_inlineTextAppend,
.KN_formRadio>label>.KN_inlineInput:disabled+.KN_inlineTextAppend {
    pointer-events: none;
}

.KN_formCheckall>label>.KN_inlineInput:disabled+.KN_inlineTextAppend:hover::before,
.KN_formCheckbox>label>.KN_inlineInput:disabled+.KN_inlineTextAppend:hover::before,
.KN_formRadio>label>.KN_inlineInput:disabled+.KN_inlineTextAppend:hover::before {
    color: #ccc;
}

.KN_formCheckall>label>.KN_inlineInput:disabled:checked+.KN_inlineTextAppend:hover::before,
.KN_formCheckbox>label>.KN_inlineInput:disabled:checked+.KN_inlineTextAppend:hover::before,
.KN_formRadio>label>.KN_inlineInput:disabled:checked+.KN_inlineTextAppend:hover::before,
.KN_formCheckall>label>.KN_inlineInput:checked~.KN_inlineTextAppend::before,
.KN_formCheckbox>label>.KN_inlineInput:checked~.KN_inlineTextAppend::before,
.KN_formRadio>label>.KN_inlineInput:checked~.KN_inlineTextAppend::before,
.KN_formCheckall>label>.KN_inlineTextAppend:hover::before,
.KN_formCheckbox>label>.KN_inlineTextAppend:hover::before,
.KN_formRadio>label>.KN_inlineTextAppend:hover::before {
    color: #007bff;
}

.KN_formCheckGroup,
.KN_formRadioGroup,
.KN_formGroup,
.KN_formSelect,
.KN_formDate {
    margin-bottom: 1rem;
}

.KN_formCheckall>.KN_inlineTextPrepend,
.KN_formCheckall>.KN_inlineTextPrepend~.KN_formLabel,
.KN_formCheckbox>.KN_inlineTextPrepend,
.KN_formCheckbox>.KN_inlineTextPrepend~.KN_formLabel,
.KN_formRadio>.KN_inlineTextPrepend,
.KN_formRadio>.KN_inlineTextPrepend~.KN_formLabel {
    float: left;
}

.KN_formCheckall>.KN_inlineTextPrepend,
.KN_formCheckbox>.KN_inlineTextPrepend,
.KN_formRadio>.KN_inlineTextPrepend {
    margin-bottom: 0;
    padding-right: 10px;
    width: auto;
    height: 100%;
    text-align: right;
}

.KN_formCheckall>.KN_inlineTextPrepend~.KN_formLabel,
.KN_formCheckbox>.KN_inlineTextPrepend~.KN_formLabel,
.KN_formRadio>.KN_inlineTextPrepend~.KN_formLabel {
    width: auto;
}

.KN_formCheckGroup,
.KN_formRadioGroup {
    height: 30px;
    line-height: 30px;
}

.KN_formLabel {
    display: block;
    width: 100%;
    height: 100%;
    zoom: 1;
}

.KN_formLabel::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_blockInput:focus,
.KN_inlineInput:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    -moz-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

input:read-only {
    pointer-events: none;
    background-color: #f3f3f3;
}

input:read-only:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.KN_blockTextPrepend {
    margin-bottom: .5rem;
}

.KN_formIconGroup {
    z-index: 0;
    position: relative;
    margin-bottom: 0;
    display: flex;
    flex-flow: row;
    background-color: #fff;
    height: 100%;
}

.KN_blockInput,
.KN_inlineInput {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 16px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -ms-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media(max-width:1680px) {

    .KN_blockInput,
    .KN_inlineInput {
        font-size: 15px;
    }
}

@media(max-width:1440px) {

    .KN_blockInput,
    .KN_inlineInput {
        font-size: 14px;
    }
}

select::-ms-expand {
    display: none;
}

.KN_formIconGroup>select {
    z-index: 1;
    padding-right: 35px;
    padding-right: 1rem\0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    width: 100%;
}

.KN_formIcon {
    z-index: 0;
    z-index: -1\9\0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: none;
    background-color: inherit;
    padding: 0 10px;
    height: 100%;
    font-size: 18px;
    color: #333;
    pointer-events: none;
}

.KN_DATE.KN_formIconGroup::after {
    content: "";
    padding: 0;
}

.KN_DATE.KN_formIconGroup>.KN_formIcon {
    color: #999;
    background-color: transparent;
}

.KN_formIcon>.fa {
    cursor: default;
}

.KN_formIconImg {
    padding-top: 3px;
    height: 26%;
}

.KN_formIconImgDate {
    height: 45%;
}

.KN_formIconGroup>select:focus {
    background-color: transparent;
}

textarea {
    overflow: hidden;
    overflow-y: auto;
    padding: .75rem !important;
    min-height: calc(10rem - 20px);
    resize: none;
}

.KN_SEARCH {
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
}

.KN_DATE::after,
.KN_SEARCH::after {
    content: "\f073";
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    padding: 0 10px;
    height: 100%;
    font-size: 18px;
    font-family: "Font Awesome 5 free";
    color: #999;
}

.KN_SEARCH::after {
    content: "\f3ee" !important;
    font-family: "Font Awesome 5 Brands";
}

.KN_DATE {
    position: relative;
    height: 100%;
}

.KN_DATE>input,
.KN_SEARCH>input {
    padding-right: 35px;
    width: 100%;
}

.KN_blockTextPrepend+.KN_DATE,
.KN_blockTextPrepend+.KN_SEARCH {
    width: 100%;
}

/* --自定义表单 checkbox & radio END*/
/* --Tab切换 START-- */
.KN_TABLIST:hover {
    opacity: .6;
    cursor: pointer;
    text-decoration: none;
}

.KN_TABLIST.ACTIVE {
    border-color: transparent;
    background-color: transparent;
    color: #f00 !important;
}

.KN_TABCONTENTLIST {
    display: none;
    /* animation: KN_TABCONTENTLISTFADE .3s;
    -webkit-animation: KN_TABCONTENTLISTFADE .3s; */
}

@keyframes KN_TABCONTENTLISTFADE {
    0% {
        transform: translateY(-13%);
        -webkit-transform: translateY(-13%);
        -moz-transform: translateY(-13%);
        -ms-transform: translateY(-13%);
        -o-transform: translateY(-13%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

.kniu_hashTabList {
    display: none;
}

.kniu_hashTabBtn.active {
    color: #f00 !important;
}

/* --Tab切换 END-- */
/* --自定义表格 START-- */
.KN_TABLEGROUP {
    border: 1px solid #dee2e6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: #fff;
    height: 100%;
}

.KN_TABLE {
    height: 100%;
}

.KN_THEAD {
    background-color: #e9ecef;
    height: 40px;
}

.KN_THEADTR {
    display: flex;
    height: 100%;
}

.KN_TBODY {
    height: calc(100% - 40px);
}

.KN_TBODYTR {
    display: flex;
    height: calc(100%/12);
}

.KN_THEADTR::after,
.KN_TBODYTR::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_TBODYTR:hover {
    background-color: #f6f6f6;
}

.KN_TH,
.KN_TD {
    float: left;
    align-self: center;
    padding: .625rem;
    width: calc(100%/4);
    height: auto;
    font-size: .875rem;
}

.KN_TH {
    font-weight: 700;
}

.KN_TABLEBORDERED {
    border: 1px solid #ccc;
}

.KN_TABLEBORDERED>.KN_THEAD>.KN_THEADTR,
.KN_TABLEBORDEREDROW>.KN_THEAD>.KN_THEADTR {
    border-bottom: 2px solid #ccc;
}

.KN_TABLEBORDERED>.KN_TBODY>.KN_TBODYTR:not(:last-child),
.KN_TABLEBORDEREDROW>.KN_TBODY>.KN_TBODYTR:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.KN_TABLEBORDERED>.KN_THEAD>.KN_THEADTR>.KN_TH:not(:first-child),
.KN_TABLEBORDERED>.KN_TBODY>.KN_TBODYTR>.KN_TD:not(:first-child) {
    border-left: 1px solid #ccc;
}

.KN_TABLETITLE {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.KN_TABLETITLE::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_TABLESORTPREPEND,
.KN_TABLESORT {
    float: left;
}

.KN_TABLESORT {
    position: absolute;
    top: 0;
    right: -10px;
    width: 10px;
}

.KN_TH>.KN_TABLETITLE>.KN_TABLESORT {
    right: -15px;
}

.KN_TABLESORTUP,
.KN_TABLESORTDOWN {
    position: absolute;
    top: 5px;
    opacity: .3;
}

.KN_TABLESORTDOWN {
    top: 14px;
}

@media(max-width:1440px) {
    .KN_TABLESORTDOWN {
        top: 13px;
    }
}

.KN_TABLESORTUP:hover,
.KN_TABLESORTUP.active,
.KN_TABLESORTDOWN:hover,
.KN_TABLESORTDOWN.active {
    opacity: 1;
    cursor: pointer;
}

/* --自定义表格 END-- */
/* --搜索框 START-- */
.KN_formSearch:not(:first-child) {
    margin-top: 1rem;
}

.KN_formSearch>.KN_formLabel>.KN_searchBtn,
.KN_formSearch>.KN_formLabel>.KN_formIconGroup,
.KN_formSearch>.KN_formLabel>.KN_formIconGroup~.KN_searchBtn,
.KN_formSearch>.KN_formLabel>.KN_formIconGroup+.KN_SELECT>.KN_SELECTINPUT,
.KN_formSearch>.KN_formLabel>.KN_inlineInput,
.KN_formSearch>.KN_formLabel>.KN_inlineInput~.KN_searchBtn,
.KN_formSearch>.KN_formLabel>.KN_inlineInput+.KN_SELECT>.KN_SELECTINPUT {
    float: left;
    height: 100%;
}

.KN_formSearch>.KN_formLabel>.KN_searchBtn+.KN_inlineInput {
    border-right: 1px solid #ced4da;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: auto;
    line-height: inherit;
}

.KN_formSearch>.KN_formLabel>.KN_searchBtn,
.KN_formSearch>.KN_formLabel>.KN_formIconGroup>.KN_inlineInput,
.KN_formSearch>.KN_formLabel>.KN_formIconGroup+.KN_SELECT>.KN_SELECTINPUT,
.KN_formSearch>.KN_formLabel>.KN_inlineInput,
.KN_formSearch>.KN_formLabel>.KN_inlineInput+.KN_SELECT>.KN_SELECTINPUT {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /* width: 200px; */
}

.KN_formSearch>.KN_formLabel>.KN_formIconGroup~.KN_searchBtn,
.KN_formSearch>.KN_formLabel>.KN_inlineInput~.KN_searchBtn {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 10px;
    width: auto;
    line-height: inherit;
    cursor: pointer;
}

/* --搜索框 END-- */
/* --网格系统 START-- */
.KN_H2,
.KN_H3,
.KN_H4,
.KN_H5,
.KN_H6,
.KN_H7,
.KN_H8,
.KN_H9,
.KN_H10,
.KN_H11,
.KN_H12 {
    margin-top: 10px;
}

.KN_H2:first-child,
.KN_H3:first-child,
.KN_H4:first-child,
.KN_H5:first-child,
.KN_H6:first-child,
.KN_H7:first-child,
.KN_H8:first-child,
.KN_H9:first-child,
.KN_H10:first-child,
.KN_H11:first-child,
.KN_H12:first-child {
    margin-top: 0;
}

.KN_H1 {
    height: 100%;
}

.KN_H2 {
    height: calc((100% - 10px)/2);
}

.KN_H3 {
    height: calc((100% - 10px)/3);
}

.KN_H4 {
    height: calc((100% - 10px)/4);
}

.KN_H5 {
    height: calc((100% - 10px)/5);
}

.KN_H6 {
    height: calc((100% - 10px)/6);
}

.KN_H7 {
    height: calc((100% - 10px)/7);
}

.KN_H8 {
    height: calc((100% - 10px)/8);
}

.KN_H9 {
    height: calc((100% - 10px)/9);
}

.KN_H10 {
    height: calc((100% - 10px)/10);
}

.KN_H11 {
    height: calc((100% - 10px)/11);
}

.KN_H12 {
    height: calc((100% - 10px)/12);
}

.KN_ROW {
    margin-left: -10px;
    zoom: 1;
}

.KN_ROW::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_COL1,
.KN_COL2,
.KN_COL3,
.KN_COL4,
.KN_COL5,
.KN_COL6,
.KN_COL7,
.KN_COL8,
.KN_COL9,
.KN_COL10,
.KN_COL11,
.KN_COL12,
.KN_COL2P5,
.KN_COL7P5 {
    float: left;
    padding-left: 10px;
    background-color: transparent;
    height: 100%;
}

.KN_COL1 {
    width: 100%;
}

.KN_COL2 {
    width: 50%;
}

.KN_COL3 {
    width: calc(100%/3);
}

.KN_COL4 {
    width: calc(100%/4);
}

.KN_COL5 {
    width: calc(100%/5);
}

.KN_COL6 {
    width: calc(100%/6);
}

.KN_COL7 {
    width: calc(100%/7);
}

.KN_COL8 {
    width: calc(100%/8);
}

.KN_COL9 {
    width: calc(100%/9);
}

.KN_COL10 {
    width: calc(100%/10);
}

.KN_COL11 {
    width: calc(100%/11);
}

.KN_COL12 {
    width: calc(100%/12);
}

.KN_COL2P5 {
    width: 25%;
}

.KN_COL7P5 {
    width: 75%;
}

.KN_COLGRID {
    background-color: #ddd;
    text-align: center;
    height: 100%;
}

/* --网格系统 END-- */
/* --表单排列 START-- */
.KN_formRow {
    margin-bottom: 1rem;
    zoom: 1;
}

.KN_formRow::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_formGrid>.KN_formRow:last-child {
    margin-bottom: 0;
}

.KN_formCol,
.KN_formCol1,
.KN_formCol2,
.KN_formCol3,
.KN_formCol4,
.KN_formCol5,
.KN_formCol6,
.KN_formCol7,
.KN_formCol8,
.KN_formCol9,
.KN_formCol10,
.KN_formCol11,
.KN_formCol12 {
    float: left;
    margin-bottom: 0;
}

.KN_formCol1 {
    width: 100%;
}

.KN_formCol2 {
    margin-left: 10%;
    width: calc((100% - 10%)/2);
}

.KN_formCol3 {
    margin-left: 1%;
    width: calc((100% - 1%*2)/3);
}

.KN_formCol4 {
    margin-left: 1%;
    width: calc((100% - 1%*3)/4);
}

.KN_formCol5 {
    margin-left: 1%;
    width: calc((100% - 1%*4)/5);
}

.KN_formCol6 {
    margin-left: 1%;
    width: calc((100% - 1%*5)/6);
}

.KN_formCol7 {
    margin-left: 1%;
    width: calc((100% - 1%*6)/7);
}

.KN_formCol8 {
    margin-left: 1%;
    width: calc((100% - 1%*7)/8);
}

.KN_formCol9 {
    margin-left: 1%;
    width: calc((100% - 1%*8)/9);
}

.KN_formCol10 {
    margin-left: 1%;
    width: calc((100% - 1%*9)/10);
}

.KN_formCol11 {
    margin-left: 1%;
    width: calc((100% - 1%*10)/11);
}

.KN_formCol12 {
    margin-left: 1%;
    width: calc((100% - 1%*11)/12);
}

.KN_formCol:first-child,
.KN_formCol2:first-child,
.KN_formCol3:first-child,
.KN_formCol4:first-child,
.KN_formCol5:first-child,
.KN_formCol6:first-child,
.KN_formCol7:first-child,
.KN_formCol8:first-child,
.KN_formCol9:first-child,
.KN_formCol10:first-child,
.KN_formCol11:first-child,
.KN_formCol12:first-child {
    margin-left: 0;
}

.KN_formBlock {
    color: #666;
}

.KN_blockInput,
.KN_blockInput+.KN_SELECT,
.KN_formDateLineInput,
.KN_blockTextPrepend+.KN_formFileGroup {
    height: 40px;
}

.KN_formDateLineInput {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: transparent;
    padding: 0 !important;
    color: #999;
    font-size: .3rem;
}

.KN_formRow>.KN_formSearch {
    margin-top: 0;
}

.KN_formDateLine {
    margin: 0 10px;
    width: auto !important;
}

.KN_formDateLine+.KN_formDate {
    margin-left: 0 !important;
}

/* --表单排列 END-- */
/* --表单-上传 START-- */
.KN_formFileGroup {
    zoom: 1;
}

.KN_formFileGroup>.KN_blockInput {
    float: left;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    max-width: calc(100% - 70px);
}

.KN_formFileList {
    float: left;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    min-width: 70px;
    height: 100%;
}

.KN_formFileList:hover {
    opacity: .8;
}

.KN_formFileList>.KN_fileInput {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 300%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.KN_formFileBtnAppend {
    z-index: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-color: #28a745;
    width: 100%;
    height: 100%;
    font-size: 12px;
    background-color: #28a745;
    color: #fff;
}

/* --表单-上传 END-- */
/* --内联表单 START-- */
.KN_formInline {
    height: 40px;
    line-height: 40px;
}

.KN_formInline,
.KN_formInline>label {
    zoom: 1;
}

.KN_formInline::after,
.KN_formInline>label::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_formInline>.KN_formGroup,
.KN_formInline>.KN_formInputGroup,
.KN_formInline>.KN_formInputGroup_Inside,
.KN_formInline>.KN_formSelect,
.KN_formInline>.KN_formDate,
.KN_formInline>.KN_formDateLine,
.KN_formInline>.KN_formSearch {
    float: left;
    margin-bottom: 0;
    height: 100%;
}

.KN_inlineInput+.KN_SELECT {
    float: left;
}

.KN_inlineInput,
.KN_inlineInput+.KN_SELECT,
.KN_SEARCH,
.KN_DATE {
    width: 200px;
}

.KN_inlineTextPrepend,
.KN_inlineTextAppend {
    float: left;
    padding-right: 10px;
    width: auto;
    height: 100%;
    text-align: right;
}

.KN_inlineTextPrepend:last-child,
.KN_inlineTextAppend {
    padding-right: 0;
}

.KN_inlineTextAppend {
    padding-left: 10px;
}

input[type="radio"]+.KN_inlineTextAppend,
input[type="checkbox"]+.KN_inlineTextAppend {
    padding-left: 0;
}

.KN_formInline>div:not(:first-child) {
    margin-left: 20px;
}

.KN_formInline>.KN_formDateLine {
    margin: 0 10px !important;
    width: auto !important;
    color: #999;
    font-size: .3rem;
}

.KN_inlineInput,
.KN_DATE,
.KN_inlineInputValue {
    float: left;
    line-height: inherit;
}

.KN_formInputGroup>.KN_inlineTextPrepend {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #225081;
    padding-right: 0;
    width: 60px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.KN_formInputGroup>.KN_inlineInput {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.KN_formInputGroup_Inside {
    position: relative;
    background-color: #fff;
}

.KN_formInputGroup_Inside>.KN_inlineTextPrepend {
    z-index: 0;
    position: absolute;
    padding-right: 0;
    width: 40px;
    color: #999;
    text-align: center;
}

.KN_formInputGroup_Inside>.KN_inlineInput {
    z-index: 1;
    position: relative;
    background-color: transparent;
    padding-left: 40px;
}

@media(max-width:1440px) {
    .KN_inlineInput+.KN_SELECT {
        width: 150px;
    }
}

@media(max-width:480px) {
    .KN_formInline {
        height: auto;
    }

    .KN_formInline>.KN_formDate,
    .KN_formInline>.KN_formDateLine,
    .KN_formInline>.KN_formGroup,
    .KN_formInline>.KN_formInputGroup,
    .KN_formInline>.KN_formInputGroup_Inside,
    .KN_formInline>.KN_formSearch,
    .KN_formInline>.KN_formSelect {
        float: none;
        margin-bottom: 1rem;
        width: 100%;
        height: 40px;
    }

    .KN_formInline>.KN_formDateLine {
        display: none;
    }

    .KN_formInline>div:not(:first-child) {
        margin-left: 0;
    }
}

/* --内联表单 END-- */
/* --按钮 START-- */
.kniu_btn .badge {
    top: 0;
}

.kniu_btn,
.kniu_btnInput,
.kniu_btnGradient,
.kniu_btnImgBG,
.kniu_btnOutline,
.kniu_btnFile {
    position: relative;
    float: left;
    display: block;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 10px;
    height: 100%;
    padding: 0 10px;
    border-radius: .3rem;
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    -ms-border-radius: .3rem;
    -o-border-radius: .3rem;
    font-size: 14px;
    line-height: inherit;
    text-align: center;
    text-decoration: none;
    background-color: #28a745;
    color: #fff;
    cursor: pointer;
    transition: opacity .3s, filter .3s;
    -webkit-transition: opacity .3s, filter .3s;
    -moz-transition: opacity .3s, filter .3s;
    -ms-transition: opacity .3s, filter .3s;
    -o-transition: opacity .3s, filter .3s;
    zoom: 1;
}

.kniu_btnGradient::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.kniu_btn:first-child,
.kniu_btnInput:first-child,
.kniu_btnGradient:first-child,
.kniu_btnImgBG:first-child,
.kniu_btnOutline:first-child,
.kniu_btnFile:first-child {
    margin-left: 0;
}

.kniu_btn:hover,
.kniu_btnInput:hover {
    text-decoration: none;
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
}

.kniu_btnGradient:hover,
.kniu_btnImgBG:hover {
    text-decoration: none;
}

.kniu_btnImgBG:hover {
    color: #fff;
}

.kniu_btnInput {
    overflow: hidden;
    padding: 0;
}

.kniu_btnImgBG {
    background-color: transparent;
}

.kniu_btnIcon,
.kniu_btnIcon1,
.kniu_btnIcon2 {
    position: relative;
    margin-right: 5px;
}

.kniu_btnInput>.kniu_btnIcon {
    position: absolute;
    top: 35%;
    left: .75rem;
    margin-right: 0;
    width: 20px;
}

.kniu_btnInput>.kniu_btnIcon+input {
    padding-left: calc(.75rem + 25px);
    background-color: transparent;
}

.kniu_btnInput>input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    background-color: #28a745;
    color: #fff;
    cursor: pointer;
}

.kniu_btnRadius {
    padding: 0 1.5rem;
    border-radius: 20px;
}

.kniu_btnPrimary {
    background-color: #007bff;
}

.kniu_btnSecondary {
    background-color: #6c757d;
}

.kniu_btnSuccess {
    background-color: #28a745;
}

.kniu_btnInfo {
    background-color: #17a2b8;
}

.kniu_btnWarning {
    background-color: #ffc107;
}

.kniu_btnDanger {
    background-color: #dc3545;
}

.kniu_btnDark {
    background-color: #343a40;
}

.kniu_btnPrimary>input {
    background-color: #007bff;
}

.kniu_btnSecondary>input {
    background-color: #6c757d;
}

.kniu_btnSuccess>input {
    background-color: #28a745;
}

.kniu_btnInfo>input {
    background-color: #17a2b8;
}

.kniu_btnWarning>input {
    background-color: #ffc107;
}

.kniu_btnDanger>input {
    background-color: #dc3545;
}

.kniu_btnDark>input {
    background-color: #343a40;
}

.kniu_btnGroup {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.kniu_btnBox {
    display: inline-block;
    height: 100%;
    zoom: 1;
}

.kniu_btnBox::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.kniu_btnBlock {
    display: -webkit-flex;
    display: flex;
    margin-left: 0;
    width: 100%;
}

.kniu_btnGradient {
    border: 1px solid #ccc;
    background-image: linear-gradient(#ddd, #ccc);
    background-image: -webkit-linear-gradient(#ddd, #ccc);
    background-image: -moz-linear-gradient(#ddd, #ccc);
    background-image: -o-linear-gradient(#ddd, #ccc);
    color: #333;
}

.kniu_btnGradient:hover {
    border-color: #ddd;
    background-image: linear-gradient(#ccc, #ddd);
    background-image: -webkit-linear-gradient(#ccc, #ddd);
    background-image: -moz-linear-gradient(#ccc, #ddd);
    background-image: -o-linear-gradient(#ccc, #ddd);
    color: #333;
    opacity: 1;
}

.kniu_gradientPrimary {
    border-color: #0069d9;
    background-image: linear-gradient(#007bff, #0069d9);
    background-image: -webkit-linear-gradient(#007bff, #0069d9);
    background-image: -moz-linear-gradient(#007bff, #0069d9);
    background-image: -o-linear-gradient(#007bff, #0069d9);
    color: #fff;
}

.kniu_gradientPrimary:hover {
    border-color: #007bff;
    background-image: linear-gradient(#0069d9, #007bff);
    background-image: -webkit-linear-gradient(#0069d9, #007bff);
    background-image: -moz-linear-gradient(#0069d9, #007bff);
    background-image: -o-linear-gradient(#0069d9, #007bff);
    color: #fff;
}

.kniu_gradientSecondary {
    border-color: #5a6268;
    background-image: linear-gradient(#6c757d, #5a6268);
    background-image: -webkit-linear-gradient(#6c757d, #5a6268);
    background-image: -moz-linear-gradient(#6c757d, #5a6268);
    background-image: -o-linear-gradient(#6c757d, #5a6268);
    color: #fff;
}

.kniu_gradientSecondary:hover {
    border-color: #6c757d;
    background-image: linear-gradient(#5a6268, #6c757d);
    background-image: -webkit-linear-gradient(#5a6268, #6c757d);
    background-image: -moz-linear-gradient(#5a6268, #6c757d);
    background-image: -o-linear-gradient(#5a6268, #6c757d);
    color: #fff;
}

.kniu_gradientSuccess {
    border-color: #218838;
    background-image: linear-gradient(#28a745, #218838);
    background-image: -webkit-linear-gradient(#28a745, #218838);
    background-image: -moz-linear-gradient(#28a745, #218838);
    background-image: -o-linear-gradient(#28a745, #218838);
    color: #fff;
}

.kniu_gradientSuccess:hover {
    border-color: #28a745;
    background-image: linear-gradient(#218838, #28a745);
    background-image: -webkit-linear-gradient(#218838, #28a745);
    background-image: -moz-linear-gradient(#218838, #28a745);
    background-image: -o-linear-gradient(#218838, #28a745);
    color: #fff;
}

.kniu_gradientInfo {
    border-color: #138496;
    background-image: linear-gradient(#17a2b8, #138496);
    background-image: -webkit-linear-gradient(#17a2b8, #138496);
    background-image: -moz-linear-gradient(#17a2b8, #138496);
    background-image: -o-linear-gradient(#17a2b8, #138496);
    color: #fff;
}

.kniu_gradientInfo:hover {
    border-color: #17a2b8;
    background-image: linear-gradient(#138496, #17a2b8);
    background-image: -webkit-linear-gradient(#138496, #17a2b8);
    background-image: -moz-linear-gradient(#138496, #17a2b8);
    background-image: -o-linear-gradient(#138496, #17a2b8);
    color: #fff;
}

.kniu_gradientWarning {
    border-color: #e0a800;
    background-image: linear-gradient(#ffc107, #e0a800);
    background-image: -webkit-linear-gradient(#ffc107, #e0a800);
    background-image: -moz-linear-gradient(#ffc107, #e0a800);
    background-image: -o-linear-gradient(#ffc107, #e0a800);
    color: #333;
}

.kniu_gradientWarning:hover {
    border-color: #ffc107;
    background-image: linear-gradient(#e0a800, #ffc107);
    background-image: -webkit-linear-gradient(#e0a800, #ffc107);
    background-image: -moz-linear-gradient(#e0a800, #ffc107);
    background-image: -o-linear-gradient(#e0a800, #ffc107);
    color: #333;
}

.kniu_gradientDanger {
    border-color: #c82333;
    background-image: linear-gradient(#dc3545, #c82333);
    background-image: -webkit-linear-gradient(#dc3545, #c82333);
    background-image: -moz-linear-gradient(#dc3545, #c82333);
    background-image: -o-linear-gradient(#dc3545, #c82333);
    color: #fff;
}

.kniu_gradientDanger:hover {
    border-color: #dc3545;
    background-image: linear-gradient(#c82333, #dc3545);
    background-image: -webkit-linear-gradient(#c82333, #dc3545);
    background-image: -moz-linear-gradient(#c82333, #dc3545);
    background-image: -o-linear-gradient(#c82333, #dc3545);
    color: #fff;
}

.kniu_gradientDark {
    border-color: #23272b;
    background-image: linear-gradient(#343a40, #23272b);
    background-image: -webkit-linear-gradient(#343a40, #23272b);
    background-image: -moz-linear-gradient(#343a40, #23272b);
    background-image: -o-linear-gradient(#343a40, #23272b);
    color: #fff;
}

.kniu_gradientDark:hover {
    border-color: #343a40;
    background-image: linear-gradient(#23272b, #343a40);
    background-image: -webkit-linear-gradient(#23272b, #343a40);
    background-image: -moz-linear-gradient(#23272b, #343a40);
    background-image: -o-linear-gradient(#23272b, #343a40);
    color: #fff;
}

.kniu_gradientLight {
    border-color: #e2e6ea;
    background-image: linear-gradient(#f8f9fa, #e2e6ea);
    background-image: -webkit-linear-gradient(#f8f9fa, #e2e6ea);
    background-image: -moz-linear-gradient(#f8f9fa, #e2e6ea);
    background-image: -o-linear-gradient(#f8f9fa, #e2e6ea);
    color: #333;
}

.kniu_gradientLight:hover {
    border-color: #f8f9fa;
    background-image: linear-gradient(#e2e6ea, #f8f9fa);
    background-image: -webkit-linear-gradient(#e2e6ea, #f8f9fa);
    background-image: -moz-linear-gradient(#e2e6ea, #f8f9fa);
    background-image: -o-linear-gradient(#e2e6ea, #f8f9fa);
    color: #333;
}

.kniu_btnGradient>input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
}

.kniu_btnGradient>.kniu_btnIcon,
.kniu_btnImgBG>.kniu_btnIcon,
.kniu_btnOutline>.kniu_btnIcon1,
.kniu_btnOutline>.kniu_btnIcon2 {
    top: 1px;
    height: 16px;
}

.kniu_btnBackground1,
.kniu_btnBackground2 {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kniu_btnImgBG:hover>.kniu_btnBackground1,
.kniu_btnBackground2 {
    display: none;
}

.kniu_btnImgBG:hover>.kniu_btnBackground2 {
    display: inline-block;
}

.kniu_btnOutline {
    border: 1px solid #999;
    background-color: #fff;
    transition: background-color .3s, color .3s;
    -webkit-transition: background-color .3s, color .3s;
    -moz-transition: background-color .3s, color .3s;
    -ms-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
}

.kniu_btnOutline.kniu_btnPrimary {
    border-color: #007bff;
    color: #007bff;
}

.kniu_btnOutline.kniu_btnPrimary:hover {
    background-color: #007bff;
}

.kniu_btnOutline.kniu_btnSecondary {
    border-color: #6c757d;
    color: #6c757d;
}

.kniu_btnOutline.kniu_btnSecondary:hover {
    background-color: #6c757d;
}

.kniu_btnOutline.kniu_btnSuccess {
    border-color: #28a745;
    color: #28a745;
}

.kniu_btnOutline.kniu_btnSuccess:hover {
    background-color: #28a745;
}

.kniu_btnOutline.kniu_btnInfo {
    border-color: #17a2b8;
    color: #17a2b8;
}

.kniu_btnOutline.kniu_btnInfo:hover {
    background-color: #17a2b8;
}

.kniu_btnOutline.kniu_btnWarning {
    border-color: #ffc107;
    color: #ffc107;
}

.kniu_btnOutline.kniu_btnWarning:hover {
    background-color: #ffc107;
    color: #333;
}

.kniu_btnOutline.kniu_btnDanger {
    border-color: #dc3545;
    color: #dc3545;
}

.kniu_btnOutline.kniu_btnDanger:hover {
    background-color: #dc3545;
}

.kniu_btnOutline.kniu_btnDark {
    border-color: #343a40;
    color: #343a40;
}

.kniu_btnOutline.kniu_btnDark:hover {
    background-color: #343a40;
}

.kniu_btnOutline:hover {
    text-decoration: none;
    color: #fff;
}

.kniu_btnOutline:hover>.kniu_btnIcon1,
.kniu_btnIcon2 {
    display: none;
}

.kniu_btnOutline:hover>.kniu_btnIcon2 {
    display: inline-block;
}

.kniu_btnText {
    z-index: 1;
    position: relative;
    height: 100%;
}

.kniu_imgBtn {
    height: 100%;
}

.kniu_imgBtn:hover {
    opacity: .8;
}

.kniu_btnInput.kniu_gradientPrimary {
    border-color: #007bff;
    background-color: #007bff;
    color: #fff;
}

.kniu_btnInput.kniu_gradientPrimary:hover {
    border-color: #0069d9;
    background-color: #0069d9;
}

.kniu_btnInput.kniu_gradientSecondary {
    border-color: #6c757d;
    background-color: #6c757d;
    color: #fff;
}

.kniu_btnInput.kniu_gradientSecondary:hover {
    border-color: #5a6268;
    background-color: #5a6268;
}

.kniu_btnInput.kniu_gradientSuccess {
    border-color: #28a745;
    background-color: #28a745;
    color: #fff;
}

.kniu_btnInput.kniu_gradientSuccess:hover {
    border-color: #218838;
    background-color: #218838;
}

.kniu_btnInput.kniu_gradientInfo {
    border-color: #17a2b8;
    background-color: #17a2b8;
    color: #fff;
}

.kniu_btnInput.kniu_gradientInfo:hover {
    border-color: #138496;
    background-color: #138496;
}

.kniu_btnInput.kniu_gradientWarning {
    border-color: #ffc107;
    background-color: #ffc107;
    color: #333;
}

.kniu_btnInput.kniu_gradientWarning:hover {
    border-color: #e0a800;
    background-color: #e0a800;
}

.kniu_btnInput.kniu_gradientDanger {
    border-color: #dc3545;
    background-color: #dc3545;
    color: #fff;
}

.kniu_btnInput.kniu_gradientDanger:hover {
    border-color: #c82333;
    background-color: #c82333;
}

.kniu_btnInput.kniu_gradientDark {
    border-color: #343a40;
    background-color: #343a40;
    color: #fff;
}

.kniu_btnInput.kniu_gradientDark:hover {
    border-color: #23272b;
    background-color: #23272b;
}

.kniu_btnInput.kniu_gradientLight {
    border-color: #f8f9fa;
    background-color: #f8f9fa;
    color: #333;
}

.kniu_btnInput.kniu_gradientLight:hover {
    border-color: #e2e6ea;
    background-color: #e2e6ea;
}

.kniu_btnFile {
    overflow: hidden;
    width: 120px;
    padding: 0;
    color: #333;
}

.kniu_btnFile:hover {
    text-decoration: none;
    color: #333;
}

.kniu_btnFileInput {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    width: 300%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.kniu_btnFilePath {
    float: left;
    padding-left: 10px;
    color: #666;
    font-size: 14rem;
}

.kniu_btnDisabled,
.kniu_btnDisabled:hover,
.kniu_btnDisabled>.kniu_btnIcon+input,
.kniu_btnDisabled>input {
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    color: #888;
    cursor: not-allowed;
    pointer-events: none;
    opacity: .6;
}

.kniu_btnDisabled>.kniu_btnIcon+input,
.kniu_btnDisabled>input {
    border: none;
    opacity: 1;
}

/* --按钮 END-- */
/* --分割线 START-- */
.kniu_field {
    margin: 1rem 0;
    border: 1px solid #ced4da;
}

.kniu_fieldTitle {
    border: none;
    border-top: 1px solid #ced4da;
}

.kniu_field>legend {
    margin-left: 100px;
    width: auto;
    padding: 0 10px;
    font-size: 20px;
}

/* --分割线 END-- */
/* --html转码 START-- */
.KN_CODE {
    margin-top: 1rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #0c1021;
    background-color: #2e3436;
    color: #999;
}

.KN_CODETITLE {
    padding: .625rem;
}

.KN_CODECONTENT {
    width: 100%;
    padding-left: 40px;
    line-height: 20px;
}

.KN_CODECONTENT>li {
    padding: 0 5px;
    font-size: 13px;
    list-style-type: decimal-leading-zero;
    background-color: #0c1021;
    color: #28a745;
}

/* --html转码 END-- */
/* --模态框-确认框 START-- */
.KN_CONFIRMCOVER {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.KN_CONFIRM {
    z-index: 1;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 320px;
    padding: 1%;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
    border: 1px solid #333;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 #888, 0 5px 10px 0 #888;
    -webkit-box-shadow: 0 3px 6px 0 #888, 0 5px 10px 0 #888;
    -moz-box-shadow: 0 3px 6px 0 #888, 0 5px 10px 0 #888;
    animation: KN_CONFIRMSHOW .3s;
    -webkit-animation: KN_CONFIRMSHOW .3s;
}

@keyframes KN_CONFIRMSHOW {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.KN_CONFIRMCONTENT {
    margin-bottom: 1rem;
}

.KN_CONFIRMBTN {
    text-align: right;
    height: 30px;
    line-height: 30px;
}

.KN_CONFIRMBTNBOX {
    display: inline-block;
    height: 100%;
    zoom: 1;
}

.KN_CONFIRMBTNBOX::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_CONFIRMYES,
.KN_CONFIRMNO {
    float: left;
    height: 100%;
    padding: 0 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
    color: #fff;
    background-color: #007bff;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.KN_CONFIRMNO {
    margin-left: 10px;
    color: #007bff;
    border: 1px solid #007bff;
    background-color: #fff;
}

.KN_CONFIRMYES:hover,
.KN_CONFIRMNO:hover {
    color: #fff;
    background-color: #0069d9;
}

/* --模态框-确认框 END-- */
/* --可收缩边栏 START-- */
.KN_APPSIDE {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    padding-top: 58px;
    width: 50%;
    height: 100%;
    border-right: 1px solid #dee2e6;
    background-color: #fff;
}

.KN_APPSIDECHANGE {
    position: absolute;
    right: -41px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    border-radius: 100%;
    border: 1px solid #dee2e6;
    background-color: #fff;
}

.KN_APPSIDEX {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    padding: 0 10px;
    font-size: 30px;
}

.KN_APPSIDEBAR {
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
}

.KN_APPSIDELIST {
    line-height: 30px;
}

.KN_APPSIDELINK {
    display: block;
    padding: 0 10px;
    color: #333;
}

.KN_APPSIDECOVER {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
}

@media(max-width:1024px) {
    .KN_APPSIDE {
        left: -50%;
        display: block;
        transition: left .3s ease-in-out;
        -webkit-transition: left .3s ease-in-out;
        -moz-transition: left .3s ease-in-out;
        -ms-transition: left .3s ease-in-out;
        -o-transition: left .3s ease-in-out;
    }

    .KN_APPSIDE.ACTIVE {
        z-index: 3;
        left: 0;
    }

    .KN_APPSIDE.ACTIVE>.KN_APPSIDECLOSE>.KN_APPSIDECHANGE {
        display: none;
    }

    .KN_APPSIDE.ACTIVE>.KN_APPSIDECLOSE>.KN_APPSIDEX {
        display: block;
    }
}

/* --可收缩边栏 END-- */
/* --卡片 START-- */
.KN_CARD {
    margin-top: 1rem;
    padding: 2%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #ccc;
    zoom: 1;
}

.KN_CARD::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_CARDIMG,
.KN_CARDTXT {
    float: left;
}

.KN_CARDIMG {
    margin-right: 1rem;
    width: 5%;
}

.KN_CARDTXT {
    width: calc(95% - 1rem);
}

.KN_CARDTXT1,
.KN_CARDTXT2 {
    line-height: 22px;
    font-size: 1rem;
}

.KN_CARDTXT2 {
    margin-top: 1rem;
}

/* --卡片 END-- */
/* --查看代码 START-- */
.kniu_example {
    margin-top: 1rem;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.kniu_exampleTitle {
    display: block;
    width: 100%;
    padding: 0 10px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    cursor: default;
    background-color: #f6fbff;
}

.kniu_exampleCode {
    position: relative;
    display: none;
    width: 100%;
    border-top: 1px solid #ccc;
    /* pointer-events: none; */
    font-family: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", "monospace";
    background-color: #2e3436;
    color: #28a745;
}

.kniu_exampleIcon {
    float: right;
    height: 100%;
    line-height: inherit;
    cursor: pointer;
}

.kniu_exampleIcon:hover {
    opacity: .6;
}

.kniu_exampleNum,
.KN_CODECONTENT {
    float: left;
}

.kniu_exampleNum {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    pointer-events: none;
    line-height: 20px;
    text-align: center;
}

.kniu_exampleNum+.KN_CODECONTENT>li {
    list-style-type: none;
}

@media(max-width:480px) {
    .kniu_exampleCode {
        pointer-events: unset;
    }

    .kniu_exampleNum+.KN_CODECONTENT {
        min-width: 1024px;
    }
}

/* --查看代码 END-- */
/* --穿梭框 START-- */
.KN_SHUTTLEBOX {
    height: 200px;
}

.KN_SHUTTLELEFT,
.KN_SHUTTLECENTER,
.KN_SHUTTLERIGHT {
    float: left;
    overflow: hidden;
    overflow-y: auto;
    width: 45%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}

.KN_SHUTTLECENTER {
    width: 10%;
    padding: 0;
    border: none;
    text-align: center;
    background-color: transparent;
}

.KN_SHUTTLELEFT::-webkit-scrollbar,
.KN_SHUTTLERIGHT::-webkit-scrollbar {
    background-color: transparent;
}

.KN_SHUTTLEBTN {
    display: block;
    width: 100%;
    line-height: 30px;
    text-align: left;
    border-bottom: 1px dashed #ccc;
    background-color: #fff;
    color: #666;
}

.KN_SHUTTLELABEL {
    display: block;
    width: 100%;
    padding-left: 6px;
    cursor: pointer;
}

.KN_SHUTTLEBTN:hover {
    color: #0056b3;
}

.KN_SHUTTLEBTN.ACTIVE {
    background-color: #f0f0f0;
    color: #333;
}

.KN_SHUTTLECENTERTOP,
.KN_SHUTTLECENTERBOT {
    height: 50%;
    line-height: 75px;
}

.KN_SHUTTLECENTERBTN {
    padding: 0 10px;
    font-size: 20px;
    line-height: 30px;
    pointer-events: none;
    cursor: not-allowed;
    border-radius: 5px;
    background-color: #eee;
    color: #999;
}

.KN_SHUTTLECENTERBTN.ACTIVE {
    pointer-events: unset;
    cursor: pointer;
    background-color: #007bff;
    color: #fff;
}


.KN_SHUTTLEINPUT {
    display: none;
}

.KN_SHUTTLETEXT::before {
    content: "\f0c8";
    position: relative;
    top: 0;
    margin-right: 5px;
    height: 100%;
    display: none;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    color: #ccc;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
}

.KN_SHUTTLETEXT:hover::before,
.KN_SHUTTLEINPUT:checked~.KN_SHUTTLETEXT::before {
    color: #007bff;
}

.KN_SHUTTLEINPUT:checked~.KN_SHUTTLETEXT::before {
    content: "\f14a";
}

/* --穿梭框 END-- */
/* --展示图片（渐隐渐现）START-- */
.KN_SHOWIMGGROUP {
    position: relative;
    overflow: hidden;
    height: 100%;
    text-align: center;
}

.KN_SHOWMIN {
    display: inline-block;
    width: 100%;
    height: 100%;
    zoom: 1;
}

.KN_SHOWMIN::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_SHOWLIST,
.KN_SHOWIMGBOX,
.KN_SHOWIMGLIST {
    float: left;
    height: 100%;
}

.KN_SHOWLIST {
    z-index: 1;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
}

.KN_SHOWLIST:first-child {
    left: 0;
}

.KN_SHOWLIST:last-child {
    right: 0;
}

.KN_SHOWPREV,
.KN_SHOWNEXT {
    display: block;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 60px;
    font-family: monospace;
    background-color: transparent;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
}

.KN_SHOWIMGBOX {
    z-index: 0;
    position: relative;
    width: 100%;
    font-size: 30px;
    color: #999;
}

.KN_SHOWIMGLIST {
    display: none;
    width: 100%;
}

.KN_SHOWIMGLIST.ACTIVE {
    display: inline-block;
}

.KN_SHOWIMGLIST>a {
    display: block;
    width: 100%;
    height: 100%;
}

.KN_SHOWIMG {
    width: 100%;
    height: auto;
    animation: KN_SHOWIMG 1s;
    -webkit-animation: KN_SHOWIMG 1s;
}

@keyframes KN_SHOWIMG {
    0% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

.KN_SHOWPREV:hover,
.KN_SHOWNEXT:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, .13);
    color: #fff;
}

/* --展示图片（渐隐渐现）END-- */
/* --表格 START-- */
.KN_tableGroup {
    display: block;
    overflow-x: auto;
    width: 100%;
    border: 1px solid #dee2e6;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.KN_table {
    width: 100%;
    text-align: center;
}

.KN_table>thead {
    background-color: #e9ecef;
    color: #333;
}

.KN_table>tbody {
    color: #666;
}

.KN_table>thead>tr>th,
.KN_table>tbody>tr>td {
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    padding: 9px 10px;
    min-height: 40px;
    line-height: 20px;
}

.KN_table>thead>tr:first-child>th {
    border-top: none;
}

.KN_table>tbody>tr>td:first-child {
    border-left: none;
}

.KN_table>tbody>tr {
    transition: background-color .13s ease-in;
    -webkit-transition: background-color .13s ease-in;
    -moz-transition: background-color .13s ease-in;
    -ms-transition: background-color .13s ease-in;
    -o-transition: background-color .13s ease-in;
}

.KN_table[kniu-size="lg"]>thead>tr>th,
.KN_table[kniu-size="lg"]>tbody>tr>td {
    padding: 14px 10px;
}

.KN_table[kniu-size="sm"]>thead>tr>th,
.KN_table[kniu-size="sm"]>tbody>tr>td {
    padding: 4px 10px;
}

.KN_table[kniu-skin="row"]>thead>tr>th,
.KN_table[kniu-skin="row"]>tbody>tr>td {
    border-left: none;
}

.KN_table[kniu-skin="col"]>thead>tr>td,
.KN_table[kniu-skin="col"]>tbody>tr>td {
    border-top: none;
}

.KN_table[kniu-even]>tbody>tr:nth-of-type(even) {
    background-color: #f8f8f8;
}

.KN_table[kniu-skin="none"]>thead>tr>th,
.KN_table[kniu-skin="none"]>tbody>tr>td {
    border-top: none;
    border-left: none;
}

.KN_table>tbody>tr:hover {
    background-color: #f3f3f3 !important;
    cursor: default;
}

.table th,
.table td {
    vertical-align: middle;
    padding: 0 10px;
    height: 40px;
    line-height: 20px;
}

.table thead th {
    vertical-align: middle;
    text-align: center;
    line-height: inherit;
}

.table-bordered {
    border: none !important;
}

.table-bordered tr:first-child th {
    border-top: none;
}

.table-bordered th:first-child,
.table-bordered td:first-child {
    border-left: none !important;
}

.table-bordered th:last-child,
.table-bordered td:last-child {
    border-right: none !important;
}

.table-bordered tr:last-child td,
.table-bordered tr:last-child th {
    border-bottom: none !important;
}

.table tr:first-child th:first-child {
    border-top-left-radius: 0;
}

.table tr:first-child th:last-child {
    border-top-right-radius: 0;
}

.table tr:last-child td:first-child {
    border-bottom-left-radius: 0;
}

.table tr:last-child td:last-child {
    border-bottom-right-radius: 0;
}

.table-hover tbody tr:hover {
    background-color: #f6f6f6;
}

.KN_TABLEBTNGROUP::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
}

.KN_TABLEBTNLIST {
    float: left;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #666;
}

.KN_TABLEBTNLIST:hover {
    text-decoration: none;
}

.KN_TABLEBTNLIST:not(:first-child) {
    margin-left: 8%;
}

.KN_TABLEBTNIMG,
.KN_TABLEBTNLIST>img {
    float: left;
    margin-right: 5px;
}

.KN_TABLEBTNTXT {
    float: left;
}

/* --表格 END-- */
/* ---------------------------------------------------------------------------------------------------------------------------- */