@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

/*! 自定义重置样式 | reset.css */
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

*,
:after,
:before {
    box-sizing: border-box
}

body,
html {
    width: 100%;
    height: 100%
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

p {
    word-wrap: break-word;
    word-break: break-all
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button:focus,
input:focus {
    outline: none
}

ol,
ul {
    list-style: none
}

iframe {
    display: block
}

input::-ms-clear,
input::-ms-reveal {
    display: none
}

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
    width: 98%
}

img {
    color: transparent;
    font-size: 0;
    height: auto;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", Courier, monospace
}

address,
cite,
dfn,
em,
i,
var {
    font-style: normal
}

fieldset {
    border: 0
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-decoration {
    display: none
}

a {
    color: #333
}

a:link {
    cursor: pointer;
    text-decoration: none
}

a:visited {
    text-decoration: underline
}

a:hover {
    color: #3691ec;
    text-decoration: none
}

a:active {
    color: #ff0000;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none
}

a[disabled] {
    cursor: not-allowed;
    pointer-events: none
}

:-moz-placeholder {
    color: #ccc
}

::-moz-placeholder {
    color: #ccc
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px
}

::-webkit-scrollbar-thumb {
    border-radius: 12px;
    border: 4px solid #ffffff;
    background-clip: content-box;
    background-color: #000
}

::-webkit-scrollbar-thumb:hover {
    border-radius: 12px;
    border: 4px solid #ffffff;
    background-clip: content-box;
    background-color: #666
}

::-webkit-scrollbar-corner {
    background-color: #333
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.group:after,
.group:before,
.layout:after,
.layout:before,
.row:after,
.row:before {
    content: "";
    display: table
}

.clearfix:after,
.container:after,
.group:after,
.layout:after,
.row:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0
}

.clearfix,
.container,
.group,
.layout,
.row {
    zoom: 1;
    display: flow-root
}

.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.tj {
    text-align: justify;
    text-justify: inter-ideograph
}

.fl,
.pull-left {
    float: left
}

.fr,
.pull-right {
    float: right
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.wrap {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all
}

.nowrap {
    white-space: nowrap;
    word-wrap: normal
}

.ellipsis {
    display: block;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left
}

.hr {
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
    font-size: 0;
    border-bottom: 1px solid #cdcdcd
}

.hide-text,
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.disabled {
    opacity: .4;
    filter: alpha(opacity=40);
    cursor: default;
    -ms-pointer-events: none;
    pointer-events: none
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.trans {
    transition: all .4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.trans:hover {
    transform: scale(1.04, 1.04);
    opacity: 0.8
}

.ui-icon {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    position: relative;
    text-align: center;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    line-height: 1;
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    min-width: 1280px
}

.box-hd:after,
.box-hd:before,
.list:after,
.list:before,
.list li:after,
.list li:before,
.mod-bd:after,
.mod-bd:before,
.mod-ft:after,
.mod-ft:before,
.mod-hd:after,
.mod-hd:before,
.tabs-hd:after,
.tabs-hd:before {
    content: "";
    display: table
}

.box-hd:after,
.list:after,
.list li:after,
.mod-bd:after,
.mod-ft:after,
.mod-hd:after,
.tabs-hd:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0
}

.box-hd,
.list,
.list li,
.mod-bd,
.mod-ft,
.mod-hd,
.tabs-hd {
    *zoom: 1
}

.col-main {
    float: left;
    width: 100%;
    min-height: 1px
}

.col-extra,
.col-sub {
    float: left
}

.col-extra,
.col-sub,
.layout,
.main-wrap {
    *zoom: 1
}

.col-extra:after,
.col-extra:before,
.col-sub:after,
.col-sub:before,
.layout:after,
.layout:before,
.main-wrap:after,
.main-wrap:before {
    display: table;
    content: ""
}

.col-extra:after,
.col-sub:after,
.layout:after,
.main-wrap:after {
    clear: both
}

.grid-sm .main-wrap {
    margin-left: 230px
}

.grid-sm .col-sub {
    width: 220px;
    margin-left: -100%
}

.grid-ms .main-wrap {
    margin-right: 230px
}

.grid-ms .col-sub {
    width: 220px;
    margin-left: -220px
}

#header {
    position: relative
}

.footer-nav {
    padding: 40px 0;
    background-color: #181e32;
    color: #fff
}

.footer-nav a {
    color: #ccc
}

.footer-nav a:hover {
    color: #4187ea
}

.footer-links {
    float: left;
    width: 880px
}

.footer-links dt {
    font-size: 24px
}

.footer-links dd {
    padding-top: 25px;
    overflow: hidden;
    font-size: 0
}

.footer-links dd .link {
    position: relative;
    display: inline-block;
    width: 245px;
    line-height: 36px;
    font-size: 14px;
    padding-left: 15px
}

.footer-links dd .link:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 2px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #cccc;
    border-radius: 20px
}

.footer-info {
    padding: 12px 10px;
    line-height: 24px;
    background-color: #12182c;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.qrcode-group {
    float: right
}

.qrcode-group .qrcode {
    float: left;
    min-width: 135px;
    text-align: center
}

.qrcode-group .qrcode .hd {
    margin: 10px auto 10px;
    width: 82px;
    height: 82px
}

.qrcode-group .qrcode .hd .qrimg {
    transition: transform 0.3s ease;
    width: 82px;
    height: 82px;
    overflow: hidden
}

.qrcode-group .qrcode .hd .qrimg img {
    width: 100%;
    display: block
}

.qrcode-group .qrcode .bd {
    line-height: 24px;
    font-size: 16px
}

.qrcode-group .qrcode:hover .qrimg {
    transform: scale(1.8)
}

.search-box {
    width: 520px
}

.search-box .s-input {
    width: 440px;
    float: left;
    font-size: 16px;
    padding: 5px 8px;
    line-height: 24px;
    border: 1px solid #dcdcdc;
    border-radius: 4px 0 0 4px
}

.search-box .s-input:focus {
    border-color: #4187ea
}

.search-box .s-btn {
    float: right;
    width: 80px;
    border: 0 none;
    height: 36px;
    line-height: 36px;
    background-color: #4187ea;
    color: #fff;
    border-radius: 0 4px 4px 0;
    font-size: 18px;
    cursor: pointer
}

.search-box .s-btn:hover {
    background-color: #1c79d6
}

.search-box-mini {
    height: 30px;
    width: 380px
}

.search-box-mini .s-input {
    width: 300px;
    padding: 2px 8px;
    line-height: 24px;
    font-size: 14px
}

.search-box-mini .s-btn {
    height: 30px;
    line-height: 30px;
    font-size: 16px
}

.autocomplete-suggestions {
    border: 1px solid #e5e5e5;
    background: #fff;
    overflow: auto
}

.autocomplete-suggestion {
    padding: 8px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 24px
}

.autocomplete-selected {
    background: #f0f0f0
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #4187ea
}

.autocomplete-group {
    padding: 2px 5px
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000
}

.pagination {
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    line-height: 30px;
    font-size: 0;
    letter-spacing: -0.307em;
    *letter-spacing: normal;
    *word-spacing: -1px;
    word-wrap: normal;
    white-space: nowrap;
    color: #999
}

.pagination a,
.pagination span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    padding: 0 12px;
    margin: 0 4px;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
    border-radius: 3px
}

.pagination a,
.pagination a:hover {
    text-decoration: none;
    color: #85b3f4
}

.pagination .active,
.pagination .end,
.pagination .next,
.pagination .page,
.pagination .prev,
.pagination .start {
    *overflow: visible;
    box-sizing: content-box;
    color: #666;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    word-spacing: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #eee
}

.pagination .end:hover,
.pagination .next:hover,
.pagination .page:hover,
.pagination .prev:hover,
.pagination .start:hover {
    background: #85b3f4;
    color: #fff
}

.pagination .skip-to {
    margin-left: 6px
}

.pagination .skip-to input {
    width: 32px;
    height: 18px;
    margin: 0 2px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #ccc
}

.pagination .skip-to button {
    margin-left: 2px;
    width: 36px
}

.pagination .skip-go {
    padding: 0
}

.pagination .skip-go select {
    border: 1px solid #d8d8d8;
    height: 22px;
    line-height: 18px;
    padding: 2px 0
}

.pagination .active {
    background: #85b3f4;
    color: #fff;
    cursor: default
}

.pagination .active:active,
.pagination .active:focus,
.pagination .active:hover {
    background: #85b3f4
}

.pagination-right {
    text-align: right
}

.paginationjs {
    float: right
}

.paginationjs:after,
.paginationjs:before {
    content: "";
    display: table
}

.paginationjs:after {
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0
}

.paginationjs .paginationjs-pages {
    float: left
}

.paginationjs .paginationjs-pages ul {
    float: left
}

.paginationjs .paginationjs-go-button,
.paginationjs .paginationjs-go-input,
.paginationjs .paginationjs-nav {
    float: left;
    margin-left: 10px
}

.paginationjs .paginationjs-pages li {
    float: left;
    background-color: #eee;
    border-radius: 4px;
    margin: 0 4px
}

.paginationjs .paginationjs-pages li > a {
    min-width: 30px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #666
}

.paginationjs .paginationjs-pages li:hover {
    background: #85b3f4
}

.paginationjs .paginationjs-pages li:hover a {
    color: #fff
}

.paginationjs .paginationjs-pages li.active {
    background-color: #85b3f4
}

.paginationjs .paginationjs-pages li.active > a {
    height: 30px;
    line-height: 30px;
    color: #fff
}

.paginationjs .paginationjs-pages li.paginationjs-next.disabled,
.paginationjs .paginationjs-pages li.paginationjs-prev.disabled {
    background-color: #f5f5f5
}

.paginationjs .paginationjs-pages li.paginationjs-next.disabled a,
.paginationjs .paginationjs-pages li.paginationjs-prev.disabled a {
    color: #999
}

.paginationjs .paginationjs-pages li.paginationjs-next.disabled a:hover,
.paginationjs .paginationjs-pages li.paginationjs-prev.disabled a:hover {
    color: #999
}

.paginationjs .paginationjs-pages li.paginationjs-ellipsis {
    background-color: #fff
}

.paginationjs .paginationjs-pages li.paginationjs-ellipsis a:hover {
    color: #666
}

.paginationjs .paginationjs-go-input > input[type=text] {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: baseline
}

.paginationjs .paginationjs-go-input > input[type=text]:focus {
    border-color: #85b3f4
}

.paginationjs .paginationjs-go-button > input[type=button] {
    min-width: 40px;
    height: 30px;
    line-height: 30px;
    background-color: #eee;
    border-radius: 4px;
    border: 0 none;
    text-align: center;
    padding: 0 8px;
    font-size: 14px;
    cursor: pointer;
    vertical-align: middle;
    color: #999999
}

.paginationjs .paginationjs-go-button > input[type=button]:hover {
    background-color: #85b3f4;
    color: #fff
}

.paginationjs .paginationjs-nav {
    height: 30px;
    line-height: 30px;
    color: #999999
}

.paginationjs .paginationjs-go-button,
.paginationjs .paginationjs-go-input {
    margin-left: 5px;
    color: #999999
}

.paginationjs-box {
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: 20px
}

.ui-dialog .layui-layer-title {
    font-size: 16px
}

.ui-dialog .layui-layer-btn {
    border-top: 1px solid #eee;
    background-color: #f8f8f8
}

.ui-dialog .layui-layer-btn a {
    min-width: 100px;
    height: 38px;
    line-height: 38px;
    text-align: center
}

.ui-dialog .layui-layer-btn .layui-layer-btn0 {
    border-color: #3969f5;
    background-color: #3969f5
}

.ui-dialog .layui-layer-btn .layui-layer-btn0:hover {
    background-color: #1c49d1
}

.ui-dialog-ds .layui-layer-btn .layui-layer-btn0 {
    border-color: #888;
    background-color: #ffff;
    color: #000
}

.ui-dialog-ds .layui-layer-btn .layui-layer-btn0:hover {
    border-color: #3969f5;
    background-color: #3969f5;
    color: #fff
}

.ui-dialog-ds .layui-layer-btn .layui-layer-btn1 {
    border-color: #3969f5;
    background-color: #3969f5;
    color: #fff
}

.ui-dialog-ds .layui-layer-btn .layui-layer-btn1:hover {
    background-color: #1c49d1
}

.ui-dialog-ds .layui-layer-btn .layui-layer-btn2 {
    border-color: #ff5722;
    background-color: #ff5722;
    color: #fff
}

.ui-dialog-ds .layui-layer-btn .layui-layer-btn2:hover {
    background-color: #df3c0a
}

.ui-dialog-finish .layui-layer-btn0 {
    border-color: #19b842;
    background-color: #19b842;
    color: #fff
}

.ui-dialog-finish .layui-layer-btn0:hover {
    border-color: #069b2b;
    background-color: #069b2b
}

.mod {
    border: 1px solid #eee;
    margin-bottom: 20px
}

.mod-hd {
    height: 60px;
    line-height: 60px;
    background-color: #eee;
    color: #333
}

.mod-hd .title {
    padding: 0 20px;
    font-size: 24px
}

.mod-bd {
    min-height: 200px
}

.breadcrumb {
    height: 50px;
    padding: 12px 0;
    font-size: 0;
    color: #888;
    background-color: #fff
}

.breadcrumb-item {
    position: relative;
    font-size: 16px;
    display: inline-block;
    margin-right: 30px;
    line-height: 24px
}

.breadcrumb-item a {
    color: #333
}

.breadcrumb-item a:hover {
    color: #4187ea
}

.breadcrumb-item:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 8px;
    width: 2px;
    font-size: 0;
    height: 18px;
    background-color: #474747;
    transform: rotate(36deg)
}

