.hisi-header-nav {
    width:150px!important;
}
.hisi-header-nav .nick {
    width:95px;
    max-width:95px!important;
}
.hs-first-menu, .hs-menu-tabs {
    right:150px;
}

.pop-payment {
    padding:10px 20px;
}

.pop-payment a {
    display:block;
    padding:10px 0;
    border:1px solid #ccc;
    border-radius:5px;
    margin:10px 0;
    position: relative;
}

.pop-payment a i {
    position: absolute;
    right:10px;
    top: 12px;
    font-size:30px;
    color:#eee;
}

.pop-payment a:hover i {
    color:var(--hszs);
}