@charset "utf-8";

.headline { display:flex; align-items:center; height:34px; gap:5px; }
.headline > img { height:30px; }
.nickname { font-size:14px; color:rgb(17,17,17); padding-bottom:5px; }
.sidebar .headline { display:block; margin-bottom:5px; text-align:center; border-bottom:1px dotted rgb(204,204,204); }
.currentvisitor { text-align:center; height:34px; line-height:34px; margin-bottom:3px; background:rgb(221,221,221); }

.point_mall_btn { display:flex; flex-direction:column; align-items:center; justify-content:center; top:35%; text-align:center; height:34px; line-height:34px; margin-bottom:3px; 
color:rgb(238,238,238); font-size:13px; font-weight:bold; background: linear-gradient(-45deg, #ff0000, #ff8000, #990000, #6f0000) 0% 0% / 400% 400%;
animation:5s ease 0s infinite normal none running AnimationName; border-radius:2px; }
@keyframes AnimationName {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.welcome li .menu { display:block; height:34px; line-height:34px; text-align:center; position:relative; font-size:12px; color:rgb(255,255,255); background:rgb(8,42,71); border-radius:2px; }
.welcome .logout { margin-top:4px; display:block; height:34px; line-height:34px; text-align:center; color:rgb(221,221,221); background:rgb(34,34,34); border-radius:2px; overflow:hidden; }
.controller { width:100%; display:grid; grid-template-columns:repeat(auto-fit, minmax(20px,1fr)); gap:4px; }
.controller li { flex:1; }
.loginbox { display:grid; }
.login_btn { background:#b90009; color:#fff; font-size:16px; border:0; display:block; width:100%; height:34px; line-height:34px; border-radius:1px; }
.login_form { border:1px solid #cbcbcb; padding:6px 10px; outline:none; margin-bottom:5px; width:100%; border-radius:1px; letter-spacing:-1px; }
.loginbox li a { display:block; background:#000; color:#fff; height:32px; line-height:32px; text-align:center; border-radius:1px; }
.loginbox li:last-child a { background:#858585; }

.loginbox ul { margin-top:5px; display:flex; align-items:center; gap:5px; }
.loginbox ul li { flex:1; }