body,html{
    height: 100%;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.container{
    height: 100%;
    width: 100%;
    /* display: flex; */
    overflow: hidden;
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;

}

.container .header{

    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top:0.3rem;
    min-height: 1rem;

}
.container .header img{
    width: 72%;
}

.container .content{
    /*min-height: 70%;*/
    width: 100%;
    display: inline-block;
    justify-items: unset;
    /* align-items: center; */
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container .footer{
    display: inline-block;width: 100%;
    text-align: center;
    position: fixed;
    bottom:0;
}

.container .footer img{
    width: 100%;
}

.score-list{
    width: 80%;
    margin: 0 10%;
    min-height: 351px;
    /*background-color: rebeccapurple;*/
}

.item {
    display: flex;
    color: #fff;
    /*flex-direction: row;*/
    /*justify-content: space-between;*/
    font-size: 0.3rem;
    line-height: 0.7rem;
}
.num, .score {
    width: 20%;
}
.name {
    width: 60%;
}
.num img {
    width: 0.44rem;
    height: 0.54rem;
    vertical-align: middle;
}

.me {
    border-top: 1px solid #fff;
    width: 80%;
    margin: 0 10%;
}