@import "https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap";body{font-optical-sizing:auto;background-color:#202020;margin:0;font-family:Noto Sans TC,serif;font-style:normal;font-weight:400;overflow-x:hidden}#amount,#times{cursor:pointer}.amount,.times{margin-left:5px}.container{flex-direction:column;align-items:center;display:flex}.hide{display:none!important}main{flex-wrap:wrap;justify-content:center;gap:10px;width:100%;display:flex}.username{width:40%}a{color:#fff;text-decoration:none}a:hover{color:#bfbfbf}.avatar_part{justify-content:center;align-items:center;display:flex;position:relative}.avatar_img{object-fit:cover;border:3px solid #bfbfbf;border-radius:40px;width:40px;height:40px;margin:5px 10px;overflow:hidden}.flag_img{width:20px;position:absolute;bottom:6px;right:6px}.model_buttons{justify-content:space-between;width:99%;display:flex}.model_name{color:#fff}.model_buttons_navi{color:#fff;justify-content:center;align-items:center;width:30px;height:30px;text-decoration:none;display:flex}.model{background-color:#303133;border-radius:20px;width:16%;display:flex}.tip_part{flex-direction:column;flex:1;justify-content:center;display:flex}.model_tip{color:#fff;align-items:center;gap:0 10px;width:100%;font-size:80%;display:flex}.amount_part{align-items:center;display:flex}.model_tip .material-symbols-outlined{font-size:1.2em}.text-animation{animation:3s ease-in-out changeColor}@keyframes changeColor{0%{background-color:#303133}25%{background-color:#595820}50%{background-color:#595820}to{background-color:#303133}}.loader{box-sizing:border-box;border:5px solid #fff;border-bottom-color:#0000;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotation;display:inline-block}.loader_back{background-color:#000000d9;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:fixed;top:0;left:0}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toolbar{justify-content:space-between;align-items:center;width:98%;margin:10px 0;display:flex}.sortbar{justify-content:right;align-items:center;gap:0 5px;width:100%;margin:10px 0;display:flex}.toolbar a{background-color:#002500;border:1px solid green;border-radius:10px;margin-right:10px;padding:5px 10px}@media (width<=1280px){.model{width:45%}main{gap:15px}}@media (width<=768px){.model{width:95%}main{gap:15px}.username{width:60%}}