.breadcrumb-item-home {
    padding-left: 30px
}

.breadcrumb-item-home:before {
    font-family: "iconfont";
    content: "\e649";
    position: absolute;
    background-color: transparent;
    left: 4px;
    top: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    transform: none;
    font-size: 20px;
    color: #000
}

.breadcrumb-item.active a {
    color: #4187ea
}

.breadcrumb-none {
    margin-bottom: 0
}

.breadcrumb-full {
    background-color: #fff;
    padding: 12px 15px;
    margin: -30px -30px 0 -30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f5f5f5
}

.breadcrumb-defaut {
    background-color: rgba(255, 255, 255, 0.5)
}

.category-nav {
    height: 60px;
    background-color: #ededed;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px
}

.category-nav .item {
    line-height: 56px;
    display: inline-block;
    border-bottom: 3px solid #ededed;
    padding: 0 25px;
    margin: 0 40px;
    color: #333
}

.category-nav .item.on,
.category-nav .item:hover {
    font-weight: bold;
    border-bottom: 4px solid #4187ea;
    color: #4187ea
}

.category-nav-none {
    margin-bottom: 0
}

.category {
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3
}

.category-item {
    font-size: 16px;
    color: #333333;
    margin: 0 40px;
    line-height: 24px;
    padding: 18px 0;
    position: relative
}

