.box-plr{
    padding: 0 .625rem;
}
.top-header i{
    font-size: 2rem !important;
}
.ava-box{
    margin: 1.75rem auto;
    text-align: center;
}
.ava-box img{
    width: 5.75rem;
    height: 5.75rem;
    border-radius: .75rem;
 
}
.ava-re{
    position: relative;
    width: 5.75rem;
    height: 5.75rem;
    margin: 0 auto;
}
.ava-re a{
    display: inline;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.1rem;
    text-align: center;
    border-radius: 1.25rem;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: -.625rem;
    right: -.625rem;
}
.ava-re a i{
    font-size: 1.25rem;
    color: white;
}



.xiug li{
    margin-top: 1.25rem;
    border-bottom: 1px solid #344C47;
}
/* 用户名 */
.nome p{
    font-size: .875rem;
    color: #C4C3C0;
}
.nome div{
    margin-top: .5rem;
    display: flex;
    justify-content: space-between;

}
.nome div span{
    font-size: .875rem;
    color: #ffffff;
}
.nome div a i{
    color: #C4C3C0;
}

/* Configuração do Perfil */
.avatar-box{
  width: 16.25rem;
  margin: 0 auto;  
}
.avatar-box .ava{
    margin-top: 3.75rem;
}
.avatar-box .ava img{
    width: 100%;
}
.fo-but{
    width: 19.6875rem;
    margin: 2.5rem auto;
    text-align: center;
    border-radius: .5rem;
    border-bottom: .125rem solid #0C778D;
}
.fo-but button{
    width: 100%;
    font-size: 1.25rem;
    color: white;
    font-weight: bold;
    height: 3.125rem;
    border: none;
    border-radius: .5rem;
    background: linear-gradient(to right, #255059, #357366, #255059);
}

.fo-butt{
    width: 19.6875rem;
    margin: 2.5rem auto;
    text-align: center;
    border-radius: .5rem;
    border-bottom: .125rem solid #765C29;
}
.fo-butt button{
    width: 100%;
    font-size: 1.25rem;
    color: white;
    font-weight: bold;
    height: 3.125rem;
    border: none;
    border-radius: .5rem;
    background: linear-gradient(to right, #C79656, #F6D865, #C79656);
}
/* Configuração do Perfil 弹窗1*/
.mo{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    /* border: 1px solid red; */
    background-color: rgba(0, 0, 0, 0.5);
}
.tanchuan{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 1.25rem 1.25rem 0 0;
    padding: 3.125rem 1.125rem;
    background: linear-gradient(to bottom, #056070, #218E75);
    text-align: center;
	display: none;
}
.tanchuan.active{display: block;}
.off{
    position: absolute;
    top: 1.125rem;
    right: 1.125rem;
}
.off i{
    font-size: 1.5rem;
    color: #C4C3C0;
}
.fo-inp,.yihang{
    width: 19.6875rem;
    margin: 1.875rem auto;
    height: 3.125rem;
    background-color: #DAE0DF;
    border-radius: .375rem;
}
.fo-inp input{
    border: none;
    background-color: #DAE0DF ;
    width: 100%;
    height: 100%;
    border-radius: .375rem;
    padding: 0 .625rem;
}
.yihang{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .625rem;
    height: 3.125rem;
}
.fo-inpy{
white-space: nowrap;
}
.yihang input{
    border: none;
    background-color: #DAE0DF ;
    width: 100%;
    height: 100%;
    border-radius: .375rem;
   height: 3.125rem;

}
.fo-inpy i,.fo-inpr i{
    font-size: 1.5rem;
    color: #979A9A;
}
.fo-inpy span,.fo-inpr span{
    font-size: 16px;
    color: #545454;
}
.tanchuan p{
    font-size: 1rem;
    color: #ffffff;
    margin-top: 1.875rem;
}
