/*header部分个人中心改变*/
.fl{
    float: left;
}
.fr{
    float: right;
}
em,i{
    font-style: normal;
}
a:hover{
    text-decoration: none;
}
.head-img-wrap{
    height: 60px;
    width: 60px;
    text-align: center;
}
a.head-img{
    display: block;
    height: 60px;
    line-height: 60px;
}

.head-img-wrap .head-img img{
    width: 32px;
    height: 32px;
    border-radius: 16px;
    margin-top: 14px;
    vertical-align: baseline;
}
.user-item-wrap{
    width: 268px;
    height: 0px;
    position: absolute;
    right: -40px;
    top:51px;
    overflow: hidden;
}
.user-item-wrap .user-item{
    position: relative;
    margin-top: 10px;
    left: 0;
    top:-1px;
    z-index: 99;
    display: block;
}
.user-item{
    width: 268px;
    height: 124px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
    background: #fff;
    position: absolute;
    z-index: 1000;
    right: 0px;
    top:60px;
    text-align: left;
    color: #333;
    display: none;

}
.up-sanjiao{
    position: absolute;
    top:0px;
    right: 60px;
    z-index: 100;
}
.user-item>div{
    padding: 0 20px 0 12px;
}
.user-item .up-content{
    height: 68px;
    padding-top: 16px;
    background: #f0f0f0;
}
.user-item .down-content{
    height: 40px;
    line-height: 40px;
}
.user-item .head-img img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
    margin-right: 10px;
}
.navbar .user-item .down-content a{
    font-size: 12px;
    color: #949494;
}
.user-item .down-content a{
    font-size: 12px;
    color: #949494;
}
.user-item .down-content a:hover{
    color: #00b7ee;
    transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
}
.mr30{
    margin-right: 30px;
}
.user-item h3{
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 176px;
}
.user-item p{
    font-size: 12px;
    width: 170px;
    margin-top: 5px;
}
.user-item p span.fr:hover{
    color: #00b7ee;
    transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    cursor: pointer;
}
.user-item .color-active{
    color: #00b7ee;
}
.user-item p img{
    position: relative;
    top:3px;
}
.dropdown .user-item .down-smart a:hover{
    color: #00aaff;
}

.down-smart em{
    color: #ddd;
    margin: 0 9px;
}
/*ipad 样式*/
@media screen and (min-width:768px) and (max-width:1024px){
    .user-item{margin-right:10px;}
}