.category-item:first-of-type {
    margin-left: 0
}

.category-item.on,
.category-item:hover {
    color: #4187ea
}

.category-item.on:after,
.category-item:hover:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #0084ff;
    position: absolute;
    left: 0;
    bottom: 3px
}

.link-group .link {
    display: inline-block;
    border: 0 none;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 5px 12px 5px;
    line-height: 20px;
    -webkit-user-select: none;
    user-select: none;
    color: #666;
    background-color: #f4f4f4;
    border-radius: 3px;
    display: flex;
    align-items: center
}

.link-group .link .icon,
.link-group .link .ui-icon {
    font-size: 20px;
    line-height: 20px;
    margin-right: 5px
}

.link-group .link-edit,
.link-group .link-view {
    background-color: #fff;
    color: #4187ea
}

.link-group .link-edit:hover,
.link-group .link-view:hover {
    background-color: #4187ea;
    color: #fff
}

.link-group .link-del {
    background-color: #fff;
    color: #666
}

.link-group .link-del .icon,
.link-group .link-del .ui-icon {
    color: #f00
}

.link-group .link-del:hover {
    background-color: #f00;
    color: #fff
}

.link-group .link-del:hover .icon,
.link-group .link-del:hover .ui-icon {
    color: #fff
}

.link-group .link-rep {
    background-color: #fff;
    color: #4ab654
}

