
.parallax {
  fill: var(--body-bg-color);
}
.parallax > use {
  animation: move-forever 30s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
  opacity: 0.5;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
  opacity: 0.6;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
  opacity: 0.7;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
  opacity: 1;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}



/* 隐藏手机端的 footer-tabbar-placeholder */
@media (max-width: 767px) {
    .footer-tabbar-placeholder {
        display: none !important;
    }
}


 /* 导航箭头样式 */
                .ecyuan-navigation {
                    position: absolute;
                    top: 50%;
                    width: 90%;
                    left: 5%;
                    display: flex;
                    justify-content: space-between;
                    z-index: 10;
                    transform: translateY(-50%);
                    pointer-events: none;
                    opacity: 0;
                    transition: opacity 0.3s ease;
                }
                .ecyuan-swiper-container:hover .ecyuan-navigation {
                    opacity: 1;
                }
                .ecyuan-button-prev,
                .ecyuan-button-next {
                    width: 36px;
                    height: 36px;
                    background: rgba(0, 0, 0, 0.3);
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer;
                    pointer-events: auto;
                    transition: all 0.2s ease;
                    position: relative;
                }
                .ecyuan-button-prev:hover,
                .ecyuan-button-next:hover {
                    background: rgba(0, 0, 0, 0.6);
                }
                .ecyuan-button-prev::before,
                .ecyuan-button-next::before {
                    content: '';
                    display: block;
                    width: 12px;
                    height: 12px;
                    border-left: 2px solid #fff;
                    border-bottom: 2px solid #fff;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%) rotate(45deg);
                }
                .ecyuan-button-next::before {
                    transform: translate(-50%, -50%) rotate(-135deg);
                }
                
                /* 小工具容器样式 */
                .ecyuan-content-widget-container {
                    background: none;
                    border: none;
                    box-shadow: none;
                    padding: 0;
                    margin: 0;
                }
                
                .ecyuan-content-widget-container * {
                    box-sizing: border-box;
                    margin: 0;
                    padding: 0;
                }
                
                .ecyuan-container {
                    max-width: 1600px;
                    margin: 0 auto;
                    padding: 15px;
                }
                
                .ecyuan-row {
                    display: flex;
                    flex-wrap: wrap;
                    margin: 0 -26px;
                }
                
                .ecyuan-col-left, .ecyuan-col-right {
                    padding: 0 10px;
                    width: 100%;
                }
                
                @media (min-width: 768px) {
                    .ecyuan-col-left {
                        width: 50%;
                    }
                    .ecyuan-col-right {
                        width: 50%;
                    }
                }
                
                /* 轮播图样式 */
                .ecyuan-slideshow {
                    position: relative;
                    overflow: hidden;
                    border-radius: 6px;
                    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
                    height: 342px;
                }
                
                .ecyuan-slideshow-link {
                    display: block;
                    position: relative;
                    height: 0;
                    padding-bottom: 60%;
                    overflow: hidden;
                    background-color: #fff;
                }
                
                .ecyuan-slideshow-img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
                
                .ecyuan-slideshow-title {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    padding: 20px 15px;
                    top:270px;
                    color: #fff;
                    font-size: 16px;
                    margin: 0;
                    background: linear-gradient(transparent, rgba(0,0,0,0.7));
                }
                
                .ecyuan-pagination {
                    position: absolute;
                    bottom:15px;
                    left: 8px;
                    right: 0;
                    display: flex;
                    z-index: 10;
                }
                
                .ecyuan-bullet {
                    width: 8px;
                    height: 8px;
                    margin: 0 10px;
                    background: #fff;
                    opacity: 0.5;
                    border-radius: 50%;
                    cursor: pointer;
                }
                
                .ecyuan-bullet-active {
                    opacity: 1;
                }
                
                /* 右侧内容样式 */
                .ecyuan-right-content {
                    display: flex;
                    flex-direction: column;
                    width: 99.8%;
                    height: 101%;
                }
                
                .ecyuan-content-row {
                    display: flex;
                    flex-wrap: wrap;
                    margin: 0px -10px;
                    flex: 1;
                }
                
                .ecyuan-content-col {
                    padding: 0px 10px;
                    width: 200px;
                    position: relative;
                }
                
                /* 右侧内容项样式 */
                .ecyuan-content-item {
                    background: transparent !important;
                    border-radius: 6px;
                    overflow: hidden;
                    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
                    margin-bottom: 20px;
                    flex: 1;
                    position: relative;
                    height: 160px; 
                }
                
                .ecyuan-item-link {
                    display: block;
                    text-decoration: none;
                    position: relative;
                    height: 160px;
                }
                
                .ecyuan-item-img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    display: block;
                }
                
                .ecyuan-item-title {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    padding: 10px;
                    font-size: 14px;
                    text-align: center;
                    margin: 0;
                    color: #fff;
                    background: linear-gradient(transparent, rgba(0,0,0,0.7));
                    transition: all 0.1s ease;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
                
                /* 悬停效果 */
                .ecyuan-item-link:hover .ecyuan-item-title {
                    opacity: 0;
                }
                
                /* 响应式调整 */
                @media (min-width: 768px) {
                    .ecyuan-content-col {
                        width: 33.333%;
                    }
                }
                
                /* 手机端隐藏小工具内容 */
                @media (max-width: 767px) {
                    .ecyuan-content-widget-container {
                        display: none !important;
                    }
                }
                

                
                
                
                
                
                
 /* 重置默认小工具样式 */
/* 在移动设备（屏幕宽度小于 768px）上隐藏 */
@media (max-width: 767px) {
  .custom-auto-scroller-container {
    display: none !important;
  }
}
    .custom-auto-scroller-widget-optimized,
    .custom-auto-scroller-container {
        margin: 0;
        padding: 0;
        background: none;
        border: none;
        box-shadow: none;
    }
    
    /* 主容器 */
    .auto-scroller-optimized {
        width: 100%;
        height: 180px;
        overflow: hidden;
        position: relative;
    }
    
    /* 滚动包装器 - 固定高度 */
    .auto-scroller-wrapper-optimized {
        width: 100%;
        height: 230px; /* 固定高度防止影响布局 */
        overflow: hidden;
        position: relative;
        margin: 0;
        padding: 0;
    }
    
    /* 滚动内容 */
    .auto-scroller-content-optimized {
        display: flex;
        height: 85%;
        align-items: stretch;
        transition: transform 0.5s ease;
        will-change: transform;
    }
    
    /* 单个项目 */
    .auto-scroller-item-optimized {
        flex: 0 0 auto;
        width: 230px;
        height: 90%;
        margin-right: 15px;
    }
    
    /* 图片容器 */
    .auto-scroller-img-container {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 8px;
    }
    
    .auto-scroller-img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }
    
    .auto-scroller-img-container:hover img {
        transform: scale(1.05);
    }
    
    /* 标题样式 */
    .auto-scroller-caption-optimized {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(transparent, rgba(0,0,0,0.7));
    transition: all 0.1s ease;
    white-space: nowrap;      /* 禁止换行 */
    overflow: hidden;         /* 隐藏溢出内容 */
    text-overflow: ellipsis;  /* 用省略号表示溢出文本 */
        color: #fff;
        padding: 8px 10px;
        font-size: 14px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .auto-scroller-caption-optimized:hover{
     opacity: 0;
    }
    /* 响应式设计 */
    @media (max-width: 1024px) {
        .auto-scroller-item-optimized {
            width: 220px;
        }
    }
    
    @media (max-width: 768px) {
        .auto-scroller-wrapper-optimized {
            height: 180px;
        }
        
        .auto-scroller-item-optimized {
            width: 150px;
        }
    }
    
    @media (max-width: 480px) {
        .auto-scroller-wrapper-optimized {
            height: 160px;
        }
        
        .auto-scroller-item-optimized {
            width: 120px;
            margin-right: 10px;
        }
    }






sapn.px12.muted-3-color {
    position: absolute;
    padding: 4px 8px;
    font-size: 10px;
    top: 30px;
    color: var(--this-color);
    left: 33px;
    border-radius: 6px;
    background: linear-gradient(135deg, #59c3fb 10%, #268df7 100%);
    --this-color: #fff;
}



.tab2_content.active{display:block}#accordionhelp-content{margin-bottom:10px}.tab-container{width:80%;margin:auto}.tabs{display:flex;cursor:pointer;margin-bottom:20px;margin-top:20px;position:relative}.tab:hover{background-color:#556af1;color:#fff}.tab{padding:10px;transition:all 0.3s ease;box-shadow:0 0 5px #747474;border-radius:8px;background:#eee;margin:0 8px;font-size:13px;color:#666}.tab.active{color:#fff;background-color:#556af1;transform:scale(1.1);box-shadow:0 8px 16px rgba(0,0,0,0.4);transition:all 0.3s ease}.tab-content{position:relative;overflow:hidden}.tab2_content{display:none}




:root {
    --heo-maskbgdeep: #fff
}

#rightmenu-mask {
    pointer-events: none
}

.heoblogIcon {
    font-size: 24px;
    color: var(--text_color);
    transition: color .3s
}

#rightMenu.kk-menu-anim {
    transition: transform .3s cubic-bezier(.28,.69,.38,.99),opacity .16s
}

