
.el-icon-loading {
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.el-icon--right {
    margin-left: 5px;
}

.el-icon--left {
    margin-right: 5px;
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700;
}

.el-pagination:after,.el-pagination:before {
    display: table;
    content: "";
}

.el-pagination:after {
    clear: both;
}

.el-pagination button,.el-pagination span:not([class*=suffix]) {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.el-pagination .el-input__inner {
    text-align: center;
    -moz-appearance: textfield;
    line-height: normal;
}

.el-pagination .el-input__suffix {
    right: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.el-pagination .el-select .el-input {
    width: 100px;
    margin: 0 5px;
}

.el-pagination .el-select .el-input .el-input__inner {
    padding-right: 25px;
    border-radius: 3px;
}

.el-pagination button {
    border: none;
    padding: 0 6px;
    background: 0 0;
}

.el-pagination button:focus {
    outline: 0;
}

.el-pagination button:hover {
    color: #409eff;
}

.el-pagination button:disabled {
    color: #c0c4cc;
    background-color: #fff;
    cursor: not-allowed;
}

.el-pagination .btn-next,.el-pagination .btn-prev {
    background: 50% no-repeat #fff;
    background-size: 16px;
    cursor: pointer;
    margin: 0;
    color: #303133;
}

.el-pagination .btn-next .el-icon,.el-pagination .btn-prev .el-icon {
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.el-pagination .btn-prev {
    padding-right: 12px;
}

.el-pagination .btn-next {
    padding-left: 12px;
}

.el-pagination .el-pager li.disabled {
    color: #c0c4cc;
    cursor: not-allowed;
}

.el-pager li,.el-pager li.btn-quicknext:hover,.el-pager li.btn-quickprev:hover {
    cursor: pointer;
}

.el-pagination--small .btn-next,.el-pagination--small .btn-prev,.el-pagination--small .el-pager li,.el-pagination--small .el-pager li.btn-quicknext,.el-pagination--small .el-pager li.btn-quickprev,.el-pagination--small .el-pager li:last-child {
    border-color: transparent;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    min-width: 22px;
}

.el-pagination--small .arrow.disabled {
    visibility: hidden;
}

.el-pagination--small .more:before,.el-pagination--small li.more:before {
    line-height: 24px;
}

.el-pagination--small button,.el-pagination--small span:not([class*=suffix]) {
    height: 22px;
    line-height: 22px;
}

.el-pagination--small .el-pagination__editor,.el-pagination--small .el-pagination__editor.el-input .el-input__inner {
    height: 22px;
}

.el-pagination__sizes {
    margin: 0 10px 0 0;
    font-weight: 400;
    color: #606266;
}

.el-pagination__sizes .el-input .el-input__inner {
    font-size: 13px;
    padding-left: 8px;
}

.el-pagination__sizes .el-input .el-input__inner:hover {
    border-color: #409eff;
}

.el-pagination__total {
    margin-right: 10px;
    font-weight: 400;
    color: #606266;
}

.el-pagination__jump {
    margin-left: 24px;
    font-weight: 400;
    color: #606266;
}

.el-pagination__jump .el-input__inner {
    padding: 0 3px;
}

.el-pagination__rightwrapper {
    float: right;
}

.el-pagination__editor {
    line-height: 18px;
    padding: 0 2px;
    height: 28px;
    text-align: center;
    margin: 0 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}

.el-pager,.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev {
    padding: 0;
}

.el-dialog,.el-pager li {
    -webkit-box-sizing: border-box;
}

.el-pagination__editor.el-input {
    width: 50px;
}

.el-pagination__editor.el-input .el-input__inner {
    height: 28px;
}

.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,.el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li {
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
}

.el-pagination.is-background .btn-next.disabled,.el-pagination.is-background .btn-next:disabled,.el-pagination.is-background .btn-prev.disabled,.el-pagination.is-background .btn-prev:disabled,.el-pagination.is-background .el-pager li.disabled {
    color: #c0c4cc;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #409eff;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #409eff;
    color: #fff;
}

.el-pagination.is-background.el-pagination--small .btn-next,.el-pagination.is-background.el-pagination--small .btn-prev,.el-pagination.is-background.el-pagination--small .el-pager li {
    margin: 0 3px;
    min-width: 22px;
}

.el-pager,.el-pager li {
    vertical-align: top;
    margin: 0;
    display: inline-block;
}

.el-pager {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    list-style: none;
    font-size: 0;
}

.el-pager .more:before {
    line-height: 30px;
}

.el-pager li {
    padding: 0 4px;
    background: #fff;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    text-align: center;
}

.el-pager li.btn-quicknext,.el-pager li.btn-quickprev {
    line-height: 28px;
    color: #303133;
}

.el-pager li.btn-quicknext.disabled,.el-pager li.btn-quickprev.disabled {
    color: #c0c4cc;
}

.el-pager li.active+li {
    border-left: 0;
}

.el-pager li:hover {
    color: #409eff;
}

.el-pager li.active {
    color: #409eff;
    cursor: default;
}

@-webkit-keyframes v-modal-in {
    0% {
        opacity: 0;
    }
}

@-webkit-keyframes v-modal-out {
    to {
        opacity: 0;
    }
}

.el-dialog {
    position: relative;
    margin: 0 auto 50px;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-sizing: border-box;
    width: 50%;
}

.el-dialog.is-fullscreen {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    overflow: auto;
}

.el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
}

.el-dialog__header {
    padding: 20px 20px 10px;
}

.el-dialog__headerbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
}

.el-dialog__headerbtn .el-dialog__close {
    color: #909399;
}

.el-dialog__headerbtn:focus .el-dialog__close,.el-dialog__headerbtn:hover .el-dialog__close {
    color: #409eff;
}

.el-dialog__title {
    line-height: 24px;
    font-size: 18px;
    color: #303133;
}

.el-dialog__body {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.el-dialog__footer {
    padding: 10px 20px 20px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.el-dialog--center {
    text-align: center;
}

.el-dialog--center .el-dialog__body {
    text-align: initial;
    padding: 25px 25px 30px;
}

.el-dialog--center .el-dialog__footer {
    text-align: inherit;
}

.dialog-fade-enter-active {
    -webkit-animation: dialog-fade-in .3s;
    animation: dialog-fade-in .3s;
}

.dialog-fade-leave-active {
    -webkit-animation: dialog-fade-out .3s;
    animation: dialog-fade-out .3s;
}

@-webkit-keyframes dialog-fade-in {
    0% {
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes dialog-fade-in {
    0% {
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@-webkit-keyframes dialog-fade-out {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        opacity: 0;
    }
}

@keyframes dialog-fade-out {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
        opacity: 0;
    }
}

.el-autocomplete {
    position: relative;
    display: inline-block;
}

.el-autocomplete-suggestion {
    margin: 5px 0;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    border-radius: 4px;
    border: 1px solid #e4e7ed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.el-autocomplete-suggestion__wrap {
    max-height: 280px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.el-autocomplete-suggestion__list {
    margin: 0;
    padding: 0;
}

.el-autocomplete-suggestion li {
    padding: 0 20px;
    margin: 0;
    line-height: 34px;
    cursor: pointer;
    color: #606266;
    font-size: 14px;
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.el-autocomplete-suggestion li.highlighted,.el-autocomplete-suggestion li:hover {
    background-color: #f5f7fa;
}

.el-autocomplete-suggestion li.divider {
    margin-top: 6px;
    border-top: 1px solid #000;
}

.el-autocomplete-suggestion li.divider:last-child {
    margin-bottom: -6px;
}

.el-autocomplete-suggestion.is-loading li {
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    color: #999;
}

.el-autocomplete-suggestion.is-loading li:after {
    display: inline-block;
    content: "";
    height: 100%;
    vertical-align: middle;
}

.el-autocomplete-suggestion.is-loading li:hover {
    background-color: #fff;
}

.el-autocomplete-suggestion.is-loading .el-icon-loading {
    vertical-align: middle;
}

.el-dropdown {
    display: inline-block;
    position: relative;
    color: #606266;
    font-size: 14px;
}

.el-dropdown .el-button-group {
    display: block;
}

.el-dropdown .el-button-group .el-button {
    float: none;
}

.el-dropdown .el-dropdown__caret-button {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    border-left: none;
}

.el-dropdown .el-dropdown__caret-button:before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    top: 5px;
    bottom: 5px;
    left: 0;
    background: hsla(0,0%,100%,.5);
}

.el-dropdown .el-dropdown__caret-button.el-button--default:before {
    background: rgba(220,223,230,.5);
}

.el-dropdown .el-dropdown__caret-button:hover:not(.is-disabled):before {
    top: 0;
    bottom: 0;
}

.el-dropdown .el-dropdown__caret-button .el-dropdown__icon {
    padding-left: 0;
}

.el-dropdown__icon {
    font-size: 12px;
    margin: 0 3px;
}

.el-dropdown .el-dropdown-selfdefine:focus:active,.el-dropdown .el-dropdown-selfdefine:focus:not(.focusing) {
    outline-width: 0;
}

.el-dropdown [disabled] {
    cursor: not-allowed;
    color: #bbb;
}

.el-dropdown-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 10px 0;
    margin: 5px 0;
    background-color: #fff;
    border: 1px solid #ebeef5;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.el-dropdown-menu__item,.el-menu-item {
    font-size: 14px;
    padding: 0 20px;
    cursor: pointer;
}

.el-dropdown-menu__item {
    list-style: none;
    line-height: 36px;
    margin: 0;
    color: #606266;
    outline: 0;
}

.el-dropdown-menu__item:focus,.el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #ecf5ff;
    color: #66b1ff;
}

.el-dropdown-menu__item i {
    margin-right: 5px;
}

.el-dropdown-menu__item--divided {
    position: relative;
    margin-top: 6px;
    border-top: 1px solid #ebeef5;
}

.el-dropdown-menu__item--divided:before {
    content: "";
    height: 6px;
    display: block;
    margin: 0 -20px;
    background-color: #fff;
}

.el-dropdown-menu__item.is-disabled {
    cursor: default;
    color: #bbb;
    pointer-events: none;
}

.el-dropdown-menu--medium {
    padding: 6px 0;
}

.el-dropdown-menu--medium .el-dropdown-menu__item {
    line-height: 30px;
    padding: 0 17px;
    font-size: 14px;
}

.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided {
    margin-top: 6px;
}

.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
    height: 6px;
    margin: 0 -17px;
}

.el-dropdown-menu--small {
    padding: 6px 0;
}

.el-dropdown-menu--small .el-dropdown-menu__item {
    line-height: 27px;
    padding: 0 15px;
    font-size: 13px;
}

.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided {
    margin-top: 4px;
}

.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
    height: 4px;
    margin: 0 -15px;
}

.el-dropdown-menu--mini {
    padding: 3px 0;
}

.el-dropdown-menu--mini .el-dropdown-menu__item {
    line-height: 24px;
    padding: 0 10px;
    font-size: 12px;
}

.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided {
    margin-top: 3px;
}

.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
    height: 3px;
    margin: 0 -10px;
}

.el-menu {
    border-right: 1px solid #e6e6e6;
    list-style: none;
    position: relative;
    margin: 0;
    padding-left: 0; z-index: 9998;
}

.el-menu,.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover,.el-menu--horizontal>.el-submenu .el-submenu__title:hover {
    background-color: #fff;
}

.el-menu:after,.el-menu:before {
    display: table;
    content: "";
}

.el-breadcrumb__item:last-child .el-breadcrumb__separator,.el-menu--collapse>.el-menu-item .el-submenu__icon-arrow,.el-menu--collapse>.el-submenu>.el-submenu__title .el-submenu__icon-arrow {
    display: none;
}

.el-menu:after {
    clear: both;
}

.el-menu.el-menu--horizontal {
    border-bottom: 1px solid #e6e6e6;
}

.el-menu--horizontal {
    border-right: none;
}

.el-menu--horizontal>.el-menu-item {
    float: left;
    height: 60px;
    line-height: 60px;
    margin: 0;
    border-bottom: 2px solid transparent;
    color: #909399;
}

.el-menu--horizontal>.el-menu-item a,.el-menu--horizontal>.el-menu-item a:hover {
    color: inherit;
}

.el-menu--horizontal>.el-submenu {
    float: left;
}

.el-menu--horizontal>.el-submenu:focus,.el-menu--horizontal>.el-submenu:hover {
    outline: 0;
}

.el-menu--horizontal>.el-submenu:focus .el-submenu__title,.el-menu--horizontal>.el-submenu:hover .el-submenu__title {
    color: #303133;
}

.el-menu--horizontal>.el-submenu.is-active .el-submenu__title {
    border-bottom: 2px solid #409eff;
    color: #303133;
}

.el-menu--horizontal>.el-submenu .el-submenu__title {
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid transparent;
    color: #909399;
}

.el-menu--horizontal>.el-submenu .el-submenu__icon-arrow {
    position: static;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -3px;
}

.el-menu--collapse .el-submenu,.el-menu-item {
    position: relative;
}

.el-menu--horizontal .el-menu .el-menu-item,.el-menu--horizontal .el-menu .el-submenu__title {
    background-color: #fff;
    float: none;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    color: #909399;
}

.el-menu--horizontal .el-menu .el-menu-item.is-active,.el-menu--horizontal .el-menu .el-submenu.is-active>.el-submenu__title {
    color: #303133;
}

.el-menu--horizontal .el-menu-item:not(.is-disabled):focus,.el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
    outline: 0;
    color: #303133;
}

.el-menu--horizontal>.el-menu-item.is-active {
    border-bottom: 2px solid #409eff;
    color: #303133;
}

.el-menu--collapse {
    width: 64px;
}

.el-menu--collapse>.el-menu-item [class^=el-icon-],.el-menu--collapse>.el-submenu>.el-submenu__title [class^=el-icon-] {
    margin: 0;
    vertical-align: middle;
    width: 24px;
    text-align: center;
}

.el-menu--collapse>.el-menu-item span,.el-menu--collapse>.el-submenu>.el-submenu__title span {
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    display: inline-block;
}

.el-menu-item,.el-submenu__title {
    height: 56px;
    line-height: 56px;
    list-style: none;
}

.el-menu--collapse>.el-menu-item.is-active i {
    color: inherit;
}

.el-menu--collapse .el-menu .el-submenu {
    min-width: 200px;
}

.el-menu--collapse .el-submenu .el-menu {
    position: absolute;
    margin-left: 5px;
    top: 0;
    left: 100%;
    z-index: 10;
    border: 1px solid #e4e7ed;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.el-menu--collapse .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow {
    -webkit-transform: none;
    transform: none;
}

.el-menu--popup {
    z-index: 100;
    min-width: 200px;
    border: none;
    padding: 5px 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.el-menu--popup-bottom-start {
    margin-top: 5px;
}

.el-menu--popup-right-start {
    margin-left: 5px;
    margin-right: 5px;
}

.el-menu-item {
    color: #303133;
    -webkit-transition: border-color .3s,background-color .3s,color .3s;
    transition: border-color .3s,background-color .3s,color .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}

.el-radio-button__inner,.el-submenu__title {
    -webkit-box-sizing: border-box;
    position: relative;
    white-space: nowrap;
}

.el-menu-item * {
    vertical-align: middle;
}

.el-menu-item i {
    color: #909399;
}

.el-menu-item:focus,.el-menu-item:hover {
    outline: 0;
    background-color: #ecf5ff;
}

.el-menu-item.is-disabled {
    opacity: .25;
    cursor: not-allowed;
    background: 0 0!important;
}

.el-menu-item [class^=el-icon-] {
    margin-right: 5px;
    width: 24px;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
}

.el-menu-item.is-active {
    color: #409eff;
}

.el-menu-item.is-active i {
    color: inherit;
}

.el-submenu {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.el-submenu__title {
    font-size: 14px;
    color: #303133;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: border-color .3s,background-color .3s,color .3s;
    transition: border-color .3s,background-color .3s,color .3s;
    box-sizing: border-box;
}

.el-submenu__title * {
    vertical-align: middle;
}

.el-submenu__title i {
    color: #909399;
}

.el-submenu__title:focus,.el-submenu__title:hover {
    outline: 0;
    background-color: #ecf5ff;
}

.el-submenu__title.is-disabled {
    opacity: .25;
    cursor: not-allowed;
    background: 0 0!important;
}

.el-submenu__title:hover {
    background-color: #ecf5ff;
}

.el-submenu .el-menu {
    border: none;
}

.el-submenu .el-menu-item {
    height: 50px;
    line-height: 50px;
    padding: 0 45px;
    min-width: 200px;
}

.el-submenu__icon-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    font-size: 12px;
}

.el-submenu.is-active .el-submenu__title {
    border-bottom-color: #409eff;
}

.el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.el-submenu.is-disabled .el-menu-item,.el-submenu.is-disabled .el-submenu__title {
    opacity: .25;
    cursor: not-allowed;
    background: 0 0!important;
}

.el-submenu [class^=el-icon-] {
    vertical-align: middle;
    margin-right: 5px;
    width: 24px;
    text-align: center;
    font-size: 18px;
}

.el-menu-item-group>ul {
    padding: 0;
}

.el-menu-item-group__title {
    padding: 7px 0 7px 20px;
    line-height: normal;
    font-size: 12px;
    color: #909399;
}

.el-radio-button__inner,.el-radio-group {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow {
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0;
}

.el-radio-group {
    font-size: 0;
}

.el-radio-button {
    position: relative;
    display: inline-block;
    outline: 0;
}

.el-radio-button__inner {
    background: #fff;
    border: 1px solid #dcdfe6;
    font-weight: 500;
    border-left: 0;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 0;
}

.el-radio-button__inner.is-round {
    padding: 12px 20px;
}

.el-radio-button__inner:hover {
    color: #409eff;
}

.el-radio-button__inner [class*=el-icon-] {
    line-height: .9;
}

.el-radio-button__inner [class*=el-icon-]+span {
    margin-left: 5px;
}

.el-radio-button:first-child .el-radio-button__inner {
    border-left: 1px solid #dcdfe6;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.el-radio-button__orig-radio {
    opacity: 0;
    outline: 0;
    position: absolute;
    z-index: -1;
}

.el-radio-button__orig-radio:checked+.el-radio-button__inner {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
    -webkit-box-shadow: -1px 0 0 0 #409eff;
    box-shadow: -1px 0 0 0 #409eff;
}

.el-radio-button__orig-radio:disabled+.el-radio-button__inner {
    color: #c0c4cc;
    cursor: not-allowed;
    background-image: none;
    background-color: #fff;
    border-color: #ebeef5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.el-radio-button__orig-radio:disabled:checked+.el-radio-button__inner {
    background-color: #f2f6fc;
}

.el-radio-button:last-child .el-radio-button__inner {
    border-radius: 0 4px 4px 0;
}

.el-radio-button:first-child:last-child .el-radio-button__inner {
    border-radius: 4px;
}

.el-radio-button--medium .el-radio-button__inner {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0;
}

.el-radio-button--medium .el-radio-button__inner.is-round {
    padding: 10px 20px;
}

.el-radio-button--small .el-radio-button__inner {
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 0;
}

.el-radio-button--small .el-radio-button__inner.is-round {
    padding: 9px 15px;
}

.el-radio-button--mini .el-radio-button__inner {
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 0;
}

.el-radio-button--mini .el-radio-button__inner.is-round {
    padding: 7px 15px;
}

.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
    -webkit-box-shadow: 0 0 2px 2px #409eff;
    box-shadow: 0 0 2px 2px #409eff;
}

.el-picker-panel,.el-popover,.el-select-dropdown,.el-table-filter,.el-time-panel {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.el-switch {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
}

.el-switch__core,.el-switch__label {
    display: inline-block;
    cursor: pointer;
}

.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label {
    cursor: not-allowed;
}

.el-switch__label {
    -webkit-transition: .2s;
    transition: .2s;
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    color: #303133;
}

.el-switch__label.is-active {
    color: #409eff;
}

.el-switch__label--left {
    margin-right: 10px;
}

.el-switch__label--right {
    margin-left: 10px;
}

.el-switch__label * {
    line-height: 1;
    font-size: 14px;
    display: inline-block;
}

.el-switch__input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
}

.el-switch__core {
    margin: 0;
    position: relative;
    width: 40px;
    height: 20px;
    border: 1px solid #dcdfe6;
    outline: 0;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #dcdfe6;
    -webkit-transition: border-color .3s,background-color .3s;
    transition: border-color .3s,background-color .3s;
    vertical-align: middle;
}

.el-input__prefix,.el-input__suffix {
    -webkit-transition: all .3s;
    color: #c0c4cc;
}

.el-switch__core:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 16px;
    height: 16px;
    background-color: #fff;
}

.el-switch.is-checked .el-switch__core {
    border-color: #409eff;
    background-color: #409eff;
}

.el-switch.is-checked .el-switch__core:after {
    left: 100%;
    margin-left: -17px;
}

.el-switch.is-disabled {
    opacity: .6;
}

.el-switch--wide .el-switch__label.el-switch__label--left span {
    left: 10px;
}

.el-switch--wide .el-switch__label.el-switch__label--right span {
    right: 10px;
}

.el-switch .label-fade-enter,.el-switch .label-fade-leave-active {
    opacity: 0;
}

.el-select-dropdown {
    position: absolute;
    z-index: 1001;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item {
    padding-right: 40px;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
    color: #409eff;
    background-color: #fff;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
    background-color: #f5f7fa;
}

.el-select-dropdown.is-multiple .el-select-dropdown__item.selected:after {
    position: absolute;
    right: 20px;
    font-family: element-icons;
    content: "\e6da";
    font-size: 12px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
    padding: 0;
}

.el-select-dropdown__empty {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.el-select-dropdown__wrap {
    max-height: 274px;
}

.el-select-dropdown__list {
    list-style: none;
    padding: 6px 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.el-select-dropdown__item {
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.el-select-dropdown__item.is-disabled {
    color: #c0c4cc;
    cursor: not-allowed;
}

.el-select-dropdown__item.is-disabled:hover {
    background-color: #fff;
}

.el-select-dropdown__item.hover,.el-select-dropdown__item:hover {
    background-color: #f5f7fa;
}

.el-select-dropdown__item.selected {
    color: #409eff;
    font-weight: 700;
}

.el-select-group {
    margin: 0;
    padding: 0;
}

.el-select-group__wrap {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.el-select-group__wrap:not(:last-of-type) {
    padding-bottom: 24px;
}

.el-select-group__wrap:not(:last-of-type):after {
    content: "";
    position: absolute;
    display: block;
    left: 20px;
    right: 20px;
    bottom: 12px;
    height: 1px;
    background: #e4e7ed;
}

.el-select-group__title {
    padding-left: 20px;
    font-size: 12px;
    color: #909399;
    line-height: 30px;
}

.el-select-group .el-select-dropdown__item {
    padding-left: 20px;
}

.el-select {
    display: inline-block;
    position: relative;
}

.el-select .el-select__tags>span {
    display: contents;
}

.el-select:hover .el-input__inner {
    border-color: #c0c4cc;
}

.el-select .el-input__inner {
    cursor: pointer;
    padding-right: 35px;
}

.el-select .el-input__inner:focus {
    border-color: #409eff;
}

.el-select .el-input .el-select__caret {
    color: #c0c4cc;
    font-size: 14px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
}

.el-select .el-input .el-select__caret.is-reverse {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.el-select .el-input .el-select__caret.is-show-close {
    font-size: 14px;
    text-align: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-radius: 100%;
    color: #c0c4cc;
    -webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
    transition: color .2s cubic-bezier(.645,.045,.355,1);
}

.el-select .el-input .el-select__caret.is-show-close:hover {
    color: #909399;
}

.el-select .el-input.is-disabled .el-input__inner {
    cursor: not-allowed;
}

.el-select .el-input.is-disabled .el-input__inner:hover {
    border-color: #e4e7ed;
}

.el-range-editor.is-active,.el-range-editor.is-active:hover,.el-select .el-input.is-focus .el-input__inner {
    border-color: #409eff;
}

.el-select>.el-input {
    display: block;
}

.el-select__input {
    border: none;
    outline: 0;
    padding: 0;
    margin-left: 15px;
    color: #666;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 28px;
    background-color: transparent;
}

.el-select__input.is-mini {
    height: 14px;
}

.el-select__close {
    cursor: pointer;
    position: absolute;
    top: 8px;
    z-index: 1000;
    right: 25px;
    color: #c0c4cc;
    line-height: 18px;
    font-size: 14px;
}

.el-select__close:hover {
    color: #909399;
}

.el-select__tags {
    position: absolute;
    line-height: normal;
    white-space: normal;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.el-select__tags-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

.el-select .el-tag {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-color: transparent;
    margin: 2px 0 2px 6px;
    background-color: #f0f2f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.el-select .el-tag__close.el-icon-close {
    background-color: #c0c4cc;
    top: 0;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.el-select .el-tag__close.el-icon-close:hover {
    background-color: #909399;
}

.el-table,.el-table__expanded-cell {
    background-color: #fff;
}

.el-select .el-tag__close.el-icon-close:before {
    display: block;
    -webkit-transform: translateY(.5px);
    transform: translateY(.5px);
}

.el-table {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    color: #606266;
}

.el-table__empty-block {
    min-height: 60px;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.el-table__empty-text {
    line-height: 60px;
    width: 50%;
    color: #909399;
}

.el-table__expand-column .cell {
    padding: 0;
    text-align: center;
}

.el-table__expand-icon {
    position: relative;
    cursor: pointer;
    color: #666;
    font-size: 12px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    height: 20px;
}

.el-table__expand-icon--expanded {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.el-table__expand-icon>.el-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
}

.el-table__expanded-cell[class*=cell] {
    padding: 20px 50px;
}

.el-table__expanded-cell:hover {
    background-color: transparent!important;
}

.el-table__placeholder {
    display: inline-block;
    width: 20px;
}

.el-table__append-wrapper {
    overflow: hidden;
}

.el-table--fit {
    border-right: 0;
    border-bottom: 0;
}

.el-table--fit .el-table__cell.gutter {
    border-right-width: 1px;
}

.el-table--scrollable-x .el-table__body-wrapper {
    overflow-x: auto;
}

.el-table--scrollable-y .el-table__body-wrapper {
    overflow-y: auto;
}

.el-table thead {
    color: #909399;
    font-weight: 500;
}

.el-table thead.is-group th.el-table__cell {
    background: #f5f7fa;
}

.el-table .el-table__cell {
    padding: 12px 0;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
}

.el-table .el-table__cell.is-center {
    text-align: center;
}

.el-table .el-table__cell.is-right {
    text-align: right;
}

.el-table .el-table__cell.gutter {
    width: 15px;
    border-right-width: 0;
    border-bottom-width: 0;
    padding: 0;
}

.el-table .el-table__cell.is-hidden>* {
    visibility: hidden;
}

.el-table--medium .el-table__cell {
    padding: 10px 0;
}

.el-table--small {
    font-size: 12px;
}

.el-table--small .el-table__cell {
    padding: 8px 0;
}

.el-table--mini {
    font-size: 12px;
}

.el-table--mini .el-table__cell {
    padding: 6px 0;
}

.el-table tr {
    background-color: #fff;
}

.el-table tr input[type=checkbox] {
    margin: 0;
}

.el-table td.el-table__cell,.el-table th.el-table__cell.is-leaf {
    border-bottom: 1px solid #ebeef5;
}

.el-table th.el-table__cell.is-sortable {
    cursor: pointer;
}

.el-table th.el-table__cell {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
}

.el-table th.el-table__cell>.cell {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.el-table th.el-table__cell>.cell.highlight {
    color: #409eff;
}

.el-table th.el-table__cell.required>div:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff4d51;
    margin-right: 5px;
    vertical-align: middle;
}

.el-table td.el-table__cell div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.el-date-table td,.el-table-filter,.el-table .cell {
    -webkit-box-sizing: border-box;
}

.el-table td.el-table__cell.gutter {
    width: 0;
}

.el-table .cell {
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    padding-left: 10px;
    padding-right: 10px;
}

.el-table .cell.el-tooltip {
    white-space: nowrap;
    min-width: 50px;
}

.el-table--border,.el-table--group {
    border: 1px solid #ebeef5;
}

.el-table--border:after,.el-table--group:after,.el-table:before {
    content: "";
    position: absolute;
    background-color: #ebeef5;
    z-index: 1;
}

.el-table--border:after,.el-table--group:after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
}

.el-table:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}

.el-table--border {
    border-right: none;
    border-bottom: none;
}

.el-table--border.el-loading-parent--relative {
    border-color: transparent;
}

.el-table--border .el-table__cell,.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
    border-right: 1px solid #ebeef5;
}

.el-table--border .el-table__cell:first-child .cell {
    padding-left: 10px;
}

.el-table--border th.el-table__cell,.el-table--border th.el-table__cell.gutter:last-of-type,.el-table__fixed-right-patch {
    border-bottom: 1px solid #ebeef5;
}

.el-table--hidden {
    visibility: hidden;
}

.el-table__fixed,.el-table__fixed-right {
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.12);
    box-shadow: 0 0 10px rgba(0,0,0,.12);
}

.el-table__fixed-right:before,.el-table__fixed:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ebeef5;
    z-index: 4;
}

.el-table__fixed-right-patch {
    position: absolute;
    top: -1px;
    right: 0;
    background-color: #fff;
}

.el-table__fixed-right {
    top: 0;
    left: auto;
    right: 0;
}

.el-table__fixed-right .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-footer-wrapper,.el-table__fixed-right .el-table__fixed-header-wrapper {
    left: auto;
    right: 0;
}

.el-table__fixed-header-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.el-table__fixed-footer-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.el-table__fixed-footer-wrapper tbody td.el-table__cell {
    border-top: 1px solid #ebeef5;
    background-color: #f5f7fa;
    color: #606266;
}

.el-table__fixed-body-wrapper {
    position: absolute;
    left: 0;
    top: 37px;
    overflow: hidden;
    z-index: 3;
}

.el-table__body-wrapper,.el-table__footer-wrapper,.el-table__header-wrapper {
    width: 100%;
}

.el-table__footer-wrapper {
    margin-top: -1px;
}

.el-table__footer-wrapper td.el-table__cell {
    border-top: 1px solid #ebeef5;
}

.el-table__body,.el-table__footer,.el-table__header {
    table-layout: fixed;
    border-collapse: separate;
}

.el-table__footer-wrapper,.el-table__header-wrapper {
    overflow: hidden;
}

.el-table__footer-wrapper tbody td.el-table__cell,.el-table__header-wrapper tbody td.el-table__cell {
    background-color: #f5f7fa;
    color: #606266;
}

.el-table__body-wrapper {
    overflow: hidden;
    position: relative;
}

.el-table__body-wrapper.is-scrolling-left~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,.el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right {
    border-left: 1px solid #ebeef5;
}

.el-table .caret-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    width: 24px;
    vertical-align: middle;
    cursor: pointer;
    overflow: initial;
    position: relative;
}

.el-table .sort-caret {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    position: absolute;
    left: 7px;
}

.el-table .sort-caret.ascending {
    border-bottom-color: #c0c4cc;
    top: 5px;
}

.el-table .sort-caret.descending {
    border-top-color: #c0c4cc;
    bottom: 7px;
}

.el-table .ascending .sort-caret.ascending {
    border-bottom-color: #409eff;
}

.el-table .descending .sort-caret.descending {
    border-top-color: #409eff;
}

.el-table .hidden-columns {
    visibility: hidden;
    position: absolute;
    z-index: -1;
}

.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
    background: #fafafa;
}

.el-table--striped .el-table__body tr.el-table__row--striped.current-row td.el-table__cell {
    background-color: #ecf5ff;
}

.el-table__body tr.hover-row.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell,.el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell,.el-table__body tr.hover-row>td.el-table__cell {
    background-color: #f5f7fa;
}

.el-table__body tr.current-row>td.el-table__cell {
    background-color: #ecf5ff;
}

.el-table__column-resize-proxy {
    position: absolute;
    left: 200px;
    top: 0;
    bottom: 0;
    width: 0;
    border-left: 1px solid #ebeef5;
    z-index: 10;
}

.el-table__column-filter-trigger {
    display: inline-block;
    line-height: 34px;
    cursor: pointer;
}

.el-table__column-filter-trigger i {
    color: #909399;
    font-size: 12px;
    -webkit-transform: scale(.75);
    transform: scale(.75);
}

.el-table--enable-row-transition .el-table__body td.el-table__cell {
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease;
}

.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell {
    background-color: #f5f7fa;
}

.el-table--fluid-height .el-table__fixed,.el-table--fluid-height .el-table__fixed-right {
    bottom: 0;
    overflow: hidden;
}

.el-table [class*=el-table__row--level] .el-table__expand-icon {
    display: inline-block;
    width: 20px;
    line-height: 20px;
    height: 20px;
    text-align: center;
    margin-right: 3px;
}

.el-table-column--selection .cell {
    padding-left: 14px;
    padding-right: 14px;
}

.el-table-filter {
    border: 1px solid #ebeef5;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-sizing: border-box;
    margin: 2px 0;
}

.el-table-filter__list {
    padding: 5px 0;
    margin: 0;
    list-style: none;
    min-width: 100px;
}

.el-table-filter__list-item {
    line-height: 36px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px;
}

.el-table-filter__list-item:hover {
    background-color: #ecf5ff;
    color: #66b1ff;
}

.el-table-filter__list-item.is-active {
    background-color: #409eff;
    color: #fff;
}

.el-table-filter__content {
    min-width: 100px;
}

.el-table-filter__bottom {
    border-top: 1px solid #ebeef5;
    padding: 8px;
}

.el-table-filter__bottom button {
    background: 0 0;
    border: none;
    color: #606266;
    cursor: pointer;
    font-size: 13px;
    padding: 0 3px;
}

.el-date-table.is-week-mode .el-date-table__row.current div,.el-date-table.is-week-mode .el-date-table__row:hover div,.el-date-table td.in-range div,.el-date-table td.in-range div:hover {
    background-color: #f2f6fc;
}

.el-table-filter__bottom button:hover {
    color: #409eff;
}

.el-table-filter__bottom button:focus {
    outline: 0;
}

.el-table-filter__bottom button.is-disabled {
    color: #c0c4cc;
    cursor: not-allowed;
}

.el-table-filter__wrap {
    max-height: 280px;
}

.el-table-filter__checkbox-group {
    padding: 10px;
}

.el-table-filter__checkbox-group label.el-checkbox {
    display: block;
    margin-right: 5px;
    margin-bottom: 8px;
    margin-left: 5px;
}

.el-table-filter__checkbox-group .el-checkbox:last-child {
    margin-bottom: 0;
}

.el-date-table {
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover {
    color: #606266;
}

.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div {
    margin-left: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div {
    margin-right: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.el-date-table td {
    width: 32px;
    height: 30px;
    padding: 4px 0;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.el-date-table td div {
    height: 30px;
    padding: 3px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.el-date-table td span {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
    line-height: 24px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
}

.el-date-table td.next-month,.el-date-table td.prev-month {
    color: #c0c4cc;
}

.el-date-table td.today {
    position: relative;
}

.el-date-table td.today span {
    color: #409eff;
    font-weight: 700;
}

.el-date-table td.today.end-date span,.el-date-table td.today.start-date span {
    color: #fff;
}

.el-date-table td.available:hover {
    color: #409eff;
}

.el-date-table td.current:not(.disabled) span {
    color: #fff;
    background-color: #409eff;
}

.el-date-table td.end-date div,.el-date-table td.start-date div {
    color: #fff;
}

.el-date-table td.end-date span,.el-date-table td.start-date span {
    background-color: #409eff;
}

.el-date-table td.start-date div {
    margin-left: 5px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.el-date-table td.end-date div {
    margin-right: 5px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.el-date-table td.disabled div {
    background-color: #f5f7fa;
    opacity: 1;
    cursor: not-allowed;
    color: #c0c4cc;
}

.el-date-table td.selected div {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #f2f6fc;
    border-radius: 15px;
}

.el-date-table td.selected div:hover {
    background-color: #f2f6fc;
}

.el-date-table td.selected span {
    background-color: #409eff;
    color: #fff;
    border-radius: 15px;
}

.el-date-table td.week {
    font-size: 80%;
    color: #606266;
}

.el-month-table,.el-year-table {
    font-size: 12px;
    border-collapse: collapse;
}

.el-date-table th {
    padding: 5px;
    color: #606266;
    font-weight: 400;
    border-bottom: 1px solid #ebeef5;
}

.el-month-table {
    margin: -1px;
}

.el-month-table td {
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
}

.el-month-table td div {
    height: 48px;
    padding: 6px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.el-month-table td.today .cell {
    color: #409eff;
    font-weight: 700;
}

.el-month-table td.today.end-date .cell,.el-month-table td.today.start-date .cell {
    color: #fff;
}

.el-month-table td.disabled .cell {
    background-color: #f5f7fa;
    cursor: not-allowed;
    color: #c0c4cc;
}

.el-month-table td.disabled .cell:hover {
    color: #c0c4cc;
}

.el-month-table td .cell {
    width: 60px;
    height: 36px;
    display: block;
    line-height: 36px;
    color: #606266;
    margin: 0 auto;
    border-radius: 18px;
}

.el-month-table td .cell:hover {
    color: #409eff;
}

.el-month-table td.in-range div,.el-month-table td.in-range div:hover {
    background-color: #f2f6fc;
}

.el-month-table td.end-date div,.el-month-table td.start-date div {
    color: #fff;
}

.el-month-table td.end-date .cell,.el-month-table td.start-date .cell {
    color: #fff;
    background-color: #409eff;
}

.el-month-table td.start-date div {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.el-month-table td.end-date div {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.el-month-table td.current:not(.disabled) .cell {
    color: #409eff;
}

.el-year-table {
    margin: -1px;
}

.el-year-table .el-icon {
    color: #303133;
}

.el-year-table td {
    text-align: center;
    padding: 20px 3px;
    cursor: pointer;
}

.el-year-table td.today .cell {
    color: #409eff;
    font-weight: 700;
}

.el-year-table td.disabled .cell {
    background-color: #f5f7fa;
    cursor: not-allowed;
    color: #c0c4cc;
}

.el-year-table td.disabled .cell:hover {
    color: #c0c4cc;
}

.el-year-table td .cell {
    width: 48px;
    height: 32px;
    display: block;
    line-height: 32px;
    color: #606266;
    margin: 0 auto;
}

.el-year-table td .cell:hover,.el-year-table td.current:not(.disabled) .cell {
    color: #409eff;
}

.el-date-range-picker {
    width: 646px;
}

.el-date-range-picker.has-sidebar {
    width: 756px;
}

.el-date-range-picker table {
    table-layout: fixed;
    width: 100%;
}

.el-date-range-picker .el-picker-panel__body {
    min-width: 513px;
}

.el-date-range-picker .el-picker-panel__content {
    margin: 0;
}

.el-date-range-picker__header {
    position: relative;
    text-align: center;
    height: 28px;
}

.el-date-range-picker__header [class*=arrow-left] {
    float: left;
}

.el-date-range-picker__header [class*=arrow-right] {
    float: right;
}

.el-date-range-picker__header div {
    font-size: 16px;
    font-weight: 500;
    margin-right: 50px;
}

.el-date-range-picker__content {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 16px;
}

.el-date-range-picker__content.is-left {
    border-right: 1px solid #e4e4e4;
}

.el-date-range-picker__content .el-date-range-picker__header div {
    margin-left: 50px;
    margin-right: 50px;
}

.el-date-range-picker__editors-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
}

.el-date-range-picker__editors-wrap.is-right {
    text-align: right;
}

.el-date-range-picker__time-header {
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    font-size: 12px;
    padding: 8px 5px 5px;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.el-date-range-picker__time-header>.el-icon-arrow-right {
    font-size: 20px;
    vertical-align: middle;
    display: table-cell;
    color: #303133;
}

.el-date-range-picker__time-picker-wrap {
    position: relative;
    display: table-cell;
    padding: 0 5px;
}

.el-date-range-picker__time-picker-wrap .el-picker-panel {
    position: absolute;
    top: 13px;
    right: 0;
    z-index: 1;
    background: #fff;
}

.el-date-picker {
    width: 322px;
}

.el-date-picker.has-sidebar.has-time {
    width: 434px;
}

.el-date-picker.has-sidebar {
    width: 438px;
}

.el-date-picker.has-time .el-picker-panel__body-wrapper {
    position: relative;
}

.el-date-picker .el-picker-panel__content {
    width: 292px;
}

.el-date-picker table {
    table-layout: fixed;
    width: 100%;
}

.el-date-picker__editor-wrap {
    position: relative;
    display: table-cell;
    padding: 0 5px;
}

.el-date-picker__time-header {
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    font-size: 12px;
    padding: 8px 5px 5px;
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.el-date-picker__header {
    margin: 12px;
    text-align: center;
}

.el-date-picker__header--bordered {
    margin-bottom: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebeef5;
}

.el-date-picker__header--bordered+.el-picker-panel__content {
    margin-top: 0;
}

.el-date-picker__header-label {
    font-size: 16px;
    font-weight: 500;
    padding: 0 5px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    color: #606266;
}

.el-date-picker__header-label.active,.el-date-picker__header-label:hover {
    color: #409eff;
}

.el-date-picker__prev-btn {
    float: left;
}

.el-date-picker__next-btn {
    float: right;
}

.el-date-picker__time-wrap {
    padding: 10px;
    text-align: center;
}

.el-date-picker__time-label {
    float: left;
    cursor: pointer;
    line-height: 30px;
    margin-left: 10px;
}

.time-select {
    margin: 5px 0;
    min-width: 0;
}

.time-select .el-picker-panel__content {
    max-height: 200px;
    margin: 0;
}

.time-select-item {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 20px;
}

.time-select-item.selected:not(.disabled) {
    color: #409eff;
    font-weight: 700;
}

.time-select-item.disabled {
    color: #e4e7ed;
    cursor: not-allowed;
}

.time-select-item:hover {
    background-color: #f5f7fa;
    font-weight: 700;
    cursor: pointer;
}

.el-date-editor {
    position: relative;
    display: inline-block;
    text-align: left;
}

.el-date-editor.el-input,.el-date-editor.el-input__inner {
    width: 220px;
}

.el-date-editor--monthrange.el-input,.el-date-editor--monthrange.el-input__inner {
    width: 300px;
}

.el-date-editor--daterange.el-input,.el-date-editor--daterange.el-input__inner,.el-date-editor--timerange.el-input,.el-date-editor--timerange.el-input__inner {
    width: 350px;
}

.el-date-editor--datetimerange.el-input,.el-date-editor--datetimerange.el-input__inner {
    width: 400px;
}

.el-date-editor--dates .el-input__inner {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.el-date-editor .el-icon-circle-close {
    cursor: pointer;
}

.el-date-editor .el-range__icon {
    font-size: 14px;
    margin-left: -5px;
    color: #c0c4cc;
    float: left;
    line-height: 32px;
}

.el-date-editor .el-range-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: 0;
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 39%;
    text-align: center;
    font-size: 14px;
    color: #606266;
}

.el-date-editor .el-range-input::-webkit-input-placeholder {
    color: #c0c4cc;
}

.el-date-editor .el-range-input:-ms-input-placeholder {
    color: #c0c4cc;
}

.el-date-editor .el-range-input::-ms-input-placeholder {
    color: #c0c4cc;
}

.el-date-editor .el-range-input::placeholder {
    color: #c0c4cc;
}

.el-date-editor .el-range-separator {
    display: inline-block;
    height: 100%;
    padding: 0 5px;
    margin: 0;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    width: 5%;
    color: #303133;
}

.el-date-editor .el-range__close-icon {
    font-size: 14px;
    color: #c0c4cc;
    width: 25px;
    display: inline-block;
    float: right;
    line-height: 32px;
}

.el-range-editor.el-input__inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 10px;
}

.el-range-editor .el-range-input {
    line-height: 1;
}

.el-range-editor--medium.el-input__inner {
    height: 36px;
}

.el-range-editor--medium .el-range-separator {
    line-height: 28px;
    font-size: 14px;
}

.el-range-editor--medium .el-range-input {
    font-size: 14px;
}

.el-range-editor--medium .el-range__close-icon,.el-range-editor--medium .el-range__icon {
    line-height: 28px;
}

.el-range-editor--small.el-input__inner {
    height: 32px;
}

.el-range-editor--small .el-range-separator {
    line-height: 24px;
    font-size: 13px;
}

.el-range-editor--small .el-range-input {
    font-size: 13px;
}

.el-range-editor--small .el-range__close-icon,.el-range-editor--small .el-range__icon {
    line-height: 24px;
}

.el-range-editor--mini.el-input__inner {
    height: 28px;
}

.el-range-editor--mini .el-range-separator {
    line-height: 20px;
    font-size: 12px;
}

.el-range-editor--mini .el-range-input {
    font-size: 12px;
}

.el-range-editor--mini .el-range__close-icon,.el-range-editor--mini .el-range__icon {
    line-height: 20px;
}

.el-range-editor.is-disabled {
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed;
}

.el-range-editor.is-disabled:focus,.el-range-editor.is-disabled:hover {
    border-color: #e4e7ed;
}

.el-range-editor.is-disabled input {
    background-color: #f5f7fa;
    color: #c0c4cc;
    cursor: not-allowed;
}

.el-range-editor.is-disabled input::-webkit-input-placeholder {
    color: #c0c4cc;
}

.el-range-editor.is-disabled input:-ms-input-placeholder {
    color: #c0c4cc;
}

.el-range-editor.is-disabled input::-ms-input-placeholder {
    color: #c0c4cc;
}

.el-range-editor.is-disabled input::placeholder {
    color: #c0c4cc;
}

.el-range-editor.is-disabled .el-range-separator {
    color: #c0c4cc;
}

.el-picker-panel {
    color: #606266;
    border: 1px solid #e4e7ed;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    background: #fff;
    border-radius: 4px;
    line-height: 30px;
    margin: 5px 0;
}

.el-picker-panel__body-wrapper:after,.el-picker-panel__body:after {
    content: "";
    display: table;
    clear: both;
}

.el-picker-panel__content {
    position: relative;
    margin: 15px;
}

.el-picker-panel__footer {
    border-top: 1px solid #e4e4e4;
    padding: 4px;
    text-align: right;
    background-color: #fff;
    position: relative;
    font-size: 0;
}

.el-picker-panel__shortcut {
    display: block;
    width: 100%;
    border: 0;
    background-color: transparent;
    line-height: 28px;
    font-size: 14px;
    color: #606266;
    padding-left: 12px;
    text-align: left;
    outline: 0;
    cursor: pointer;
}

.el-picker-panel__shortcut:hover {
    color: #409eff;
}

.el-picker-panel__shortcut.active {
    background-color: #e6f1fe;
    color: #409eff;
}

.el-picker-panel__btn {
    border: 1px solid #dcdcdc;
    color: #333;
    line-height: 24px;
    border-radius: 2px;
    padding: 0 20px;
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    font-size: 12px;
}

.el-picker-panel__btn[disabled] {
    color: #ccc;
    cursor: not-allowed;
}

.el-picker-panel__icon-btn {
    font-size: 12px;
    color: #303133;
    border: 0;
    background: 0 0;
    cursor: pointer;
    outline: 0;
    margin-top: 8px;
}

.el-picker-panel__icon-btn:hover {
    color: #409eff;
}

.el-picker-panel__icon-btn.is-disabled {
    color: #bbb;
}

.el-picker-panel__icon-btn.is-disabled:hover {
    cursor: not-allowed;
}

.el-picker-panel__link-btn {
    vertical-align: middle;
}

.el-picker-panel [slot=sidebar],.el-picker-panel__sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 110px;
    border-right: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    background-color: #fff;
    overflow: auto;
}

.el-picker-panel [slot=sidebar]+.el-picker-panel__body,.el-picker-panel__sidebar+.el-picker-panel__body {
    margin-left: 110px;
}

.el-time-spinner.has-seconds .el-time-spinner__wrapper {
    width: 33.3%;
}

.el-time-spinner__wrapper {
    max-height: 190px;
    overflow: auto;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    position: relative;
}

.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
    padding-bottom: 15px;
}

.el-time-spinner__input.el-input .el-input__inner,.el-time-spinner__list {
    padding: 0;
    text-align: center;
}

.el-time-spinner__wrapper.is-arrow {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
}

.el-time-spinner__wrapper.is-arrow .el-time-spinner__list {
    -webkit-transform: translateY(-32px);
    transform: translateY(-32px);
}

.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active) {
    background: #fff;
    cursor: default;
}

.el-time-spinner__arrow {
    font-size: 12px;
    color: #909399;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.el-time-spinner__arrow:hover {
    color: #409eff;
}

.el-time-spinner__arrow.el-icon-arrow-up {
    top: 10px;
}

.el-time-spinner__arrow.el-icon-arrow-down {
    bottom: 10px;
}

.el-time-spinner__input.el-input {
    width: 70%;
}

.el-time-spinner__list {
    margin: 0;
    list-style: none;
}

.el-time-spinner__list:after,.el-time-spinner__list:before {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
}

.el-time-spinner__item {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #606266;
}

.el-time-spinner__item:hover:not(.disabled):not(.active) {
    background: #f5f7fa;
    cursor: pointer;
}

.el-time-spinner__item.active:not(.disabled) {
    color: #303133;
    font-weight: 700;
}

.el-time-spinner__item.disabled {
    color: #c0c4cc;
    cursor: not-allowed;
}

.el-time-panel {
    margin: 5px 0;
    border: 1px solid #e4e7ed;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    border-radius: 2px;
    position: absolute;
    width: 180px;
    left: 0;
    z-index: 1000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.el-time-panel__content {
    font-size: 0;
    position: relative;
    overflow: hidden;
}

.el-time-panel__content:after,.el-time-panel__content:before {
    content: "";
    top: 50%;
    position: absolute;
    margin-top: -15px;
    height: 32px;
    z-index: -1;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 6px;
    text-align: left;
    border-top: 1px solid #e4e7ed;
    border-bottom: 1px solid #e4e7ed;
}

.el-time-panel__content:after {
    left: 50%;
    margin-left: 12%;
    margin-right: 12%;
}

.el-time-panel__content:before {
    padding-left: 50%;
    margin-right: 12%;
    margin-left: 12%;
}

.el-time-panel__content.has-seconds:after {
    left: 66.66667%;
}

.el-time-panel__content.has-seconds:before {
    padding-left: 33.33333%;
}

.el-time-panel__footer {
    border-top: 1px solid #e4e4e4;
    padding: 4px;
    height: 36px;
    line-height: 25px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.el-time-panel__btn {
    border: none;
    line-height: 28px;
    padding: 0 5px;
    margin: 0 5px;
    cursor: pointer;
    background-color: transparent;
    outline: 0;
    font-size: 12px;
    color: #303133;
}

.el-time-panel__btn.confirm {
    font-weight: 800;
    color: #409eff;
}

.el-time-range-picker {
    width: 354px;
    overflow: visible;
}

.el-time-range-picker__content {
    position: relative;
    text-align: center;
    padding: 10px;
}

.el-time-range-picker__cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 4px 7px 7px;
    width: 50%;
    display: inline-block;
}

.el-time-range-picker__header {
    margin-bottom: 5px;
    text-align: center;
    font-size: 14px;
}

.el-time-range-picker__body {
    border-radius: 2px;
    border: 1px solid #e4e7ed;
}

.el-popover {
    position: absolute;
    background: #fff;
    min-width: 150px;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    word-break: break-all;
}

.el-card.is-always-shadow,.el-card.is-hover-shadow:focus,.el-card.is-hover-shadow:hover,.el-cascader__dropdown,.el-color-picker__panel,.el-message-box,.el-notification {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.el-popover--plain {
    padding: 18px 20px;
}

.el-popover__title {
    color: #303133;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 12px;
}

.el-popover:focus,.el-popover:focus:active,.el-popover__reference:focus:hover,.el-popover__reference:focus:not(.focusing) {
    outline-width: 0;
}

.v-modal-enter {
    -webkit-animation: v-modal-in .2s ease;
    animation: v-modal-in .2s ease;
}

.v-modal-leave {
    -webkit-animation: v-modal-out .2s ease forwards;
    animation: v-modal-out .2s ease forwards;
}

@keyframes v-modal-in {
    0% {
        opacity: 0;
    }
}

@keyframes v-modal-out {
    to {
        opacity: 0;
    }
}

.v-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000; z-index: 9999;
}
