
 * {
    margin: 0;
    padding: 0;
    list-style: none;
}

span {
    font-size: 24px;
}

.header {
    text-align: center;
    margin:50px 0;
}
.header .user{
    font-size:22px;
    font-weight: bold;
}
.content {
    display: flex;
    justify-content:center;
    flex-direction: column;
    flex-wrap: wrap;
    flex-basis: 25%;
    /* align-items: flex-start; */
}


.report p {
    font-size: 16px;
    text-align: center;
}
.index {
    margin: 0 30px;
    /* width:20%; */
}

.index .a {
    float: right;
    font-size: 10px;
    margin-top:30px;
}

.index ul li {
    border-top: 2px solid #ccc;
    padding: 10px;
    color: #000;
    font-weight: bold;
}

.index ul li:first-child {
    margin-top: 20px;
}

.index ul li span {
    float: right;
}

.index img {
    width: 35%;
    height: 35%;
    border: 2px solid #ccc;
}