.rightMenu-group {
    padding: 1rem .3rem
}

.rightMenu-group:not(:nth-last-child(1)) {
    border-bottom: 1px dashed var(--theme-color)
}

.rightMenu-item {
    border-radius: 8px;
    transition: .3s;
    cursor: pointer;
    line-height: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    user-select: none;
    position: relative;
    background: 0 0;
    box-shadow: none !important;
    padding-left: .5rem
}

.rightMenu-item:hover {
    background-color: var(--theme-color);
    color: #fff;
    box-shadow: none !important
}

.rightMenu-item:hover .heoblogIcon {
    color: #fff !important
}

.rightMenu-item i {
    display: inline-block;
    text-align: center;
    font-size: 19px;
    margin-right: 8px;
    margin-left: 0;
    padding: 0;
    color: #222 !important;
    transition: color .3s
}

.rightMenu-item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px
}

#rightMenu {
    display: none;
    position: fixed;
    padding: 0 1rem;
    width: 18rem;
    height: fit-content;
    top: 10%;
    left: 10%;
    border-radius: 12px;
    z-index: 9999;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(255,255,255,.7);
    backdrop-filter: blur(10px)!important;
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0,0,0,.1);
    transition: border .3s;
    overflow: visible;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
    left: 0 !important;
    top: 0 !important;
    transform: translate(0,0);
    transition: transform .26s cubic-bezier(.28,.69,.38,.99),opacity .2s,border .3s
}

