@charset "utf-8";

#quick{position:fixed;top:50%;left:0;transform:translateY(-50%)}
#quick a{display:block;width:55px;height:100%;padding:35px 20px;font-size:16px;font-weight:700;line-height:1.2;color:#fff;transition:all .3s}
#quick .top_btn a{background:#111}
#quick .btm_btn{margin-top:10px}
#quick .btm_btn a{background:var(--primary)}

@media(hover:hover){
#quick a:hover{width:70px;padding:35px 25px}
}
@media (max-width:1024px){
#quick{display:none}
}