.user-avatar{
    width: 20px;
    border-radius: 50%;
}
.user-name{
    color:#fff;
    font-size:12px;
    position: relative;
}
.user-name:hover .my-menu{
    display: block;
}
.shopping{
    height: 37px;
    border-radius: 23px;
    width: 120px;
    border: 1px solid #FF5353;
    color: #FF5353;
    line-height: 37px;
    float: right;
    margin-top: 15px;
    position: relative;
    right: 95px;
}
.shopping a{
    text-decoration: none;
}
.shopping a:hover{
    text-decoration: none;
}
.shopping img{
    margin:-3px 8px 0 0;
    border:none;
    width: 17px;
}
.shopping-font{
    color:#FF5353;
    padding: 0px 8px 0 2px;
}
.shopping-num{
    display: inline-block;
    background: #FF4A4A;
    width: 18px;
    height: 18px;
    color: white;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    font-size: 16px;
    vertical-align: middle;
}
.location{
       color:#fff;
       font-size:12px;
       margin-right:30px;
}
.location img{
    width: 12px;
    margin-right: 7px;
}
.company-tel{
    color:#fff;
    font-size:12px;
}
.my-menu{
    display: none;
    background: #fff;
    position: absolute;
    z-index: 10;
    width: 170px;
    left: 0px;
    top: 21px;
    border: 1px solid #ccc;
}
.my-menu ul {
    padding: 10px 0 0 0;
}
.my-menu ul li {
    text-align: left;
    padding: 8px 28px;
    line-height: normal;
}
.my-menu ul li:hover {
    background: #eee;
}
.my-menu a{
        color: #656565;
        font-size: 14px;
        text-decoration: none;
}
.my-menu a:hover {
    color: #FF5353;
    text-decoration: none;
}
.qrcode{
 float: right;
 margin-right: -137px;
 width: 90px;
 height: 90px;
 line-height: 90px;
 margin-top: -24px;
 background: #fff;
 cursor: pointer;
 border-radius: 3px;
 box-shadow: 0px 3px 3px #c8c8c8;
 color: #FF5353;
 font-size: 12px;
}
.qrcode img{
    width: 86px;
    height: 86px;
}
.qrcode span{
    position: relative;
    top: -30px;
}
/*.div{*/
/*    display: none;*/
/*}*/
.nav-menu-new .nav-user img{
    border: none !important;
}
.nav-menu-new .nav-user a{
    padding: 0 !important;
}
.nav-menu-new .nav-user .qrcode{
    margin-top: 0;
}
.nav-menu-new form{
    display: block !important;
}
.nav-user{
    float: right;
}
.own_list li a{
    color:#333
}