.link-group .link-rep:hover {
    background-color: #4ab654;
    color: #fff
}

.link-group .link-load {
    background-color: #fff;
    color: #ff9900
}

.link-group .link-load:hover {
    background-color: #ff9900;
    color: #fff
}

.link-group .separator {
    display: inline-block;
    border-left: 1px solid #ccc;
    height: 22px;
    vertical-align: middle;
    margin: 0 10px
}

.ui-btn {
    display: inline-block;
    border: 0 none;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 7px 15px 7px;
    line-height: 22px;
    font-size: 16px;
    -webkit-user-select: none;
    user-select: none;
    color: #666;
    background-color: #f4f4f4;
    border-radius: 3px
}

.ui-btn .icon,
.ui-btn .ui-icon {
    width: auto;
    font-size: 22px;
    vertical-align: top;
    margin-right: 5px
}

.ui-btn:hover {
    text-decoration: none
}

.ui-btn-primary {
    background-color: #4187ea;
    color: #fff
}

.ui-btn-primary:hover {
    background-color: #3878d3;
    color: #fff
}

.ui-btn-secondary {
    background-color: #4235c0;
    color: #fff
}

.ui-btn-secondary:hover {
    background-color: #3223b8;
    color: #fff
}

.ui-btn-success {
    background-color: #19b842;
    color: #fff
}

.ui-btn-success:hover {
    background-color: #06942a;
    color: #fff
}

.ui-btn-warning {
    background-color: #ff9933;
    color: #fff
}

.ui-btn-warning:hover {
    background-color: #c28a06;
    color: #fff
}

.ui-btn-danger {
    background-color: #ff5722;
    color: #fff
}

.ui-btn-danger:hover {
    background-color: #e26037;
    color: #fff
}

.ui-btn-link {
    background-color: transparent;
    color: #086cd3
}

.ui-btn-link:hover {
    background-color: #086cd3;
    color: #fff
}

.ui-btn-big {
    padding: 13px 25px;
    font-size: 18px
}

.ui-btn-small {
    padding: 4px 10px 4px;
    font-size: 14px
}

.ui-btn-small .icon,
.ui-btn-small .ui-icon {
    font-size: 16px;
    vertical-align: top;
    margin-right: 5px
}

.ui-btn-mini {
    padding: 2px 6px 2px;
    font-size: 12px
}

.ui-btn-full {
    width: 100%
}

.ui-btn-flex {
    display: flex;
    justify-content: center
}

.ui-btn.disabled,
.ui-btn:disabled {
    opacity: 0.6;
    cursor: default
}

