*{
    margin: 0;
    padding: 0;
}
canvas{
    margin: 0 auto;
    display: block;
}
li{
    list-style: none;
    margin: 2px 0px;
}
a{
    margin: 0px 5px;
    cursor: pointer;
}
.fgo{
    margin: 0 auto;
    width: 1116px;
    height: 270px;
    position: relative;
}
.fgo-top{
    position: absolute;
    width: 1116px;
    height: 270px;
}
.text-nick{
    position: absolute;
    top: 227px;
    left: 321px;
    width: 201px;
    text-align: center;
    color: #fff;
    font-size: 22px;
}
.text-uid{
    position: absolute;
    top: 229px;
    left: 797px;
    width: 201px;
    text-align: center;
    color: #fff;
    font-size: 22px;
}
.fgo-img{
    position: absolute;
    width: 1106px;
    height: 165px;
    top: 48px;
    left: 5px;
    border-radius: 20px;
}
.fgo-img-in{
    position: relative;
    height: 100%;
    width: calc(100% / 9 - 1px);
    margin-right: 1px;
    float: left;
    border-radius: 20px;
    background-size: cover !important;
    background-position: center center !important;
}
.setting{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
ul p{
    display: inline-block;
    width: 80px;
}
.skill{
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 123px;
    z-index: 1;
    left: 11px;
}
.level{
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 140px;
    z-index: 1;
    left: 12px;
}
.icon1{
    position: absolute;
    top: 124px;
    z-index: 1;
    left: 87px;
}
.icon1-text{
    position: absolute;
    top: 124px;
    z-index: 1;
    left: 106px;
    color: #fff;
    font-size: 12px;
}
.icon2{
    position: absolute;
    top: 143px;
    z-index: 1;
    left: 73px;
}
.icon3{
    position: absolute;
    top: 143px;
    z-index: 1;
    left: 93px;
}
.tip{
    text-align: center;
    margin-top: 10px;
}