@charset "utf-8";

:root {
    --pm-c: #f96432;
    --br-c: #EBEEF5;
    --bg-c: #f8f8f8;
    --md-c: #909399;
}

html,body {
	background-color: var(--bg-c);
	font-size: 14px;
	font-family: arial;
	color: #303133;
	background-image: url(https://img.926g.com/upload/cms/2026/04/05/1909/8698c2150af972b7dcab3e488df372e0.png);
	background-attachment: fixed;
	background-size: cover;
}
* {
	line-height: normal;
}
img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;    
}

ul,ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

a,a:hover {
	line-height: normal;
	color: #303133;
	font-size: 14px;
	text-decoration: none;
}
.bg-gradient {
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	background: -o-linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.8)), to(transparent));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}
.cover {
	z-index: 10;
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 100%;
} 
.cover span {
	display: block;
	padding: 10px;
}
.line-2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
.line-3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
}

.uk-flex-cover {
	flex: 1;
	overflow: hidden;
	position: relative;
}
.icon-star {
	height: 14px;
	width: 68px;
	position: relative;
	background-image: url(/static/images/icon-star.png);
}
.icon-star::after {
	content: '';
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/static/images/icon-star.png);
	background-position: 0 -14px;

}
.star-1::after {
	width: 14px;
}
.star-2::after {
	width: 28px;
}
.star-3::after {
	width: 40px;
}
.star-4::after {
	width: 58px;
}
.star-5::after {
	width: 100%;
}

.header {
    display: flex;
    align-items: center;
	padding: 70px 0;
}
.header .logo {
    flex: 1;
}
.header .logo a {
	display: inline-block;
	height: 36px;
}
.header .logo a img {
	height: 100%;
}

.search {
    width: 300px;
    position: relative;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    height: 38px;
}
.search input,
.search button {
    border: 0;
    background: transparent;
    color: #fff;
}
.search input {
    height: 100%;
    width: 100%;
    text-indent: 15px;
}
.search input::placeholder {
  color: #fff;
  opacity: .3;
}
.search button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    font-size: 18px;
    cursor: pointer;
}


/*侧栏导航*/
.sidenav {
	position: fixed;
	left: 20px;
	top: 50%;
	z-index: 9999;
	transform: translate(0,-50%);
}
.sidenav .nav-warp {
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 10px;
}
.sidenav ul {
	padding: 8px;
}
.sidenav ul li {
	margin: 6px 0;
}
.sidenav ul li:first-child {
	margin-top: 0;
}
.sidenav ul li:last-child {
	margin-bottom: 0;
}
.sidenav ul li a {
	display: flex;
	position: relative;
}
.sidenav ul li a i {
	display: block;
	font-size: 18px;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border-radius: 10px;
	color: #fff;
	position: relative;
	z-index: 100;
}
.sidenav ul .current-post-ancestor i,
.sidenav ul li a:hover i,
.sidenav ul .current-menu-item i {
    background: var(--pm-c);
}
.sidenav ul li a span {
	position: absolute;
	z-index: 1;
	right: 0;
	right: -120%;
	color: #fff;
	top: 10px;
    opacity: 0;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    padding: 4px 6px;
}
.sidenav ul .current-menu-item span {
	color: #fff;
}
.sidenav ul .current-menu-item span,
.sidenav ul li a:hover span {
	font-weight: bold;
	opacity: 1;
}



/*应用列表*/
.apps-list {}
.apps-list .item {
	width: 14.28%;
}


.apps-list .app-item {
	text-align: center;
}
.apps-list .app-item .icon {
	display: block;
	border-radius: 24px;
	overflow: hidden;
}
.apps-list .app-item .title {
	margin-top: 10px;
	font-size: 14px;
	height: 40px;
	color: #fff;
    filter: drop-shadow(0 2px 7px rgba(0, 0, 0, .8));
}


