html {
    font-size: 16px;
    color: #333;
}

a {
    color: #333;
    text-underline-offset: 2px;
}

a:visited {
    color: #333;
}

.color-red {
    color: #ed4e4f !important;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

.navbar-redfinger {
    background-color: rgba(237, 78, 79, .9);

    /* height: 80px; */
}

.navbar-redfinger .download-link {
    border: 1px solid #fff;
    padding: 1px 15px;
    border-radius: 18px;
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
}

.navbar-redfinger .toggler-btns {
    display: flex;
    align-items: center;
}

.navbar-redfinger .navbar-toggler {
    padding: .1rem .5rem;
    line-height: 0rem;
}

.navbar .navbar-toggler-icon {
    color: #fff;
    width: 1.2rem;
    height: 1.2rem;
}

.navbar-toggler {
    border-color: #fff;
    border-width: 1.5px;
}

.navbar-redfinger .navbar-nav .nav-link {
    color: #fff;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
}

.navbar-redfinger .navbar-nav .active .nav-link {
    font-weight: bold;
}

.navbar-redfinger .initial {
    display: none;
}

#content {
    /* margin-top: 50px; */
    margin-bottom: 50px;
    position: relative;
    padding-top: 50px;
}

.pagination {
    margin: 20px 0;
}

.pagination .page-link {
    margin: 0 8px;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50% !important;
    padding: 0;
    text-align: center;
    font-size: 15px;
    color: #333;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    background-color: #ed4e4f;
    border-color: #ed4e4f;
    color: #fff;
}

.pagination .prev,
.pagination .next {
    width: auto;
    height: auto;
    border: none;
}

.pagination .prev:hover,
.pagination .next:hover {
    background: none;
    color: #333;
}

.posts-content {
    max-width: 90%;
    margin: 0 auto;
}

article {
    font-size: 15px;
    line-height: 22px;
    padding-top: 1.5rem;
}

article h1 {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
}

article .meta {
    text-align: center;
    margin: 20px 0;
}

article h2 {
    font-size: 18px;
}

article h3 {
    font-size: 17px;
}

article h4 {
    font-size: 16px;
}

article ul {
    padding-left: 20px;
}

article p {
    margin: 1rem 0;
}

article a {
    color: #ed4e4f;
    text-decoration: underline;
}

article a:visited {
    color: #ed4e4f;
    text-decoration: underline;
}

article img {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
    display: block;
}

article img.inline {
    display: inline-block;
    margin: 0 5px;
}

#fixed-box {
    position: fixed;
    right: 0;
    top: 30%;
}

#fixed-dl-box {
    background: rgba(0, 0, 0, .6);
    padding: 7.5px;
}

#fixed-qr-wrapper {
    position: relative;
}

#fixed-qr-wrapper > img {
    position: absolute;
    width: 40px;
    left: 47.5px;
    top: 47.5px;
}

#fixed-dl-box .urls {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

#fixed-dl-box .urls a {
    display: flex;
    margin: 3px 0;
    color: #fff;
    background: url(../images/an-bg.png) no-repeat;
    background-size: 100% auto;
    width: 100%;
    padding: 8px 0;
    justify-content: center;
    font-size: 15px;
}

#fixed-dl-box .urls a:hover {
    text-decoration: none;
}

#fixed-dl-box .urls a img {
    margin-right: 5px;
    height: 20px;
    width: auto;
}

#fixed-chat-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    margin-top: 20px;
    cursor: pointer;
}

#fixed-chat-box .btns {
    background: #fff;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 0 5px #f1a6a7;
    opacity: 0;
    padding: 0 15px;
    right: 5px;
    top: 0;
    min-width: 108px;
}

#fixed-chat-box:hover .btns {
    display: block;
    opacity: 1;
    padding: 5px 15px;
    transition: all .2s;
}

#fixed-chat-box .btns > div {
    margin: 8px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}

#fixed-chat-box .btns > div img {
    margin-right: 5px;
}

.banner-slot > .banner-item {
    display: block;
    margin: 20px auto;
}

.redfinger-card {
    display: block;
    max-width: 380px;
    margin: 25px auto;
    cursor: pointer;
}

.redfinger-card-pro {
    text-align: center;
}

.redfinger-card-pro .wrapper {
    position: relative;
    display: inline-block;
}