#rightMenu:hover {
    border: 1px solid var(--theme-color);
    box-shadow: 0 10px 40px rgba(66,90,239,.08);
    -webkit-box-shadow: 0 10px 40px rgba(66,90,239,.08);
    -moz-box-shadow: 0 10px 40px rgba(66,90,239,.08);
    transition: .6s
}

#rightMenu .rightMenu-group.rightMenu-small {
    display: flex;
    justify-content: space-between;
    gap: .5rem
}

#rightMenu .rightMenu-group.rightMenu-small .rightMenu-item {
    flex: 1 1 0;
    margin: 0 .2rem;
    padding: .5rem 0;
    font-size: 18px;
    justify-content: center
}

#rightMenu .rightMenu-group.rightMenu-small .rightMenu-item i {
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #222 !important
}

#rightMenu .rightMenu-group.rightMenu-small .rightMenu-item:hover i {
    color: #fff !important
}

#rightMenu .rightMenu-line .rightMenu-item {
    margin: 1rem 0;
    padding: .8rem 0 .8rem .5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

#rightMenu .rightMenu-line .rightMenu-item i {
    margin: 0 8px 0 0
}

#rightmenu-mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    z-index: 101;
    margin: 0 !important
}

#rightMenu .rightMenu-item,#rightMenu .rightMenu-item a,#rightMenu .rightMenu-item span {
    text-decoration: none !important
}

.rightMenu-item[heotip]:hover:after {
    content: attr(heotip);
    position: absolute;
    bottom: 110%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(60,60,60,.95);
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 13px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 1;
    z-index: 10000;
    box-shadow: 0 2px 8px rgba(0,0,0,.12)
}

@media (prefers-color-scheme: dark) {
    #rightMenu {
        background:rgba(30,30,30,.85);
        border: 1px solid rgba(255,255,255,.1);
        color: #eee;
        box-shadow: 0 8px 32px rgba(0,0,0,.25);
        backdrop-filter: blur(10px)!important;
        -webkit-backdrop-filter: blur(10px)
    }

    #rightMenu .rightMenu-item,#rightMenu .rightMenu-item a,#rightMenu .rightMenu-item span {
        color: #eee !important
    }
}

