









.list-wrap {
    margin-bottom: 4px;
}
.list-wrap {
    margin-bottom: 4px;
}
.apk-list-with {
    margin-bottom: 4px;
    background-color: white;
}
.title-bar, .title-bar-new {
    display: flex;
    justify-content: space-between;
    color: #4b4b4b;
    background-color: #fff;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    position: relative;
    align-items: center;
}
.title-bar, .title-bar-new:hover {
    color: #4b4b4b !important;
}
.title-bar::after {
    content: " ";
    position: absolute;
    display: inline-block;
    align-self: center;
    width: 6px;
    height: 6px;
    border: 2px solid #868686;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    flex-shrink: 0;
    right: 16px;
}
@media (min-width: 992px){
    .title-bar, .title-bar-new {
        justify-content: initial;
    }
    .title-bar::after {
        position: initial;
        margin: 0 8px;
    }
    .version-list {
        padding: 0 32px 16px;
    }
    .version-list .version-item {
        width: 46%;
    }
    .title-bar::after {
        position: initial;
        margin: 0 8px;
    }
}
.list-wrap .apk-list-with .scroll-box {
    overflow-x: scroll;
    display: flex;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    padding: 0 8px 16px 8px;
}
.list-wrap .apk-list-with .scroll-box .apk {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 12.5%;
    width: calc((100% - 7 * var(--app-horizontal-spacing)) / 8);
    white-space: initial;
    font-size: initial;

}
.list-wrap .apk-list-with .scroll-box>a {
    color: #00a6ed;
    text-decoration: none;
}
.list-wrap .apk-list-with .scroll-box dl {
    height: 100%;
    width: 90px;
}
.list-wrap .apk-list-with .scroll-box dl dt {
    margin-left: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.list-wrap .apk-list-with .scroll-box dl dt img {
    width: 80px;
    height: 80px;
    border-radius: 15%;
    border: 1px solid #EFF3F9;
    background-color: #fff;
}
.list-wrap .apk-list-with .scroll-box>a:hover img {
    opacity: 0.9
}
.list-wrap .apk-list-with .scroll-box dl dt .title {
    margin-top: 4px;
    font-size: 13px;
    line-height: 22px;
    color: #4B4B4B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    flex: 1;
    width: 100%;
}
.list-wrap .apk-list-with.scroll-box>a:hover dt .title {
    color: #00a6ed
}
.list-wrap .apk-list-with .scroll-box dl dt .stars-box {
    align-self: flex-start;
}
.star-btn{
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    top: 1px;
    background-position: -120px -13px;

}
.star {
    font-size: 12px;
    line-height: 18px;
    color: #FA8B16;
}
.list-wrap .apk-list-with .scroll-box::-webkit-scrollbar {
    display: none
}
.title-bar.no-more::after {
    content: none
}



















/* right */

.side .discover .apk-list-with .scroll-box {
    white-space: nowrap;
    font-size: 0;
    padding: 0px 16px 12px;
    overflow-x: auto;
}
.side .discover .apk-list-with .scroll-box .apk {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    white-space: initial;
    font-size: initial;
    width: 90px;
}
.side .discover .apk-list-with .scroll-box .apk img {
    width: 80px;
    height: 80px;
    aspect-ratio: 1/1;
    box-sizing: border-box;
    border: 1px solid #EFF3F9;
    border-radius: 15%;
}
.side .discover .apk-list-with .scroll-box .apk .content {
    margin-top: 4px;
}
.side .discover .apk-list-with .scroll-box .apk .content .title {
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #4B4B4B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 44px;
}
@media screen and (min-width: 996px){
    .side .discover .apk-list-with .scroll-box {
        white-space: initial;
        padding-bottom: 0;
    }
    .side .discover .apk-list-with .scroll-box .apk {
        flex-direction: row;
        align-items: center;
        margin-bottom: 12px;
        width: 100%;
        box-sizing: border-box;
    }
    .side .discover .apk-list-with .scroll-box .apk img {
        width: 56px;
        height: 56px;
        min-width: auto;
        border-radius: 9.6px;
    }
    .side .discover .apk-list-with .scroll-box .apk .content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 0;
        padding: 0 12px;
    }
    .side .discover .apk-list-with .scroll-box .apk .content .title {
        -webkit-line-clamp: 1;
        height: auto;
        font-size: 14px;
    }
    .side .discover .apk-list-with .scroll-box .apk .content .stars-box {
        margin-top: 8px;
    }
    
}


/* footer */
footer {
    position: relative;
    clear: both;
    color: #b0b0b0;
    background: #1a191d;
}
footer .footer-widgets {
    position: relative;
    clear: both;
    padding-top: 100px;
    padding-bottom: 100px;
}
footer .footer-copyright {
    position: relative;
    clear: both;
    border-top: 1px solid #222;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer .copyright {
    clear: both;
    margin: 0;
    line-height: 16px;
}
.text-center {
    text-align: center !important;
}
footer .copyright a {
    color: #fff;
    font-weight: 600;
}
footer p {
    color: #b0b0b0;
}
.footer-logo img {
    width: 32px;
    height: 32px;
}
footer .widget>p:last-child {
    margin-bottom: 0;
}
footer .widget h6 {
    color: #fff;
    margin: 0 0 30px 0;
}
footer .footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
footer .footer-menu li {
    margin-bottom: 10px;
}
footer .footer-widgets a {
    color: #b0b0b0;
}




@media only screen and (max-width: 991px){
    footer .res-margin {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px){
    footer .widget {
        text-align: center;
    }
    section .container, footer .footer-widgets {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