.redfinger-card-pro .qr {
    display: none;
    width: 130px;
    position: absolute;
    right: -130px;
    bottom: 120px;
}

.redfinger-card-pro .wrapper.show .qr {
    display: block;
}

.head-title {
    border-bottom: 1px solid #e6e9ee;
    margin: 25px 0;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-title span {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.head-title span::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: " ";
    display: block;
    background-color: #e24c41;
    height: 3px;
    width: 100%;
}

.head-title a {
    color: #666;
    font-weight: normal;
    font-size: 14px;
}

/* .related-posts {
    max-width: 90%;
    margin: 0 auto;
} */

.related-posts .posts {
    height: auto;
    overflow: hidden;
}

.related-posts .posts div {
    width: 50%;
    float: left;
    padding-bottom: 6px;
}

.related-posts .posts a {
    color: #333;
}

.category-list-header {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    height: auto;
    overflow: hidden;
}

.category-list-header .name {
    float: left;
    font-size: 28px;
    color: #333;
    line-height: 40px;
}

.category-list-header .categories {
    float: right;
}

.category-list-header .categories a {
    display: inline-block;
    padding: .375rem 1.75rem;
    border: 2px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 24px;
}

.category-list-header .categories a:hover {
    text-decoration: none;
}

.category-list-header .categories a.active {
    border-color: #ed4e4f;
    color: #ed4e4f;
}

.category-posts .item {
    display: flex;
    margin: 0 0;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.category-posts .time {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.category-posts .time .day {
    width: 62px;
    text-align: center;
    font-size: 34px;
    margin: 0 auto;
    font-weight: bold;
    padding: 5px;
    border: 2px solid black;
    border-radius: 3px;
    margin-top: 6px;
}

.category-posts .cover {
    padding-left: 40px;
    display: block;
    overflow: hidden;
}

.category-posts .cover img {
    height: 130px;
    width: 234px;
    object-fit: cover;
    border-radius: 3px;
}

.category-posts .item .info {
    padding-left: 40px;
    max-width: 900px;
    flex: 1;
}

.category-posts .item h2 {
    font-size: 19px;
    font-weight: bold;
}

.category-posts .item .short-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #666;
    font-size: 16px;
    max-width: 900px;
    max-height: 75px;
}

.category-posts .item time {
    margin-bottom: 10px;
    color: #666;
}

.category-posts .item .view-detail {
    display: none;
    text-align: right;
    color: #ed4e4f;
    margin-top: 10px;
}

.event-category-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.event-category-posts .item {
    flex-direction: column;
    width: 49%;
    align-items: flex-start;
}

.event-category-posts time {
    color: #666;
    margin-bottom: .5rem;
    display: block;
}

.event-category-posts .cover {
    padding-left: 0;
    width: 100%;
    margin-bottom: 15px;
}

.event-category-posts .cover img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.event-category-posts .item .info {
    padding-left: 0;
    width: 100%;
}

.posts-search {
    position: relative;
    display: inline-flex;
    margin-top: 30px;
}

.posts-search img {
    position: absolute;
    width: 18px;
    left: 14px;
    top: 12px;
}

.posts-search input[type=text] {
    border: 2px solid #e5e5e5;
    padding: 7px 10px 7px 40px;
    outline: none;
    border-right: none;
    flex: 1;
}

.posts-search input[type=submit] {
    background-color: #ed4e4f;
    color: #fff;
    border: none;
    padding: 0 34px;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
    padding-left: 0;
}

.recommend-urls .urls {
    padding: 1.2rem 0;
}

.recommend-urls .urls a {
    display: inline-block;
    margin-right: 20px;
    font-size: .875rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.block-head {
    border-bottom: 1px solid #e6e9ee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.block-head .icon {
    height: 1.625rem;
    width: auto;
    margin-right: 10px;
}

.block-head .title {
    font-size: 1.125rem;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    border-bottom: 3px solid #e24c41;
    padding-bottom: 5px;
    margin-bottom: -1px;
}

.block-head .more {
    color: #aaadb3;
    font-size: 1rem;
    text-decoration: none;
}

.hot-posts-card .first {
    display: block;
    color: #e24c41;
    font-size: 1.5rem;
    margin-bottom: .6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 1.6rem;
}

.hot-posts-card .second {
    display: flex;
    justify-content: space-between;
}

.hot-posts-card .second a {
    font-size: .875rem;
    color: #377fec;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-posts-card .top-3-url {
    border-bottom: 1px solid #e6e9ee;
    padding-bottom: 1.2rem;
}

.posts-urls-card {
    list-style: none;
    padding: 0;
    line-height: 2.1rem;
    font-size: .875rem;
    padding-top: 1rem;
    position: relative;
    margin-bottom: .9375rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.posts-urls-card li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-top: .055rem;
    padding-bottom: .055rem;
}

.posts-urls-card li::before {
    content: " ";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #9c9c9c;
    position: absolute;
    left: 0;
}

.posts-urls-card li.cover-url::before {
    display: none;
}

.posts-urls-card li a {
    white-space: nowrap;
    overflow: hidden;
    flex: 1;
    text-overflow: ellipsis;
    padding-right: 2rem;
}

.posts-urls-card li time {
    color: #a6a6a6;
}

.cover-url {
    padding-left: 0 !important;
    margin-bottom: .7rem;
}

.cover-url a {
    display: block;
    position: relative;
    padding-right: 0 !important;
    height: 11rem;
}

.cover-url a span {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 8px 20px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    text-overflow: ellipsis;
    overflow: hidden;
}

.cover-url img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cover-posts-card .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cover-posts-card .cover img {
    height: 80px;
    object-fit: cover;
    border-radius: 2px;
}

.cover-posts-card .title {
    font-size: .9375rem;
    line-height: 1.125rem;
    color: #333;
    margin-bottom: 1rem;
    display: block;
    max-height: 2.25rem;
    overflow: hidden;
}

.cover-posts-card .time {
    color: #a6a6a6;
    font-size: .875rem;
}

.cover-posts-card .row {
    margin-bottom: 1.25rem;
    height: 80px;
}

.category-posts-card .block-head {
    margin-bottom: 1.875rem;
}

.category-posts-card .posts-urls-card {
    padding-top: 0;
}

.tutorial-posts-card > div {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.25rem;
    height: 80px;
}

.tutorial-posts-card .cover {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tutorial-posts-card .info {
    flex: 1;
    padding-left: 1.25rem;
    font-size: .9375rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.tutorial-posts-card .info .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1rem;
}

.tutorial-posts-card .info .more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tutorial-posts-card .info .more a {
    color: #e24c41;
    font-size: .875rem;
}

.tutorial-posts-card .download-link {
    background: #fff;
    border: 1px solid #ea6b66;
    border-radius: 2px;
    text-decoration: none;
    padding: .1rem 1rem;
}

.tutorial-posts-card .download-link:hover {
    background: #d95a55;
    color: #fff !important;
}

.game-recommend-card .item {
    margin-bottom: 1.875rem;
}

.game-recommend-card .cover {
    height: 11.25rem;
    overflow: hidden;
    display: block;
}

.game-recommend-card .cover img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.game-recommend-card .info {
    font-size: 15px;
    border: 1px solid #e6e9ee;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    border-top: none;
}

.game-recommend-card .info .title {
    white-space: nowrap;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game-recommend-card .info .btn {
    font-size: .875rem;
    border: 1px solid #ea6b66;
    border-radius: 13px;
    padding: 6px 18px;
    display: flex;
    color: #e24c41;
    line-height: .875rem;
}

.game-recommend-card .info .btn:hover {
    background-color: #e24c41;
    color: #fff;
}

.my-carousel .carousel-caption {
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 20px;
    z-index: 10;
    height: 50px;
}

.my-carousel .carousel-item {
    z-index: 10;
    height: 100%;
}

.my-carousel .carousel-caption a {
    color: #fff;
    text-decoration: none;
}

.my-carousel .carousel-indicators {
    width: auto;
    margin: 0;
    z-index: 9999;
    left: auto;
    bottom: 15px;
    right: 15px;
}

.my-carousel .carousel-indicators li {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, .2);
    font-size: 14px;
    text-indent: unset;
    text-align: center;
    padding: 0;
    flex: unset;
    border: none;
    color: #fff;
    z-index: 9999;
    border-radius: 2px;
}

.my-carousel .carousel-indicators li.active {
    background: #e24c41;
}

.my-carousel .carousel-caption h5 {
    font-size: .875rem;
    text-align: left;
    margin: 0;
}

/* #content {
    padding-top: 80px;
} */

#new-game-recommend {
    font-size: .875rem;
    display: flex;
    flex-direction: row;
    margin-top: 1.85rem;
}

#new-game-recommend .wrapper {
    display: flex;
    flex-direction: row;
    flex: 1;
}

#new-game-recommend .head::before {
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 6px;
    margin-bottom: .625rem;
}

#new-game-recommend .head {
    background: linear-gradient(0deg, #f3a56c 0%, #f0422a 100%);
    width: 3.125rem;
    font-size: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-self: center;
    flex-direction: column;
    padding: 1rem;
    word-break: break-word;
    text-align: center;
}

#new-game-recommend .games {
    flex: 1;
    display: flex;
}