svg#popup-link.icon {
    width: 30px;
    height: 30px
}

#wniui-popup-window {
    min-width: 300px;
    max-width: 500px;
    bottom: 20px;
    right: 20px;
    position: fixed;
    z-index: 1002;
    color: #363636;
    padding: 8px 16px;
    border-radius: 12px;
    transition: opacity .3s ease,transform .3s ease;
    background-color: rgba(255,255,255,.85);
    border: 1px solid #e3e8f7;
    max-height: 300px;
    opacity: 0;
    transform: translateY(20px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: .3s;
    cursor: pointer
}

#wniui-popup-window:hover {
    border: 1px solid #425aef;
    transition: .3s
}

#wniui-popup-window.wniui-show {
    opacity: 1;
    transform: translateY(0)
}

.wniui-popup-header {
    position: relative;
    display: flex;
    align-items: center
}

.wniui-popup-title {
    font-size: 14px;
    font-weight: 700;
    background: #363636;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 8px;
    transition: .3s
}

.wniui-popup-title:hover {
    background-color: #423aef;
    transition: .3s
}

.wniui-popup-author {
    font-size: 14px;
    font-weight: 600;
    color: #363636;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer
}

.wniui-popup-avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 6px;
    background-color: #f5f6f7
}

.wniui-popup-window-divider {
    width: 100%;
    height: 1px;
    background: #e3e8f7;
    margin: 5px 0
}

.wniui-popup-window-content {
    font-size: 15px;
    word-wrap: break-word;
    max-width: 450px;
    white-space: normal;
    text-overflow: ellipsis
}

.wniui-popup-window-content p {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle
}

@media screen and (max-width: 768px) {
    #wniui-popup-window {
        display:none !important
    }
}

.wniui-popup-author span:hover {
    color: #425aef;
    transition: .3s
}

svg#popup-link:hover path {
    fill: #425aef;
    transition: .3s
}

.qmsg.qmsg-wrapper {
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 12012;
    width: 100%;
    pointer-events: none;
    color: rgba(0,0,0,.55);
    font-size: 1.375rem;
    font-weight: 500;
    font-variant: tabular-nums;
    font-feature-settings: "tnum"
}

.qmsg .qmsg-item {
    padding: 8px;
    text-align: center;
    animation-duration: .3s;
    will-change: transform
}

.qmsg .qmsg-item .qmsg-content {
    text-align: left;
    position: relative;
    display: inline-block;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    pointer-events: all;
    max-width: 80%;
    min-width: 80px
}

.qmsg .qmsg-item .qmsg-content [class^=qmsg-content-] {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 12px;
    border-radius: 8px
}

.qmsg .qmsg-item .qmsg-content [class^=qmsg-content-] span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal
}

.qmsg .qmsg-item .qmsg-content [class^=qmsg-content-] .qmsg-icon {
    display: flex;
    align-items: center;
    height: 16px
}

.qmsg .qmsg-item .qmsg-content [class^=qmsg-content-] .qmsg-icon:first-child {
    margin-right: 8px
}

.qmsg .qmsg-item .qmsg-content [class^=qmsg-content-] .qmsg-icon-close {
    cursor: pointer;
    color: rgba(0,0,0,.45);
    transition: color .3s;
    margin-left: 6px
}

.qmsg .qmsg-item .qmsg-content [class^=qmsg-content-] .qmsg-icon-close:hover>svg path {
    stroke: #555
}

.qmsg .qmsg-item .qmsg-content [class^=qmsg-content-] .qmsg-count {
    display: inline-block;
    position: absolute;
    left: -6px;
    top: -6px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    height: 16px;
    line-height: 16px;
    border-radius: 99px;
    min-width: 16px;
    animation-duration: .3s
}

