.content-home {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    height: 300px;
    margin-top: -150px;
    margin-bottom: 100px
}

.content-home .avatar img {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden
}

.content-home .name {
    font-size: 26px;
    color: #515151;
    font-weight: 400;
    font-style: normal;
    line-height: 50px;
    height: 50px;
    margin: 0 auto;
    letter-spacing: -.03em
}

.content-home .slogan {
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 26px;
    color: #666
}

.content-home .nav {
    color: #bbb
}

.content-home .nav .item {
    display: inline-block
}

.content-home .nav .item a {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #515151;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    transition-propety: background-color
}

.content-home .nav .item a:hover {
    color: #1E90FF
}

.content-home .nav .item:last-child span {
    display: none
}

@media (max-width: 640px) {
    .content-home .title {
        font-size:3rem;
        font-weight: 100;
        letter-spacing: -.05em
    }
}

.text-center {
    text-align: center
}

.ico-img {
  display:inline-block;
}

.ico-a {
  border:0; margin: 0 5px
}

.ico-div {
  text-align:center; margin:0 auto; margin-top: 15px
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

html,body {
    min-height: 100%;
    background: #fff;
    font-family: 'Roboto', Verdana, "Open Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans CN", "WenQuanYi Micro Hei", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent
}

code,pre,samp {
    font-family: 'Roboto', Verdana, "Open Sans", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans CN", "WenQuanYi Micro Hei", Arial, sans-serif
}

* {
    box-sizing: border-box
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul {
    line-height: 1.8em;
    padding: 0;
    list-style: none
}

ul li {
    list-style: none
}



@media screen and (max-width: 767px) {
    html,body {
        overflow-x:hidden
    }
}

code {
    padding: 4px 9px;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #f7f7f7
}

figure.highlight {
    display: block;
    overflow-x: auto;
    margin: 0 0 15px;
    padding: 16px;
    color: #555;
    font-size: 14px;
    border-radius: 6px;
    background-color: #f7f7f7;
    overflow-y: hidden
}


hr {
    max-width: 400px;
    height: 1px;
    margin-top: -1px;
    border: none;
    background-color: #bbb;
    background-image: -webkit-linear-gradient(0deg, #fff, #bbb, #fff)
}

/*
     FILE ARCHIVED ON 06:17:17 Apr 02, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:00:00 Mar 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.849
  exclusion.robots: 0.082
  exclusion.robots.policy: 0.067
  esindex: 0.015
  cdx.remote: 18.529
  LoadShardBlock: 208.522 (3)
  PetaboxLoader3.resolve: 499.265 (4)
  PetaboxLoader3.datanode: 110.743 (5)
  load_resource: 477.309
  loaddict: 42.498
*/