#new-game-recommend .logo {
    width: 4.625rem;
    height: 4.625rem;
    overflow: hidden;
    margin-bottom: .875rem;
    border-radius: 10px;
}

#new-game-recommend a {
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

#new-game-recommend .item {
    text-align: center;
    max-width: 6.875rem;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    border: 1px solid #e6e9ee;
    border-left: none;
    font-weight: 400;
    cursor: pointer;
    padding: 1rem;
    flex: 1;
}

#new-game-recommend .item:hover {
    background-color: #eee;
}

#new-game-recommend .logo img {
    width: 100%;
    height: auto;
}

#game-top-urls {
    margin-top: 3.2rem;
}

.tag-posts-card .tags {
    padding-bottom: 4px;
    flex: 1;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
    height: auto;
    text-align: right;
}

.tag-posts-card .tags::-webkit-scrollbar {
    height: 5px;
}

.tag-posts-card .tags::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-left: 5px solid transparent;
    background-clip: padding-box;
}

.tag-posts-card .tags::-webkit-scrollbar-button {
    display: none;
}

.tag-posts-card .tag {
    display: inline-flex;
    height: 22px;
    background: #c6c8cd;
    border-radius: 11px;
    color: #fff;
    padding: 0 1rem;
    font-size: 14px;
    text-decoration: none;
    margin: 0 .2rem;
    position: relative;
    align-items: center;
    justify-content: center;
}

