@font-face {
    font-family:'Product Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://www.phenxso.com/lib/font/ProductSans.woff2) format('woff2');
    font-display: swap;
}
body, html {
    font-family:'Product Sans';
    height:100%;
    width: 100%;
    text-shadow:.15em .15em 0 #000;
    color:#fff
}
body {
    background-image:url(https://img.phenxso.com/uploads/big/e14e4a4429befb43fce42bbeb639868b.jpg);
    width:100%;
    height:100%;
    background-size:cover;
    margin:0;
    padding:0;
    width:100%;
    display:table;
    background-color:#FFF
}
.index {
    z-index:-1;
    position:absolute;
    left:0;
    top:0
}
.container {
    text-align:center;
    display:table-cell;
    vertical-align:middle
}
.bl-center {
    /*border: 1px solid rgba(255, 255, 255, 0.6);*/
    background-image: linear-gradient(to right, #231557 0%, #44107A 29%, #FF1361 67%, #FFF800 100%);
    width: 40%;
    height: 0.2em;
    left: 0;
    right: 0;
    margin: 1em auto;
}
.content {
    text-align:center;
    display:inline-block
}
.avatar {
    width:144px;
    height:144px;
    border-radius:15%;
    transition:all 1.5s
}
.avatar:hover {
    transform: scale(1.1);
    box-shadow:0 0 10px rgba(97, 118, 130, 0.65)
}
.title {
    font-size:2.5em
}
.links-content{
    word-break:keep-all;
    padding: .2em 3em 1em 3em;
}
.links-content a{
    padding: .5em .1em;
    display: inline-block;
}
a {
    text-decoration:none;
}
a:link {
    text-decoration:none;
    color:#fff
}
a:visited {
    text-decoration:none;
    color:#fff
}
a:hover {
    cursor:pointer;
    color: rgba(167, 167, 167, 0.42);
    -webkit-transition:all .1s linear;
    transition:all .1s linear
}
a.popup {
    position:relative;
}
a.popup span {
    text-align: center;
    display:none;
    position:absolute;
    top: -2.5em;
    left: 0.2em;
    z-index: 99;
    padding: 0.3em;
    width: 10em;
}
a.popup:hover span {
    display:inline-block;
}
.popup-box {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    height: 1.5em;
}
.footer {
    position: relative;
    text-align: left;
    font-size:0.75em;
    position:absolute;
    bottom:0;
    width:100%;
    z-index:11;
    padding:5px 10px;
    box-sizing:border-box;
    clear:both;
    background:linear-gradient(transparent, rgba(0, 0, 0, .2));
    color: #fff;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #fff;
    -webkit-transition:all .1s linear;
    transition:all .1s linear
}
.bl-left {
    border: 2px solid rgba(255, 255, 255, 0.19);
    width: 100%;
    margin-top: 2em;
}
#logo {
    display: inline-block;
    float: left;
    width: 10em;
    padding: 1em;
}
.logo-popup{
    background-image: url('https://img.naiel.cn/uploads/big/f918bd6ea3cd29a97969a2935322ad4a.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.footer-content {
    display: inline-block;
    float: left;
    padding: .5em;
}