:root {
    --var-main-color: #3690cf !important;
    --var-a-color: #373737
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}




a {
    color: var(--var-a-color);
    text-decoration: none;
}


h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

@media only screen and (min-width: 1250px) {
    .wrapper {
        max-width: 1250px;
        margin: 0 auto;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 1050px)and (max-width: 1250px) {
    .wrapper {
        max-width: 1040px;
        margin: 0 auto;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 830px)and (max-width: 1050px) {
    .wrapper {
        max-width: 830px;
        margin: 0 auto;
        box-sizing: border-box;
    }
}

@media only screen and (min-width: 620px) and (max-width: 830px) {
    .wrapper {
        max-width: 620px;
        margin: 0 auto;
        box-sizing: border-box;
    }
}






.home-page {
    display: flex;
    flex-direction: row;
    gap: 10px;
}


.home-center {
    /* max-width: 900px; */
    flex: 1;

}

.top-category-menu {
    position: sticky;
    top: 100px;
}

.top-category-menu .top-category-menu-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #fff;
    border-bottom:1px solid #16ab7d;
}

.top-category-menu .top-category-menu-main .cate-item {
    white-space: nowrap;
    padding: 14px 10px;
    font-size: 14px;
}

.top-category-menu .top-category-menu-main .cate-item:hover {
    color: #fff;
    background-color: #16ab7d;
}

.top-category-menu .top-category-menu-main .cate-item.s {
    color: #fff;
    background-color: #16ab7d;
}




.top-category-menu .top-category-menu-sub {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #fff;
    margin-top: 10px;
}

.top-category-menu .top-category-menu-sub .cate-item {
    white-space: nowrap;
    padding: 10px;
    font-size: 12px;
}




.home-center .app-list-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 0;
    color: #16ab7d;
    border-bottom: 1px solid #16ab7d;
}
.home-center .app-list-title a{
    font-size:12px;
    margin-left:20px;
    font-weight: normal;
    color:#41494f;
}
.home-center .app-list-title a:hover{
    color: #16ab7d;
}

.home-center .app-list {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 10px;
}

.home-center .app-list .app-item {
    width: 200px;
    background-color: #f9f9f9;
    box-sizing: border-box;
    border:1px solid #eee;
    border-radius:10px;
    overflow: hidden;
}

.home-center .app-list .app-item .app-item-bg {
    height: 170px;
    background-size: 200px;
    background-position: top;
    background-color: #16ab7d11;
}
.home-center .app-list .app-item:hover .app-item-bg {
    background-size: 250px;
}

.home-center .app-list .app-item .app-item-title {
    padding: 10px;
    padding-bottom: 0;
    font-weight: bold;
    font-size:20px;
}
.home-center .app-list .app-item:hover .app-item-title {
    color:#16ab7d;
    word-break: break-all;
    white-space: pre-wrap;
}
.home-center .app-list .app-item .app-item-title-tag{
    padding:10px;
}
.home-center .app-list .app-item .app-item-title-tag span{
    background-color: #16ab7d;
    font-size:10px;
    padding:5px 10px;
    border-radius: 5px;
    color:#fff;
}

.home-center .app-list .app-item .app-item-remark {
    padding: 10px;
    font-size: 12px;
    color:#71797f;
}
.home-center .app-list-pagenav{
    display: flex;
    gap:10px;
    justify-content: center;
}
.home-center .app-list-pagenav a{
    height: 50px;
    width: 50px;
    font-size:22px;
    font-weight: bold;
    border:1px solid #16ab7d;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-center .app-list-pagenav a.s,
.home-center .app-list-pagenav a:hover{
    background-color: #16ab7d;
    color:#fff;
}


.header-nav-bar {
    border-bottom: 1px solid #f9f9f9;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
        border-bottom:1px solid #16ab7d;

}

.header-nav-bar-inner {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.header-nav-bar-inner .logo {
    padding: 5px 0;
    width: 190px;
}

.header-nav-bar-inner .logo img {
    height: 26px;
    max-width: 100%;
    max-height: 100%;
    padding-left: 10px
}

.header-nav-bar-inner .nav-list {
    height: 100%;
    display: flex;
}

.header-nav-bar-inner .nav-list .nav-item {
    padding: 0 10px;
    line-height: 50px;

}

.header-nav-bar-inner .nav-list .nav-item a {
    padding: 8px;
    border-radius: 5px;
    font-size: 14px;

}

.header-nav-bar-inner .nav-list .s {
    border-bottom: 4px solid #16ab7d;
}

.header-nav-bar-inner .nav-list .s a {
    color: #16ab7d;
}

.header-nav-bar-inner .nav-list a:hover {
    background-color: #16ab7d;
    color: #fff;

}


footer {
    border-top: 1px solid #d1d1d1;
    margin-top: 20px;
}

.footer-top {
    padding: 20px 10px;

}

.footer-top-item {
    flex: 1;
    margin-right: 20px;
    line-height: 2.2rem;
    font-size: 12px;
}

.footer-top-item-title {
    font-weight: bold;
    font-size: 1.125rem;
}

.footer-top-item-links {
    display: flex;
    flex-wrap: wrap;
}

.footer-top-item-links a {
    font-size: 12px;
    margin-right: 10px;

}

.footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #434343;
    padding: 40px 20px; 
    font-size:12px;
}
.footer-bottom a{
    padding:10px 10px;
}
.page-position {
    padding: 10px;
    padding-bottom: 0;
}

.page-position a:after {
    content: '\\';
    padding: 10px;
    color: #888;
}

.page-position a:last-child:after {
    content: ''
}