/* User Home */
body.layout-pc{
    padding-top:45px;
}
.home-header {
    margin:10px 0;
    padding:0;
    height:150px;
    overflow:hidden;
}
.home-header-default {
    background-color:#eaeaea;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.home-header-default h1 {
    margin:25px 0 0 0;
    padding:0;
    height:60px;
    line-height:60px;
    font-size:36px;
    color:#006699;
    overflow:hidden;
}
.home-header-default .user-avatar {
    float:left;
    width:140px;
    margin:11px 0 0 11px;
    padding:0;
}
.home-header-default .user-avatar a {
    margin:0;
}
.home-header-default .signature {
    margin:0;
    padding:0;
    height:30px;
    line-height:30px;
    color:#666;
    font-size:16px;
    overflow:hidden;
}
.home-header-image {
    background-color:transparent;
    background-position:0 0;
    background-repeat:no-repeat;
}
.home-box-ucenter {
    position:relative;
    margin:5px 0;
    text-align:center;
}
.home-box-ucenter-simple {
    margin:0 5px 0 0;
}
.home-box-ucenter .user-avatar {
    float:none;
    width:220px;
    margin:5px auto;
    padding:10px 0;
}
.home-box-ucenter .user-avatar a {
    margin-left:46px
}
.home-box-ucenter .user-name {
    padding:10px;
    clear:both;
    text-align:center;
    line-height:20px;
    font-size:18px;
}
.home-box-ucenter .user-name a,.home-box-ucenter .user-name a:hover {
    text-decoration:none;
}
.home-box-ucenter .user-state {
    clear:both;
    margin:5px 0;
    padding:5px;
    border:1px solid #ccc;
    background-color:#f6f6f6;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.home-box-ucenter .user-state a {
    width:50%;
    text-align:center;
    height:50px;
    text-decoration:none;
}
.home-box-ucenter .user-state a:hover {
    text-decoration:none;
}
.home-box-ucenter .user-state-left {
    float:left;
}
.home-box-ucenter .user-state-right {
    float:right;
    border-left:1px solid #ccc
}
.home-box-ucenter .user-state a b,.home-box-ucenter .user-state a u {
    display:block;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
    text-align:center;
}
.home-box-ucenter .user-state a b {
    height:30px;
    line-height:30px;
    font-size:18px;
    color:#333
}
.home-box-ucenter .user-state a u {
    height:16px;
    line-height:16px;
    font-size:12px;
    color:#999
}
.home-box-ucenter .user-action {
    clear:both;
    padding:5px 0;
}
.home-box-ucenter .user-count {
    clear:both;
    margin:5px 0;
    padding:5px 8px;
    border:1px solid #ddd;
    background-color:#fff;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.home-box-ucenter .user-count p {
    clear:both;
    margin:0;
    padding:5px 0;
    font-size:12px;
    line-height:1.1em;
    color:#666;
    text-align:center;
}
.home-box-ucenter .user-info {
    clear:both;
    margin:5px 0;
    padding:5px 8px;
    text-align: left;
    border:1px solid #ddd;
    background-color:#f6f6f6;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.home-box-ucenter .user-info p {
    clear:both;
    margin:0;
    padding:5px 0;
    font-size:12px;
    line-height:1.1em;
    color:#666
}
.home-box-ucenter .user-info p b {
    color:#555
}

.box-home-full {
    padding: 10px 25px;
}

.box-share-code{position:relative;clear:both;height:125px;margin:10px auto;padding:0;background:#fff;border: 1px solid #ccc;overflow: hidden;}
.box-share-code .share-title{clear:both;margin:0;padding:0 10px;text-align:left;height:25px;line-height:25px;background:#eaeaea;border-bottom: 1px solid #ccc;}
.box-share-code .share-title b{font-size:14px;color:#333;}
.box-share-code .share-title span{float:right;height:25px;line-height:25px;font-size:14px;color:#666;}
.box-share-code .share-js{height:60px;padding:10px;overflow: hidden;}
.box-share-code .share-qrcode{position: absolute;top:25px;right:0px;margin:0;padding:0}
.box-share-code .share-qrcode img{width:100px;height:100px;display:none;}
.box-share-code .share-qrcode img{border-left: 1px solid #ccc;}