.box {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 0.8rem;
    background-color: #f4f4f4;
    overflow: hidden;
}

/* header */
.header {
    width: 100%;
    height: 0.46rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header a {
    float: left;
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    text-align: center;
}

.header h3 {
    width: 100%;
    padding-left: 0.24rem;
    font-size: 0.18rem;
    color: #333;
    text-align: center;
    box-sizing: border-box;
}

/* 用户信息 */
.section {
    width: 100%;
    height: auto;
    margin-top: 0.1rem;
    border-radius: 0.1rem;
    background-color: #fff;
    overflow: hidden;
}

.uerInfo {
    width: 100%;
    padding: 0.2rem 0.1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
}

.avatar {
    float: left;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
}

.uerInfo span {
    float: left;
    margin-left: 0.2rem;
    font-size: 0.14rem;
    color: #333;
    line-height: 0.2rem;
}

.section h3 {
    display: block;
    width: 100%;
    height: 0.4rem;
    font-size: 0.16rem;
    color: #333;
    line-height: 0.4rem;
    text-indent: 0.1rem;
    border-bottom: 0.01rem solid #eee;
}

.section ul {
    width: 100%;
    height: auto;
    margin: 0.2rem auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.section ul li {
    width: 33.33333%;
    position: relative;
}

.section ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section ul li a img {
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    margin-bottom: 0.1rem;
}

.section ul li a span {
    font-size: 0.14rem;
    color: #333;
}
.section ul li >span{
    position: absolute;
    display: inline-block;
    width: 0.16rem;
    height: 0.16rem;
    background: #f2160a;
    color: #fff;
    border-radius: 50%;
    font-size: 0.1rem;
    top: 0;
    left: calc(50% + 0.08rem);
    text-align: center;
    line-height: 0.16rem;
}
