.embed-account-cantainer {
    position: relative
}

.embed-account-view-iframe-login, .embed-account-view-iframe-register, .embed-account-view-iframe-retrieve {
    width: 350px;
    border: none;
    overflow: hidden
}

.embed-account-view-iframe-login {
    height: 350px
}

.embed-account-view-iframe-register {
    height: 406px
}

.embed-account-view-iframe-retrieve {
    height: 386px
}

.embed-account-loading-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    /*background: url() 50% no-repeat;*/
    background-color: #fff;
    background-size: 100px 80px
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article, aside, figcaption, figure, footer, header, main, nav, section {
    display: block
}

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;
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.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 {
    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
}

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
}

[hidden], template {
    display: none
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

body {
    font-family: Helvetica, STHeiti, Microsoft YaHei, Verdana, Arial, Tahoma, sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased
}

a {
    text-decoration: none
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit
}

ol, ul {
    list-style: none
}

.zent-zoom-appear, .zent-zoom-exit {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.zent-zoom-appear.zent-zoom-appear-active {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: zentZoomIn;
    animation-name: zentZoomIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.zent-zoom-exit.zent-zoom-exit-active {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: zentZoomOut;
    animation-name: zentZoomOut;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

@-webkit-keyframes zentZoomIn {
    0% {
        opacity: 0;
        transform: scale(.2)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes zentZoomIn {
    0% {
        opacity: 0;
        transform: scale(.2)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes zentZoomOut {
    0% {
        transform: scale(1)
    }
    to {
        opacity: 0;
        transform: scale(.2)
    }
}

@keyframes zentZoomOut {
    0% {
        transform: scale(1)
    }
    to {
        opacity: 0;
        transform: scale(.2)
    }
}

.zent-popup {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    left: 0;
    outline: none;
    overflow-y: auto;
    position: relative;
    width: 100%;
    z-index: 2000;
    margin-top: 2px;
    background-color: #fff;
    max-height: 224px;
    border-radius: 3px;
    font-size: 12px
}

.zent-alert {
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    position: relative
}

.zent-alert.zent-alert-closable .zent-alert-content {
    margin-right: 15px
}

.zent-alert.zent-alert-closable .zent-alert-close-wrapper {
    margin-left: 15px;
    height: 100%;
    width: 14px;
    position: absolute;
    top: 0;
    right: 15px
}

.zent-alert.zent-alert-closable .zent-alert-close-btn {
    width: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: sans-serif;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    color: #999
}

.zent-alert.zent-alert-size-normal {
    padding: 15px
}

.zent-alert.zent-alert-size-large {
    padding: 11px 15px 11px 30px
}

.zent-alert.zent-alert-border-rounded {
    border-radius: 4px
}

.zent-alert.zent-alert-style-info {
    background: #f8f8f8;
    color: #333
}

.zent-alert.zent-alert-style-warning {
    background: #fff7cc;
    border: 1px solid #feb;
    color: #333
}

.zent-alert.zent-alert-style-danger {
    background: #f44;
    border: 1px solid #e33;
    color: #fff
}

.zent-alert.zent-alert-style-danger .zent-alert-close-btn {
    color: #fff
}

.zent-breadcrumb {
    color: #333;
    font-size: 0;
    line-height: 0;
    padding: 15px 0
}

.zent-breadcrumb a, .zent-breadcrumb span {
    font-size: 14px;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none
}

.zent-breadcrumb a:after, .zent-breadcrumb span:after {
    content: "/";
    display: inline-block;
    vertical-align: middle;
    color: #bbb;
    margin-left: 5px;
    margin-right: 5px
}

.zent-breadcrumb a:last-child:after, .zent-breadcrumb span:last-child:after {
    content: "";
    display: none
}

.zent-breadcrumb span {
    color: #333
}

.zent-breadcrumb a {
    color: #38f
}

.zent-breadcrumb.zent-breadcrumb-nav {
    padding: 0
}

.zent-breadcrumb.zent-breadcrumb-nav a {
    display: inline-block;
    height: 50px;
    line-height: 48px;
    padding: 0 20px;
    min-width: 0;
    border: none;
    background: transparent;
    font-size: 14px;
    color: #666;
    text-align: center;
    box-sizing: border-box
}

.zent-breadcrumb.zent-breadcrumb-nav a:after {
    display: none
}

.zent-breadcrumb.zent-breadcrumb-nav .zent-breadcrumb-nav-active:after {
    display: block;
    color: #333;
    border-bottom: 2px solid #38f;
    content: "";
    margin: 0
}

@charset "UTF-8";
@font-face {
    font-family: zenticon;
    src: url(/static/fonts/zenticon/zenticon-e445c74aef.eot);
    src: url(/static/fonts/zenticon/zenticon-e445c74aef.eot#iefix) format("embedded-opentype"), url(/static/fonts/zenticon/zenticon-e445c74aef.woff2) format("woff2"), url(/static/fonts/zenticon/zenticon-e445c74aef.woff) format("woff"), url(/static/fonts/zenticon/zenticon-e445c74aef.ttf) format("truetype")
}

.zenticon {
    display: inline-block;
    speak: none;
    font-style: normal;
    vertical-align: baseline;
    text-align: center;
    text-transform: none;
    font-variant: normal;
    text-rendering: auto;
    text-decoration: inherit;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.zenticon:before {
    box-sizing: border-box;
    display: block;
    font-family: zenticon !important
}

.zenticon.zenticon-spin {
    -webkit-animation: zenticon-animation-spin 2s linear infinite;
    animation: zenticon-animation-spin 2s linear infinite
}

@-webkit-keyframes zenticon-animation-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

@keyframes zenticon-animation-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.zenticon-summary-o:before {
    content: "\E800"
}

.zenticon-summary:before {
    content: "\E801"
}

.zenticon-shop-o:before {
    content: "\E802"
}

.zenticon-shop:before {
    content: "\E803"
}

.zenticon-goods-o:before {
    content: "\E804"
}

.zenticon-goods:before {
    content: "\E805"
}

.zenticon-order-o:before {
    content: "\E806"
}

.zenticon-order:before {
    content: "\E807"
}

.zenticon-customer-o:before {
    content: "\E808"
}

.zenticon-customer:before {
    content: "\E809"
}

.zenticon-chart-o:before {
    content: "\E80A"
}

.zenticon-chart:before {
    content: "\E80B"
}

.zenticon-capital-o:before {
    content: "\E80C"
}

.zenticon-capital:before {
    content: "\E80D"
}

.zenticon-casher:before {
    content: "\E80E"
}

.zenticon-marketing:before {
    content: "\E80F"
}

.zenticon-settings-o:before {
    content: "\E810"
}

.zenticon-settings:before {
    content: "\E811"
}

.zenticon-youzan-o:before {
    content: "\E812"
}

.zenticon-youzan:before {
    content: "\E813"
}

.zenticon-close:before {
    content: "\E814"
}

.zenticon-close-circle-o:before {
    content: "\E815"
}

.zenticon-close-circle:before {
    content: "\E816"
}

.zenticon-message:before {
    content: "\E817"
}

.zenticon-message-o:before {
    content: "\E818"
}

.zenticon-bell:before {
    content: "\E819"
}

.zenticon-bell-o:before {
    content: "\E81A"
}

.zenticon-calendar:before {
    content: "\E81B"
}

.zenticon-calendar-o:before {
    content: "\E81C"
}

.zenticon-search:before {
    content: "\E81D"
}

.zenticon-customer-service:before {
    content: "\E81E"
}

.zenticon-feedback:before {
    content: "\E81F"
}

.zenticon-error-circle-o:before {
    content: "\E820"
}

.zenticon-error-circle:before {
    content: "\E821"
}

.zenticon-check-circle-o:before {
    content: "\E822"
}

.zenticon-check-circle:before {
    content: "\E823"
}

.zenticon-help-circle-o:before {
    content: "\E824"
}

.zenticon-help-circle:before {
    content: "\E825"
}

.zenticon-clock-o:before {
    content: "\E826"
}

.zenticon-clock:before {
    content: "\E827"
}

.zenticon-countdown:before {
    content: "\E828"
}

.zenticon-download:before {
    content: "\E829"
}

.zenticon-share:before {
    content: "\E82A"
}

.zenticon-shop-decorate:before {
    content: "\E82B"
}

.zenticon-shop-template:before {
    content: "\E82C"
}

.zenticon-gift:before {
    content: "\E82D"
}

.zenticon-caret-up:before {
    content: "\E82E"
}

.zenticon-caret-down:before {
    content: "\E82F"
}

.zenticon-arrow-up:before {
    content: "\E830"
}

.zenticon-arrow-down:before {
    content: "\E831"
}

.zenticon-right:before {
    content: "\E832"
}

.zenticon-right-circle:before {
    content: "\E833"
}

.zenticon-plus:before {
    content: "\E834"
}

.zenticon-star-o:before {
    content: "\E835"
}

.zenticon-star:before {
    content: "\E836"
}

.zenticon-check:before {
    content: "\E837"
}

.zenticon-info-circle-o:before {
    content: "\E838"
}

.zenticon-info-circle:before {
    content: "\E839"
}

.zenticon-warning-o:before {
    content: "\E83A"
}

.zenticon-warning:before {
    content: "\E83B"
}

.zenticon-lock:before {
    content: "\E83C"
}

.zenticon-unlock:before {
    content: "\E83D"
}

.zenticon-pending-circle:before {
    content: "\E83E"
}

.zenticon-forbidden-circle:before {
    content: "\E83F"
}

.zenticon-business-o:before {
    content: "\E840"
}

.zenticon-business:before {
    content: "\E841"
}

.zenticon-approval-o:before {
    content: "\E842"
}

.zenticon-approval:before {
    content: "\E843"
}

.zenticon-ticket-o:before {
    content: "\E844"
}

.zenticon-ticket:before {
    content: "\E845"
}

.zenticon-report-o:before {
    content: "\E846"
}

.zenticon-report:before {
    content: "\E847"
}

.zenticon-expand-customer-o:before {
    content: "\E848"
}

.zenticon-expand-customer:before {
    content: "\E849"
}

.zenticon-checkin-o:before {
    content: "\E84A"
}

.zenticon-checkin:before {
    content: "\E84B"
}

.zenticon-plus-circle-o:before {
    content: "\E84C"
}

.zenticon-subtract-circle-o:before {
    content: "\E84D"
}

.zenticon-remove-o:before {
    content: "\E84E"
}

.zenticon-edit-o:before {
    content: "\E84F"
}

.zenticon-assess-o:before {
    content: "\E850"
}

.zenticon-assess:before {
    content: "\E851"
}

.zenticon-upload:before {
    content: "\E852"
}

.zenticon-hr-o:before {
    content: "\E853"
}

.zenticon-hr:before {
    content: "\E854"
}

.zenticon-export:before {
    content: "\E855"
}

.zenticon-suggestions:before {
    content: "\E856"
}

.zenticon-video-guide:before {
    content: "\E857"
}

.zenticon-text-guide:before {
    content: "\E858"
}

.zenticon-hc-manage-o:before {
    content: "\E859"
}

.zenticon-hc-manage:before {
    content: "\E85A"
}

.zenticon-hotline-o:before {
    content: "\E85B"
}

.zenticon-visit-o:before {
    content: "\E85C"
}

.zenticon-im-o:before {
    content: "\E85D"
}

.zenticon-tools-o:before {
    content: "\E85E"
}

.zenticon-knowledge-o:before {
    content: "\E85F"
}

.zenticon-flow-o:before {
    content: "\E860"
}

.zenticon-strategy-o:before {
    content: "\E861"
}

.zenticon-contract-o:before {
    content: "\E862"
}

.zenticon-channel-o:before {
    content: "\E863"
}

.zenticon-qa-o:before {
    content: "\E864"
}

.zenticon-rights-list-o:before {
    content: "\E865"
}

.zent-btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 2px;
    font-size: 12px;
    font-family: inherit;
    color: #333;
    background: #fff;
    border: 1px solid #bbb;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
    transition: all .3s
}

.zent-btn:focus {
    outline: none
}

.zent-btn:focus, .zent-btn:link, .zent-btn:visited {
    color: #333;
    text-decoration: none
}

.zent-btn:hover {
    color: #59f;
    border-color: #59f;
    text-decoration: none
}

.zent-btn:active {
    color: #333;
    background: #e5e5e5;
    border-color: #bbb;
    text-decoration: none
}

.zent-btn.zent-btn-loading:active, .zent-btn.zent-btn-loading:hover {
    background: #fff;
    border: 1px solid #bbb
}

.zent-btn[type=button], .zent-btn[type=reset], .zent-btn[type=submit] {
    -webkit-appearance: none
}

.zent-btn + .zent-btn {
    margin-left: 10px
}

.zent-btn-large {
    height: 38px;
    line-height: 36px;
    padding: 0 23px;
    font-size: 14px
}

.zent-btn-small {
    height: 26px;
    line-height: 24px;
    padding: 0 7px
}

.zent-btn-block {
    display: block;
    width: 100%;
    padding: 0
}

.zent-btn-primary {
    color: #fff;
    background: #38f;
    border-color: #38f
}

.zent-btn-primary:focus, .zent-btn-primary:link, .zent-btn-primary:visited {
    color: #fff
}

.zent-btn-primary:hover {
    color: #fff;
    background: #59f;
    border-color: #59f
}

.zent-btn-primary:active {
    color: #fff;
    background: #27f;
    border-color: #27f
}

.zent-btn-primary.zent-btn-loading:active, .zent-btn-primary.zent-btn-loading:hover {
    background: #38f;
    border-color: #38f
}

.zent-btn-primary.zent-btn-loading:after {
    border-color: #fff transparent transparent
}

.zent-btn-primary-outline {
    color: #38f;
    border-color: #38f;
    background: #fff
}

.zent-btn-primary-outline:focus, .zent-btn-primary-outline:link, .zent-btn-primary-outline:visited {
    color: #38f
}

.zent-btn-primary-outline:hover {
    color: #59f;
    border-color: #59f
}

.zent-btn-primary-outline:active {
    color: #27f;
    background: #e5e5e5;
    border-color: #27f
}

.zent-btn-primary-outline.zent-btn-loading:active, .zent-btn-primary-outline.zent-btn-loading:hover {
    border-color: #38f;
    background: #fff
}

.zent-btn-primary-outline.zent-btn-loading:after {
    border-color: #38f transparent transparent
}

.zent-btn-danger {
    color: #fff;
    background: #f44;
    border-color: #f44
}

.zent-btn-danger:focus, .zent-btn-danger:link, .zent-btn-danger:visited {
    color: #fff
}

.zent-btn-danger:hover {
    color: #fff;
    background: #f66;
    border-color: #f66
}

.zent-btn-danger:active {
    color: #fff;
    background: #e33;
    border-color: #e33
}

.zent-btn-danger.zent-btn-loading:active, .zent-btn-danger.zent-btn-loading:hover {
    background: #f44;
    border-color: #e33
}

.zent-btn-danger.zent-btn-loading:after {
    border-color: #fff transparent transparent
}

.zent-btn-danger-outline {
    color: #f44;
    border-color: #f44;
    background: #fff
}

.zent-btn-danger-outline:focus, .zent-btn-danger-outline:link, .zent-btn-danger-outline:visited {
    color: #f44
}

.zent-btn-danger-outline:hover {
    color: #f66;
    border-color: #f66
}

.zent-btn-danger-outline:active {
    color: #e33;
    background: #e5e5e5;
    border-color: #e33
}

.zent-btn-danger-outline.zent-btn-loading:active, .zent-btn-danger-outline.zent-btn-loading:hover {
    border-color: #f44;
    background: #fff
}

.zent-btn-danger-outline.zent-btn-loading:after {
    border-color: #f44 transparent transparent
}

.zent-btn-success {
    color: #fff;
    background: #4b0;
    border-color: #4b0
}

.zent-btn-success:focus, .zent-btn-success:link, .zent-btn-success:visited {
    color: #fff
}

.zent-btn-success:hover {
    color: #fff;
    background: #6c2;
    border-color: #6c2
}

.zent-btn-success:active {
    color: #fff;
    background: #0a0;
    border-color: #0a0
}

.zent-btn-success.zent-btn-loading:active, .zent-btn-success.zent-btn-loading:hover {
    background: #4b0;
    border-color: #0a0
}

.zent-btn-success.zent-btn-loading:after {
    border-color: #fff transparent transparent
}

.zent-btn-success-outline {
    color: #4b0;
    border-color: #4b0;
    background: #fff
}

.zent-btn-success-outline:focus, .zent-btn-success-outline:link, .zent-btn-success-outline:visited {
    color: #4b0
}

.zent-btn-success-outline:hover {
    color: #6c2;
    border-color: #6c2
}

.zent-btn-success-outline:active {
    color: #0a0;
    background: #e5e5e5;
    border-color: #0a0
}

.zent-btn-success-outline.zent-btn-loading:active, .zent-btn-success-outline.zent-btn-loading:hover {
    border-color: #4b0;
    background: #fff
}

.zent-btn-success-outline.zent-btn-loading:after {
    border-color: #4b0 transparent transparent
}

.zent-btn-disabled, .zent-btn-disabled[disabled] {
    color: #bbb;
    background: #f8f8f8;
    border-color: #e5e5e5;
    cursor: not-allowed
}

.zent-btn-disabled:focus, .zent-btn-disabled:link, .zent-btn-disabled:visited, .zent-btn-disabled[disabled]:focus, .zent-btn-disabled[disabled]:link, .zent-btn-disabled[disabled]:visited {
    color: #bbb
}

.zent-btn-disabled:active, .zent-btn-disabled:hover, .zent-btn-disabled[disabled]:active, .zent-btn-disabled[disabled]:hover {
    color: #bbb;
    background: #f8f8f8;
    border-color: #e5e5e5
}

.zent-btn-loading {
    position: relative;
    color: transparent;
    cursor: not-allowed
}

.zent-btn-loading:active, .zent-btn-loading:focus, .zent-btn-loading:hover, .zent-btn-loading:link, .zent-btn-loading:visited {
    color: transparent
}

.zent-btn-loading:after, .zent-btn-loading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    border: 3px solid;
    border-radius: 8px;
    box-sizing: border-box
}

.zent-btn-loading:after {
    border-color: #666 transparent transparent;
    -webkit-animation: btn-spin .6s linear;
    animation: btn-spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes btn-spin {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes btn-spin {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.zent-btn-border-transparent, .zent-btn-border-transparent:active, .zent-btn-border-transparent:hover {
    border-color: transparent
}

.zent-btn .zenticon + span, .zent-btn span + .zenticon {
    margin-left: 8px
}

.zent-btn-group {
    display: inline-block
}

.zent-btn-group .zent-btn + .zent-btn {
    margin-left: -1px
}

.zent-btn-group .zent-btn {
    position: relative;
    border-radius: 0
}

.zent-btn-group .zent-btn:hover {
    z-index: 2
}

.zent-btn-group .zent-btn:first-child {
    border-radius: 2px 0 0 2px
}

.zent-btn-group .zent-btn:last-child {
    border-radius: 0 2px 2px 0
}

.zent-btn-group .zent-btn-primary:not(:last-child) {
    border-right-color: #59f
}

.zent-btn-group .zent-btn-primary:not(:first-child) {
    border-left-color: #59f
}

.zent-btn-group .zent-btn-danger:not(:last-child) {
    border-right-color: #f66
}

.zent-btn-group .zent-btn-danger:not(:first-child) {
    border-left-color: #f66
}

.zent-btn-group .zent-btn-success:not(:last-child) {
    border-right-color: #6c2
}

.zent-btn-group .zent-btn-success:not(:first-child) {
    border-left-color: #6c2
}

.zent-btn + .zent-btn-group, .zent-btn-group + .zent-btn, .zent-btn-group + .zent-btn-group {
    margin-left: 10px
}

.zent-checkbox-group, .zent-checkbox-wrap {
    display: inline-block;
    font-size: 12px
}

.zent-checkbox-wrap {
    cursor: pointer;
    font-weight: 400;
    line-height: 14px;
    padding: 0;
    margin: 0 15px 0 0;
    vertical-align: middle
}

.zent-checkbox-wrap.zent-checkbox-disabled {
    cursor: not-allowed
}

.zent-checkbox-wrap:last-child {
    margin-right: 0
}

.zent-checkbox {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    white-space: nowrap;
    outline: none;
    vertical-align: middle;
    line-height: 1;
    margin: 0;
    padding: 0
}

.zent-checkbox > input {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer
}

.zent-checkbox + span {
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 16px
}

.zent-checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
    box-sizing: border-box;
    transition: all .3s
}

.zent-checkbox-inner:after {
    box-sizing: content-box;
    position: absolute;
    display: block;
    content: " ";
    font-size: 0;
    top: 3px;
    left: 2px;
    width: 6px;
    height: 3px;
    background: transparent;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg) scale(0);
    transition: all .12s ease-in-out
}

.zent-checkbox-checked > .zent-checkbox > .zent-checkbox-inner {
    border-color: #27f;
    background: #38f
}

.zent-checkbox-checked > .zent-checkbox > .zent-checkbox-inner:after {
    transform: rotate(-45deg) scale(1)
}

.zent-checkbox-indeterminate > .zent-checkbox > .zent-checkbox-inner {
    border-color: #38f;
    background: #fff
}

.zent-checkbox-indeterminate > .zent-checkbox > .zent-checkbox-inner:after {
    top: 5px;
    left: 3px;
    width: 6px;
    height: 2px;
    border: none;
    background: #38f;
    transform: rotate(0deg)
}

.zent-checkbox-disabled > .zent-checkbox > .zent-checkbox-inner {
    background-color: #f8f8f8;
    border-color: #e5e5e5
}

.zent-checkbox-disabled > .zent-checkbox > input[type=checkbox] {
    cursor: not-allowed
}

.zent-checkbox-disabled.zent-checkbox-checked > .zent-checkbox > .zent-checkbox-inner, .zent-checkbox-disabled.zent-checkbox-indeterminate > .zent-checkbox > .zent-checkbox-inner {
    background-color: #e5e5e5;
    border-color: #e5e5e5
}

.zent-checkbox-disabled.zent-checkbox-indeterminate > .zent-checkbox > .zent-checkbox-inner:after {
    background: #fff
}

.zent-notify-container {
    z-index: 10000;
    position: fixed;
    min-width: 330px;
    max-width: 720px;
    top: 80px;
    left: 50%;
    transform: translateX(-50%)
}

.zent-notify {
    padding-bottom: 10px
}

.zent-notify-content {
    padding: 0 25px;
    line-height: 40px;
    max-height: 200px;
    overflow-y: auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    box-sizing: border-box
}

.zent-notify-content:empty:before {
    content: "\200B"
}

.zent-notify-content.zent-notify-content-success {
    background: rgba(68, 187, 136, .8)
}

.zent-notify-content.zent-notify-content-error {
    background: rgba(255, 68, 68, .8)
}

.notify-appear {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.notify-appear.notify-appear-active {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: notifyMoveIn;
    animation-name: notifyMoveIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.notify-exit, .notify-exit .zent-notify-content {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.notify-exit.notify-exit-active {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: notifyMoveOut;
    animation-name: notifyMoveOut;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.notify-exit.notify-exit-active .zent-notify-content {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: notifyContentMoveOut;
    animation-name: notifyContentMoveOut;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

@-webkit-keyframes notifyMoveIn {
    0% {
        transform: translateY(-100%);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes notifyMoveIn {
    0% {
        transform: translateY(-100%);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes notifyMoveOut {
    0% {
        opacity: 1;
        max-height: 50px
    }
    to {
        opacity: 0;
        max-height: 0;
        padding: 0
    }
}

@keyframes notifyMoveOut {
    0% {
        opacity: 1;
        max-height: 50px
    }
    to {
        opacity: 0;
        max-height: 0;
        padding: 0
    }
}

@-webkit-keyframes notifyContentMoveOut {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-100%)
    }
}

@keyframes notifyContentMoveOut {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-100%)
    }
}

.zent-input-wrapper {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 30px;
    max-height: 36px
}

.zent-input-wrapper__not-editable .zent-input-addon-after, .zent-input-wrapper__not-editable .zent-input-addon-before {
    border-color: #e5e5e5;
    color: #cacaca;
    background: #f2f2f2
}

.zent-input-wrapper .zenticon {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%)
}

.zent-input-wrapper .zenticon-close-circle {
    font-size: 12px;
    right: 10px;
    cursor: pointer;
    padding: 4px 0;
    opacity: .4
}

.zent-input-wrapper .zenticon-close-circle:hover {
    opacity: .5
}

.zent-textarea-wrapper {
    height: auto;
    max-height: none
}

.zent-input, .zent-input[type=color], .zent-input[type=date], .zent-input[type=datetime], .zent-input[type=email], .zent-input[type=month], .zent-input[type=number], .zent-input[type=password], .zent-input[type=search], .zent-input[type=tel], .zent-input[type=text], .zent-input[type=time], .zent-input[type=url], .zent-input[type=week], .zent-textarea {
    display: inline-block;
    -ms-flex: 1;
    flex: 1;
    min-width: 80px;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #bbb;
    color: #333;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: none;
    transition: border .2s ease-in-out, box-shadow .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.zent-input:focus, .zent-input[type=color]:focus, .zent-input[type=date]:focus, .zent-input[type=datetime]:focus, .zent-input[type=email]:focus, .zent-input[type=month]:focus, .zent-input[type=number]:focus, .zent-input[type=password]:focus, .zent-input[type=search]:focus, .zent-input[type=tel]:focus, .zent-input[type=text]:focus, .zent-input[type=time]:focus, .zent-input[type=url]:focus, .zent-input[type=week]:focus, .zent-textarea:focus {
    outline: none;
    border: 1px solid #38f;
    box-shadow: 0 0 5px #bdf
}

.zent-input[disabled], .zent-input[readonly], .zent-textarea[disabled], .zent-textarea[readonly] {
    border-color: #e5e5e5;
    background-color: #f8f8f8;
    cursor: not-allowed;
    color: #cacaca
}

.zent-input[disabled]:focus, .zent-input[readonly]:focus, .zent-textarea[disabled]:focus, .zent-textarea[readonly]:focus {
    border-color: #e5e5e5;
    box-shadow: none
}

.zent-input-addon-after, .zent-input-addon-before {
    display: inline-block;
    height: 100%;
    padding: 0 5px;
    border: 1px solid #bbb;
    box-sizing: border-box;
    vertical-align: middle;
    background-color: #e5e5e5;
    font-size: 12px;
    line-height: 28px;
    color: #333
}

.zent-input-addon-before {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-right: none
}

.zent-input-addon-after {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: none
}

.zent-input-addons > .zent-input {
    border-radius: 0
}

.zent-input-addons > .zent-input:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.zent-input-addons > .zent-input[disabled]:first-child {
    border-right: 1px solid #e5e5e5
}

.zent-input-addons > .zent-input:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.zent-input-addons > .zent-input[disabled]:last-child {
    border-left: 1px solid #e5e5e5
}

.zent-textarea {
    height: 54px;
    padding: 5px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.5
}

.zent-textarea-with-count {
    padding-bottom: 21px
}

.zent-textarea-count {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 15px;
    font-size: 10px;
    color: #999
}

.zent-input::-webkit-input-placeholder {
    color: #999
}

.zent-input:-moz-placeholder, .zent-input::-moz-placeholder {
    color: #999
}

.zent-input:-ms-input-placeholder {
    color: #999
}

.zent-textarea::-webkit-input-placeholder {
    color: #999
}

.zent-textarea:-moz-placeholder, .zent-textarea::-moz-placeholder {
    color: #999
}

.zent-textarea:-ms-input-placeholder {
    color: #999
}

.has-error .zent-input, .has-error .zent-textarea {
    border: 1px solid #f44;
    color: #f44
}

.has-error .zent-input:focus, .has-error .zent-textarea:focus {
    border-color: #f44;
    box-shadow: 0 0 5px #f66
}

.zent-datetime-picker {
    box-sizing: border-box;
    display: inline-block;
    line-height: normal;
    position: relative
}

.zent-datetime-picker .picker-seperator {
    font-size: 12px;
    color: #666;
    padding: 0 10px
}

.zent-datetime-picker .picker-input {
    color: #999;
    position: relative;
    box-sizing: border-box;
    width: 183px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background: #fff;
    border-radius: 2px
}

.zent-datetime-picker .picker-input--combine {
    border: 1px solid #bbb;
    padding: 0 10px
}

.zent-datetime-picker .picker-input--combine.picker-input--disabled {
    border-color: #e5e5e5
}

.zent-datetime-picker .picker-input .zent-input {
    color: inherit
}

.zent-datetime-picker .picker-input .zenticon {
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 0;
    color: #bbb
}

.zent-datetime-picker .picker-input .zenticon-calendar-o, .zent-datetime-picker .picker-input .zenticon-clock-o {
    display: block
}

.zent-datetime-picker .picker-input .zenticon-close-circle {
    display: none
}

.zent-datetime-picker .picker-input--range {
    width: 240px
}

.zent-datetime-picker .picker-input--showTime {
    width: 320px
}

.zent-datetime-picker .picker-input--show-clear-icon {
    color: #333
}

.zent-datetime-picker .picker-input--show-clear-icon:hover .zenticon-close-circle {
    display: block
}

.zent-datetime-picker .picker-input--show-clear-icon:hover .zenticon-calendar-o, .zent-datetime-picker .picker-input--show-clear-icon:hover .zenticon-clock-o {
    display: none
}

.zent-datetime-picker .picker-input--disabled {
    background: #f8f8f8;
    color: #cacaca;
    cursor: not-allowed
}

.zent-datetime-picker .picker-input--disabled:hover .zenticon-close-circle {
    display: none
}

.zent-datetime-picker .picker-input--disabled:hover .zenticon-calendar-o, .zent-datetime-picker .picker-input--disabled:hover .zenticon-clock-o {
    display: block
}

.zent-datetime-picker-popover {
    line-height: 1;
    z-index: 2000
}

.zent-datetime-picker-popover .date-picker, .zent-datetime-picker-popover .month-picker, .zent-datetime-picker-popover .quarter-picker, .zent-datetime-picker-popover .range-picker, .zent-datetime-picker-popover .time-picker, .zent-datetime-picker-popover .week-picker, .zent-datetime-picker-popover .year-picker {
    background: #fff;
    width: 240px;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    z-index: 10
}

.zent-datetime-picker-popover .grid-cell {
    vertical-align: middle;
    padding: 0
}

.zent-datetime-picker-popover .range-picker {
    width: 480px
}

.zent-datetime-picker-popover .range-picker .date-picker {
    display: inline-block;
    vertical-align: top;
    box-shadow: none
}

.zent-datetime-picker-popover .range-picker .date-picker + .date-picker {
    position: relative;
    box-sizing: border-box;
    border-left: 1px solid #e5e5e5;
    left: -1px
}

.zent-datetime-picker-popover .range-picker .date-picker .month-panel .grid-cell, .zent-datetime-picker-popover .range-picker .date-picker .year-panel .grid-cell {
    height: 47.5px
}

.zent-datetime-picker-popover .range-picker .date-picker.small .month-panel .grid-cell, .zent-datetime-picker-popover .range-picker .date-picker.small .year-panel .grid-cell {
    height: 41.5px
}

.zent-datetime-picker-popover .range-picker--showTime .date-picker .month-panel .grid-cell, .zent-datetime-picker-popover .range-picker--showTime .date-picker.small .month-panel .grid-cell, .zent-datetime-picker-popover .range-picker--showTime .date-picker.small .year-panel .grid-cell, .zent-datetime-picker-popover .range-picker--showTime .date-picker .year-panel .grid-cell {
    height: 56px
}

.zent-datetime-picker-popover .range-picker--showTime .date-picker .time-panel .panel-content {
    height: 265px
}

.zent-datetime-picker-popover .date-panel, .zent-datetime-picker-popover .month-panel, .zent-datetime-picker-popover .quarter-panel, .zent-datetime-picker-popover .year-panel {
    position: relative;
    width: 240px;
    background: #fff;
    color: #333
}

.zent-datetime-picker-popover .date-picker .date-panel .grid-cell, .zent-datetime-picker-popover .week-picker .date-panel .grid-cell {
    padding: 4px 0
}

.zent-datetime-picker-popover .date-picker .month-panel, .zent-datetime-picker-popover .week-picker .month-panel {
    position: absolute;
    top: 0;
    left: 0
}

.zent-datetime-picker-popover .date-picker .month-panel .grid-cell, .zent-datetime-picker-popover .date-picker .year-panel .grid-cell, .zent-datetime-picker-popover .week-picker .month-panel .grid-cell, .zent-datetime-picker-popover .week-picker .year-panel .grid-cell {
    height: 47.5px;
    vertical-align: middle;
    padding: 0
}

.zent-datetime-picker-popover .date-picker.small .date-panel .grid-cell, .zent-datetime-picker-popover .week-picker.small .date-panel .grid-cell {
    padding: 2px 0
}

.zent-datetime-picker-popover .date-picker.small .month-panel .grid-cell, .zent-datetime-picker-popover .week-picker.small .month-panel .grid-cell {
    height: 55.5px;
    padding: 0
}

.zent-datetime-picker-popover .date-picker.small .year-panel .grid-cell, .zent-datetime-picker-popover .week-picker.small .year-panel .grid-cell {
    height: 55.5px
}

.zent-datetime-picker-popover .month-picker .month-panel .grid-cell {
    height: 47.5px
}

.zent-datetime-picker-popover .month-picker .month-panel .year-panel .grid-cell {
    height: 47.5px;
    padding: 0
}

.zent-datetime-picker-popover .month-picker.small .month-panel .grid-cell {
    height: 36px
}

.zent-datetime-picker-popover .year-picker .year-panel {
    position: relative
}

.zent-datetime-picker-popover .year-picker .year-panel .grid-cell {
    height: 47.5px;
    padding: 0
}

.zent-datetime-picker-popover .year-picker.small .year-panel .grid-cell {
    height: 41.5px
}

.zent-datetime-picker-popover .quarter-picker .quarter-panel {
    height: 240px
}

.zent-datetime-picker-popover .quarter-picker .quarter-panel .grid-cell {
    height: 47.5px
}

.zent-datetime-picker-popover .quarter-picker .year-panel .grid-cell {
    height: 47.5px;
    padding: 0
}

.zent-datetime-picker-popover .panel__header {
    position: relative;
    text-align: center;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box
}

.zent-datetime-picker-popover .panel__header .link--prev {
    cursor: pointer;
    position: absolute;
    left: 25px;
    padding: 0 10px;
    font-size: 8px
}

.zent-datetime-picker-popover .panel__header .link--prev .zenticon {
    transform: rotate(180deg)
}

.zent-datetime-picker-popover .panel__header .link--next {
    cursor: pointer;
    position: absolute;
    right: 25px;
    padding: 0 10px;
    font-size: 8px
}

.zent-datetime-picker-popover .panel__header .panel__title {
    cursor: pointer
}

.zent-datetime-picker-popover .panel__footer {
    box-sizing: border-box;
    height: 54px;
    line-height: 54px;
    padding-right: 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.zent-datetime-picker-popover .panel__footer .btn--confirm {
    margin-left: 15px
}

.zent-datetime-picker-popover .panel__footer .link--current {
    color: #38f;
    cursor: pointer
}

.zent-datetime-picker-popover .panel__footer .link--disabled {
    color: #999
}

.zent-datetime-picker-popover .panel__footer .error-tips {
    color: #f44;
    font-size: 12px
}

.zent-datetime-picker-popover .panel-table {
    padding: 6px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.zent-datetime-picker-popover .panel-table__row {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex
}

.zent-datetime-picker-popover .panel-table__row li {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.zent-datetime-picker-popover .panel-table__head {
    padding: 6px 0
}

.zent-datetime-picker-popover .panel-table .panel__cell {
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
    cursor: pointer;
    position: relative
}

.zent-datetime-picker-popover .panel-table .panel__cell:hover {
    background: #bdf
}

.zent-datetime-picker-popover .panel-table .panel__cell--current {
    color: #38f;
    border: 1px solid #38f
}

.zent-datetime-picker-popover .panel-table .panel__cell--different {
    color: #999;
    background: none
}

.zent-datetime-picker-popover .panel-table .panel__cell--different:after, .zent-datetime-picker-popover .panel-table .panel__cell--different:before {
    display: none
}

.zent-datetime-picker-popover .panel-table .panel__cell--in-range {
    background: #bdf;
    border: none;
    border-radius: 0
}

.zent-datetime-picker-popover .panel-table .panel__cell--in-range:before {
    content: "";
    display: block;
    width: 8px;
    height: 20px;
    background: #bdf;
    position: absolute;
    right: -8px;
    top: 0
}

.zent-datetime-picker-popover .panel-table .panel__cell--in-range:after {
    content: "";
    display: block;
    width: 8px;
    height: 20px;
    background: #bdf;
    position: absolute;
    left: -8px;
    top: 0
}

.zent-datetime-picker-popover .panel-table .panel__cell--in-selected {
    background: #bdf;
    border: none;
    border-radius: 0
}

.zent-datetime-picker-popover .panel-table .panel__cell--in-selected:before {
    content: "";
    display: block;
    width: 8px;
    height: 20px;
    background: #bdf;
    position: absolute;
    right: -8px;
    top: 0
}

.zent-datetime-picker-popover .panel-table .panel__cell--in-selected:after {
    content: "";
    display: block;
    width: 8px;
    height: 20px;
    background: #bdf;
    position: absolute;
    left: -8px;
    top: 0
}

.zent-datetime-picker-popover .panel-table .panel__cell--disabled {
    cursor: not-allowed;
    color: #e5e5e5;
    border-color: #e5e5e5;
    background: transparent
}

.zent-datetime-picker-popover .panel-table .panel__cell--disabled:hover {
    background: #fff
}

.zent-datetime-picker-popover .panel-table .panel__cell--disabled:after, .zent-datetime-picker-popover .panel-table .panel__cell--disabled:before {
    display: none
}

.zent-datetime-picker-popover .panel-table .panel__cell--selected {
    background: #38f;
    color: #fff
}

.zent-datetime-picker-popover .panel-table .panel__cell--selected:hover {
    background: #38f
}

.zent-datetime-picker-popover .panel-table .panel__cell.date-panel__cell {
    width: 20px;
    height: 20px;
    line-height: 20px
}

.zent-datetime-picker-popover .panel-table .panel__cell.month-panel__cell {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.zent-datetime-picker-popover .panel-table .panel__cell.year-panel__cell {
    width: 50px;
    height: 30px;
    line-height: 30px
}

.zent-datetime-picker-popover .panel-table .panel__cell.quarter-panel__cell {
    height: 32px;
    line-height: 32px;
    width: 100%
}

.zent-datetime-picker-popover .year-panel {
    position: absolute;
    top: 0;
    left: 0
}

.zent-datetime-picker-popover .time-panel__cell {
    padding: 3px
}

.zent-datetime-picker-popover .time-panel .panel-table__row:last-child {
    display: block
}

.zent-datetime-picker-popover .time-panel .panel-table__row:last-child .grid-cell {
    width: 14.28%
}

.zent-datetime-picker-popover .time-panel .panel-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 327px;
    width: 240px;
    background: #fff
}

.zent-datetime-picker-popover .time-panel__preview {
    margin: 12px 10px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #bbb;
    border-radius: 2px;
    text-align: center;
    display: -ms-flexbox;
    display: flex
}

.zent-datetime-picker-popover .time-panel__preview .time__number {
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    border-right: 1px solid #bbb
}

.zent-datetime-picker-popover .time-panel__preview .time__number:last-child {
    border-right: none
}

.zent-datetime-picker-popover .time-picker-panel__header {
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.zent-datetime-picker-popover .time-picker-panel__tab-group {
    margin: 12px 60px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1
}

.zent-datetime-picker-popover .time-picker-panel__tab-group.show-second {
    margin: 12px 30px
}

.zent-datetime-picker-popover .time-picker-panel__tab-group .time__number {
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    border: 1px solid #bbb;
    border-right-width: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.zent-datetime-picker-popover .time-picker-panel__tab-group .time__number:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.zent-datetime-picker-popover .time-picker-panel__tab-group .time__number:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right-width: 1px
}

.zent-datetime-picker-popover .time-picker-panel__tab-group .time__number.checked {
    border: 1px solid #38f;
    color: #38f;
    outline: none
}

.zent-datetime-picker-popover .time-picker-panel__tab-group .time__number.checked + .time__number {
    border-left-width: 0
}

.zent-datetime-picker-popover .time-picker-panel__content {
    height: 210px;
    padding: 6px 0
}

.zent-datetime-picker-popover .time-picker-panel__content .grid-cell {
    padding: 2px 0
}

.zent-datetime-picker-popover .time-picker-panel__footer .panel__footer {
    border-top: none
}

.zent-datetime-picker .time-picker-input {
    width: 100px
}

.zent-datetime-picker .week-picker-input {
    width: 195px
}

.zent-dialog-r-wrap {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    text-align: center;
    font-size: 0;
    white-space: nowrap
}

.zent-dialog-r-wrap:before {
    content: "";
    height: 100%
}

.zent-dialog-r, .zent-dialog-r-wrap:before {
    display: inline-block;
    vertical-align: middle
}

.zent-dialog-r {
    position: relative;
    text-align: initial;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
    white-space: normal
}

.zent-dialog-r-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    margin: 0 0 20px
}

.zent-dialog-r-title-text {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    color: #333
}

.zent-dialog-r-close {
    position: absolute;
    display: inline-block;
    top: 4px;
    right: 10px;
    color: #999;
    font-size: 20px;
    line-height: 20px;
    text-align: right;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background-color: #fff;
    outline: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 6px;
    margin: 0
}

.zent-dialog-r-close:active, .zent-dialog-r-close:focus, .zent-dialog-r-close:link {
    color: #999
}

.zent-dialog-r-close.zent-dialog-r-has-title {
    top: 14px;
    right: 12px
}

.zent-dialog-r-body {
    color: #666
}

.zent-dialog-r-body.with-success-icon, .zent-dialog-r-body.with-warning-icon {
    padding-left: 30px
}

.zent-dialog-r-footer {
    text-align: right;
    margin-top: 30px
}

.zent-dialog-r-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
    z-index: 1050
}

.zent-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 70px;
    height: 40px;
    line-height: 20px;
    vertical-align: middle;
    border-radius: 20px;
    border: 1px solid #999;
    background-color: #999;
    cursor: pointer;
    transition: all .3s cubic-bezier(.78, .14, .15, .86)
}

.zent-switch:after {
    position: absolute;
    width: 34px;
    height: 34px;
    left: 2px;
    top: 2px;
    border-radius: 100%;
    background-color: #fff;
    content: " ";
    cursor: pointer;
    transition: left .3s cubic-bezier(.78, .14, .15, .86)
}

.zent-switch:focus {
    outline: 0
}

.zent-switch:focus:hover {
    box-shadow: none
}

.zent-switch .zent-switch-inner {
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 39px;
    top: 9px;
    transition: left .3s cubic-bezier(.78, .14, .15, .86);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.zent-switch-large {
    height: 50px;
    line-height: 12px;
    width: 90px;
    border-radius: 50px
}

.zent-switch-large:after {
    width: 44px;
    height: 44px;
    top: 2px;
    left: 2px
}

.zent-switch-large .zent-switch-inner {
    font-size: 14px;
    left: 50px;
    top: 18px
}

.zent-switch-large.zent-switch-checked:after {
    left: 42px
}

.zent-switch-large.zent-switch-checked .zent-switch-inner {
    font-size: 14px;
    left: 10px;
    top: 18px
}

.zent-switch-small {
    width: 35px;
    height: 20px;
    line-height: 10px
}

.zent-switch-small:after {
    width: 16px;
    height: 16px;
    top: 1px;
    left: 1px
}

.zent-switch-small .zent-switch-inner {
    display: none
}

.zent-switch-small.zent-switch-checked:after {
    left: 16px
}

.zent-switch-checked {
    border-color: #4b0;
    background-color: #4b0
}

.zent-switch-checked:after {
    left: 32px
}

.zent-switch-checked .zent-switch-inner {
    left: 6px;
    top: 9px
}

.zent-switch-disabled {
    cursor: not-allowed;
    background: #f2f2f2;
    border-color: #f2f2f2
}

.zent-switch-disabled.zent-switch-checked {
    background: #83e5a7;
    border-color: #83e5a7
}

.zent-switch-disabled:after {
    background: #fff;
    cursor: not-allowed
}

.zent-switch-loading {
    position: relative;
    color: transparent;
    cursor: not-allowed
}

.zent-switch-loading:after {
    cursor: not-allowed
}

.zent-switch-loading:before {
    content: " ";
    position: absolute;
    top: 43%;
    left: 38%;
    z-index: 2;
    width: 16px;
    height: 16px;
    margin: -5px 0 0 -15px;
    border-radius: 100%;
    box-sizing: border-box;
    border: 3px solid transparent;
    border-top-color: #666;
    -webkit-animation: switch-spin .6s linear;
    animation: switch-spin .6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.zent-switch-loading.zent-switch-checked:before {
    margin: -5px 0 0 15px
}

.zent-switch-loading.zent-switch-small:before {
    width: 12px;
    height: 12px;
    margin: -5px 0 0 -9px;
    border-width: 2px
}

.zent-switch-loading.zent-switch-small.zent-switch-checked:before {
    margin: -5px 0 0 6px
}

.zent-switch-loading.zent-switch-large:before {
    margin: -5px 0 0 -17px
}

.zent-switch-loading.zent-switch-large.zent-switch-checked:before {
    margin: -5px 0 0 23px
}

@-webkit-keyframes switch-spin {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes switch-spin {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.zent-select {
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    line-height: 1.5;
    margin-right: 10px;
    outline: none;
    position: relative;
    text-align: left;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 160px;
    vertical-align: middle
}

.zent-select.disabled {
    color: #cacaca;
    cursor: not-allowed
}

.zent-select.disabled .zent-select-input, .zent-select.disabled .zent-select-tags, .zent-select.disabled .zent-select-text {
    border-color: #e5e5e5;
    background-color: #f8f8f8
}

.zent-select.disabled .zent-select-input:after, .zent-select.disabled .zent-select-tags:after, .zent-select.disabled .zent-select-text:after {
    opacity: .25
}

.zent-select .zent-select-input, .zent-select .zent-select-popup, .zent-select .zent-select-tags, .zent-select .zent-select-text {
    font-size: 12px
}

.zent-select__popover {
    width: 160px;
    line-height: 1.5;
    cursor: pointer;
    text-align: left;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.zent-select__popover.auto-width {
    width: auto
}

.zent-select-input, .zent-select-tags, .zent-select-text {
    box-sizing: border-box;
    border: 1px solid #bbb;
    border-radius: 2px;
    display: inline-block;
    min-height: 30px;
    max-height: 76px;
    outline: none;
    padding: 5px 10px;
    transition: border-color .25s;
    width: 100%;
    background-color: #fff;
    position: relative
}

.zent-select-placeholder {
    color: #999
}

.zent-select-simple {
    color: #38f
}

.zent-select-simple:after {
    content: "";
    border-left: 4px solid transparent;
    border-top: 6px solid #38f;
    border-right: 4px solid transparent;
    display: inline-block;
    margin-left: 5px;
    height: 1px;
    transition: transform .25s
}

.zent-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 20px 5px 10px
}

.zent-select-text:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAMAAAC38k/IAAAAM1BMVEUAAAAzMzMzMzMzMzMzMzMzMzM0NDQ0NDQ1NTU1NTU9PT1VVVU0NDQzMzMzMzM1NTUzMzOoQ7gOAAAAEHRSTlMA99vkxpd9STUhCgPOzGhlqqcGJgAAAEBJREFUCNdFy8kRwCAMwEDZ3JDD/VebCXhgf3qIR83pi9gmXCduyokCyVwCuvrfAarMuzLlPzLLiGZx4FoIDeADc4gEoYNfTDsAAAAASUVORK5CYII=) no-repeat;
    background-size: 6px 5px;
    content: "";
    height: 5px;
    margin-top: -3px;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: transform .25s;
    width: 6px
}

.zent-select-tags {
    padding: 2px 5px;
    max-height: none;
    line-height: 24px
}

.zent-select-tags::-webkit-scrollbar {
    display: none
}

.zent-select-tags.tags__empty {
    padding: 5px 20px 5px 10px;
    line-height: 18px
}

.zent-select-tags .zent-select-inner {
    border: 0;
    display: inline-block;
    outline: none
}

.zent-select-tags .zent-select-tag {
    background-color: #f8f8f8;
    border: 1px solid #bbb;
    border-radius: 2px;
    display: inline-block;
    margin: 2px 2px 2px 0;
    padding: 0 4px;
    line-height: 18px
}

.zent-select-tags .zent-select-delete {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAACampqbm5uZmZn/DnGVAAAAA3RSTlMAnUqokJgHAAAAPklEQVQI12PQYACivQwMdQz7HRj/MchfYP/CwP5F/gID4996BwaG+r8MDAzyXyAEmAuWACsBKwZrAxsANgoAoL4XU6vB5h4AAAAASUVORK5CYII=) no-repeat;
    background-size: 8px;
    display: inline-block;
    height: 8px;
    margin-left: 2px;
    width: 8px
}

.zent-select-popup {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    left: 0;
    outline: none;
    overflow-y: auto;
    position: relative;
    width: 100%;
    z-index: 2000;
    margin-top: 2px;
    background-color: #fff;
    max-height: 224px;
    border-radius: 3px;
    font-size: 12px
}

.zent-select-popup .zent-select-empty, .zent-select-popup .zent-select-filter, .zent-select-popup .zent-select-option {
    background-color: #fff;
    display: block;
    outline: none;
    padding: 5px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.zent-select-popup .zent-select-search {
    position: relative;
    box-sizing: border-box
}

.zent-select-popup .zent-select-search:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAM1BMVEUAAABmZmZmZmZnZ2dnZ2dmZmZnZ2dmZmZsbGxnZ2dmZmZoaGhnZ2dmZmZnZ2dmZmZmZmYOy3DdAAAAEHRSTlMAVttEnOWJNwzzpVHsz8ZQ9cP58AAAAItJREFUKM+FkdsSgCAIRFXEa7f//9okSsqRaZ8WjrOoGJYtLmdXrPmquuOWq+9+OF4KQ39C6lX6mFL0l33SKB+BPSDNYW/pEPWZUMV3K5QjAymt9KQoIPas3FwSkFqZNbBoUZs23GvXBeWBq/YlQT5xkP0nsqg1dCKrXTYPzQkZxGTXCJoZ0YDZEeEEs9MNoPE7LN4AAAAASUVORK5CYII=) no-repeat;
    background-position: 50%;
    background-size: 12px;
    content: "";
    height: 100%;
    left: 10px;
    position: absolute;
    width: 12px
}

.zent-select-popup .zent-select-filter {
    border: solid #e5e5e5;
    border-width: 0 0 1px;
    padding-left: 30px;
    width: 100%;
    box-sizing: border-box;
    height: 30px
}

.zent-select-popup .zent-select-option.current, .zent-select-popup .zent-select-option.hover, .zent-select-popup .zent-select-option:hover {
    background-color: #38f;
    color: #fff
}

.zent-select-popup .zent-select-option.active {
    color: #38f
}

.zent-select-popup .zent-select-option.active.current, .zent-select-popup .zent-select-option.active.hover, .zent-select-popup .zent-select-option.active:hover {
    color: #fff
}

.zent-select-popup .zent-select-empty {
    color: #999
}

.has-error :not(.no-error) > .zent-select-input, .has-error :not(.no-error) > .zent-select-tags, .has-error :not(.no-error) > .zent-select-text {
    border: 1px solid #f44;
    color: #f44
}

.zent-radio-group, .zent-radio-wrap {
    display: inline-block;
    font-size: 12px
}

.zent-radio-wrap {
    cursor: pointer;
    font-weight: 400;
    line-height: 14px;
    padding: 0;
    margin: 0 15px 0 0;
    vertical-align: middle
}

.zent-radio-wrap.zent-radio-disabled {
    cursor: not-allowed
}

.zent-radio-wrap:last-child {
    margin-right: 0
}

.zent-radio {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    outline: none;
    vertical-align: middle;
    margin: 0;
    padding: 0
}

.zent-radio > input {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    cursor: pointer
}

.zent-radio + span {
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 14px
}

.zent-radio-inner {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    border: 1px solid #bbb;
    background: #fff;
    box-sizing: border-box;
    vertical-align: middle;
    transition: all .3s
}

.zent-radio-inner:after {
    position: absolute;
    display: block;
    content: " ";
    top: 4px;
    left: 4px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    transform: scale(0);
    transition: all .12s ease-in-out
}

.zent-radio-checked > .zent-radio > .zent-radio-inner {
    border-color: #27f;
    background: #38f
}

.zent-radio-checked > .zent-radio > .zent-radio-inner:after {
    transform: scale(1)
}

.zent-radio-disabled > .zent-radio > .zent-radio-inner {
    background-color: #f8f8f8;
    border-color: #e5e5e5
}

.zent-radio-disabled > .zent-radio > input[type=radio] {
    cursor: not-allowed
}

.zent-radio-disabled.zent-radio-checked > .zent-radio > .zent-radio-inner {
    background-color: #e5e5e5;
    border-color: #e5e5e5
}

.zent-number-input-wrapper {
    position: relative
}

.zent-number-input-wrapper.zent-number-input-count-wrapper .zent-input {
    padding: 0 20px 0 10px
}

.zent-number-input-wrapper.zent-number-input-counter-wrapper {
    width: 108px
}

.zent-number-input-wrapper.zent-number-input-counter-wrapper .zent-input {
    padding: 0 35px;
    text-align: center
}

.zent-number-input-arrow, .zent-number-input-count {
    position: absolute;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    box-sizing: border-box
}

.zent-number-input-arrow {
    right: 1px;
    width: 20px;
    height: 50%;
    line-height: 50%
}

.zent-number-input-arrow i {
    cursor: pointer;
    color: #666
}

.zent-number-input-arrow:hover i, .zent-number-input-arrow i:hover {
    color: #38f
}

.zent-number-input-count {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 34px;
    top: 1px;
    color: #333;
    line-height: 28px
}

.zent-number-input-count:hover {
    color: #38f
}

.zent-number-input-count.zent-number-input-count-disable {
    cursor: not-allowed;
    color: #cacaca;
    background: #f8f8f8
}

.zent-number-input-arrow-disable {
    cursor: not-allowed
}

.zent-number-input-arrow-disable i {
    cursor: not-allowed;
    color: #cacaca
}

.zent-number-input-arrow-disable:hover i {
    color: #cacaca
}

.zent-number-input-countadd {
    right: 1px;
    border-left: 1px solid #bbb
}

.zent-number-input-countadd.zent-number-input-count-disable {
    border-left-color: #e5e5e5
}

.zent-number-input-arrowup {
    top: 1px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.zent-number-input-arrowup i {
    transform: rotate(-90deg) scale(.4)
}

.zent-number-input-countreduce {
    left: 1px;
    border-right: 1px solid #bbb
}

.zent-number-input-countreduce.zent-number-input-count-disable {
    border-right-color: #e5e5e5
}

.zent-number-input-arrowdown {
    bottom: 1px;
    border-left: 1px solid #e5e5e5
}

.zent-number-input-arrowdown i {
    transform: rotate(90deg) scale(.4)
}

.zent-date-range-picker__filter {
    display: inline-block
}

.zent-date-range-picker__btn {
    margin-left: 10px;
    display: inline-block;
    padding: 2px 4px;
    font-size: 12px;
    color: #bbb;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 2px
}

.zent-date-range-picker__btn:first-child {
    margin-left: 15px
}

.zent-date-range-picker__btn.active, .zent-date-range-picker__btn:hover {
    color: #38f;
    border-color: #38f
}

.zent-color-picker-popover {
    z-index: 2000
}

.zent-color-picker {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    outline: none;
    position: relative;
    text-align: left;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 32px;
    vertical-align: middle
}

.zent-color-picker.open .zent-color-picker__text {
    border-color: #38f;
    box-shadow: 0 1px 1px #bdf
}

.zent-color-picker.open .zent-color-picker__text:after {
    transform: rotate(180deg)
}

.zent-color-picker__text {
    box-sizing: border-box;
    border: 1px solid #bbb;
    border-radius: 2px;
    display: inline-block;
    width: 50px;
    height: 30px;
    outline: none;
    padding: 5px;
    transition: border-color .25s;
    background-color: #fff;
    position: relative
}

.zent-color-picker__preview {
    box-sizing: border-box;
    width: 38px;
    height: 18px
}

.zent-colorpicker-colors-select {
    background: #fff;
    width: 190px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-sizing: content-box;
    line-height: 10px;
    padding-top: 10px
}

.zent-colorpicker-colors-select__preview {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2)
}

.zent-form {
    margin-bottom: 30px;
    width: auto
}

.zent-form select[readonly], .zent-form textarea[readonly] {
    background-color: #fff;
    cursor: text
}

.zent-form__fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

.zent-form__legend {
    padding-bottom: 8px;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 700
}

.zent-form__control-group {
    margin-bottom: 20px
}

.zent-form__control-group.has-error .zent-form__control-label, .zent-form__control-group.has-error .zent-form__error-desc, .zent-form__control-group.has-error .zent-form__help-block {
    color: #f44
}

.zent-form__static-value {
    padding-top: 5px;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 5px;
    word-break: break-all
}

.zent-form__control-action {
    padding-top: 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 18px
}

.zent-form__required {
    margin-right: 6px;
    font-size: 16px;
    color: #e33;
    vertical-align: middle
}

.zent-form__error-desc, .zent-form__help-block, .zent-form__help-desc, .zent-form__notice-desc {
    line-height: 14px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #999
}

.zent-form__error-desc ul li, .zent-form__help-block ul li, .zent-form__help-desc ul li, .zent-form__notice-desc ul li {
    font-size: 12px;
    line-height: 12px
}

.zent-form__error-desc a, .zent-form__help-block a, .zent-form__help-desc a, .zent-form__notice-desc a {
    color: #38f
}

.zent-form__error-desc:empty, .zent-form__help-block:empty, .zent-form__help-desc:empty, .zent-form__notice-desc:empty {
    margin-top: 0 !important
}

.zent-form__notice-desc {
    background: #fff7cc;
    color: #333;
    display: inline-block;
    padding: 5px
}

.zent-form--horizontal .zent-form__control-label {
    display: inline-block;
    width: 120px;
    font-size: 12px;
    line-height: 30px;
    text-align: right;
    vertical-align: top
}

.zent-form--horizontal .zent-form__control-label + .zent-form__controls {
    margin-left: 10px
}

.zent-form--horizontal .zent-form__controls {
    display: inline-block;
    word-break: break-all;
    vertical-align: top
}

.zent-form--horizontal .zent-form__form-actions {
    padding: 0 0 0 130px;
    margin: 25px 0 10px;
    background: none;
    border: none
}

.zent-form--horizontal .zent-form__checkbox-group {
    font-size: 0;
    line-height: 28px
}

.zent-form--horizontal .zent-form__checkbox, .zent-form--horizontal .zent-form__radio-group {
    line-height: 28px
}

.zent-form--inline .zent-form__control-group {
    display: inline-block;
    line-height: 30px;
    margin-right: 20px
}

.zent-form--inline .zent-form__control-group .zent-form__control-label {
    display: inline-block;
    font-size: 12px;
    vertical-align: top
}

.zent-form--inline .zent-form__control-group .zent-form__control-label + .zent-form__controls {
    display: inline-block;
    margin-left: 10px
}

.zent-form--vertical .zent-form__control-label {
    display: block;
    font-size: 12px;
    margin-bottom: 10px
}

.zent-page-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.zent-page-loading .zent-page-mask {
    width: 100%;
    height: 100%;
    outline: 0;
    background-color: rgba(0, 0, 0, .6)
}

.zent-page-loading .zent-page-mask:after, .zent-page-loading .zent-page-mask:before {
    position: absolute;
    content: " ";
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    margin-left: -22px;
    margin-top: -22px;
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: 50%
}

.zent-page-loading .zent-page-mask:before {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTBDNjMxRjA4NEMwMTFFNUJGNUU4ODhEMTJBNEZCOUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTBDNjMxRjE4NEMwMTFFNUJGNUU4ODhEMTJBNEZCOUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMEM2MzFFRTg0QzAxMUU1QkY1RTg4OEQxMkE0RkI5QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMEM2MzFFRjg0QzAxMUU1QkY1RTg4OEQxMkE0RkI5QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgmgW78AAAFoUExUReUAEuUAEuYPIOklNeYQIukkNeYPIv76+/zo6vrP0/i9wvWcpeYHGuYHG/akrPezuexLWfajq/Buevza3utDUf3r7ecTJP/7/OgcLveor+YGGveyuPOJk/WWn+knOPrIzf3t7uUBFfSPmeo0Re1SYOotPvJ7hu1UYe5gbvSNl+1YZ+9odetGVfF1gO1WY/nHzPBteO5ZZvvW2eo1Rvzh5Pi4ve5ea/Brd+cWKPSRmvWZoukoOv719v3y8+tEU+UEF+YNH+cRI+kmNvnEyfaiqvF3g+cRJOktPexCUPWVn/nEyvaep/3m6Os5SecSJu9kcP73+POHkugdLvF4g/vZ3PKDjecVJ/vR1fadpuouP+YGGOYMH/Btef3x8uovP/nBxexHV/avtf3l5+xMW+5fbfOLlfOLlvahqeYKHPza3eggMOgeL/nCxvJ+iO1VYvJ/i/J9h+tHVugeMP/9/fzd4OkoOOgcLf///0a13loAAAB4dFJOU///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AHxXGIwAAAF3SURBVHja7NdVbwMxDADgeut27ZW5HTMzc8fMzMzM+fvbWu/tsltyliZN8VPy4E+JnESxjRGHTYEKVKACFfjHYHV8vs5HCAbgK7rpwNYUCMdk4HsaLKECZ9Me1FOBtwguUYGjCM5QgXcI5lKBfgSniUDNjmALEViIXtJBBE4huL5IBJYh+EZ09fpyECwlAr3owdDV5yyy0X5xttuZsACefIPgvn8q8OA4Txp0gGFcSoO1xmBUFiwy9iAsC05ywApJ8IHjQY8UGGnieRAUBTXnkcYmuB6UC4GBMf8NwAsb54PLIuBpKmWQsSw+2CsCplMyGMvkg1Ui4M4vwEYRMNsc7BJ6HOzm4DU1WBySAn+osk68QnglBveZVJX5W/ZSgyFqUKc+Nk5icIDRgjV7jNHc5e2thsdNvU3052BUlOhc84prxOz/xQHdKcKDD2M8vLCWcPZb6aRwUTFW2XHuW9Wst2au5+HDYP5BTLW3ClSgAhX4f8EPAQYAjrzx/JGco8gAAAAASUVORK5CYII=");
    background-size: 44px;
    z-index: 1
}

.zent-page-loading .zent-page-mask:after {
    border-color: #f44 transparent transparent;
    -webkit-animation: loading .6s linear infinite;
    animation: loading .6s linear infinite;
    background-color: #fff
}

.zent-loading-container-static {
    position: relative
}

.zent-loading-container-static .zent-page-mask {
    background: rgba(0, 0, 0, .2)
}

.zent-loading-container-static.zent-loading-container--empty .zent-page-mask {
    background: transparent
}

@-webkit-keyframes loading {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes loading {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.zent-pagination {
    font-size: 12px;
    line-height: 16px;
    text-align: right
}

.zent-pagination .pagination-list {
    display: inline-block
}

.zent-pagination .pagination-list .pager {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 0 0 5px;
    border: 1px solid #bbb;
    border-radius: 2px;
    padding: 6px 8px;
    min-width: 30px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.zent-pagination .pagination-list .pager--current {
    color: #fff;
    background: #38f;
    border-color: #38f;
    cursor: default
}

.zent-pagination .pagination-list .pager--disabled {
    border-color: #e5e5e5;
    cursor: not-allowed;
    color: #e5e5e5
}

.zent-pagination .pagination-list .pager--jump {
    margin-left: 15px;
    padding: 0;
    cursor: default;
    background-color: #e5e5e5
}

.zent-pagination .pagination-list .pager--omni {
    margin-left: 0;
    margin-right: -5px;
    border: none;
    cursor: default
}

.zent-pagination .pagination-list .pager__input {
    box-sizing: border-box;
    margin: -1px 0 -1px -1px;
    border: 1px solid #bbb;
    padding: 6px 2px;
    min-width: 21px;
    max-width: 40px;
    height: 30px;
    text-align: center;
    font-weight: 400;
    outline: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #fff
}

.zent-pagination .pagination-list .pager__input:focus {
    border-color: #38f;
    box-shadow: 0 0 1px #bdf
}

.zent-pagination .pagination-list .pager__suffix {
    padding: 7px 5px
}

.zent-pagination__info {
    display: inline-block
}

.zent-pagination__info .zent-select {
    width: 60px
}

.zent-pagination__info .total .zent-select {
    margin-right: 0
}

.zent-grid {
    font-size: 12px;
    color: #333;
    position: relative;
    line-height: 1.5;
    overflow: hidden
}

.zent-grid.zent-grid-scroll-position-left .zent-grid-fixed-left, .zent-grid.zent-grid-scroll-position-right .zent-grid-fixed-right {
    box-shadow: none
}

.zent-grid-table {
    width: 100%;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #e5e5e5
}

.zent-grid-table-ellipsis {
    table-layout: fixed
}

.zent-grid-table-ellipsis .zent-grid-nowrap {
    overflow: hidden;
    text-overflow: ellipsis
}

.zent-grid-bordered table {
    border-collapse: collapse
}

.zent-grid-bordered td, .zent-grid-bordered th {
    border: 1px solid #e5e5e5
}

.zent-grid-bordered .zent-grid-header th {
    border-bottom: none
}

.zent-grid-text-align-left {
    text-align: left
}

.zent-grid-text-align-right {
    text-align: right
}

.zent-grid-text-align-center {
    text-align: center
}

.zent-grid-nowrap {
    white-space: nowrap;
    word-break: keep-all
}

.zent-grid-thead-sort-asc, .zent-grid-thead-sort-desc {
    margin-left: 3px
}

.zent-grid-thead-sort-desc:after {
    content: "\2193"
}

.zent-grid-thead-sort-asc:after {
    content: "\2191"
}

.zent-grid-thead > tr > th[colspan] {
    text-align: center
}

.zent-grid-fixed {
    width: auto
}

.zent-grid-fixed-left, .zent-grid-fixed-right {
    position: absolute;
    top: 0;
    overflow: hidden
}

.zent-grid-fixed-left .zent-grid-fixed, .zent-grid-fixed-right .zent-grid-fixed {
    border-left: none;
    border-right: none
}

.zent-grid-fixed-left {
    left: 0;
    box-shadow: 4px 0 4px rgba(0, 0, 0, .2)
}

.zent-grid-fixed-left .zent-grid-header .zent-grid-table {
    border-right: none
}

.zent-grid-fixed-left .zent-grid-body {
    margin-right: -20px;
    box-sizing: border-box;
    margin-bottom: -15px;
    overflow: scroll
}

.zent-grid-fixed-left table {
    width: auto
}

.zent-grid-fixed-right {
    right: 0;
    box-shadow: -4px 0 4px rgba(0, 0, 0, .2)
}

.zent-grid-fixed-right .zent-grid-body .zent-grid-table, .zent-grid-fixed-right .zent-grid-header .zent-grid-table {
    border-left: none
}

.zent-grid-fixed-right .zent-grid-body {
    box-sizing: border-box;
    margin-bottom: -15px;
    overflow: scroll
}

.zent-grid-scroll {
    overflow: auto
}

.zent-grid-scroll table {
    width: auto;
    min-width: 100%
}

.zent-grid-scroll .zent-grid-header {
    overflow-x: scroll;
    margin-bottom: -15px;
    padding-bottom: 15px
}

.zent-grid-scroll .zent-grid-body {
    position: relative
}

.zent-grid-empty {
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5
}

.zent-grid-tr {
    display: table-row;
    background-color: #fff
}

.zent-grid-tr:hover, .zent-grid-tr__mouseover {
    background: #f2f2f2
}

.zent-grid-tr__expanded td {
    padding: 16px 10px;
    word-break: break-all;
    background-color: #f8f8f8
}

.zent-grid-td, .zent-grid-th {
    line-height: 18px;
    display: table-cell;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle
}

.zent-grid-th {
    padding: 11px 10px;
    background-color: #f2f2f2;
    font-weight: 400
}

.zent-grid-td {
    padding: 16px 10px
}

.zent-grid-td .zent-grid-expandable-btn {
    cursor: pointer;
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 12px;
    border: 1px solid #e5e5e5;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff
}

.zent-grid-td .zent-grid-expandable-btn.zent-grid-expand-btn:after {
    content: "+";
    box-sizing: border-box
}

.zent-grid-td .zent-grid-expandable-btn.zent-grid-collapse-btn:after {
    content: "-";
    box-sizing: border-box
}

.zent-grid-tfoot {
    margin-top: 10px;
    overflow: hidden
}

.zent-grid-tfoot .zent-grid-tfoot-page {
    margin-top: 0
}

.zent-grid-tfoot-page {
    margin-top: 10px;
    float: right
}

.zent-grid a {
    color: #38f;
    cursor: pointer
}

.zent-pop {
    border-radius: 2px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    background-color: #fff;
    z-index: 2000;
    font-size: 12px
}

.zent-pop .zent-pop-header, .zent-pop .zent-pop-inner {
    position: relative;
    background: #fff;
    border-radius: 2px;
    padding: 10px 20px;
    z-index: 2;
    color: #333
}

.zent-pop .zent-pop-header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 1px solid #e5e5e5
}

.zent-pop .zent-pop-buttons {
    min-width: 160px;
    text-align: right;
    margin-right: 0;
    margin-top: 10px
}

.zent-pop .zent-pop-arrow {
    position: absolute;
    z-index: 1;
    width: 6px;
    height: 6px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    overflow: hidden
}

.zent-pop:after {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 11px
}

.zent-pop.zent-popover-position-bottom-center .zent-pop-arrow, .zent-pop.zent-popover-position-bottom-left .zent-pop-arrow, .zent-pop.zent-popover-position-bottom-right .zent-pop-arrow {
    top: 0
}

.zent-pop.zent-popover-position-bottom-center:after, .zent-pop.zent-popover-position-bottom-left:after, .zent-pop.zent-popover-position-bottom-right:after {
    top: -11px;
    width: 100%;
    left: 0
}

.zent-pop.zent-popover-position-bottom-left .zent-pop-arrow {
    transform: translateY(-50%) rotate(45deg);
    left: 14px
}

.zent-pop.zent-popover-position-bottom-center .zent-pop-arrow {
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%
}

.zent-pop.zent-popover-position-bottom-right .zent-pop-arrow {
    transform: translateY(-50%) rotate(45deg);
    right: 14px
}

.zent-pop.zent-popover-position-top-center .zent-pop-arrow, .zent-pop.zent-popover-position-top-left .zent-pop-arrow, .zent-pop.zent-popover-position-top-right .zent-pop-arrow {
    bottom: 0
}

.zent-pop.zent-popover-position-top-center:after, .zent-pop.zent-popover-position-top-left:after, .zent-pop.zent-popover-position-top-right:after {
    bottom: -11px;
    width: 100%;
    left: 0
}

.zent-pop.zent-popover-position-top-left .zent-pop-arrow {
    transform: translateY(50%) rotate(45deg);
    left: 14px
}

.zent-pop.zent-popover-position-top-center .zent-pop-arrow {
    transform: translate(-50%, 50%) rotate(45deg);
    left: 50%
}

.zent-pop.zent-popover-position-top-right .zent-pop-arrow {
    transform: translateY(50%) rotate(45deg);
    right: 14px
}

.zent-pop.zent-popover-position-left-bottom .zent-pop-arrow, .zent-pop.zent-popover-position-left-center .zent-pop-arrow, .zent-pop.zent-popover-position-left-top .zent-pop-arrow {
    right: 0
}

.zent-pop.zent-popover-position-left-bottom:after, .zent-pop.zent-popover-position-left-center:after, .zent-pop.zent-popover-position-left-top:after {
    right: -11px;
    height: 100%;
    top: 0
}

.zent-pop.zent-popover-position-left-top .zent-pop-arrow {
    transform: translateX(50%) rotate(45deg);
    top: 14px
}

.zent-pop.zent-popover-position-left-center .zent-pop-arrow {
    transform: translate(50%, -50%) rotate(45deg);
    top: 50%
}

.zent-pop.zent-popover-position-left-bottom .zent-pop-arrow {
    transform: translateX(50%) rotate(45deg);
    bottom: 14px
}

.zent-pop.zent-popover-position-right-bottom .zent-pop-arrow, .zent-pop.zent-popover-position-right-center .zent-pop-arrow, .zent-pop.zent-popover-position-right-top .zent-pop-arrow {
    left: 0
}

.zent-pop.zent-popover-position-right-bottom:after, .zent-pop.zent-popover-position-right-center:after, .zent-pop.zent-popover-position-right-top:after {
    left: -11px;
    height: 100%;
    top: 0
}

.zent-pop.zent-popover-position-right-top .zent-pop-arrow {
    transform: translateX(-50%) rotate(45deg);
    top: 14px
}

.zent-pop.zent-popover-position-right-center .zent-pop-arrow {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%
}

.zent-pop.zent-popover-position-right-bottom .zent-pop-arrow {
    transform: translateX(-50%) rotate(45deg);
    bottom: 14px
}

.zent-slider {
    display: -ms-flexbox;
    display: flex;
    min-height: 30px
}

.zent-slider-main {
    -ms-flex: 1;
    flex: 1;
    margin: 8px 7px;
    height: 14px;
    cursor: pointer;
    position: relative;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    box-sizing: border-box
}

.zent-slider-main-with-marks {
    margin-bottom: 20px
}

.zent-slider-main:hover .zent-slider-track {
    background: #38f
}

.zent-slider-main:hover .zent-slider-track-disabled, .zent-slider-main:hover .zent-slider-track-disabled:hover {
    background: #bbb
}

.zent-slider-container {
    background: #e5e5e5;
    width: 100%
}

.zent-slider-container, .zent-slider-track {
    height: 4px;
    border-radius: 8px;
    position: absolute
}

.zent-slider-track {
    background: #bdf
}

.zent-slider-track:hover {
    background: #38f
}

.zent-slider-track-disabled, .zent-slider-track-disabled:hover {
    background: #bbb
}

.zent-slider-point {
    position: absolute;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    margin-top: -5px;
    margin-left: -7px;
    border-radius: 50%;
    border: 2px solid #bdf;
    background-color: #fff;
    transition: border-color .3s ease, transform .3s cubic-bezier(.18, .89, .32, 1.28)
}

.zent-slider-point:hover {
    border-color: #38f;
    transform: scale(1.2);
    transform-origin: center center
}

.zent-slider-point:active {
    box-shadow: 0 0 0 2px rgba(51, 136, 255, .2)
}

.zent-slider-point-disabled {
    border: 2px solid #cacaca;
    cursor: not-allowed
}

.zent-slider-point-disabled:hover {
    border-color: #cacaca;
    transform: scale(1.2);
    transform-origin: center center
}

.zent-slider-point-disabled:active {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .2)
}

.zent-slider-points {
    position: absolute;
    width: 100%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.zent-slider-toolTips {
    display: inline-block;
    position: absolute
}

.zent-slider-toolTips .toolTips-content-hide {
    visibility: hidden
}

.zent-slider-toolTips .toolTips-content {
    position: absolute;
    top: -33px;
    transform: translateX(-50%)
}

.zent-slider-toolTips .toolTips-content .toolTips-inner {
    padding: 4px 5px;
    background-color: #666;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    line-height: 11px;
    position: relative;
    z-index: 2;
    white-space: nowrap
}

.zent-slider-toolTips .toolTips-content .toolTips-arrow {
    background: #666;
    transform: translate(-50%, 50%) rotate(45deg);
    left: 50%;
    position: absolute;
    z-index: 1;
    top: 13px;
    width: 6px;
    height: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    overflow: hidden
}

.zent-slider-toolTips:hover .toolTips-content {
    visibility: visible
}

.zent-slider-input {
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
    line-height: 30px
}

.zent-slider-input .slider-input-line {
    padding: 0 5px
}

.zent-slider-input .zent-input-wrapper {
    width: 60px
}

.zent-slider-input .zent-input-wrapper .zent-input {
    min-width: 60px
}

.zent-slider-marks {
    position: absolute;
    width: 100%;
    font-size: 12px;
    margin-top: 4px;
    color: #333
}

.zent-slider-marks .zent-slider-mark {
    position: absolute;
    padding-top: 10px;
    transform: translateX(-50%)
}

.zent-slider-dots {
    position: absolute;
    width: 100%
}

.zent-slider-dots .zent-slider-dot {
    position: absolute;
    display: inline-block;
    width: 6px;
    margin-top: -2px;
    transform: translateX(-50%);
    background-color: #fff;
    height: 6px;
    border: 1px solid #e5e5e5;
    border-radius: 50%
}

.zent-slider-dots .zent-slider-dot-active {
    border: 1px solid #bdf
}

.zent-slider-disabled .zent-slider-main {
    cursor: not-allowed
}

.zent-sweetalert-icon-title {
    line-height: 14px
}

.zent-sweetalert-icon-title .zent-sweetalert-type-icon {
    margin-right: 10px;
    vertical-align: bottom;
    font-weight: 700
}

.zent-sweetalert-icon-title .zenticon-info-circle-o {
    color: #38f
}

.zent-sweetalert-icon-title .zenticon-check-circle-o {
    color: #4b0
}

.zent-sweetalert-icon-title .zenticon-close-circle-o {
    color: #f44
}

.zent-sweetalert-icon-title .zenticon-error-circle-o {
    color: #fc0
}

.zent-tabs {
    font-size: 14px;
    line-height: 1.42857143
}

.zent-tabs-nav {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    outline: none;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.zent-tabs-nav-extra-content {
    width: auto
}

.zent-tabs-nav-add, .zent-tabs-nav-extra-content {
    float: right;
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.zent-tabs-nav-add {
    width: 20px;
    text-align: center;
    cursor: pointer
}

.zent-tabs-nav-add span {
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    position: relative;
    top: 50%;
    margin-top: -10px;
    line-height: 18px;
    height: 20px
}

.zent-tabs-nav-content {
    margin-bottom: -1px;
    height: 35px;
    overflow: hidden
}

.zent-tabs-nav-content-next:before, .zent-tabs-nav-content-prev:before {
    content: "\E600"
}

.zent-tabs-nav-ink-bar {
    display: none
}

.zent-tabs-scroll {
    white-space: nowrap;
    overflow-x: auto
}

.zent-tabs-tabwrap {
    float: left;
    position: relative
}

.zent-tabs-tab {
    display: inline-block;
    cursor: pointer;
    color: #666;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background-color: #f8f8f8
}

.zent-tabs-tab, .zent-tabs-tab-inner {
    position: relative;
    box-sizing: border-box
}

.zent-tabs-tab-inner {
    padding: 8px 15px;
    text-align: center;
    min-width: 90px;
    font-size: 12px
}

.zent-tabs-tab-inner-del {
    line-height: 1;
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 12px;
    display: none
}

.zent-tabs-tab:first-child {
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-top-left-radius: 4px
}

.zent-tabs-tab:last-child {
    border-top-right-radius: 4px
}

.zent-tabs-tab:hover {
    color: #333
}

.zent-tabs-tab:hover .zent-tabs-tab-inner-del {
    display: inline
}

.zent-tabs .zent-tabs-actived {
    position: relative;
    color: #333;
    background-color: #fff
}

.zent-tabs .zent-tabs-actived .zent-tabs-tab-inner {
    padding-bottom: 9px
}

.zent-tabs .zent-tabs-disabled {
    color: #bbb
}

.zent-tabs .zent-tabs-disabled.zent-tabs-tab {
    cursor: not-allowed
}

.zent-tabs .zent-tabs-disabled.zent-tabs-tab:hover {
    color: #bbb
}

.zent-tabs-size-huge .zent-tabs-nav {
    margin-bottom: 15px
}

.zent-tabs-size-huge .zent-tabs-nav-content {
    height: 50px
}

.zent-tabs-size-huge .zent-tabs-tab-inner {
    padding: 14px 40px;
    font-size: 14px
}

.zent-tabs-size-huge .zent-tabs-actived .zent-tabs-tab-inner {
    background-color: #fff;
    padding-bottom: 15px
}

.zent-tabs-align-center .zent-tabs-tabwrap {
    float: none
}

.zent-tabs-align-right .zent-tabs-tabwrap {
    float: right
}

.zent-tabs-align-right .zent-tabs-nav-add, .zent-tabs-align-right .zent-tabs-nav-extra-content {
    float: left
}

.zent-tabs-type-card .zent-tabs-tab, .zent-tabs-type-card .zent-tabs-tab:first-child, .zent-tabs-type-card .zent-tabs-tab:last-child {
    border-color: #f8f8f8;
    border-radius: 0
}

.zent-tabs-type-card .zent-tabs-actived {
    background-color: #f8f8f8;
    border-radius: 0;
    border: 0
}

.zent-tabs-type-card .zent-tabs-actived .zent-tabs-tab-inner {
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #fff
}

.zent-tabs-type-slider.zent-tabs-nav {
    border: 0
}

.zent-tabs-type-slider .zent-tabs-tab {
    border: 0;
    background-color: transparent
}

.zent-tabs-type-slider .zent-tabs-actived, .zent-tabs-type-slider .zent-tabs-actived .zent-tabs-tab-inner {
    background-color: transparent
}

.zent-tabs-type-slider .zent-tabs-nav-ink-bar {
    position: absolute;
    display: block;
    bottom: 0;
    height: 2px;
    background-color: #59f;
    width: 0;
    z-index: 10
}

.zent-tabs-third-level {
    background-color: #f8f8f8
}

.zent-breadcrumb-nav {
    padding: 0 !important
}
