.game-list-section{align-items:flex-start;display:flex;flex-shrink:0;height:600px;overflow:visible;width:100%}.game-list-section .game-cont{align-items:flex-start;background:#1c1c1c;box-shadow:0 10px 28px -10px #000c;cursor:pointer;display:flex;flex-direction:column;flex-shrink:1;gap:24px;height:532px;overflow:hidden;padding-bottom:32px;transition:all .4s ease;width:20%}.game-list-section .game-cont.expanded{flex-shrink:0;width:484px}.game-list-section .game-cont:not(.expanded):hover{width:22%}.game-list-section .game-cont .game-cover{align-self:stretch;background-position:50%;background-repeat:no-repeat;background-size:cover;flex-shrink:0;height:45%;position:relative;width:100%}.game-list-section .game-cont .game-cover .mobile-add-btn,.game-list-section .game-cont .game-cover .mobile-game-title{display:none}.game-list-section .game-cont .game-cover .game-logo{bottom:0;-o-object-fit:contain;object-fit:contain;position:absolute;width:100%}.game-list-section .game-cont .game-desc{align-items:center;align-self:stretch;display:flex;flex:1 0 0;flex-direction:column;justify-content:space-between;padding:0 32px;position:relative;transition:all .4s ease}.game-list-section .game-cont .game-desc .game-title{color:#fff;display:flex;flex:1 1 auto;flex-wrap:wrap;font-size:18px;font-style:normal;font-weight:800;line-height:normal;overflow:hidden;text-align:center}.game-list-section .game-cont .game-desc .add-btn{aspect-ratio:1/1;color:#fff9;cursor:pointer;height:24px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:24px}.game-list-section .game-cont .game-desc .add-btn img{height:24px;width:24px}.game-list-section .game-cont .game-desc .add-btn,.game-list-section .game-cont .game-desc .game-title{transition:opacity .3s ease}.game-list-section .game-cont .game-desc .game-description,.game-list-section .game-cont .game-desc .visit-btn{margin-bottom:50px;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .4s ease .3s,transform .4s ease}.game-list-section .game-cont .game-desc.expanded{flex-basis:0!important;gap:16px}.game-list-section .game-cont .game-desc.expanded .game-description,.game-list-section .game-cont .game-desc.expanded .visit-btn{opacity:1;pointer-events:auto;transform:translateY(0)}.game-list-section .game-cont .game-desc.expanded .game-description{color:#fff9;font-size:16px;font-style:normal;font-weight:500;height:auto;line-height:normal;max-height:60px;max-width:370px;text-align:center;width:100%}.game-list-section .game-cont .game-desc.expanded .visit-btn{align-items:center;background:#b59765;border:none;border-radius:4px;cursor:pointer;display:flex;gap:8px;height:48px;justify-content:center;outline:none;transition:transform .3s,background-color .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:220px}.game-list-section .game-cont .game-desc.expanded .visit-btn:active{transform:scale(1.1)}.game-list-section .game-cont .game-desc.expanded .visit-btn .router-link{align-items:center;color:#1c1c1c;display:flex;font-family:Mark Pro;font-size:16px;font-style:normal;font-weight:500;height:100%;justify-content:center;line-height:normal;padding:0 24px;text-decoration:none;width:100%}.game-list-section .mobile-tab{display:none;text-decoration:none}
