div.cy-button{display:inline-block}div.cy-button .but-init{outline:0;cursor:pointer;display:inline-block;position:relative;overflow:hidden;width:98px;height:35px;color:#fff;border:transparent;border-radius:.25rem;box-shadow:0 0 .5rem rgba(0,0,0,.3);margin:10px;text-align:center;line-height:32px}div.cy-button .transparent:hover{opacity:.7}div.cy.cy-button button.dehased{border:1px dashed #000}div.cy.cy-button button.round{border-radius:20px}div.cy.cy-button button.disabled{pointer-events:none;opacity:.7}div.cy.cy-button button.auto{width:100%}div.cy.cy-button button.max{width:128px;height:52px;line-height:52px}div.cy.cy-button button.big{width:108px;height:42px;line-height:42px}div.cy.cy-button button.small{width:75px;height:30px;line-height:30px}div.cy.cy-button button.mini{width:68px;height:25px;line-height:25px}div.cy-button .but-default{color:#606266;background-color:#fff;border:1px solid #dcdfe6}div.cy-button .but-default:hover{opacity:.7;border:1px solid #1e90ff;color:#1989fa}div.cy-button .but-default:active{color:#1989fa;box-shadow:0 0 2px #1e90ff;opacity:1}div.cy-button .but-default:focus{border:1px solid #1e90ff;color:#1989fa;box-shadow:0 0 5px #1e90ff;opacity:1}div.cy-button .but-primary{color:#fff;background-color:#1e90ff;border:1px solid #1e90ff}div.cy-button .but-primary:hover{opacity:.8}div.cy-button .but-primary:active{box-shadow:0 0 5px #0080ff}div.cy-button .but-primary:focus{border:1px solid #0080ff;box-shadow:0 0 7px #1e90ff}div.cy-button .but-success{color:#fff;background-color:#67c23a;border:1px solid #67c23a}div.cy-button .but-success:hover{opacity:.8}div.cy-button .but-success:active{box-shadow:0 0 5px #5de01c}div.cy-button .but-success:focus{border:1px solid #5f0;box-shadow:0 0 7px #67c23a}div.cy-button .but-info{color:#fff;background-color:#909399;border:1px solid #909399}div.cy-button .but-info:hover{opacity:.8}div.cy-button .but-info:active{box-shadow:0 0 2px grey}div.cy-button .but-info:focus{border:1px solid grey;box-shadow:0 0 7px #909399}div.cy-button .but-warning{color:#fff;background-color:#e6a23c;border:1px solid #e6a23c}.cy-button .but-warning:hover{opacity:.8}.cy-button .but-warning:active{box-shadow:0 0 2px #f90}.cy-button .but-warning:focus{border:1px solid #f90;box-shadow:0 0 5px #e6a23c}.cy-button .but-error{color:#fff;background-color:#f56c6c;border:1px solid #f56c6c}.cy-button .but-error:hover{opacity:.8}.cy-button .but-error:active{box-shadow:0 0 2px #f56c6c}.cy-button .but-error:focus{border:1px solid #fd3232;box-shadow:0 0 5px #f56c6c}.cy-button.cy .but-text{outline:0;cursor:pointer;display:inline-block;background-color:transparent;box-shadow:0 0 0 #fff;border:transparent;color:#1e90ff}.cy-button .but-text:hover{opacity:.7}.cy-button .but-text:active{opacity:1}.cy-button .but-primary.is-plain{color:#1e90ff;background-color:rgba(30,144,255,.2);border:1px solid #1e90ff}.cy-button .but-primary.is-plain:hover{background-color:#1e90ff;color:#fff}.cy-button .but-primary.is-plain:active{box-shadow:0 0 3px #1e90ff}.cy-button .but-primary.is-plain:focus{background-color:#1e90ff;color:#fff}.cy-button .but-success.is-plain{color:#67c23a;background-color:rgba(103,194,58,.2);border:1px solid #67c23a}.cy-button .but-success.is-plain:hover{background-color:#67c23a;color:#fff}.cy-button .but-success.is-plain:active{box-shadow:0 0 3px #67c23a}.cy-button .but-success.is-plain:focus{background-color:#67c23a;color:#fff}.cy-button .but-info.is-plain{color:#909399;background-color:rgba(144,147,153,.2);border:1px solid #909399}.cy-button .but-info.is-plain:hover{background-color:#909399;color:#fff}.cy-button .but-info.is-plain:active{box-shadow:0 0 3px #909399}.cy-button .but-info.is-plain:focus{background-color:#909399;color:#fff}.cy-button .but-warning.is-plain{color:#e6a23c;background-color:rgba(230,162,60,.2);border:1px solid #e6a23c}.cy-button .but-warning.is-plain:hover{background-color:#e6a23c;color:#fff}.cy-button .but-warning.is-plain:active{box-shadow:0 0 3px #e6a23c}.cy-button .but-warning.is-plain:focus{background-color:#e6a23c;color:#fff}.cy-button .but-error.is-plain{color:#f56c6c;background-color:rgba(245,108,108,.2);border:1px solid #f56c6c}.cy-button .but-error.is-plain:hover{background-color:#f56c6c;color:#fff}.cy-button .but-error.is-plain:active{box-shadow:0 0 3px #f56c6c}.cy-button .but-error.is-plain:focus{background-color:#f56c6c;color:#fff}.cy-button .but-default.is-ghost{color:#fff;background-color:transparent;border:1px solid #dbdee6;box-shadow:0 0 5px #fff;text-shadow:0 0 1px;border-radius:1px}.cy-button .but-default.is-ghost:hover{color:#fff;border:1px solid #fff;opacity:1;text-shadow:0 0 5px;box-shadow:0 0 10px #fff}.cy-button .but-default.is-ghost:active{color:#fff;border:1px solid #fff;box-shadow:0 0 5px #fff}.cy-button .but-default.is-ghost:focus{color:#fff;border:1px solid #fff;text-shadow:0 0 3px #fff;box-shadow:0 0 10px #fff}.cy-button .but-primary.is-ghost{color:#1e90ff;background-color:transparent;border:1px solid #1e90ff;box-shadow:0 0 5px #1e90ff;text-shadow:0 0 1px;border-radius:1px}.cy-button .but-primary.is-ghost:hover{opacity:1;text-shadow:0 0 5px;box-shadow:0 0 10px #1e90ff}.cy-button .but-primary.is-ghost:active{box-shadow:0 0 10px #1e90ff}.cy-button .but-primary.is-ghost:focus{text-shadow:0 0 10px #1e90ff;box-shadow:0 0 15px #1e90ff}.cy-button .but-success.is-ghost{color:#67c23a;background-color:transparent;border:1px solid #67c23a;box-shadow:0 0 5px #67c23a;text-shadow:0 0 1px;border-radius:1px}.cy-button .but-success.is-ghost:hover{opacity:1;text-shadow:0 0 5px;box-shadow:0 0 10px #67c23a}.cy-button .but-success.is-ghost:active{box-shadow:0 0 10px #67c23a}.cy-button .but-success.is-ghost:focus{text-shadow:0 0 10px #67c23a;box-shadow:0 0 10px #67c23a}.cy-button .but-info.is-ghost{color:#909399;background-color:transparent;border:1px solid #909399;box-shadow:0 0 5px #909399;text-shadow:0 0 1px;border-radius:1px}.cy-button .but-info.is-ghost:hover{opacity:1;text-shadow:0 0 5px;box-shadow:0 0 10px #909399}.cy-button .but-info.is-ghost:active{box-shadow:0 0 5px #909399}.cy-button .but-info.is-ghost:focus{text-shadow:0 0 5px #909399;box-shadow:0 0 15px #909399}.cy-button .but-warning.is-ghost{color:#e6a23c;background-color:transparent;border:1px solid #e6a23c;box-shadow:0 0 5px #e6a23c;text-shadow:0 0 2px;border-radius:1px}.cy-button .but-warning.is-ghost:hover{opacity:1;text-shadow:0 0 5px;box-shadow:0 0 10px #e6a23c}.cy-button .but-warning.is-ghost:active{box-shadow:0 0 5px #e6a23c}.cy-button .but-warning.is-ghost:focus{text-shadow:0 0 3px #e6a23c;box-shadow:0 0 10px #e6a23c}.cy-button .but-error.is-ghost{color:#ee0a24;background-color:transparent;border:1px solid #ee0a24;box-shadow:0 0 5px #ee0a24;text-shadow:0 0 2px;border-radius:1px}.cy-button .but-error.is-ghost:hover{opacity:1;text-shadow:0 0 10px;box-shadow:0 0 17px #ee0a24}.cy-button .but-error.is-ghost:active{box-shadow:0 0 5px #ee0a24}.cy-button .but-error.is-ghost:focus{text-shadow:0 0 10px #ee0a24;box-shadow:0 0 17px #ee0a24}span.ripple{position:absolute;border-radius:50%;transform:scale(0);-webkit-animation:ripple .4s linear;animation:ripple .4s linear;background-color:hsla(0,0%,100%,.7)}@-webkit-keyframes ripple{to{transform:scale(4);opacity:0}}@keyframes ripple{to{transform:scale(4);opacity:0}}.cy-button .tomato{background-color:#f20c00}.cy-button .a{background-color:#ea5506}.cy-button .a1{background-color:#ff004d}.cy-button .a2{background-color:#6200ee}.cy-button .a3{background-color:#f8d800}.cy-button .a4{background-color:#ee827c}.cy-button .a5{background-color:#64ff3d}.cy-button .a6{background-color:#0ed2f7}.cy-button .a7{background-color:#3dffd8}.cy-button .a8{background-color:violet}.cy-button .s{background:linear-gradient(90deg,#ee9ca7,#ffdde1)}.cy-button .s1{background:linear-gradient(90deg,#12c2e9,#c471ed,#f64f59)}.cy-button .s2{background:linear-gradient(90deg,#b92b27,#1565c0)}.cy-button .s3{background:linear-gradient(90deg,#f12711,#f5af19)}.cy-button .s4{background:linear-gradient(90deg,#03001e,#7303c0,#ec38bc,#fdeff9)}.cy-button .s5{background:linear-gradient(90deg,#bdc3c7,#2c3e50)}.cy-button .s6{background:linear-gradient(90deg,#c6ffdd,#fbd786,#f7797d)}.cy-button .s7{background:linear-gradient(90deg,#00c3ff,#ffff1c)}.cy-button .s8{background:linear-gradient(90deg,#833ab4,#fd1d1d,#fcb045)}.cy-button .s9{background:linear-gradient(90deg,#f12711,#f5af19)}.cy-button .btn-fluorescence-one{outline:0;cursor:pointer;line-height:45px;color:#fff;padding:10px 20px;text-align:center;font-size:24px;transform:translate(0)}.cy-button .btn-fluorescence-one,.cy-button .btn-fluorescence-one:before{border-radius:50px;background-image:linear-gradient(90deg,#03aaf4,#f441a5,#ffeb3b,#03aaf4);background-size:400%}.cy-button .btn-fluorescence-one:before{content:"";position:absolute;left:-5px;right:-5px;top:-5px;bottom:-5px;z-index:-1;filter:blur(20px)}.cy-button .btn-fluorescence-one:focus:before,.cy-button .btn-fluorescence-one:hover:before{-webkit-animation:fluorescence 8s linear infinite;animation:fluorescence 8s linear infinite}@-webkit-keyframes fluorescence{to{background-position:-400% 0}}@keyframes fluorescence{to{background-position:-400% 0}}.cy-button .btn-flow-light-one{outline:0;cursor:pointer;background-color:transparent;padding:0 20px;border:transparent;line-height:45px;text-align:center;position:relative;overflow:hidden;color:#03e9f4}.cy-button .btn-flow-light-one:hover span{box-shadow:0 0 5px #03e9f4}.cy-button .btn-flow-light-one:active,.cy-button .btn-flow-light-one:focus{box-shadow:0 0 10px #03e9f4}.cy-button .btn-flow-light-one span{position:absolute}.cy-button .btn-flow-light-one span:first-child{width:120px;height:2px;background:-webkit-linear-gradient(left,transparent,#03e9f4);top:0;left:-120px;-webkit-animation:sp1-one 1s linear infinite;animation:sp1-one 1s linear infinite}@-webkit-keyframes sp1-one{to{left:120px}}@keyframes sp1-one{to{left:120px}}.cy-button .btn-flow-light-one span:nth-child(2){width:2px;height:45px;background:-webkit-linear-gradient(top,transparent,#03e9f4);top:-45px;right:0;-webkit-animation:sp2-one 1s linear .5s infinite;animation:sp2-one 1s linear .5s infinite}@-webkit-keyframes sp2-one{to{top:45px}}@keyframes sp2-one{to{top:45px}}.cy-button .btn-flow-light-one span:nth-child(3){width:120px;height:2px;background:-webkit-linear-gradient(right,transparent,#03e9f4);left:120px;bottom:0;-webkit-animation:sp3-one 1s linear 1.1s infinite;animation:sp3-one 1s linear 1.1s infinite}@-webkit-keyframes sp3-one{to{left:-120px}}@keyframes sp3-one{to{left:-120px}}.cy-button .btn-flow-light-one span:nth-child(4){width:2px;height:45px;background:-webkit-linear-gradient(bottom,transparent,#03e9f4);left:0;top:45px;-webkit-animation:sp4-one 1s linear 1.6s infinite;animation:sp4-one 1s linear 1.6s infinite}@-webkit-keyframes sp4-one{to{top:-45px}}@keyframes sp4-one{to{top:-45px}}.cy-button .btn-flow-light-two{outline:0;cursor:pointer;display:block;background-color:transparent;padding:0 20px;border:transparent;line-height:45px;text-align:center;position:relative;overflow:hidden;color:#03e9f4}.cy-button .btn-flow-light-two:hover span{box-shadow:0 0 5px #03e9f4}.cy-button .btn-flow-light-two:active,.cy-button .btn-flow-light-two:focus{box-shadow:0 0 10px #03e9f4}.cy-button .btn-flow-light-two span{position:absolute}.btn-flow-light-two span:first-child{width:120px;height:2px;background:-webkit-linear-gradient(left,transparent,#03e9f4);top:0;left:-120px;-webkit-animation:sp1-two .9s linear infinite;animation:sp1-two .9s linear infinite}@-webkit-keyframes sp1-two{to{left:120px}}@keyframes sp1-two{to{left:120px}}.btn-flow-light-two span:nth-child(2){width:2px;height:45px;background:-webkit-linear-gradient(top,transparent,#03e9f4);top:-45px;right:0;-webkit-animation:sp2-two .5s linear .9s infinite;animation:sp2-two .5s linear .9s infinite}@-webkit-keyframes sp2-two{to{top:45px}}@keyframes sp2-two{to{top:45px}}.btn-flow-light-two span:nth-child(3){width:120px;height:2px;background:-webkit-linear-gradient(right,transparent,#03e9f4);left:120px;bottom:0;-webkit-animation:sp3-two .9s linear 1.4s infinite;animation:sp3-two .9s linear 1.4s infinite}@-webkit-keyframes sp3-two{to{left:-120px}}@keyframes sp3-two{to{left:-120px}}.btn-flow-light-two span:nth-child(4){width:2px;height:45px;background:-webkit-linear-gradient(bottom,transparent,#03e9f4);left:0;top:45px;-webkit-animation:sp4-two .5s linear 2.3s infinite;animation:sp4-two .5s linear 2.3s infinite}@-webkit-keyframes sp4-two{to{top:-45px}}@keyframes sp4-two{to{top:-45px}}.cy-button .btn-move-border{outline:0;cursor:pointer;width:160px;line-height:40px;background-color:transparent;border:2px solid #3489db;color:#000;font-size:16px;text-align:center;position:relative}.cy-button .btn-move-border:after{content:"";width:17px;height:2px;background-color:red;position:absolute;top:-2px;left:10px;transition:all 1s ease}.cy-button .btn-move-border:hover:after{left:130px}.cy-button .btn-move-border:before{content:"";width:17px;height:2px;background-color:red;position:absolute;bottom:-2px;right:10px;transition:all 1s ease}.cy-button .btn-move-border:hover:before{right:130px}.cy-button .btn-move-border:active{border:2px solid red}.cy-button .btn-move-border:focus:after,.cy-button .btn-move-border:focus:before{background-color:orange}div .black[data-v-60fa30f5]{background-color:#000;padding:10px 0}div .black div[data-v-60fa30f5]{margin-left:20px}.cy-button[data-v-60fa30f5]{margin:20px}.black #cy button.btn-move-border{color:#fff}