.tag-posts-card .tag:hover,
.tag-posts-card .tag.active {
    background: #f86a5f;
    color: #fff;
}

.tag-posts-card .tag.active::after {
    content: ' ';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background: #f86a5f;
    bottom: -3px;
    transform: rotate(45deg);
}

.tag-posts-card .posts-urls-card {
    display: none;
}

.tag-posts-card .posts-urls-card li::before {
    position: relative;
    margin-right: 12px;
    background: none;
    border: 1px solid #9c9c9c;
    border-radius: initial;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
}

#footer {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    background: #f5f5f5;
    font-size: .875rem;
}

#footer .details {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: .9375rem;
}

#footer .details > .logo {
    margin-right: 2.5rem;
}

#footer .links {
    margin-left: -10px;
}

#footer .links a {
    color: #9c9c9c;
    border-right: 1px solid #9c9c9c;
    display: inline-block;
    padding: 0 10px;
    height: 15px;
    line-height: 15px;
    font-size: 15px;
}

#footer .links a:last-child {
    border-right: none;
}

#footer .copyright {
    margin-top: .35rem;
}

#footer .icp {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 6px;
}

#footer .icp2 {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-top: 5px;
}

#footer .icp .item {
    display: flex;
    align-items: center;
    margin-right: .75rem;
    margin-top: .3rem;
}

#footer .icp .item img {
    width: auto;
    height: 13px;
    margin-right: .35rem;
}

#footer .social-links {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#footer .social-links .item {
    position: relative;
    padding: 10px;
    cursor: pointer;
}

#footer .social-links a {
    text-decoration: none;
}

#footer .social-links img {
    height: 20px;
    cursor: pointer;
}

#footer .social-links .popover-content {
    display: none;
}

#footer .friendly-link {
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    display: inline-block;
    padding: 0 5px;
    margin-left: 20px;
    line-height: 14px;
    cursor: pointer;
    user-select: none;
}

.friendly-links .arrow {
    display: none;
}

.friendly-links {
    background: #24262b;
    color: #fff;
    border-radius: 2px;
}

.friendly-links a {
    color: #fff;
    margin: 0 10px;
    display: inline-block;
}

img.social-qr-img {
    width: 150px;
    height: 150px;
}

