.app_list{position:fixed;bottom:5%;right:5%;border-radius:50%;z-index:999;width:50px;height:50px;border:1px solid #ccc;background-color:#fff}.app_list:hover .icon{background-color:#545c64;color:#ffd04b}.app_list:hover .app_post{display:block;animation:myfirsts 1s;-moz-animation:myfirsts 1s forwards;-webkit-animation:myfirsts 1s forwards;-o-animation:myfirsts 1s forwards}.app_list .icon{width:50px;height:50px;color:#666;font-size:22px;line-height:50px;border-radius:50%;text-align:center;position:absolute;z-index:999}.app_list .icon:hover{background-color:#545c64;cursor:pointer;animation:myfirst 1s;-moz-animation:myfirst 1s;-webkit-animation:myfirst 1s;-o-animation:myfirst 1s}@-webkit-keyframes myfirst{0%{transform:rotate(0deg)}50%{transform:rotate(-1turn)}to{transform:rotate(0deg)}}@keyframes myfirst{0%{transform:rotate(0deg)}50%{transform:rotate(-1turn)}to{transform:rotate(0deg)}}.app_list .app_post{margin:0 25px 25px 0;width:200px;overflow:hidden;display:none;position:absolute;bottom:0;right:0;z-index:3;padding:5px 5px;background-color:#545c64}@-webkit-keyframes myfirsts{0%{width:0}to{width:200px}}@keyframes myfirsts{0%{width:0}to{width:200px}}.app_list .app_post p{width:100%;font-size:14px;height:46px;line-height:46px;color:#fff;padding-left:20px;box-sizing:border-box;background-color:#545c64}.app_list .app_post p i{line-height:46px;margin-right:10px}.app_list .app_post p:hover{color:#ffd04b;cursor:pointer;background-color:#434a50}.app_list .app_post .el-collapse-item__header{width:100%;height:48px;line-height:48px;color:#fff;padding-left:30px;box-sizing:border-box;background-color:#545c64}.app_list .app_post .el-collapse-item__header:hover{color:#ffd04b;cursor:pointer;background-color:#434a50}.app_list .app_post .el-collapse-item__wrap .el-collapse-item__content{width:100%;background-color:#545c64;padding-bottom:10px}.app_list .app_post .el-collapse-item__wrap .el-collapse-item__content .app_post_list{height:44px;text-align:center;line-height:44px;color:#fff}.app_list .app_post .el-collapse-item__wrap .el-collapse-item__content .app_post_list:hover{color:#ffd04b;cursor:pointer;background-color:#434a50}*{margin:0;padding:0}.clearfix:after{clear:both;display:block;content:""}.fl{float:left}.fr{float:right}h1,h2,h3,h4,h5,h6{font-size:16px;font-weight:400}input,textarea{border:none;outline:none}img{display:block}button{border:none;background-color:transparent}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{--webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);border-radius:6px}::-webkit-scrollbar-thumb{border-radius:3px;background:#dcdcdc;--webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.5)}::-webkit-scrollbar-thumb:window-inactive{background:hsla(0,0%,86.3%,.4)}