#history-version-btn {
    margin-left: 20px;
    background-color: #fff;
    border: 2px solid #5aadf9;
    color: #5aadf9;
}

.history-version-list {
    padding-left: 30px;
    padding-right: 30px;
}

.history-download-btn {
    margin-top: 40px;
    margin-bottom: 50px;
}

.history-version-title {
    font-size: 22px;
}

.history-version-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.history-version-item-wrapper {
    width: 48%;
    list-style: none;
    margin-top: 40px;
    border-radius: 12px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 6%);
    background-color: #fff !important;
    padding: 20px 25px;
    box-sizing: border-box;
}

.history-version-item {
    color: #000;
    width: 100%;
    height: 100%;
}

.history-version-item-wrapper:hover {
    background-color: #dfeffd !important;
}

.history-version-item-wrapper:nth-of-type(odd) {
    margin-right: 20px;
}

.version-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.version-header .version-number {
    font-size: 17px;
    color: #000;
}

.version-header .version-date {
    font-size: 13px;
    color: gray;
}

.version-main {
    margin-top: 6px;
}

.version-main .version-title {
    font-size: 15px;
    color: #333;
}

.version-cate {
    display: inline-block;
    margin-left: 10px;
}

.version-cate li {
    display: inline-block;
    list-style: none;
    border: 1px solid #2e2d2d;
    font-size: 12px;
    padding: 1px 4px;
    border-radius: 4px;
}

.version-cate .apk {
    color: #fad0a5;
    border-color: #fad0a5;
}

.version-cate .xapk {
    color: #62d693;
    border-color: #62d693;
}

.version-cate .apks {
    color: #69b9f7;
    border-color: #69b9f7;
}

.version-cate .mod {
    color: #7C01F5;
    border-color: #7C01F5;
}

.version-footer {
    margin-top: 25px;
    font-size: 13px;
    color: gray;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.version-download-btn {
    width: 30px;
    height: 30px;
}

.mb-0 {
    margin-bottom: 0;
}

.history-view-more-btn {
    width: 140px;
    height: 40px;
    margin: 40px auto 40px;
    background: #5aadf9;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 20px;
    cursor: pointer;
}

.hidden {
    display: none;
}


.download-loading {
    width: 80%;
}

.download-game-info {
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.download-loading-wrapper {
    padding: 35px 0;
    border-radius: 12px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff !important;
    margin-bottom: 150px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-progress, .download-button {
    width: 100%;
    height: 32px;
    background-color: #dfeffd;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.progress-text {
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.progress-status {
    height: 100%;
    background-color: #5aadf9;
    animation: progress-status;
    animation-timing-function: ease-out;
    animation-duration: 5s
}

@keyframes progress-status {
    from {
        width: 0%
    }
    to {
        width: 100%
    }
}

.download-loading .download-button {
    animation-name: show;
    background-color: #5aadf9;
    animation-duration: .5s;
    animation-timing-function: linear;
    display: none;
    align-items: center;
    justify-content: center;
}

@keyframes show {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.download-text {
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.download-text > a {
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 0;
    cursor: pointer;
    text-align: center;
}

.download-text > a.download-link:hover, .btn-download-sm:hover {
    background-color: #5aadf9;
}

.download-text > a.download-link:active, .btn-download-sm:active {
    background-color: #5aadf9;
}

.download-desc {
    margin-top: 25px;
}

.download-desc p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
}

.download-desc p > a {
    color: #5aadf9;
}

.download-desc p > span {
    color: #5aadf9;
}

.download-desc p > a:hover {
    color: #5aadf9;
}

#footer div.friend_links--wrapper {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333;
    padding-top: 20px;
    display: block;
}

#footer .friend_link--item {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

#page-footer {
    background-color: #000;
    color: #fff
}

#page-footer .pf-top {
    padding: 30px 0
}

#page-footer .pf-top ul {
    list-style: none;
    margin-left: 0
}

#page-footer .pf-top ul.socials li {
    display: inline-block;
    margin: 10px
}

#page-footer .pf-top ul.socials li a:hover svg, #page-footer .pf-top ul.socials li a:hover svg path {
    fill: #ed1b1b
}

#page-footer .pf-top a {
    color: #fff
}

#page-footer .pf-top a:hover {
    color: #ed1b1b
}

#page-footer .pf-top .pft-item {
    text-align: center
}

#page-footer .pf-top .pfti-l {
    margin-bottom: 30px
}

#page-footer .pf-top .pfti-l .logo {
    display: inline-block
}

#page-footer .pf-top .pfti-r {
    margin: -10px 0
}

#page-footer .pf-top .pfti-r li {
    display: inline-block
}

#page-footer .pf-top .pfti-r li a {
    display: block;
    margin: 10px 0;
    padding: 0 12px 0 10px;
    line-height: 1rem;
    position: relative
}

#page-footer .pf-top .pfti-r li a::after {
    content: "";
    display: none;
    width: 0;
    height: 60%;
    position: absolute;
    right: -1px;
    bottom: 15%;
    border-right: 1px solid rgba(255, 255, 255, .5)
}

#page-footer .pf-top .pfti-r li:last-child a::after {
    display: none
}

#page-footer .pf-bot {
    padding: 2px 10px 10px;
    background-color: #232222;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .05);
    font-size: .875rem
}

#page-footer .pf-bot span, #page-footer .pf-bot svg {
    display: inline-block;
    vertical-align: middle
}

.friend_links {
    display: flex;
    justify-content: center;
}