@charset "utf-8";

/* 头部登录 */
.head_addon {width: 100%;}

.user {position: absolute; top: -170px; width: 67%; text-align: right;}
.user a {background: #1b96ff; display: inline-block; padding: 3px 12px; font-size:14px; border-radius: 3px;}

@media (max-width: 1200px) {
  .head_addon {width: 1200px;}
}
