.z-switch{min-width:40px;height:20px;display:inline-block;vertical-align:middle;cursor:pointer;border-radius:10px;border:0;position:relative;background:#e3e3e3;margin:0;padding:0}.z-switch:focus{outline:none}.z-switch.open{background:#aca8ff}.z-switch.open .item{left:100%;margin-left:-1px;transform:translateX(-100%)}.z-switch:active .item{width:22px}.z-switch .item{position:absolute;top:2px;left:1px;border-radius:100%;transition:all .3s;width:16px;height:16px;background-color:#fdfdfd}.z-tab .z-tab-header{color:#393e46;position:relative}.z-tab .z-tab-header .z-tab-solid{position:absolute;bottom:0;left:0;height:2px;width:100%;background:#eee}.z-tab .z-tab-header .z-tab-solid .move-bar{position:absolute;width:100px;top:0;height:2px;background:#00adb5;transition:all .25s ease}.z-tab .z-tab-header .z-tab-header-title{display:inline-block;padding:12px 16px;cursor:pointer;text-align:center;font-size:14px}.z-tab .z-tab-header .tab-active{color:#00adb5}.z-modal{position:fixed;top:0;right:0;bottom:0;left:0;overflow:auto;background:rgba(0,0,0,.5);z-index:2007}.z-modal .z-modal-wrapper{width:50%;position:relative;margin:0 auto 50px;background:#fff;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.3);margin-top:100px}.z-modal .z-modal-wrapper .z-modal-header{padding:20px 20px 10px;position:relative}.z-modal .z-modal-wrapper .z-modal-header .close{fill:#909399;position:absolute;right:10px;top:10px;padding:10px;width:36px;height:36px;box-sizing:border-box;cursor:pointer}.z-modal .z-modal-wrapper .z-modal-content{padding:30px 20px;color:#606266;font-size:14px;word-break:break-all}.z-modal .z-modal-wrapper .z-modal-footer{padding:10px 20px 20px;text-align:right;box-sizing:border-box}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.z-button{display:inline-block;line-height:1;white-space:nowrap;cursor:pointer;color:#606266;text-align:center;box-sizing:border-box;outline:none;margin:0;transition:.1s;font-weight:500;font-size:14px;border-radius:4px}.z-button.z-button-loading{pointer-events:none}.z-button.z-button-loading .z-button-spin{width:20px;height:20px;margin-right:5px;animation:spin 1s linear infinite}.z-button.z-button-loading .z-button-spin>svg{width:100%;height:100%}.z-button>span{display:inline-block;vertical-align:middle}.z-button.z-button-default{background:#fff;border:1px solid #dcdfe6}.z-button.z-button-default:focus,.z-button.z-button-default:hover{color:#222831;border-color:#222831;background-color:#eee}.z-button.z-button-primary{background:#00adb5;border:1px solid #393e46;color:#eee}.z-button.z-button-primary:focus,.z-button.z-button-primary:hover{color:#eee;border-color:#222831;background-color:#40babf}.z-button.z-button-success{background:#4ecca3;border:1px solid #393e46;color:#eee}.z-button.z-button-success:focus,.z-button.z-button-success:hover{color:#eee;border-color:#222831;background-color:#6be3bc}.z-button.z-button-danger{background:#d72323;border:1px solid #d72323;color:#eee}.z-button.z-button-danger:focus,.z-button.z-button-danger:hover{color:#eee;border-color:#dd5656;background-color:#dd5656}.z-button.z-button-info{background:#52616b;border:1px solid #393e46;color:#eee}.z-button.z-button-info:focus,.z-button.z-button-info:hover{color:#eee;border-color:#222831;background-color:#6c777d}.z-button.z-button-warning{background:#fce38a;border:1px solid #393e46;color:#4a4444}.z-button.z-button-warning:focus,.z-button.z-button-warning:hover{color:#8e8282;border-color:#222831;background-color:#f7e4a4}.z-button.z-button-text{background:#fff;border:0;color:#4a4444}.z-button.z-button-text:focus>span,.z-button.z-button-text:hover>span{color:#8e8282;border-color:#222831;background-color:#f7e4a4}.z-button.z-button-normal{padding:12px 20px}.z-button.z-button-small{padding:10px 20px;font-size:14px;border-radius:4px}.z-button.z-button-mini{padding:9px 15px;font-size:12px;border-radius:3px}