.header{
        width: 100%;
    max-width: 750px;
    height: 5rem;
    line-height: 5rem;
    color: #333;
    text-align: center;
    position: fixed;
    top: 0;
    box-sizing: border-box;
    z-index: 2;
    background-color: #fff;
    background-size: 100%;
}
.header div{
    left: 0;
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    height: 5rem;
}
.looktab {
    width: 60%;
    max-width: 500px;
    top: 1.5rem;
    margin: auto;
    left: 0;
    right: 0;
    position: fixed;
    height: 3.6rem;
    text-align: center;
    background-color: #fff;
    z-index: 2;
}
.looktab a {
    line-height: 2rem;
    height: 2rem;
    font-size: 1.6rem;
    display: block;
    float: left;
    position: relative;
    width: 100%;
}
.tab_info {
    margin-top: 7rem;
        width: 94%;
    height: 8rem;
    
}
.tab_info a {
    width: 33%;
    display: inline-block;
    text-align: center;
    float: left;
    color: #666;
}
.my_qxyj_info a i {
    width: 6rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 2.5rem;
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
}
.tab_info a i.success {
    background-image: -webkit-linear-gradient(left,#4fe0b9,#32C93D);
}
.tab_info a i.doing {
    background-image: -webkit-linear-gradient(left,#FEBE13,#FE9C1F);
}
.tab_info a i.fail {
    background-image: -webkit-linear-gradient(left,#bbb,#aaa);
}
.tab_info a i em b {
    font-size: 2.2rem;
    margin-right: 0.3rem;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}
.tab_info a i {
    width: 6rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 2.5rem;
    display: inline-block;
    color: #fff;
    font-size: 1.2rem;
}
.tab_info a span {
    width: 6rem;
    display: block;
    margin: 0.8rem auto 0 auto;
}
.lists .row {
    padding: 2rem 1rem;
    margin: 1.2rem auto;
    border-radius: 1.2rem;
    background-color: #fff;
    box-shadow: 0 0 2.4rem rgb(0 0 0 / 5%);
    display: flex;
}
.lists .row .li {
    width: 33%;
    float: left;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.lists .row .li img.avatar {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    object-fit: cover;
    -webkit-object-fit: cover;
}
.gendersm {
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
}
.lists .row .li em font {
    color: #333;
    font-size: 1.3rem;
    display: inline-block;
    vertical-align: middle;
}
.lists .row .li:nth-child(2) h5 {
    margin-top: 0.5rem;
}
.lists .row .li:nth-child(2) i {
    color: #ddd;
    font-size: 2.4rem;
}
.lists .row .li:nth-child(2) span {
    display: block;
}