body{
    background: #f5f5f5;
}
.top{
    height: 5.653rem;
    background: url(../../common/images/me_top_bg.png) no-repeat;
    background-size:100% 100%; 
    text-align: center;
    margin-bottom: .2rem;
}
input{
    outline: none;
    border:none;
    box-sizing: border-box;
    display: block;
    height: 100%;
}
.top .logo{
    width: 2rem;
    height: 2rem;
    border-radius:50%;
    margin:1.133rem auto 0.72rem;
}
.top .name{
    text-align: center;
    box-sizing: border-box;
    padding:0 .133rem;
    font-size: .48rem;
    color:#333;
}
.top .login{
    width: 2.667rem;
    height: .893rem;
    line-height: .893rem;
    text-align: center;
    color:#fff;
    font-size: .427rem;
    border-radius:5px;
    background: #F3812A;
    margin:0 auto;
}
.menu{
    box-sizing: border-box;
    padding:0 .533rem;
    margin-top: .267rem;
    background: #fff;
}
.menu .li{
    height: 1.467rem;
    line-height: 1.467rem;
    font-size: .48rem;
    color:#333;
    box-sizing: border-box;
    padding-left:0.8rem;
    position: relative;
    border-bottom:1px solid #f5f5f5;
}
.menu .li::after{
    content:"";
    width: .2rem;
    height: .2rem;
    border-top:2px solid #444;
    border-right:2px solid #444;
    position: absolute;
    right:0;
    top:50%;
    transform: translateY(-50%) rotate(45deg);
}
.menu .li a{
    color:#333;
    display: block;
}
.menu .li:nth-child(1){
    background: url(../../common/images/me_ava.png) no-repeat left center;
    background-size:0.56rem 0.56rem;
}
.menu .li:nth-child(2){
    background: url(../../common/images/me_hy.png) no-repeat left center;
    background-size:0.65rem 0.65rem;
}
.menu .li:nth-child(3){
    background: url(../../common/images/me_jfsc.png) no-repeat left center;
    background-size:0.56rem 0.56rem; 
}
.menu .li:nth-child(4){
    background: url(../../common/images/me_gift.png) no-repeat left center;
    background-size:0.56rem 0.56rem;
}
.menu .li:nth-child(5){
    background: url(../../common/images/me_kf.png) no-repeat left center;
    background-size:0.653rem 0.52rem;
}
.menu .li:nth-child(6){
    background: url(../../common/images/me_code.png) no-repeat left center;
    background-size:0.547rem 0.547rem;
    border-bottom:0;
}
