.headerlog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.headerlog .my .price {
    margin: 0 7px;
}
.font_fix font{
    font-weight:400;
}
.headerlog .wrap .top-money { margin-left: 10px;}
.headerlog .my {margin-left: 10px;width: 150px;}
.error_img,.error_text,.error_href{text-align:center;}
.error_img{height:196px;line-height:196px;margin-top:89px;}
.error_text{height:20px;line-height:20px;font-size:14px;color:#2E2E30;letter-spacing:0;margin-top:80px;}
.error_href{height:36px;margin-top:20px;margin-bottom:100px;}
.error_href a{display:inline-block;width:100px;height:36px;line-height:36px;background:#F85659;border-radius:100px;font-size:14px;color:#FFFFFF;letter-spacing:0;}
html {
  height: 100%;
}
body {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}
.footer {
  grid-row-start: 2;
  grid-row-end: 3;
}