.h-head {
    position: relative;
}

.urlentry {
    position: absolute;
    padding: .4rem .3rem 0;
    top: .9rem;
    right: 0.1rem;
    /* width: 2rem; */
    font-size: .28rem;
    background: #333333;
    background-size: 100% 100%;
    z-index: 9999;
}

.urlentry.hide {
    display: none;
}

.urlentry a {
    display: block;
    padding: .2rem 0;
    border-bottom: 1px solid #fff;
    color: #ffffff !important;
}

.h-head .none img,
.urlentry a img,
.urlentry a svg {
    width: .36rem;
}

.urlentry a:nth-child(4) {
    border: none;
}

.urlentry .icon {
    position: relative;
    top: .05rem;
    margin-right: .1rem;
}