.ui-btn-full {
    width: 100%
}

.ui-btn-outline {
    padding: 6px 15px 6px;
    background-color: #fff;
    border: 1px solid #4187ea
}

.ui-btn-outline:hover {
    background-color: #4187ea;
    color: #fff
}

.badge {
    padding: 6px 10px;
    line-height: 18px;
    font-size: 14px;
    background-color: #eee;
    color: #666;
    font-variant: tabular-nums;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    color: unset;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 20px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.badge-primary {
    color: #fff;
    background-color: #3a77ff
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-success {
    color: #fff;
    background-color: #19b842
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-warning {
    color: #fff;
    background-color: #e8b810
}

.badge-info {
    color: #fff;
    background-color: #4235c0
}

.badge-dark {
    color: #fff;
    background-color: #ff5722
}

.badge-severity {
    color: #fff;
    background-color: #f00
}

.label-default {
    color: #333
}

.label-primary {
    color: #599dfe
}

.label-success {
    color: #49c37f
}

.label-info {
    color: #41d8cf
}

.label-warning {
    color: #f6c774
}

.label-danger {
    color: #ff6666
}

.label-severity {
    color: #f00
}

.dot {
    display: inline-block;
    height: 8px;
    width: 8px;
    line-height: 0;
    font-size: 0;
    border-radius: 20px;
    vertical-align: middle;
    margin-right: 10px
}

.dot-primary {
    color: #fff;
    background-color: #599dfe
}

.dot-secondary {
    color: #fff;
    background-color: #677472
}

.dot-success {
    color: #fff;
    background-color: #49c37f
}

.dot-danger {
    color: #fff;
    background-color: #ff6666
}

.dot-warning {
    color: #fff;
    background-color: #f6c774
}

.dot-info {
    color: #fff;
    background-color: #41d8cf
}

.dot-dark {
    color: #fff;
    background-color: #ff9191
}

.dot-severity {
    color: #fff;
    background-color: #f00
}

.table {
    width: 100%
}

.table td,
.table th {
    border: 0 none;
    background-color: #fff;
    color: #333;
    text-align: center
}

.table td.tl,
.table th.tl {
    text-align: left
}

.table thead td,
.table thead th {
    border: 0 none;
    padding: 10px 8px;
    background-color: #ebf0f7;
    color: #333;
    text-align: center;
    font-weight: normal
}

.table tbody td,
.table tbody th {
    padding: 10px 8px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    color: #666
}

.table tr.even td,
.table tr:nth-child(2n) td {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8)
}

.table tr:hover td {
    background-color: #f4f7fc
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #ededed
}

.table-bordered thead td,
.table-bordered thead th {
    border: 1px solid #efefef
}

.table-simple td,
.table-simple th {
    border: 0 none
}

.table-simple thead td,
.table-simple thead th {
    border: 1px solid #fff;
    padding: 5px 8px
}

.table-dynamic thead th {
    padding: 6px 8px;
    background-color: #6d7eaa;
    color: #fff
}

.table-dynamic tbody td,
.table-dynamic tbody th {
    padding: 0
}

.table-dynamic tbody td.extend,
.table-dynamic tbody th.extend {
    width: 40px !important;
    border: 0 none
}

.table-dynamic tbody td.extend .ui-icon,
.table-dynamic tbody th.extend .ui-icon {
    font-size: 24px;
    color: #ccc
}

.table-dynamic tbody td.extend .ui-icon:hover,
.table-dynamic tbody th.extend .ui-icon:hover {
    color: #6d7eaa
}

.table-dynamic tr:hover td {
    background-color: transparent !important
}

.table-dynamic .form-ipt,
.table-dynamic .form-slt {
    display: block;
    width: 100%;
    border: 0 none !important;
    height: 34px !important;
    padding: 6px 8px;
    line-height: 22px;
    border-radius: 0
}

.table-dynamic-view tbody td,
.table-dynamic-view tbody th {
    padding: 6px 8px
}

.table-md {
    font-size: 16px
}

.switcher {
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase
}

.switcher .content {
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.switcher .text {
    display: none;
    overflow: hidden;
    text-align: center;
    white-space: nowrap
}

.switcher.is-disabled {
    opacity: 0.4
}

.switcher.default {
    background-color: #ddd;
    border: 1px solid #ddd;
    border-radius: 20px;
    line-height: 20px;
    min-width: 88px;
    padding: 2px;
    transition: background-color 0.3s
}

.switcher.default input {
    display: none
}

.switcher.default .slider {
    background-color: white;
    border-radius: 20px;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateX(0%);
    transition: transform 0.3s;
    width: 50%;
    z-index: 2
}

.switcher.default .text {
    width: 50%;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.switcher.default .textYes {
    color: white;
    float: left
}

.switcher.default .textNo {
    color: #666;
    float: right
}

.switcher.default.is-active {
    background-color: #87b3f4;
    border-color: #87b3f4
}

.switcher.default.is-active .slider {
    transform: translateX(100%)
}

.switcher.short {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}

.switcher.short input {
    display: none
}

.switcher.short .content {
    border: 1px solid #eee;
    border-radius: 50%;
    height: 18px;
    padding: 0;
    width: 18px
}

.switcher.short .slider {
    background-color: #87b3f4;
    border-radius: 50%;
    height: 12px;
    margin: 2px 2px 0 2px;
    transition: all 0.2s;
    width: 12px
}

.switcher.short.is-active .slider {
    opacity: 1;
    transform: scale(1)
}

.switcher.short.is-active .content {
    border-color: #4187ea
}

.msg-wrap,
.n-icon,
.n-inline-block,
.n-msg,
.nice-validator [contenteditable],
.nice-validator input,
.nice-validator select,
.nice-validator textarea {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.nice-validator .msg-container .msg-box {
    display: block
}

.nice-validator .msg-container .msg-wrap {
    position: static
}

.msg-box {
    position: relative;
    *zoom: 1
}

.msg-wrap {
    position: relative;
    white-space: nowrap;
    line-height: 16px;
    font-size: 12px
}

.msg-wrap,
.n-icon,
.n-msg {
    vertical-align: top
}

.msg-box .msg-wrap .n-error,
.msg-box .msg-wrap .n-ok,
.msg-box .msg-wrap .n-tip {
    display: block;
    background: none;
    box-shadow: none;
    padding: 3px 2px
}

.n-arrow {
    position: absolute;
    overflow: hidden
}

.n-arrow b,
.n-arrow i {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    font-family: serif;
    line-height: 14px;
    _line-height: 15px
}

.n-arrow i {
    text-shadow: none
}

.n-icon {
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-repeat: no-repeat
}

.n-msg {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 1px
}

.n-error {
    color: #c33
}

.n-ok {
    color: #390
}

.n-loading,
.n-tip .n-msg {
    color: #808080
}

.n-error .n-icon {
    background-position: 4px 2px
}

.n-ok .n-icon {
    background-position: -16px 0
}

.n-tip .n-icon {
    background-position: -32px 0
}

.n-loading .n-icon {
    background: url("../js/libs/jquery.validator/images/loading.gif") 0 center no-repeat !important
}

.n-bottom,
.n-left,
.n-right,
.n-top {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 0;
    vertical-align: top;
    outline: 0
}

.n-bottom .n-arrow,
.n-top .n-arrow {
    height: 6px;
    width: 12px;
    left: 8px
}

.n-left .n-arrow,
.n-right .n-arrow {
    width: 6px;
    height: 12px;
    top: 6px
}

.n-top {
    vertical-align: top
}

.n-top .msg-wrap {
    margin-bottom: 6px
}

.n-top .n-arrow {
    bottom: -6px
}

.n-top .n-arrow b {
    top: -6px
}

.n-top .n-arrow i {
    top: -7px
}

.n-bottom {
    vertical-align: bottom
}

.n-bottom .msg-wrap {
    margin-top: 6px
}

.n-bottom .n-arrow {
    top: -6px
}

.n-bottom .n-arrow b {
    top: -1px
}

.n-bottom .n-arrow i {
    top: 0
}

.n-left .msg-wrap {
    right: 100%;
    margin-right: 6px
}

.n-left .n-arrow {
    right: -6px
}

.n-left .n-arrow b {
    left: -6px
}

.n-left .n-arrow i {
    left: -7px
}

.n-right .msg-wrap {
    margin-left: 6px
}

.n-right .n-arrow {
    left: -6px
}

.n-right .n-arrow b {
    left: 1px
}

.n-right .n-arrow i {
    left: 2px
}

.n-default .n-left,
.n-default .n-right {
    margin-top: 5px
}

.n-default .n-top .msg-wrap {
    bottom: 100%
}

.n-default .n-bottom .msg-wrap {
    top: 100%
}

.n-default .msg-wrap {
    position: absolute;
    z-index: 1
}

.n-default .msg-wrap .n-icon {
    background-image: url("../js/libs/jquery.validator/images/validator_default.png")
}

.n-default .n-tip .n-icon {
    display: none
}

.n-simple .msg-wrap {
    position: absolute;
    z-index: 1
}

.n-simple .msg-wrap .n-icon {
    background-image: url("../js/libs/jquery.validator/images/validator_simple.png")
}

.n-simple .n-top .msg-wrap {
    bottom: 100%
}

.n-simple .n-bottom .msg-wrap {
    top: 100%
}

.n-simple .n-left,
.n-simple .n-right {
    margin-top: 5px
}

.n-simple .n-bottom .msg-wrap {
    margin-top: 3px
}

.n-simple .n-tip .n-icon {
    display: none
}

.n-yellow .msg-wrap {
    position: absolute;
    z-index: 1;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid transparent;
    background-color: #fffcef;
    border-color: #ffbb76;
    color: #db7c22;
    box-shadow: 0 1px 3px #ccc;
    border-radius: 2px
}

.n-yellow .msg-wrap .n-arrow b {
    color: #ffbb76;
    text-shadow: 0 0 2px #ccc
}

.n-yellow .msg-wrap .n-arrow i {
    color: #fffcef
}

.n-yellow .msg-wrap .n-icon {
    background-image: url("../js/libs/jquery.validator/images/validator_default.png")
}

.n-yellow .n-top .msg-wrap {
    bottom: 100%
}

.n-yellow .n-bottom .msg-wrap {
    top: 100%
}

.n-yellow .n-loading,
.n-yellow .n-ok,
.n-yellow .n-tip {
    background-color: #f8fdff;
    border-color: #ddd;
    color: #333;
    box-shadow: 0 1px 3px #ccc
}

.n-yellow .n-loading .n-arrow b,
.n-yellow .n-ok .n-arrow b,
.n-yellow .n-tip .n-arrow b {
    color: #ddd;
    text-shadow: 0 0 2px #ccc
}

.n-yellow .n-loading .n-arrow i,
.n-yellow .n-ok .n-arrow i,
.n-yellow .n-tip .n-arrow i {
    color: #f8fdff
}

.icon {
    width: 100%;
    height: 100%;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden
}

.row {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    zoom: 1;
    display: block
}

.row:after,
.row:before {
    content: "";
    display: table
}

.col {
    position: relative;
    display: block
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-17,
.col-18,
.col-19,
.col-20,
.col-21,
.col-22,
.col-23,
.col-24 {
    float: left;
    flex: 0 0 auto
}

.col-24 {
    display: block;
    width: 100%
}

.col-push-24 {
    left: 100%
}

.col-pull-24 {
    right: 100%
}

.col-offset-24 {
    margin-left: 100%
}

.col-order-24 {
    order: 24
}

.col-23 {
    display: block;
    width: 95.83333333%
}

.col-push-23 {
    left: 95.83333333%
}

.col-pull-23 {
    right: 95.83333333%
}

.col-offset-23 {
    margin-left: 95.83333333%
}

.col-order-23 {
    order: 23
}

.col-22 {
    display: block;
    width: 91.66666667%
}

.col-push-22 {
    left: 91.66666667%
}

.col-pull-22 {
    right: 91.66666667%
}

.col-offset-22 {
    margin-left: 91.66666667%
}

.col-order-22 {
    order: 22
}

.col-21 {
    display: block;
    width: 87.5%
}

.col-push-21 {
    left: 87.5%
}

.col-pull-21 {
    right: 87.5%
}

.col-offset-21 {
    margin-left: 87.5%
}

.col-order-21 {
    order: 21
}

.col-20 {
    display: block;
    width: 83.33333333%
}

.col-push-20 {
    left: 83.33333333%
}

.col-pull-20 {
    right: 83.33333333%
}

.col-offset-20 {
    margin-left: 83.33333333%
}

.col-order-20 {
    order: 20
}

.col-19 {
    display: block;
    width: 79.16666667%
}

.col-push-19 {
    left: 79.16666667%
}

.col-pull-19 {
    right: 79.16666667%
}

.col-offset-19 {
    margin-left: 79.16666667%
}

.col-order-19 {
    order: 19
}

.col-18 {
    display: block;
    width: 75%
}

.col-push-18 {
    left: 75%
}

.col-pull-18 {
    right: 75%
}

.col-offset-18 {
    margin-left: 75%
}

.col-order-18 {
    order: 18
}

.col-17 {
    display: block;
    width: 70.83333333%
}

.col-push-17 {
    left: 70.83333333%
}

.col-pull-17 {
    right: 70.83333333%
}

.col-offset-17 {
    margin-left: 70.83333333%
}

.col-order-17 {
    order: 17
}

.col-16 {
    display: block;
    width: 66.66666667%
}

.col-push-16 {
    left: 66.66666667%
}

.col-pull-16 {
    right: 66.66666667%
}

.col-offset-16 {
    margin-left: 66.66666667%
}

.col-order-16 {
    order: 16
}

.col-15 {
    display: block;
    width: 62.5%
}

.col-push-15 {
    left: 62.5%
}

.col-pull-15 {
    right: 62.5%
}

.col-offset-15 {
    margin-left: 62.5%
}

.col-order-15 {
    order: 15
}

.col-14 {
    display: block;
    width: 58.33333333%
}

.col-push-14 {
    left: 58.33333333%
}

.col-pull-14 {
    right: 58.33333333%
}

.col-offset-14 {
    margin-left: 58.33333333%
}

.col-order-14 {
    order: 14
}

.col-13 {
    display: block;
    width: 54.16666667%
}

.col-push-13 {
    left: 54.16666667%
}

.col-pull-13 {
    right: 54.16666667%
}

.col-offset-13 {
    margin-left: 54.16666667%
}

.col-order-13 {
    order: 13
}

.col-12 {
    display: block;
    width: 50%
}

.col-push-12 {
    left: 50%
}

.col-pull-12 {
    right: 50%
}

.col-offset-12 {
    margin-left: 50%
}

.col-order-12 {
    order: 12
}

.col-11 {
    display: block;
    width: 45.83333333%
}

.col-push-11 {
    left: 45.83333333%
}

.col-pull-11 {
    right: 45.83333333%
}

.col-offset-11 {
    margin-left: 45.83333333%
}

.col-order-11 {
    order: 11
}

.col-10 {
    display: block;
    width: 41.66666667%
}

.col-push-10 {
    left: 41.66666667%
}

.col-pull-10 {
    right: 41.66666667%
}

.col-offset-10 {
    margin-left: 41.66666667%
}

.col-order-10 {
    order: 10
}

.col-9 {
    display: block;
    width: 37.5%
}

.col-push-9 {
    left: 37.5%
}

.col-pull-9 {
    right: 37.5%
}

.col-offset-9 {
    margin-left: 37.5%
}

.col-order-9 {
    order: 9
}

.col-8 {
    display: block;
    width: 33.33333333%
}

.col-push-8 {
    left: 33.33333333%
}

.col-pull-8 {
    right: 33.33333333%
}

.col-offset-8 {
    margin-left: 33.33333333%
}

.col-order-8 {
    order: 8
}

.col-7 {
    display: block;
    width: 29.16666667%
}

.col-push-7 {
    left: 29.16666667%
}

.col-pull-7 {
    right: 29.16666667%
}

.col-offset-7 {
    margin-left: 29.16666667%
}

.col-order-7 {
    order: 7
}

.col-6 {
    display: block;
    width: 25%
}

.col-push-6 {
    left: 25%
}

.col-pull-6 {
    right: 25%
}

.col-offset-6 {
    margin-left: 25%
}

.col-order-6 {
    order: 6
}

.col-5 {
    display: block;
    width: 20.83333333%
}

.col-push-5 {
    left: 20.83333333%
}

.col-pull-5 {
    right: 20.83333333%
}

.col-offset-5 {
    margin-left: 20.83333333%
}

.col-order-5 {
    order: 5
}

.col-4 {
    display: block;
    width: 16.66666667%
}

.col-push-4 {
    left: 16.66666667%
}

.col-pull-4 {
    right: 16.66666667%
}

.col-offset-4 {
    margin-left: 16.66666667%
}

.col-order-4 {
    order: 4
}

.col-3 {
    display: block;
    width: 12.5%
}

.col-push-3 {
    left: 12.5%
}

.col-pull-3 {
    right: 12.5%
}

.col-offset-3 {
    margin-left: 12.5%
}

.col-order-3 {
    order: 3
}

.col-2 {
    display: block;
    width: 8.33333333%
}

.col-push-2 {
    left: 8.33333333%
}

.col-pull-2 {
    right: 8.33333333%
}

.col-offset-2 {
    margin-left: 8.33333333%
}

.col-order-2 {
    order: 2
}

.col-1 {
    display: block;
    width: 4.16666667%
}

.col-push-1 {
    left: 4.16666667%
}

.col-pull-1 {
    right: 4.16666667%
}

.col-offset-1 {
    margin-left: 4.16666667%
}

.col-order-1 {
    order: 1
}

.col-0 {
    display: none
}

.col-offset-0 {
    margin-left: 0
}

.col-order-0 {
    order: 0
}

.panel {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%
}

.panel__hd {
    padding: 20px;
    color: #333;
    position: relative;
    display: flex;
    align-items: center
}

.panel__title {
    display: flex;
    align-items: center;
    flex: 1;
    line-height: 32px;
    font-weight: 500;
    font-size: 20px
}

.panel__extra {
    flex: 1;
    text-align: right;
    color: #888
}

.panel__extra .more-link {
    font-size: 14px;
    color: #999999;
    font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53"
}

.panel__extra .more-link:hover {
    color: #4187ea
}

.panel__bd {
    padding: 0 20px 20px
}

.panel-default .panel__title {
    position: relative;
    padding-left: 18px
}

.panel-default .panel__title h3 {
    margin-right: 20px
}

.panel-default .panel__title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    border-left: 4px solid #4187ea;
    border-radius: 20px
}

.panel-full {
    width: 100%;
    margin-bottom: 0
}

/*# sourceMappingURL=base.css.map */
