.header_nav, .navbar-fixed-top,.navbar-header,.warpper .header .container #nav_right {
    background: linear-gradient(90deg, #116113, #116113);
    /* background-color: #116113; */
}

.warpper .header .container .navbar-header #logo {
    color: #DEDEDE;
}
::-webkit-scrollbar{
	background-color: #202324;
}
::-webkit-scrollbar-thumb{
	background-color: #454a4d;
}
.warpper .header .container #nav_right ul li a {
    color: #A2AFA2;
}

html,body,.warpper {
    background-color: #2F2F2F;
}

.app_left_one {
    background-color: #252525;
}

.left_nav_left {
    color: #DEDEDE;
}

.left_app .applications dl dd .sp-name {
    color: #DEDEDE;
}

.left_nav_right {
    color: #999999;
}

.app_right,.download_right,.apk_left_one,.apk_left_two {
    background: #252525;
}

.right_title {
    color: #DEDEDE;
}

.form-control {
    background-color: #2F2F2F;
    color: #999999;
}

.footer .w .footer-links a {
     color: #999999;
}

.footer .w .footer-record {
    color: #999999;
}

.bread_nav_first a {
    color: #34863C;
}

.bread_nav {
    color: #999999;
}

.bread_nav_second a {
    color: #999999;
}

.app_list_left {
    background-color: #252525;
}

.alllist_app {
    border-bottom: solid 1px #4b4b4b;
}

.list_app_title, .download_title, .detail_app_title{
    color: #DEDEDE;
}

.list_app_info ,.list_app_description ,.download_text ,.download_msg p ,.apk_topba_message,.type_title a{
    color: #999999;
}

.alllist_btn, .apk_topbar_btn{
    background-color: #116113;
    color: #EBEBEB;
}

.apk_left_two_box h1, h2,a{
    color: #48AF51;
}

.apk_left_two_box a {
    color: #34863C;
}

.apk_left_title > p {
    color: #BABABA;
}

.apk_left_two_box img {
    box-shadow: 2px 2px 8px 2px #3e3e3e;
}

img {
    filter: brightness(0.8);
}

.apk_left_two_box blockquote {
	color: #efefef;
}
table{
	color:#BABABA;
}
.table > tbody > tr >td {
	border-bottom:1px solid #5a5a5a;
}

.select-selected {
    background-color: #2F2F2F;
    color: #BABABA;
    border: 1px solid #5a5a5a;
}

.version-btn {
    background-color: #2F2F2F;
    color: #BABABA;
    border: 1px solid #5a5a5a;
}
.version-btn-active {
    color: #48AF51;
    border: 1px solid #48AF51;
}

.software-info-section {
    background-color: #2F2F2F;
    border-color: #5a5a5a;
}
.info-block {
    background-color: #2F2F2F;
}
.info-title {
    color: #DEDEDE;
}

.info-content {
    color: #999999;
}

.download-button span {
    color: #DEDEDE;
}

.download-button > img {
    filter: invert(1);
}

.select-items {
    background-color: #4d4e4d;
    border: none;
}
.select-items div {
    color: #c8c8c8;
}

.select-items div:hover {
    background-color: #4f4f4f;
    color: #DEDEDE;
}

.select-items div.same-as-selected {
    background-color: #4597F7;
    color: #fff;
}

/* 深色模式下的骨架屏样式 */
.skeleton {
    background-color: #3a3a3a;
}

.skeleton::after {
    background-image: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.1) 20%,
        rgba(255, 255, 255, 0.2) 60%,
        rgba(255, 255, 255, 0)
    );
}

/* 深色模式下的骨架屏文章图片 */
.apk_left_title .alllist_img.skeleton {
    background-color: #3a3a3a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* 深色模式下的列表骨架屏 */
.alllist_img.skeleton,
.app_app.skeleton {
    background-color: #3a3a3a;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.command-container {
    background-color: #DADADA;
}

.command-input {
    color: #2B2B2B;
}

/* 深色模式下的搜索页面样式 */
.left_nav_title {
    color: #DEDEDE;
}

/* 深色模式下的搜索页面无结果提示 */
.left_nav_title span {
    color: #48AF51;
}

/* 深色模式下的搜索列表样式 */
.alllist_app:hover {
    background-color: #2F2F2F;
}

/* 深色模式下的搜索列表图片容器 */
.alllist_img {
    border-radius: 8px;
}

/* 深色模式下搜索链接样式 */
.app_list_left a {
    color: #A2AFA2;
    transition: color 0.3s ease;
}

.app_list_left a:hover {
    color: #48AF51;
}
