.zoom-in-top-enter-active,.zoom-in-top-leave-active{opacity:1;transform:scaleY(1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transform-origin:center top}.zoom-in-top-enter,.zoom-in-top-leave-active{opacity:0;transform:scaleY(0)}.zoom-in-bottom-enter-active,.zoom-in-bottom-leave-active{opacity:1;transform:scaleY(1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transform-origin:center bottom}.zoom-in-bottom-enter,.zoom-in-bottom-leave-active{opacity:0;transform:scaleY(0)}.fish-lobby{padding-bottom:30px}.fish-lobby .fish-banner{min-height:40px}.fish-lobby .fish-wrapper{margin-top:-40px;padding:40px 50px;border-radius:20px;box-shadow:0 0 20px 0 rgba(52,87,197,.4);background-color:#fff;display:grid;grid-template-columns:repeat(3,340px);gap:25px 48px}.fish-lobby .fish-item{position:relative;padding-top:5px}.fish-lobby .fish-item:hover .action-wrapper{bottom:0}.fish-lobby .fish-title{position:absolute;left:20px;top:-3px;width:150px;height:54px;background:url(../img/fish-title-bg.b64e9dd8.png) no-repeat 50%/contain;font-size:18px;font-weight:700;color:#fff;display:flex;justify-content:center;align-items:center;z-index:2;text-align:center}.fish-lobby .fish-bg{width:100%;position:relative;overflow:hidden;border-radius:20px}.fish-lobby .fish-img{width:100%;height:100%;object-fit:cover;border-radius:20px}.fish-lobby .action-wrapper{width:100%;height:100%;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:rgba(17,30,47,.7);position:absolute;bottom:-100%;left:0}.fish-lobby .action-btn,.fish-lobby .action-wrapper{display:flex;justify-content:center;align-items:center;transition:.2s}.fish-lobby .action-btn{white-space:nowrap;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;border:0 solid transparent;border-radius:60px;background-image:linear-gradient(180deg,#698dff,#3d6cfc),linear-gradient(90deg,#fff,#7199ff 25%,#a2beff 50%,#7199ff 75%,#fff);border-image-slice:1;background-origin:border-box;background-clip:content-box,border-box;border-bottom:2px solid transparent;min-width:70px;height:30px;font-size:14px;font-weight:600;color:#fff;min-width:120px;height:39px}.fish-lobby .action-btn:hover{opacity:.8}