.myend .top .el-icon-bell {
    border: 1px solid #d4d4d4;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 0px;
}
.myend .el-badge__content.is-fixed {
    position: absolute;
    right: 10px;
    top: 8px;
}
.myend .item {
    position: relative;
    right: 5px;
    top: -22px;
}

.myend .el-badge {
    position: relative;
    vertical-align: middle;
    display: inline-block;
}
.myend .topright {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 70px;
    height: 80px;
    top: 20px;
}
.topright:hover .el-icon-arrow-down{
    color:#333;
}
.myend .logo{
    float: left;
    height: 50px;
    overflow: hidden;
    margin: 10px 20px;
    margin-left: 10px;
}
.myend  .logo img {
    height:40px;
    margin-top: 5px;
}

.el-icon-user{
    font-size: 20px;
    line-height: 30px;
}
.el-icon-arrow-down{
    position: absolute;
    top: 10px;
    right: 0;
}