/*文件夹*/
.folder {
	display: block;
	position: relative;
	padding: 30px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.folder-title {
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	color: #fff;
    filter: drop-shadow(0 2px 7px rgba(0, 0, 0, .8));
}
.folder-title a {
	font-size: 14px;
	color: #fff;
}

/*应用分类*/
.apps-group {}
.apps-group .group-item {}
.apps-group .group-title {}
.apps-group .group-item .icon {
	display: block;
	border-radius: 18px;
	overflow: hidden;
}

.apps-group .group-item .item-child {
	margin-left: -8px;
}
.apps-group .group-item .item-child>div {
	padding-left: 8px;
}
.apps-group .group-item .item-child .icon {
	border-radius: 12px;
}
.apps-group .group-item .item-child .uk-grid-margin {
	margin-top: 8px !important;
}



/*分类*/
.category-apps {}
.category-apps .category-title {
	font-size: 28px;
	text-align: center;
	color: #fff;
	margin: 40px;
}
.category-apps .category-warp {
    padding: 50px !important;
}
.category-apps .category-warp .icon {
    border-radius: 16px !important;
}


.app-detail {}

.app-detail .app-head {
    display: flex;
    height: 90px;
    overflow: hidden;
}
.app-detail .app-head .icon {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-right: 25px;
}
.app-detail .app-head h1 {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
}
.app-detail .app-head .icon-star {
    margin: 16px 0;
}
.app-detail .app-head .time {
    color: #fff;
    font-size: 14px;
    opacity: .6;
}
.app-detail .app-tag {
    color: #fff;
    margin: 15px 0;
}
.app-detail .app-tag span {
    opacity: .68;
}
.app-detail .app-tag a {
    display: inline-block;
    border-radius: 4px;
    padding: 0 8px;
    margin-right: 3px;
    height: 22px;
    line-height: 24px;
    background: #fff0eb;
    color: var(--pm-c);
    font-size: 12px;
}
.app-detail .app-desc {
    max-height: 100px;
    overflow-y: scroll; 
    color: rgba(255, 255, 255, .68);
    padding-right: 10px;
}
.app-detail .app-desc p {
    color: rgba(255, 255, 255, .68);
    font-size: 15px;
    line-height: 28px;
}
.app-detail .app-desc p:last-child {
    margin-bottom: 0;
}
.app-detail .app-desc::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .1);
}
.app-detail .app-desc::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .5);
    border-radius: 4px;
    cursor: pointer;
}

.app-detail .app-data li {}
.app-detail .app-data li span {
    color: #fff;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.app-detail .app-data li .t {
    opacity: .5;
    margin-bottom: 6px;
}


.app-detail .app-dl {
    margin-top: 25px;
}
.app-detail .app-dl a {
    display: block;
    background: var(--pm-c);
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
}
.app-detail .app-dl a:before {
    font-weight: normal;
    margin-right: 5px;
    font-size: 18px;
    display: inline-block;
    transform: translateY(1px);
}
.app-detail .app-data {
    margin-top: 25px;
}


.apps-images {
    overflow: hidden;
}
.apps-images .images-warp  img {
    height: 418px;
    border-radius: 12px;
    margin-right: 6px;
}

.apps-images .uk-slider-nav {
    margin-top: 20px;
    text-align: center;
}
.apps-images .uk-slider-nav li {
    margin: 0 2px;
    display: inline-block;
}
.apps-images .uk-slider-nav li a {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: .2;
}
.apps-images .uk-slider-nav .uk-active a {
    opacity: 1;
    background: var(--pm-c);
}


.pagination {
    margin-top: 50px;
    text-align: center;
}
.pagination .page-dot,
.pagination .page-btn,
.pagination .page-num {
    display: inline-block;
    position: relative;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    height: 32px;
    line-height: 34px;
    text-align: center;
    color: #999;
    padding: 0 12px;
    font-size: 13px;
}
.pagination .active,
.pagination>*:hover {
    background: #fff;
    color: #222;
}

@media (max-width: 768px) {
    .apps-list,
    .app-detail {
        margin-top: 20px;
    }
    .apps-list .item {
        width: 33.33% !important;
    }
}