.account{
    height: 25vh;
    background: center center no-repeat #FF4444;
    margin-top: 44px;
    padding:7vh 0;
}
.account .login{
    text-align: center;
}
.account .login a{
    height: 20px;
    width: 100px;
    background: #fff;
    padding:5px 20px;
    border-radius: 5px;
    color: #3882ff;
}
.account .register{
    text-align: center;
}
.account .register p{
    margin-top: 4vh;
    color:#fff;
}
.account .register p a{
    color:#fff;
    font-size: 2rem;
}

.account .person{
    display: flex;
    flex-direction: row;
    justify-content: left;
    position: relative;
}
.account .person .head{
    text-align: center;
    margin-left: 10%;
}
.account .person .head img{
    width: 15vw;
    height: 15vw;
     
}
.account .person .info{
    color:#fff;
    display: flex;
    flex-direction:column;
    justify-content: center;
    margin-left: 20px;
}
.account .person .info .auth{
    font-size: 1.7rem;
}
.account .person  .right{
    position: absolute;
    right: 10px;
    height: 15vw;
    line-height: 15vw;
    color: #fff;
    
}
.nav{
    margin-top: 15px;
    font-size: 1.8rem;
}
.nav i{
    margin-right: 5px;
    font-size: 2rem;
}

/********¸²¸ÇmuiÑùÊ½********/
.mui-table-view:before,.mui-table-view:after{
    background-color:transparent;
}
