
.top-games {
    padding-top: 1.5rem;
}
.default-title {
    color: #CD853F;
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
}

.top-game-box {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    overflow-x: auto;
    display: flex;
    justify-content: space-between;
}

.game-item {
    margin-right: 0.8rem;
    width: 9rem;
}

.game-image{
    width: 9rem;
    height: 9rem;
    border-radius: 0.8rem;
    overflow: hidden;
    display: block;
}

.game-name {
    margin-top: 0.5rem;
    font-size: 1.5rem;
    color: #CD853F;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.game-container {
    /* padding-top: 1rem; */
}

.game-info {
    margin-top: 2rem;
    display: flex;
    align-items: center;
}

.game-info:first-child {
    margin-top: 0.5rem;
}

.name_info {
    font-size: 1.5rem;
    color: #CD853F;
    flex: 1;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.name_info p {
    margin-bottom: 0;
    line-height: 1.5;
}

.pay_btn {
    color: #ffffff;
    display: block;
    width: 10rem;
    height: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
    border: 0.1rem solid #fff;
    background: linear-gradient(60deg, #0d6964 0%, #50c9c3 100%);
    border-radius: 1.6rem;
    text-decoration: none;
    font-size: 1.6rem;
}

.default-title span {
    font-weight: bold;
    font-size: 1.8rem;
}

.icon-right {
    width: 3.1rem;
    height: 3.1rem;
    text-decoration: none;
    color: unset;
}