.navbar-game-home {
    background: #3b3b3b;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .11);
    padding: 0;
}

.navbar-game-home .navbar-nav .nav-link {
    color: #fff !important;
    padding: 1.3rem 1.5rem;
}

.navbar-game-home .nav-item.active {
    background: #db5a55;
}

.main-tag-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 5rem;
}

.main-tag-card a,
.main-tag-card i {
    width: 8.5rem;
}

#posts-content .main-tag-card a,
#posts-content .main-tag-card i {
    width: 11.5%;
}

.main-tag-card i {
    height: 0;
}

.main-tag-card a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6e9ee;
    padding: .9375rem;
    border-radius: 5px;
    text-decoration: none;
    font-size: .9375rem;
    margin-bottom: .9375rem;
    overflow: hidden;
}

.main-tag-card a:hover {
    color: #e24c41;
    box-shadow: 0 0 15px 0 rgba(108, 123, 152, .2);
}

.main-tag-card a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}

.main-tag-card .cover {
    width: 6.25rem;
    height: 6.25rem;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: .9375rem;
}

.main-tag-card.style_2 .cover {
    width: 9.5rem;
    height: 6.5rem;
}

.main-tag-card.style_2 a,
.main-tag-card.style_2 i {
    width: 10.5rem;
}

.main-tag-card .cover img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.main-tag-item {
    display: none;
}

.main-tag-label {
    cursor: pointer;
}

.main-tag-label.active {
    color: #f69e48;
    border-bottom: 2px solid #f69e48;
    padding-bottom: 5px;
    margin-bottom: -1px;
}

#game-top-carousel {
    height: 100%;
}

#game-top-carousel .carousel-inner {
    height: 100%;
}

#game-top-carousel .carousel-item > img {
    height: 380px;
    object-fit: cover;
}

#game-top-slides .posts-urls-card {
    flex: 1;
    display: flex;
    justify-content: space-between;
    line-height: initial;
}

@media (max-width: 768px) {
    .navbar-brand {
        display: flex;
        padding: 0;
    }

    .navbar-brand img {
        height: 20px;
    }

    #content {
        padding-top: 10px;
    }

    .category-list-header {
        position: relative;
        padding-bottom: 0;
        border-bottom: none;
        width: 100%;
    }

    .category-list-header .categories {
        /* margin-top: 10px; */
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        float: none;
        background: #ebeaea;
        padding: 9px 0;
    }

    .category-list-header .categories a {
        display: block;
        width: 20%;
        font-size: 14px;
        margin: 0;
        padding: 0;
        text-align: center;
        border: none;
        border-right: 1px solid #dad9d9;
    }

    .category-list-header .categories a.active {
        border-color: #dad9d9;
    }

    .category-list-header .categories a:last-child {
        border-right: none;
    }

    .category-header {
        padding: 0;
        margin-top: -10px;
    }

    .posts-search {
        margin-top: 20px;
        width: 100%;
    }

    .navbar-redfinger {
        min-height: auto;
    }

    .main-tag-card a,
    .main-tag-card i {
        width: 48% !important;
        padding: 5px;
    }

    .main-tag-card .cover {
        /* width: 4.5rem; */
        width: 100% !important;
        height: 4.5rem !important;
    }

    #new-game-recommend .wrapper {
        overflow-x: scroll;
    }

    #game-top-carousel .carousel-item > img {
        height: auto;
    }

    #game-top-slides .posts-urls-card {
        line-height: 2.1rem;
    }

    .related-posts .posts div {
        width: 100%;
    }

    .redfinger-card {
        max-width: 300px;
    }

    .posts-content {
        max-width: 100%;
    }

    article {
        line-height: 26px;
    }

    .pagination {
        flex-wrap: wrap;
    }

    .pagination .page-link {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .category-posts .time {
        display: none;
    }

    .category-posts .item {
        flex-direction: column;
        border-bottom: 1px solid #e5e5e5;
    }

    .category-posts .cover {
        padding-left: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .category-posts .cover img {
        width: 100%;
        height: auto;
        max-height: 172px;
    }

    .category-posts .item .info {
        padding-left: 0;
        max-width: 100%;
    }

    .category-posts .item .view-detail {
        display: block;
    }

    .event-category-posts .item {
        width: 100%;
    }

    #fixed-box {
        display: none;
    }
}
