* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "微软雅黑";
    color: #FFF;
    background-color: #282a2e;
}

#app-header {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

/* 位置 */
.app-location {
    padding-left: 25px;
    width: 100%;
    max-width: 1920px;
    height: 75px;
    line-height: 75px;
    margin: auto;
    background: url('../images/ico_home.png') no-repeat left center #202225;
    color: #9fa0a0;
    font-size: 14px;
    border-radius: 0px 0px 8px 8px;
}

.app-location a {
    color: #9fa0a0;
    font-size: 14px;
}

.app-location a:hover {
    color: #fc6248;
}

/* 搜索框 */
.app-search-module {
    display: block;
    float: right;
    padding-right: 2%;
    margin-top: 22px;
}

.app-search-input {
    border: none;
    outline: none;
    border-radius: 6px 0 0 6px;
    height: 32px;
    padding-left: 6px;
    float: left;
}

.app-search-btn {
    height: 32px;
    padding: 0 12px;
    border: none;
    border-radius: 0 6px 6px 0;
    float: left;
    cursor: pointer;
}


/* 容器 */
#app-options {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding: 12px 0;
    overflow: hidden;
}

#app-container {
    width: 100%;
    margin: 0 auto 40px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.app-element {
    width: 12.5%;
    overflow: hidden;
    padding: 3px;
    border-radius: 3px;
}
.app-element:hover{
    background-color: #202225;
}

.app-item {
    width: 100%;
    overflow: hidden;
    padding-top: 6px;
    padding-bottom: 12px;
    opacity: 0.8;
}

.app-item:hover {
    opacity: 1;
}

.app-link-img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.app-img {
    width: 100%;
    height: auto;
}

.app-info {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.app-link {
    font-size: 12px;
    color: #FFF;
    line-height: 24px;
    display: block;
    height: 48px;
    overflow: hidden;
}

.app-subtitle {
    display: none;
}

.app-down-link{
    display: none;
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 1;
    padding: 0 6px;
    line-height: 24px;
    background-color: #eee;
    border-radius: 6px;
    color: #666;
}
.app-element:hover .app-down-link{
    display: block;
}
.app-down-link:hover{
    background-color: #fc6248;
    color: #fff;
}

/*列表分页页码*/
.app-paging {
    max-width: 1920px;
    margin: auto;
    padding: 18px 0px 35px 0px;
    overflow: hidden;
    border-top: solid 1px #cbcabd;
}

.app-paging .paging-left {
    float: left;
    height: 22px;
    line-height: 22px;
    color: #9fa0a0;
}

.app-paging .paging-right {
    float: right;
    height: 22px;
    line-height: 22px;
}

.app-paging .paging-right a {
    float: left;
    line-height: 22px;
    padding: 0px 5px;
    color: #9fa0a0;
}

.app-paging .paging-right a:hover {
    color: #fff;
}

/* 返回顶部 */
#backtoTop {
    z-index: 5000;
    background-color: #eee;
    border-radius: 100%;
    bottom: 10%;
    height: 48px;
    position: fixed;
    right: -100px;
    width: 48px;
    transition: 0.5s;
    -webkit-transition: 0.5s
}

#backtoTop.button--show {
    right: 10px
}

.per {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px;
    color: #555;
    cursor: pointer
}

.per:before {
    font-family: iconfont, fatesinger;
    content: attr(data-percent)
}

.per:hover:before {
    font-family: "微软雅黑";
    content: "顶";
    font-size: 20px
}

.post-title a:hover {
    color: #bbb;
}

/* 加载提示 */
.ajax-tips {
    display: none;
    width: 120px;
    height: 120px;
    background-color: #333;
    border-radius: 8px;
    box-sizing: border-box;
    padding-top: 25px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    z-index: 9;
}

.ajax-tips-loading {
    font-size: 2.285rem;
}

#ajax-tips-msg {
    display: flex;
    width: 100%;
    height: 52px;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    .app-element {
        width: 20%;
    }
}

@media only screen and (max-width: 1100px) {}

@media only screen and (max-width: 961px) {
    .app-element {
        width: 25%;
    }
}

@media only screen and (max-width: 921px) {}

@media only screen and (max-width: 880px) {}

@media only screen and (max-width: 840px) {
    .app-element {
        width: 33.33%;
    }
    .app-location-item{
        display: none;
    }
    .app-search-input{
        width: 168px;
    }
}

@media only screen and (max-width: 721px) {
    .app-element {
        width: 48%;
    }
}

@media only screen and (max-width: 576px) {}

@media only screen and (max-width: 376px) {
    .app-element {
        width: 96%;
    }
}