.xen-navbar {
    background: #0958d9;
}

.xen-navbar-nav a.nav-link {
    color: #fff !important;
}

.xen-title {
    font-size: 22px;
}

.xen-applist {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    list-style: none;

}

.xen-applist img {
    transition: all 0.5s;
}

.xen-applist img:hover {
    transform: scale(1.1);
    border: 1px solid #f3640a;
}

.xen-applist li {
    margin: 22px;
}

.xen-applist li span {
    margin-top: 10px;
    display: block
}

.xen-applist li a {
    transition: all 1s;
    text-decoration: none;
}

.xen-applist li a:hover {
    color: #f3640a;
}

.card {
    background: #eee;
}

.sw {
    text-align: center;
}

.sw-logo img {
    height: 50px;
}

.sw-title {
    font-size: 16px;
    margin-top: 10px;
}

.sw-desc {
    font-size: 12px;
    color: #666;
}

.footer {
    text-align: center;
    border-top: 1px solid #999;
    font-size: 14px;
    margin-top: 20px;
    padding: 20px;
}

.footer p {
    line-height: 12px;
}

.footer .time{
    font-weight: bold; font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}

#he-wrap {
    width: 200px;
    position: absolute;
    top: 70px;
    right: 10px
}

#he-wrap .close {
    position: absolute;
    top: 30px;
    right: 20px;
    color: #fff;
    z-index: 999;

}

.item{padding: 10px}
    *{transition: all 0.5s ;}