
a{color: inherit;}
a:hover{color: inherit;text-decoration: none; }


/*
我的头像
*/
.rj_my_head{text-align: center;padding-top: 40px;margin-bottom: 30px;}
.rj_my_head .rj_avatar{width:100px;height:100px;border-radius: 50%; box-shadow: 0 0 10px 6px rgba(255, 255, 255, 0.5) ;}
.rj_my_head .rj_nickname{padding:10px;margin: 10px;}
.rj_my_head .rj_nickname span{font-size: 14px;}


/*头部*/
.top-title{margin-bottom: 1em}
.top-title img{border-radius: 3px; width: 100%;margin-top: 15px;}
.top-title .nickname{width: 100%;text-align:center;font-size: 1.5em; margin-top: 10px}

.content{margin-bottom: 10px;}
.title{ margin-bottom: 5px;font-size: 16px; }

.box{ width: 100%; background: rgba(255, 255, 255, 0.3); border-radius: 5px; padding:10px ;margin-bottom: 10px;} 
.box input{margin-bottom: .5em;}
.box .button{background:#F74D33; border-radius: 2.5em; height: 2.5em;;line-height: 2.5em; color: #fff;margin-bottom: .5em; }
.box .invite{background:#FFDD00; border-radius: 3em; height: 3em;;line-height: 3em;cursor: pointer; }

#share{position: fixed; top:0;width: 100%; height: auto; z-index: 9;display: none;  left:0;}

/*底部导航 rj-foot-nav*/
.rj-foot-nav{position: fixed; bottom: 0;max-height:55px; margin:0 auto; width:100%; background: #fff;}
.rj-foot-nav .row{border-top:1px solid #eee; padding-top:4px;}
.rj-foot-nav div{ overflow: hidden}
.rj-foot-nav img{height:22px; width:auto; margin-bottom: 0.2em;}
.rj-foot-nav p{ margin-bottom: 0.5em; font-size: 0.9em; color: #B8B8B8;width: 100% !important;overflow: hidden;white-space: nowrap;text-overflow: ellipsis ;}