.qmsg .qmsg-item .qmsg-content-info {
    color: #fff;
    background: linear-gradient(135deg,#635bff,#539bff)
}

.qmsg .qmsg-item .qmsg-content-info .qmsg-count {
    background-color: #539bff
}

.qmsg .qmsg-item .qmsg-content-warning {
    color: #fff;
    background: linear-gradient(135deg,#f57f32,#eeac27)
}

.qmsg .qmsg-item .qmsg-content-warning .qmsg-count {
    background-color: #eeac27
}

.qmsg .qmsg-item .qmsg-content-error {
    color: #fff;
    background: linear-gradient(135deg,#ff4d49,#f85071)
}

.qmsg .qmsg-item .qmsg-content-error .qmsg-count {
    background-color: #f85071
}

.qmsg .qmsg-item .qmsg-content-success {
    color: #fff;
    background: linear-gradient(135deg,#0cd20f,#6ad22e)
}

.qmsg .qmsg-item .qmsg-content-success .qmsg-count {
    background-color: #09bb07
}

.qmsg .qmsg-item .qmsg-content-loading {
    color: #fff;
    background: linear-gradient(135deg,#6c66cc,#66ccb9)
}

.qmsg .qmsg-item .qmsg-content-loading .qmsg-count {
    background-color: #66ccb9
}

.qmsg .animate-turn {
    animation: MessageTurn 1s linear infinite
}

@keyframes MessageTurn {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(270deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes MessageMoveOut {
    0% {
        max-height: 150px;
        padding: 8px;
        opacity: 1
    }

    to {
        max-height: 0;
        padding: 0;
        opacity: 0
    }
}

@keyframes MessageMoveIn {
    0% {
        transform: translateY(-100%);
        transform-origin: 0 0;
        opacity: 0
    }

    to {
        transform: translateY(0);
        transform-origin: 0 0;
        opacity: 1
    }
}

@keyframes MessageShake {
    0%,100% {
        transform: translateX(0px);
        opacity: 1
    }

    25%,75% {
        transform: translateX(-4px);
        opacity: .75
    }

    50% {
        transform: translateX(4px);
        opacity: .25
    }
}







 /* 软件信息区域 - 目标样式 */
.app-info-section {
    padding: 30px 0;
    margin: -50px 0 0 -10px;
}
.app-info-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.app-left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.app-thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}
.app-meta {
    margin: auto auto auto auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.app-title {
    font-size: 25px;
    margin: 12px 0.5px;
}
.app-subtitle {
    color: #999999;
    margin: 5px 0 0;
    font-size: 19px;
}
.app-right {
    margin: auto auto ;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #999999;
}
.app-item {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.app-item span:first-child {
    font-size: 17px;
    opacity: 0.7;
    margin-bottom: 3px;
}
.app-divider {
    color: #999999; /* 保持原颜色 */
    /* 核心：用边框做竖线并加长 */
    border-left: 1.2px solid #999999; /* 竖线样式（宽度1px、实线、深灰色） */
    height: 40px; /* 竖线长度（数值越大越长，根据需要调整） */
    margin: 0 1px; /* 竖线左右间距，避免和内容贴太近 */
    vertical-align: middle; /* 与旁边内容垂直居中对齐 */
}
/* 应用图标样式 */
.app-thumb {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
}

/* 手机端适配（屏幕宽度 < 768px 时生效） */
@media (max-width: 768px) {
    .app-info-section {
        padding: 20px 15px; /* 调整内边距 */
        margin: 0; /* 重置外边距 */
    }
    .app-info-inner {
        flex-direction: column; /* 纵向排列 */
        align-items: center; /* 居中对齐 */
    }
    .app-left {
        flex-direction: column; /* 图标和文字纵向排列 */
        gap: 10px;
        margin-bottom: 15px;
    }
    .app-meta {
        margin: 0; /* 重置外边距 */
        text-align: center; /* 文字居中 */
    }
    .app-title {
        font-size: 20px; /* 缩小字体 */
    }
    .app-subtitle {
        font-size: 16px; /* 缩小字体 */
    }
    .app-right {
        margin: 0; /* 重置外边距 */
        gap: 15px; /* 缩小间距 */
    }
    .app-item {
        font-size: 14px; /* 缩小字体 */
        min-width: 60px; /* 缩小最小宽度 */
    }
    .app-item span:first-child {
        font-size: 14px; /* 缩小字体 */
    }
    .app-thumb {
        width: 100px; /* 缩小图标尺寸 */
        height: 100px;
    }
}   




.dropdown.more-dropup.pull-right{
    
    top:-10px;

}