.downlinks {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 3px;
    text-align: center;
    white-space: nowrap;
    padding: 0 4px;
    width: 220px;
    background: #fd8042;
    color: #fff;
    display: inline-block;
}
.nodownload {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 3px;
    text-align: center;
    white-space: nowrap;
    padding: 0 4px;
    width: 220px;
    background: #fd8042;
    color: #fff;
    display: inline-block;
}

.downlinks:hover {
    background: #e06426;
}

.game_information {
    display: flex;
    align-items: center;
    flex-direction: column;
}


.game_information .info h1 {
    margin: 10px;
    text-align: center;
}

.info_hd {
    text-align: center;
    width: 640px;
}

.game_information .img {
    margin-right: 0;
    margin: auto 0;
    display: block;
    width: 150px;
    height: 150px;
    text-align: center;
    line-height: 100px;
    /* border-radius: 50%; */
    /* aspect-ratio: auto 100/100; */
}

.game_information {
    margin: 30px 0;
    width: 100%;
}

.m_top {
    margin-top: 0px !important;
}

.dotting {
    display: inline-block;
    min-width: 4px;
    min-height: 4px;
    box-shadow: 4px 0 currentColor, 12px 0 currentColor, 20px 0 currentColor;
    -webkit-animation: dot 2.8s infinite step-start both;
    animation: dot 2.8s infinite step-start both;
}

.game_information .info p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}


@-webkit-keyframes dot {
    25% {
        box-shadow: none;
    }

    50% {
        box-shadow: 4px 0 currentColor;
    }

    75% {
        box-shadow: 4px 0 currentColor, 12px 0 currentColor;
    }
}

@keyframes dot {
    25% {
        box-shadow: none;
    }

    50% {
        box-shadow: 4px 0 currentColor;
    }

    75% {
        box-shadow: 4px 0 currentColor, 12px 0 currentColor;
    }
}

.gray {
    background-color: gray;
}

.gray:hover {
    background-color: gray;
}

.gray {
    background-color: gray;
}

.gray:active {
    background-color: gray;
}
.down_s span {
    display: inline-block;
    width: 260px;
    text-align: center;
    padding: 0 4px;
}

.down_s .down_t span {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
    white-space: nowrap;
    background: #fd8042;
    color: #fff;
    margin-bottom: 5px;
}

.down_s .down_t span:first-of-type {
    background: linear-gradient(to right, #05c6c1, #fd8042);
}

.down_s .down_t span:last-of-type {
    background: #fff;
    border: 1px solid #999;
    color: #999;
}

.down_s div span:first-child,
.down_s p span:first-child {
    margin-right: 10px;
}

.down_s p span {
    font-size: 14px;
}