@keyframes loadingCircle{0%{transform-origin:50% 50%;transform:rotate(0deg)}100%{transform-origin:50% 50%;transform:rotate(360deg)}}.fade-enter,.fade-exit-active{opacity:0}.fade-enter-active{opacity:1}.fade-enter-active,.fade-exit-active{transition:opacity .3s ease}*,*::after,*::before{box-sizing:border-box}*{margin:0;padding:0}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}ul,li{margin:0;padding:0}a img{border:0}a{text-decoration:none}input,button,textarea{font:inherit}.k-icon{font-size:inherit;margin:0 3px;text-align:center;display:inline-block;font-style:normal;vertical-align:-2px;text-transform:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;line-height:0}.k-icon--spin{animation:loadingCircle 1s infinite linear}.k-icon--primary{color:#2196f3}.k-icon--primary .k-icon{color:#2196f3}.k-icon--info{color:#03a9f4}.k-icon--info .k-icon{color:#03a9f4}.k-icon--success{color:#4caf50}.k-icon--success .k-icon{color:#4caf50}.k-icon--warning{color:#ff9800}.k-icon--warning .k-icon{color:#ff9800}.k-icon--danger{color:#f44336}.k-icon--danger .k-icon{color:#f44336}.k-icon-svg{width:1em;height:1em;display:inline-block;fill:currentColor}.k-icon-svg--primary{fill:#2196f3}.k-icon-svg--info{fill:#03a9f4}.k-icon-svg--success{fill:#4caf50}.k-icon-svg--warning{fill:#ff9800}.k-icon-svg--danger{fill:#f44336}.k-actionsheet{background:#f8f8f9;overflow-y:auto;font-size:16px;max-height:90%}.k-actionsheet__header{background:#fff;line-height:44px;border-bottom:1px solid #dddee1;text-align:center;position:relative}.k-actionsheet__item{text-align:center;line-height:50px;border-bottom:1px solid #dddee1;background:#fff;position:relative}.k-actionsheet__item:last-child{border-bottom:none}.k-actionsheet__item--disabled{background:#f7f7f7;color:#c3cbd6}.k-actionsheet__content{background:#fff}.k-actionsheet__cancel{background:#e7e7ed;padding-top:10px}.k-alert{padding:15px 35px 15px 15px;color:#fff;position:relative;border-radius:4px;display:table;width:100%;margin-bottom:16px;background:#2196f3}.k-alert--info{background:#03a9f4}.k-alert--success{background:#4caf50}.k-alert--warning{background:#ff9800}.k-alert--danger{background:#f44336}.k-alert__close{color:#fff;position:absolute;top:10px;right:15px;color:#fff}.k-alert__close .k-icon{color:#fff}.k-alert__icon,.k-alert__content{display:table-cell}.k-alert__icon{width:16px;vertical-align:middle;font-size:14px;color:#fff}.k-alert__icon .k-icon{color:#fff}.k-alert__icon--lg{font-size:30px}.k-alert__content{padding-left:8px}.k-alert__description{margin-top:4px;color:rgba(255,255,255,0.8)}.k-alert__closetext{position:absolute;right:16px;cursor:pointer;top:15px}.k-animation-router-forward-enter{transform:translate(100%)}.k-animation-router-forward-enter-active{transform:translate(0)}.k-animation-router-forward-exit{transform:translate(0)}.k-animation-router-forward-exit-active{transform:translate(-100%)}.k-animation-router-backward-enter{transform:translate(-100%)}.k-animation-router-backward-enter-active{transform:translate(0)}.k-animation-router-backward-exit{transform:translate(0)}.k-animation-router-backward-exit-active{transform:translate(100%)}.k-animation-router-forward-enter-active,.k-animation-router-forward-exit-active,.k-animation-router-backward-enter-active,.k-animation-router-backward-exit-active{transition:transform 0.3s linear}.k-animation-router-forward-exit,.k-animation-router-backward-exit{position:absolute !important;width:100%;top:0;left:0}.k-avatar{display:inline-flex;position:relative;align-items:center;justify-content:center;border-radius:50%;background-color:#bdbdbd;color:#fafafa;user-select:none;overflow:hidden;vertical-align:middle}.k-avatar img{width:100%;height:100%}.k-avatar--square{border-radius:4px}.k-avatar--primary{background:#2196f3}.k-avatar--info{background:#03a9f4}.k-avatar--success{background:#4caf50}.k-avatar--warning{background:#ff9800}.k-avatar--danger{background:#f44336}.k-avatar--lg{width:48px;height:48px;font-size:27px}.k-avatar--md{width:32px;height:32px;font-size:18px}.k-avatar--sm{width:24px;height:24px;font-size:14px}.k-badge{position:relative;display:inline-block;vertical-align:middle;margin:0 2px;line-height:1}.k-badge--notwrap sup{position:relative;transform:none;top:auto;right:auto}.k-badge__sup{display:inline-block;vertical-align:middle;padding:4px 8px;white-space:nowrap;border-radius:10px;font-weight:700;text-align:center;line-height:1;color:#fff}.k-badge__text{z-index:10;position:absolute;right:10px;top:0;transform:translateY(-50%) translateX(100%)}.k-badge__dot{z-index:10;position:absolute;width:8px;height:8px;border-radius:50%;padding:0;min-width:8px;top:-4px;right:-4px}.k-badge--primary sup{background:#2196f3}.k-badge--info sup{background:#03a9f4}.k-badge--success sup{background:#4caf50}.k-badge--warning sup{background:#ff9800}.k-badge--danger sup{background:#f44336}.k-button{display:inline-block;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:medium none;position:relative;outline:none;border:1px solid #dddee1;padding:8px 15px;font-size:14px;border-radius:4px;background:#fff;color:#495060;line-height:1.5}.k-button--primary{background:#2196f3;color:#fff;border-color:#2196f3}.k-button--info{background:#03a9f4;color:#fff;border-color:#03a9f4}.k-button--success{background:#4caf50;color:#fff;border-color:#4caf50}.k-button--warning{background:#ff9800;color:#fff;border-color:#ff9800}.k-button--danger{background:#f44336;color:#fff;border-color:#f44336}.k-button--xs{padding:4px 10px;font-size:10px}.k-button--sm{padding:5px 12px;font-size:12px}.k-button--lg{font-size:16px}.k-button--disabled{color:#c3cbd6;background:#f7f7f7;border-color:#d7dde4}.k-button--active{background:#e6e6e6;border-color:#cfd1d5}.k-button--active.k-button--primary{background:#0d8aee}.k-button--active.k-button--info{background:#0398db}.k-button--active.k-button--success{background:#449d48}.k-button--active.k-button--warning{background:#e68900}.k-button--active.k-button--danger{background:#f32c1e}.k-button--full{width:100%;display:block}.k-button-group{display:inline-block;position:relative}.k-button-group .k-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.k-button-group .k-button:not(:first-child):not(:last-child){border-radius:0}.k-button-group .k-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.k-button-group .k-button:not(:first-child){margin-left:-1px}.k-button-group .k-button--primary{border-left-color:#0d8aee}.k-button-group .k-button--info{border-left-color:#0398db}.k-button-group .k-button--success{border-left-color:#449d48}.k-button-group .k-button--warning{border-left-color:#e68900}.k-button-group .k-button--danger{border-left-color:#f32c1e}.k-calendar{top:0;background:#F6F6F6 !important}.k-calendar__main{height:calc(100% - 74px)}.k-calendar__header{display:flex;padding:0 15px;height:44px;font-size:14px;align-items:center;background:#fff}.k-calendar__cancel{color:#2196f3}.k-calendar__title{flex:1;text-align:center}.k-calendar__ok{color:#2196f3}.k-calendar__week{display:flex;height:30px;background:#fff}.k-calendar__week span{flex:1;display:flex;align-items:center;justify-content:center}.k-calendar__week span:first-child,.k-calendar__week span:last-child{color:#80848f}.k-calendar-month{background:#fff}.k-calendar-month__title{text-align:center;background:#F6F6F6;height:30px;display:flex;align-items:center;justify-content:center}.k-calendar-month__rows{display:flex}.k-calendar-month__day{flex:1;display:flex;align-items:center;justify-content:center;height:56px;flex-direction:column}.k-calendar-month__day--selected{background:#2196f3;color:#fff}.k-calendar-month__day--choose{background:#64b5f6;color:#fff}.k-calendar-month__day--disabled{color:#c3cbd6}.k-calendar-month__text{margin-top:8px}.k-card{border:1px solid #dddee1;border-radius:4px;background:#fff;padding-bottom:8px}.k-card--full{border-left:none;border-right:none;border-radius:0}.k-card-header{padding:8px 16px;border-bottom:1px solid #dddee1;display:flex;justify-items:center;font-size:17px}.k-card-header__title{flex:1;text-align:left;color:#1c2438}.k-card-header__extra{color:#80848f}.k-card-body{padding:16px}.k-card-footer{display:flex;justify-items:center;color:#80848f;padding:0 16px}.k-card-footer__content{flex:1}.k-checkbox{display:flex;align-items:center}.k-checkbox--checked .k-checkbox__icon{background:#2196f3;color:#fff;border-color:#2196f3}.k-checkbox--disabled .k-checkbox__icon{background:none;color:#c3cbd6;border-color:#d7dde4}.k-checkbox--disabled .k-checkbox__label{color:#c3cbd6}.k-checkbox__icon{font-size:14px;color:#2196f3;position:relative;border:1px solid #dddee1;border-radius:50%;width:20px;height:20px}.k-checkbox__icon .k-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);margin:0}.k-checkbox__label{margin-left:10px}.k-checkbox-group .k-checkbox{margin-bottom:10px}.k-cell{overflow:hidden;background:#fff;height:48px;position:relative;display:flex;align-items:center;padding:0 15px}.k-cell--border:not(:last-child)::after{content:' ';display:block;height:1px;background:#dddee1;position:absolute;bottom:0px;left:15px;right:0}.k-cell--disabled{color:#c3cbd6}.k-cell--disabled .k-icon{color:#c3cbd6}.k-cell--disabled .k-cell-middle__title{color:#c3cbd6}.k-cell--disabled .k-cell-middle__title .k-icon{color:#c3cbd6}.k-cell--disabled .k-cell-middle__label{color:#c3cbd6}.k-cell--disabled .k-cell-middle__label .k-icon{color:#c3cbd6}.k-cell--disabled .k-cell-middle__value{color:#c3cbd6}.k-cell--disabled .k-cell-middle__value .k-icon{color:#c3cbd6}.k-cell--lg{height:56px;font-size:16px}.k-cell__link{flex:1;height:100%}.k-cell-left{margin-right:10px}.k-cell-middle{display:flex;align-items:center;justify-content:space-between;height:100%;flex:1}.k-cell-middle__text{flex:1}.k-cell-middle__title{color:#1c2438;display:flex;align-items:center}.k-cell-middle__label{color:#80848f;font-size:12px;margin-top:3px}.k-cell-middle__value{color:#80848f;font-size:12px}.k-cell-right{margin-left:10px}.k-cell-group--border{border-top:1px solid #dddee1;border-bottom:1px solid #dddee1}.k-collapse-panel{background:#fff}.k-collapse-panel__header{border-bottom:none;cursor:pointer}.k-collapse-panel__header--disabled{color:#c3cbd6}.k-collapse-panel__header--disabled .k-icon{color:#c3cbd6}.k-collapse-panel__header--disabled .k-cell-middle__title{color:#c3cbd6}.k-collapse-panel__header--disabled .k-cell-middle__title .k-icon{color:#c3cbd6}.k-collapse-panel__header:after{content:'';display:none !important}.k-collapse-panel__body{height:0;overflow:hidden;transition:height .3s ease-in-out;color:#495060}.k-collapse-panel__inner{padding:10px 15px;border-top:1px solid #dddee1}.k-collapse-panel--border{border-top:1px solid #dddee1}.k-collapse-panel--border:last-child{border-bottom:1px solid #dddee1}.k-divider{height:1px;margin:0;border:none;flex-shrink:0;background-color:#dddee1}.k-divider--primary{background:#2196f3}.k-divider--info{background:#03a9f4}.k-divider--success{background:#4caf50}.k-divider--warning{background:#ff9800}.k-divider--danger{background:#f44336}.k-drawer{position:fixed;z-index:1000;transition:all .3s ease;background:#fff}.k-drawer--left{left:0;top:0;bottom:0;width:80%;height:100%}.k-drawer--left-enter{transform:translateX(-100%)}.k-drawer--left-enter-active{transform:translateX(0%)}.k-drawer--left-exit-active{transform:translateX(-100%)}.k-drawer--right{right:0;top:0;bottom:0;width:80%;height:100%}.k-drawer--right-enter{transform:translateX(100%)}.k-drawer--right-enter-active{transform:translateX(0%)}.k-drawer--right-exit-active{transform:translateX(100%)}.k-drawer--bottom{bottom:0;left:0;right:0;width:100%}.k-drawer--bottom-enter{transform:translateY(100%)}.k-drawer--bottom-enter-active{transform:translateY(0%)}.k-drawer--bottom-exit-active{transform:translateY(100%)}.k-drawer--top{top:0;left:0;right:0;width:100%}.k-drawer--top-enter{transform:translateY(-100%)}.k-drawer--top-enter-active{transform:translateY(0%)}.k-drawer--top-exit-active{transform:translateY(-100%)}.k-input{line-height:28px;height:auto}.k-input .k-cell-middle{align-items:initial;padding:10px 0px}.k-input .k-cell-middle__text{max-width:90px}.k-input .k-cell-middle__value{flex:1;display:flex;font-size:14px}.k-input .k-cell-middle__value textarea{resize:none;word-break:break-word;word-wrap:break-word}.k-input__wrap{position:relative;flex:1}.k-input__control{display:block;border:none;outline:none;margin:0;font-size:14px;width:100%;background:none}.k-input__control:not(:first-child){padding-left:26px}.k-input__control:not(:last-child){padding-right:26px}.k-input__prefix{position:absolute;top:50%;line-height:0;z-index:2;transform:translateY(-50%);left:4px}.k-input__suffix{position:absolute;top:50%;line-height:0;z-index:2;transform:translateY(-50%);right:4px}.k-input__extra{padding:0 0 0 5px}.k-inputnumber{display:inline-flex}.k-inputnumber__input{width:30px;text-align:center;margin:0 1px;border:1px solid #dddee1;outline:none;color:#495060}.k-inputnumber button{padding:4px}.k-inputnumber__minus{border-top-right-radius:0;border-bottom-right-radius:0}.k-inputnumber__plus{border-top-left-radius:0;border-bottom-left-radius:0}.k-inputnumber--disabled input{background:#f7f7f7;color:#c3cbd6}.k-row{display:flex;flex-flow:row wrap}.k-row::before,.k-row::after{display:flex}.k-row--start{justify-content:flex-start}.k-row--center{justify-content:center}.k-row--end{justify-content:flex-end}.k-row--space-between{justify-content:space-between}.k-row--space-around{justify-content:space-around}.k-row--top{align-items:flex-start}.k-row--middle{align-items:center}.k-row--bottom{align-items:flex-end}.k-col{display:block;position:relative}.k-col-1{width:4.16667%}.k-col-offset-1{margin-left:4.16667%}.k-col-2{width:8.33333%}.k-col-offset-2{margin-left:8.33333%}.k-col-3{width:12.5%}.k-col-offset-3{margin-left:12.5%}.k-col-4{width:16.66667%}.k-col-offset-4{margin-left:16.66667%}.k-col-5{width:20.83333%}.k-col-offset-5{margin-left:20.83333%}.k-col-6{width:25%}.k-col-offset-6{margin-left:25%}.k-col-7{width:29.16667%}.k-col-offset-7{margin-left:29.16667%}.k-col-8{width:33.33333%}.k-col-offset-8{margin-left:33.33333%}.k-col-9{width:37.5%}.k-col-offset-9{margin-left:37.5%}.k-col-10{width:41.66667%}.k-col-offset-10{margin-left:41.66667%}.k-col-11{width:45.83333%}.k-col-offset-11{margin-left:45.83333%}.k-col-12{width:50%}.k-col-offset-12{margin-left:50%}.k-col-13{width:54.16667%}.k-col-offset-13{margin-left:54.16667%}.k-col-14{width:58.33333%}.k-col-offset-14{margin-left:58.33333%}.k-col-15{width:62.5%}.k-col-offset-15{margin-left:62.5%}.k-col-16{width:66.66667%}.k-col-offset-16{margin-left:66.66667%}.k-col-17{width:70.83333%}.k-col-offset-17{margin-left:70.83333%}.k-col-18{width:75%}.k-col-offset-18{margin-left:75%}.k-col-19{width:79.16667%}.k-col-offset-19{margin-left:79.16667%}.k-col-20{width:83.33333%}.k-col-offset-20{margin-left:83.33333%}.k-col-21{width:87.5%}.k-col-offset-21{margin-left:87.5%}.k-col-22{width:91.66667%}.k-col-offset-22{margin-left:91.66667%}.k-col-23{width:95.83333%}.k-col-offset-23{margin-left:95.83333%}.k-col-24{width:100%}.k-col-offset-24{margin-left:100%}@media only screen and (max-width: 576px){.k-col-xs-1{width:4.16667%}.k-col-xs-2{width:8.33333%}.k-col-xs-3{width:12.5%}.k-col-xs-4{width:16.66667%}.k-col-xs-5{width:20.83333%}.k-col-xs-6{width:25%}.k-col-xs-7{width:29.16667%}.k-col-xs-8{width:33.33333%}.k-col-xs-9{width:37.5%}.k-col-xs-10{width:41.66667%}.k-col-xs-11{width:45.83333%}.k-col-xs-12{width:50%}.k-col-xs-13{width:54.16667%}.k-col-xs-14{width:58.33333%}.k-col-xs-15{width:62.5%}.k-col-xs-16{width:66.66667%}.k-col-xs-17{width:70.83333%}.k-col-xs-18{width:75%}.k-col-xs-19{width:79.16667%}.k-col-xs-20{width:83.33333%}.k-col-xs-21{width:87.5%}.k-col-xs-22{width:91.66667%}.k-col-xs-23{width:95.83333%}.k-col-xs-24{width:100%}}@media only screen and (min-width: 576px){.k-col-sm-1{width:4.16667%}.k-col-sm-2{width:8.33333%}.k-col-sm-3{width:12.5%}.k-col-sm-4{width:16.66667%}.k-col-sm-5{width:20.83333%}.k-col-sm-6{width:25%}.k-col-sm-7{width:29.16667%}.k-col-sm-8{width:33.33333%}.k-col-sm-9{width:37.5%}.k-col-sm-10{width:41.66667%}.k-col-sm-11{width:45.83333%}.k-col-sm-12{width:50%}.k-col-sm-13{width:54.16667%}.k-col-sm-14{width:58.33333%}.k-col-sm-15{width:62.5%}.k-col-sm-16{width:66.66667%}.k-col-sm-17{width:70.83333%}.k-col-sm-18{width:75%}.k-col-sm-19{width:79.16667%}.k-col-sm-20{width:83.33333%}.k-col-sm-21{width:87.5%}.k-col-sm-22{width:91.66667%}.k-col-sm-23{width:95.83333%}.k-col-sm-24{width:100%}}@media only screen and (min-width: 768px){.k-col-md-1{width:4.16667%}.k-col-md-2{width:8.33333%}.k-col-md-3{width:12.5%}.k-col-md-4{width:16.66667%}.k-col-md-5{width:20.83333%}.k-col-md-6{width:25%}.k-col-md-7{width:29.16667%}.k-col-md-8{width:33.33333%}.k-col-md-9{width:37.5%}.k-col-md-10{width:41.66667%}.k-col-md-11{width:45.83333%}.k-col-md-12{width:50%}.k-col-md-13{width:54.16667%}.k-col-md-14{width:58.33333%}.k-col-md-15{width:62.5%}.k-col-md-16{width:66.66667%}.k-col-md-17{width:70.83333%}.k-col-md-18{width:75%}.k-col-md-19{width:79.16667%}.k-col-md-20{width:83.33333%}.k-col-md-21{width:87.5%}.k-col-md-22{width:91.66667%}.k-col-md-23{width:95.83333%}.k-col-md-24{width:100%}}@media only screen and (min-width: 992px){.k-col-lg-1{width:4.16667%}.k-col-lg-2{width:8.33333%}.k-col-lg-3{width:12.5%}.k-col-lg-4{width:16.66667%}.k-col-lg-5{width:20.83333%}.k-col-lg-6{width:25%}.k-col-lg-7{width:29.16667%}.k-col-lg-8{width:33.33333%}.k-col-lg-9{width:37.5%}.k-col-lg-10{width:41.66667%}.k-col-lg-11{width:45.83333%}.k-col-lg-12{width:50%}.k-col-lg-13{width:54.16667%}.k-col-lg-14{width:58.33333%}.k-col-lg-15{width:62.5%}.k-col-lg-16{width:66.66667%}.k-col-lg-17{width:70.83333%}.k-col-lg-18{width:75%}.k-col-lg-19{width:79.16667%}.k-col-lg-20{width:83.33333%}.k-col-lg-21{width:87.5%}.k-col-lg-22{width:91.66667%}.k-col-lg-23{width:95.83333%}.k-col-lg-24{width:100%}}@media only screen and (min-width: 1200px){.k-col-xl-1{width:4.16667%}.k-col-xl-2{width:8.33333%}.k-col-xl-3{width:12.5%}.k-col-xl-4{width:16.66667%}.k-col-xl-5{width:20.83333%}.k-col-xl-6{width:25%}.k-col-xl-7{width:29.16667%}.k-col-xl-8{width:33.33333%}.k-col-xl-9{width:37.5%}.k-col-xl-10{width:41.66667%}.k-col-xl-11{width:45.83333%}.k-col-xl-12{width:50%}.k-col-xl-13{width:54.16667%}.k-col-xl-14{width:58.33333%}.k-col-xl-15{width:62.5%}.k-col-xl-16{width:66.66667%}.k-col-xl-17{width:70.83333%}.k-col-xl-18{width:75%}.k-col-xl-19{width:79.16667%}.k-col-xl-20{width:83.33333%}.k-col-xl-21{width:87.5%}.k-col-xl-22{width:91.66667%}.k-col-xl-23{width:95.83333%}.k-col-xl-24{width:100%}}@media only screen and (min-width: 1600px){.k-col-xxl-1{width:4.16667%}.k-col-xxl-2{width:8.33333%}.k-col-xxl-3{width:12.5%}.k-col-xxl-4{width:16.66667%}.k-col-xxl-5{width:20.83333%}.k-col-xxl-6{width:25%}.k-col-xxl-7{width:29.16667%}.k-col-xxl-8{width:33.33333%}.k-col-xxl-9{width:37.5%}.k-col-xxl-10{width:41.66667%}.k-col-xxl-11{width:45.83333%}.k-col-xxl-12{width:50%}.k-col-xxl-13{width:54.16667%}.k-col-xxl-14{width:58.33333%}.k-col-xxl-15{width:62.5%}.k-col-xxl-16{width:66.66667%}.k-col-xxl-17{width:70.83333%}.k-col-xxl-18{width:75%}.k-col-xxl-19{width:79.16667%}.k-col-xxl-20{width:83.33333%}.k-col-xxl-21{width:87.5%}.k-col-xxl-22{width:91.66667%}.k-col-xxl-23{width:95.83333%}.k-col-xxl-24{width:100%}}.k-loading{display:inline-block;position:relative;vertical-align:middle;color:#495060}.k-loading--primary{color:#2196f3}.k-loading--info{color:#03a9f4}.k-loading--success{color:#4caf50}.k-loading--warning{color:#ff9800}.k-loading--danger{color:#f44336}.k-loading--sm .k-loading__circle{width:24px;height:24px}.k-loading--lg .k-loading__circle{width:48px;height:48px}.k-loading--vertical{display:inline-flex;flex-direction:column;align-items:center}.k-loading--vertical .k-loading__tip{margin-top:10px;margin-left:0}.k-loading__circle{position:relative;display:inline-block;max-width:100%;max-height:100%;vertical-align:middle;width:32px;height:32px;animation:loading-rotate 2s linear infinite}.k-loading__circle svg{width:100%;height:100%;display:block}.k-loading__circle svg circle{stroke:currentColor;stroke-width:3;stroke-linecap:round;animation:loading-circular 1.5s ease-in-out infinite}.k-loading__tip{margin-left:10px;vertical-align:middle;display:inline-block}@keyframes loading-circular{0%{stroke-dasharray:1, 200;stroke-dashoffset:0}50%{stroke-dasharray:90, 150;stroke-dashoffset:-40}100%{stroke-dasharray:90, 150;stroke-dashoffset:-120}}@keyframes loading-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.k-loadmore{text-align:center;width:65%;margin:21px auto;position:relative}.k-loadmore__icon{margin-right:5px}.k-loadmore__tip{overflow:hidden;display:inline-block;position:relative;padding:0 4px;background:#FAFAFA;z-index:10;vertical-align:middle}.k-loadmore--line:after{content:' ';height:1px;border:none;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;z-index:8;background:#dddee1}.k-loadmore--dot .k-loadmore__tip:after{content:' ';width:4px;height:4px;border-radius:50%;background:#dddee1;position:relative;display:inline-block;top:-4px}.k-loadmore--full{width:100%}.k-mask{position:fixed;z-index:800;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5)}.k-message{position:fixed;right:0px;left:0px;line-height:1.5;text-align:center;z-index:1010;padding:6px 15px;top:0}.k-message--primary{background:#2196f3;color:#fff}.k-message--info{background:#03a9f4;color:#fff}.k-message--success{background:#4caf50;color:#fff}.k-message--warning{background:#ff9800;color:#fff}.k-message--danger{background:#f44336;color:#fff}.message-enter,.message-exit-active{top:-33px}.message-enter-active{top:0}.message-enter-active,.message-exit-active{transition:top .3s ease}.k-modal{position:fixed;z-index:1000;top:50%;left:50%;transform:translate(-50%, -50%);background:#fff;width:85%;border-radius:4px;overflow:hidden;border:1px solid #dddee1;transition:all .3s ease}.k-modal__header{font-weight:500;text-align:center;padding:25px 0 0 0;font-size:16px;color:#1c2438;border-top-left-radius:4px;border-top-right-radius:4px}.k-modal__body{padding:12px 20px 20px 20px;color:#80848f;text-align:center}.k-modal__body--notitle{padding:20px}.k-modal__footer button{flex:1;border-radius:0;border-bottom:none;height:50px;font-size:16px}.k-modal__footer button:first-child{border-left:none}.k-modal__footer button:last-child{border-right:none}.k-modal__ok{color:#2196f3}.k-modal__btns{display:flex}.modal-enter{opacity:0;transform:translate(-50%, -50%) scale(0.7)}.modal-enter-active{opacity:1;transform:translate(-50%, -50%) scale(1.1)}.modal-exit-active{transform:translate(-50%, -50%) scale(0.9);opacity:0}.k-navbar{display:flex;height:48px;position:relative}.k-navbar__left{flex:1;display:flex;align-items:center;padding-left:16px}.k-navbar__middle{flex:2;font-size:16px;display:flex;justify-content:center;align-items:center}.k-navbar__right{flex:1;display:flex;align-items:center;padding-right:16px;justify-content:flex-end}.k-navbar--light{background:#fff}.k-navbar--light .k-navbar__middle{color:#1c2438}.k-navbar--dark{background:#2196f3;color:#fff}.k-noticebar{height:36px;display:flex;background:#fefcec;color:#ed6a0c;line-height:36px;overflow:hidden}.k-noticebar__icon{padding-left:16px;display:flex;align-items:center}.k-noticebar__wrap{overflow:hidden;position:relative;white-space:nowrap;flex:1;margin:0 5px}.k-noticebar__content{display:inline-block;position:relative}.k-noticebar__content--play{animation:marquee linear both}.k-noticebar__content--loop{animation:marquee linear infinite both}.k-noticebar__operation{display:flex;align-items:center;padding-right:16px}@keyframes marquee{to{transform:translate3d(-100%, 0, 0)}}.k-pagination{display:flex;align-items:center}.k-pagination__middle{flex:1;text-align:center;font-size:16px}.k-pagination__current{color:#2196f3}.k-pagination__dot{width:8px;height:8px;border-radius:50%;display:inline-block;background:#ccc;margin:0 2px}.k-pagination__dot--current{background:#888}.k-pullrefresh-pulldown-wrapper{position:absolute;width:100%;text-align:center;top:-50px;left:0;height:50px;display:flex;align-items:center}.k-pullrefresh-pulldown-wrapper>span{flex:1}.k-pullrefresh-pullup-wrapper{height:50px;display:flex;align-items:center;text-align:center}.k-pullrefresh-pullup-wrapper>span{flex:1}.k-picker{display:flex;flex-direction:column}.k-picker__header{display:flex;padding:0 15px;height:44px;border-bottom:1px solid #dddee1;font-size:14px;align-items:center}.k-picker__cancel{color:#2196f3}.k-picker__title{flex:1;text-align:center}.k-picker__ok{color:#2196f3}.k-picker__wrapper{display:flex;flex:1;height:220px;position:relative}.k-picker__wrapper::before,.k-picker__wrapper::after{content:' ';position:absolute;transform:translateZ(0);width:100%;height:88px;pointer-events:none;background:rgba(255,255,255,0.4);z-index:10}.k-picker__wrapper::before{top:0;border-bottom:1px solid #dddee1}.k-picker__wrapper::after{bottom:0;border-top:1px solid #dddee1}.k-picker-select{padding:0;margin:0;list-style:none;margin-top:88px}.k-picker-select__wheel{flex:1}.k-picker-select__option{height:44px;line-height:44px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.k-picker-select__option--disabled{color:#c3cbd6}.k-progress{display:inline-block;position:relative;margin-bottom:10px}.k-progress--textInside .k-progress__bar{margin:0;padding:0;width:100% !important}.k-progress--line{width:100%}.k-progress--circle{margin-right:10px}.k-progress__bar{vertical-align:middle;display:inline-block;width:calc(100% - 44px)}.k-progress__bar--hideText{margin:0;padding:0;width:100%}.k-progress__outer{position:relative;overflow:hidden;vertical-align:middle;background:#e4e8f1;border-radius:100px}.k-progress__inner{left:0;top:0;height:100%;text-align:right;line-height:1;background:#2196f3;border-radius:100px;transition:width 0.6s ease;color:#fff;line-height:1.5}.k-progress__inner--indeterminate1,.k-progress__inner--indeterminate2{width:auto;transition:transform 0.2s linear;transform-origin:left;will-change:left, right;position:absolute}.k-progress__inner--indeterminate1{animation:indeterminate1 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite}.k-progress__inner--indeterminate2{animation:indeterminate2 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;animation-delay:1.15s}.k-progress__innerText{margin:0 5px}.k-progress__text{vertical-align:middle;display:inline-block;margin-left:8px}.k-progress__circle{position:relative}.k-progress__circle .k-progress__text{text-align:center;position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;line-height:1.5;margin:0}.k-progress__track{stroke:#e5e9f2}.k-progress__path{stroke:#2196f3}.k-progress__path--success{stroke:#4caf50}.k-progress__path--danger{stroke:#f44336}.k-progress--primary .k-progress__inner{background:#2196f3}.k-progress--primary .k-progress__path{stroke:#2196f3}.k-progress--info .k-progress__inner{background:#03a9f4}.k-progress--info .k-progress__path{stroke:#03a9f4}.k-progress--success .k-progress__inner{background:#4caf50}.k-progress--success .k-progress__path{stroke:#4caf50}.k-progress--warning .k-progress__inner{background:#ff9800}.k-progress--warning .k-progress__path{stroke:#ff9800}.k-progress--danger .k-progress__inner{background:#f44336}.k-progress--danger .k-progress__path{stroke:#f44336}@keyframes indeterminate1{0%{left:-35%;right:100%}60%{left:100%;right:-90%}100%{left:100%;right:-90%}}@keyframes indeterminate2{0%{left:-200%;right:100%}60%{left:107%;right:-8%}100%{left:107%;right:-8}}.k-radio{display:flex;align-items:center}.k-radio--checked .k-radio__icon--circle{background:#2196f3;color:#fff;border-color:#2196f3}.k-radio--disabled .k-radio__icon--circle{background:none;color:#c3cbd6;border-color:#d7dde4}.k-radio--disabled .k-radio__label{color:#c3cbd6}.k-radio__icon{font-size:14px;color:#2196f3;position:relative;width:20px;height:20px}.k-radio__icon--circle{border:1px solid #dddee1;border-radius:50%}.k-radio__icon .k-icon{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);margin:0}.k-radio__label{margin-left:10px}.k-radio-group .k-radio{margin-bottom:10px}.k-rate{margin:0;padding:0;list-style:none;font-size:20px;color:#e8e8e8;display:inline-block;touch-action:none}.k-rate--disabled .k-rate-star{cursor:not-allowed}.k-rate--disabled .k-rate-star--full{color:#c3cbd6}.k-rate--disabled .k-rate-star-half .k-rate-star__first{color:#c3cbd6}.k-rate-star{margin-right:0;display:inline-block;position:relative;transition:all 0.3s;cursor:pointer}.k-rate-star--half .k-rate-star__first{color:#fadb14;opacity:1}.k-rate-star--full{color:#fadb14}.k-rate-star__first{position:absolute;left:0;top:0;width:50%;height:100%;overflow:hidden;opacity:0;user-select:none}.k-scroller{overflow:hidden;position:relative}.k-searchbar{background:#EFEFF4}.k-searchbar .k-input__control{background:#fff;border-radius:4px}.k-slider{width:100%;position:relative;height:12px;padding:4px 0;touch-action:none}.k-slider__rail{position:absolute;width:100%;background:#f5f5f5;height:4px;border-radius:2px;transition:all .3s ease}.k-slider__track{position:absolute;height:4px}.k-slider--vertical{width:12px;height:100%;padding:4px 0;margin:6px 10px}.k-slider--vertical .k-slider__rail{width:4px;height:100%}.k-slider--vertical .k-slider__track{width:4px;height:100%}.k-slider--vertical .k-slider-handle{margin-left:-8px;margin-bottom:-12px}.k-slider--disabled{opacity:.5}.k-slider--primary .k-slider-handle{border-color:#2196f3}.k-slider--primary .k-slider__track{background:#2196f3}.k-slider--info .k-slider-handle{border-color:#03a9f4}.k-slider--info .k-slider__track{background:#03a9f4}.k-slider--success .k-slider-handle{border-color:#4caf50}.k-slider--success .k-slider__track{background:#4caf50}.k-slider--warning .k-slider-handle{border-color:#ff9800}.k-slider--warning .k-slider__track{background:#ff9800}.k-slider--danger .k-slider-handle{border-color:#f44336}.k-slider--danger .k-slider__track{background:#f44336}.k-slider-handle{position:absolute;width:20px;height:20px;margin-left:-12px;margin-top:-8px;border:2px solid #2196f3;background:white;border-radius:50%}.k-steps--horizontal{display:flex}.k-steps--horizontal .k-steps__step{margin-right:16px}.k-steps--horizontal .k-steps__step:last-child .k-steps__title::after{content:none}.k-steps--horizontal .k-steps__step:last-child .k-steps__icon::after{content:none}.k-steps--horizontal .k-steps__step--nextError .k-steps__tail::after{background:#f44336 !important}.k-steps--horizontal .k-steps__title::after{content:'';height:1px;width:9999px;background:#e8e8e8;display:block;position:absolute;top:11px;left:100%}.k-steps--vertical .k-steps__step{display:block;white-space:normal}.k-steps--vertical .k-steps__step:last-child .k-steps__tail{display:none}.k-steps--vertical .k-steps__step .k-steps__tail{top:16px;bottom:16px;position:absolute;left:11px}.k-steps--vertical .k-steps__step .k-steps__tail::after{content:'';height:1px;width:9999px;background:#e8e8e8;display:block;position:absolute;top:11px;left:100%}.k-steps--vertical .k-steps__step .k-steps__tail::after{left:auto;width:1px;height:100%}.k-steps--vertical .k-steps__step .k-steps__icon{margin-right:16px;float:left}.k-steps--vertical .k-steps__step .k-steps__content{overflow:hidden;display:block}.k-steps--vertical .k-steps__step .k-steps__description{padding-bottom:16px;max-width:none}.k-steps--vertical .k-steps__step--nextError .k-steps__tail::after{background:#f44336 !important}.k-steps--center .k-steps__step{white-space:normal;margin-right:0;overflow:visible;text-align:center}.k-steps--center .k-steps__step:last-child .k-steps__tail{display:none}.k-steps--center .k-steps__tail::after{content:'';height:1px;width:9999px;background:#e8e8e8;display:block;position:absolute;top:11px;left:100%}.k-steps--center .k-steps__tail::after{left:calc(50% + 24px);width:calc(100% - 48px)}.k-steps--center .k-steps__icon{text-align:center;margin:0}.k-steps--center .k-steps__content{display:block;text-align:center}.k-steps--center .k-steps__title{padding-right:0}.k-steps--center .k-steps__title:after{content:none}.k-steps--center .k-steps__description{max-width:none;text-align:center}.k-steps__step{flex:1;position:relative;overflow:hidden;white-space:nowrap;display:inline-block}.k-steps__step--finish .k-steps__tail::after{background:#2196f3 !important}.k-steps__step--finish .k-steps__icon{border-color:#2196f3;color:#2196f3}.k-steps__step--finish .k-steps__title{color:#666}.k-steps__step--finish .k-steps__title:after{background:#2196f3}.k-steps__step--process .k-steps__icon{border-color:#2196f3;color:#fff;background:#2196f3}.k-steps__step--process .k-steps__icon--customize{color:#2196f3}.k-steps__step--process .k-steps__title{color:#666}.k-steps__step--process .k-steps__description{color:#666}.k-steps__step--error .k-steps__icon{border-color:#f44336;color:#f44336}.k-steps__step--error .k-steps__icon--customize{color:#f44336}.k-steps__step--error .k-steps__title{color:#f44336}.k-steps__step--error .k-steps__description{color:#f44336}.k-steps__tail{position:relative}.k-steps__content{display:inline-block;vertical-align:top;line-height:1.5}.k-steps__title{line-height:24px;padding-right:16px;position:relative;display:inline-block;color:#999}.k-steps__description{max-width:100px;color:#999;font-size:12px}.k-steps__icon{display:inline-block;vertical-align:top;width:24px;height:24px;line-height:24px;text-align:center;border-radius:50%;border:1px solid #ccc;color:#ccc;margin-right:8px;position:relative}.k-steps__icon .k-icon{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);margin:0;padding:0}.k-steps__icon--customize{background:none !important;border:0 !important;font-size:24px}.k-switch{display:inline-block;vertical-align:middle;position:relative;min-width:56px;height:32px;line-height:30px;border-radius:100px;border:1px solid transparent;background:#ccc;transition:all 0.3s ease;cursor:pointer}.k-switch--checked{background:#2196f3}.k-switch--checked .k-switch__inner{margin-left:6px;margin-right:34px}.k-switch--checked .k-switch__inner .k-switch__dot{left:100%;margin-left:-29px}.k-switch--checked:before{left:100%;margin-left:-29px}.k-switch--disabled{cursor:not-allowed;opacity:0.4;pointer-events:none}.k-switch--loading{cursor:not-allowed;opacity:0.4;pointer-events:none}.k-switch__inner{color:#fff;display:block;margin-left:34px;margin-right:6px;text-align:center}.k-switch__inner .k-icon{margin:0}.k-switch__dot{position:absolute;width:28px;height:28px;border-radius:50%;left:1px;top:1px;background:#fff;transition:all 0.3s ease}.k-switch__dot .k-icon{position:absolute;top:50%;left:50%;margin:0;margin-left:-11px;margin-top:-11px;color:#2196f3;font-size:22px}.k-swipe{width:100%;height:100%;overflow:hidden;position:relative}.k-swipe__wrapper{width:100%;height:100%;overflow:hidden}.k-swipe__item{width:100%;display:inline-flex;overflow:hidden;justify-content:center;align-items:center}.k-swipe__dots{text-align:center;position:absolute;bottom:0;height:20px;width:100%;display:flex;justify-content:center;align-items:center}.k-swipe__dot{width:6px;height:6px;border-radius:50%;display:inline-block;background:#fff;opacity:.5;margin:0 2px}.k-swipe__dot--active{opacity:1}.k-swipe--vertical .k-swipe__dots{height:100%;width:20px;bottom:auto;right:0;top:0;flex-direction:column}.k-swipe--vertical .k-swipe__dot{display:block;margin:2px 0}.k-swipecell{position:relative;transition:all .3s ease;touch-action:none}.k-swipecell__left,.k-swipecell__right{position:absolute;height:100%;top:0;display:flex;overflow:hidden;flex-wrap:nowrap;transform:translate(-100%, 0);justify-content:center;align-items:center}.k-swipecell__right{right:0;transform:translate(100%, 0)}.k-swipecell-button{background:#ddd;height:100%;justify-content:center;display:flex;align-items:center;padding:0 15px;color:#fff}.k-swipecell-button--primary{background:#2196f3}.k-swipecell-button--info{background:#03a9f4}.k-swipecell-button--success{background:#4caf50}.k-swipecell-button--warning{background:#ff9800}.k-swipecell-button--danger{background:#f44336}.k-tabbar{display:flex;height:50px;background:#fff}.k-tabbar-item{flex:1;justify-content:center;align-items:center;display:flex;flex-direction:column}.k-tabbar-item__icon{margin-bottom:3px}.k-tabbar-item__icon .k-badge__text{top:4px}.k-tabbar-item__icon .k-icon{font-size:17px}.k-tabbar-item__text{font-size:12px}.k-tabs{overflow:hidden;display:flex;flex-direction:column;background:#fff}.k-tabs__content{display:flex;width:100%;flex:1;flex-direction:row;transition:all 0.3s}.k-tabs__panel{width:100%;flex-shrink:0;opacity:0;transition:all 0.3s;padding:16px;height:0}.k-tabs__panel--active{opacity:1;height:auto}.k-tabs--vertical{flex-direction:row}.k-tabs--vertical .k-tabs-nav{border-right:1px solid #dddee1;border-bottom:none;height:100%;width:20%}.k-tabs--vertical .k-tabs-nav__container{height:100%}.k-tabs--vertical .k-tabs-nav__scroller{width:auto;height:100%}.k-tabs--vertical .k-tabs-nav__list{flex-direction:column}.k-tabs--vertical .k-tabs-nav__item{display:block}.k-tabs--vertical .k-tabs-nav__ink{bottom:auto;height:auto;width:2px;right:0px}.k-tabs--vertical .k-tabs__content{flex-direction:column}.k-tabs--vertical .k-tabs__panel{display:none}.k-tabs--vertical .k-tabs__panel--active{display:block;height:100%}.k-tabs--vertical.k-tabs--card .k-tabs-nav{border-right:none}.k-tabs--right{flex-direction:row-reverse}.k-tabs--right .k-tabs-nav{border-right:none;border-left:1px solid #dddee1;height:100%;width:20%}.k-tabs--right .k-tabs-nav__ink{right:auto;left:0px}.k-tabs--right.k-tabs--card .k-tabs-nav{border-left:none}.k-tabs--bottom{flex-direction:column-reverse}.k-tabs--bottom .k-tabs-nav{border-top:1px solid #dddee1;border-bottom:none}.k-tabs--bottom .k-tabs-nav__ink{bottom:auto;top:0px}.k-tabs--card .k-tabs-nav{border:none}.k-tabs--card .k-tabs-nav__item{background:#f5f7fa}.k-tabs--card .k-tabs-nav__item--active{background:#fff;border-bottom-color:#fff}.k-tabs-nav{border-bottom:1px solid #dddee1;height:48px}.k-tabs-nav__container{overflow:hidden;position:relative;white-space:nowrap;height:48px}.k-tabs-nav__scroller{overflow:hidden}.k-tabs-nav__list{margin:0;padding:0;list-style:none;position:relative;transition:all 0.3s ease;display:flex;touch-action:none}.k-tabs-nav__item{display:inline-block;padding:0 16px;height:48px;line-height:48px;text-align:center;cursor:pointer;position:relative;flex:1}.k-tabs-nav__item--active{color:#2196f3}.k-tabs-nav__item--disabled{color:#c3cbd6}.k-tabs-nav__ink{position:absolute;bottom:0px;height:2px;background:#2196f3;z-index:2;transition:all 0.3s}.k-tag{display:inline-block;padding:4px 6px;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:4px;cursor:pointer;margin:0 8px 8px 0;background:#f3f3f3;border:1px solid #e3e8ee;color:#657180}.k-tag .k-icon{color:#657180}.k-tag--primary{background:#2196f3;border-color:#2196f3;color:#fff}.k-tag--primary .k-icon{color:#fff}.k-tag--primary.k-tag--line{color:#2196f3}.k-tag--primary.k-tag--line .k-icon{color:#2196f3}.k-tag--info{background:#03a9f4;border-color:#03a9f4;color:#fff}.k-tag--info .k-icon{color:#fff}.k-tag--info.k-tag--line{color:#03a9f4}.k-tag--info.k-tag--line .k-icon{color:#03a9f4}.k-tag--success{background:#4caf50;border-color:#4caf50;color:#fff}.k-tag--success .k-icon{color:#fff}.k-tag--success.k-tag--line{color:#4caf50}.k-tag--success.k-tag--line .k-icon{color:#4caf50}.k-tag--warning{background:#ff9800;border-color:#ff9800;color:#fff}.k-tag--warning .k-icon{color:#fff}.k-tag--warning.k-tag--line{color:#ff9800}.k-tag--warning.k-tag--line .k-icon{color:#ff9800}.k-tag--danger{background:#f44336;border-color:#f44336;color:#fff}.k-tag--danger .k-icon{color:#fff}.k-tag--danger.k-tag--line{color:#f44336}.k-tag--danger.k-tag--line .k-icon{color:#f44336}.k-tag--line{background:transparent}.k-timeline{list-style:none;margin:0;padding:0}.k-timeline__item{list-style:none;margin:0;position:relative;padding:0 0 12px}.k-timeline__item:last-child .k-timeline__tail{display:none}.k-timeline__tail{position:absolute;top:0;height:100%;left:6px;border:1px solid #E5E5E5}.k-timeline__head{position:absolute;width:14px;height:14px;background-color:#fff;border-radius:50%;border:2px solid transparent;margin-top:1px}.k-timeline__head--primary{border-color:#2196f3}.k-timeline__head--info{border-color:#03a9f4}.k-timeline__head--success{border-color:#4caf50}.k-timeline__head--warning{border-color:#ff9800}.k-timeline__head--danger{border-color:#f44336}.k-timeline__head--dot{text-align:center;width:40px;left:-13px;line-height:1;margin-top:7px;border:0;height:auto;border-radius:0;padding:3px 0;transform:translateY(-50%);background:transparent}.k-timeline__content{position:relative;padding:0 0 10px 24px;top:0px}.k-toast{position:fixed;left:50%;top:50%;transform:translate(-50%, -50%);background:rgba(0,0,0,0.7);z-index:1010;color:#fff;padding:15px;border-radius:4px;text-align:center;width:100px;height:100px;line-height:1.5}.k-toast__icon{font-size:36px}.k-toast--info{text-align:left;width:auto;height:auto;padding:8px 12px}.k-toast-mask{position:fixed;left:0;top:0;bottom:0;right:0;z-index:800}body{font-family:"Helvetica Neue","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-size:14px;color:#495060}
