body {
    background: #F7F7F7;
}

.p-ta {
    position: relative;
    color: #333333;
}

.p-ta .banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: -1;
    min-width: 1180px;
    background-position: center;
    background-image: url("https://static.9891.com/9891/img/taren/banner.png");
}

.p-ta .logo {
    width: 247px;
    height: auto;
    margin-top: 70px;
}

.p-ta .main {
    padding-top: 204px;
}

.p-ta .game-list-wrapper {
    background: var(--background-white);
    border-radius: 20px 0 20px 20px;
    padding: 20px;
    position: relative;
}

.p-ta .game-group:not(:first-child) {
    margin-top: 24px;
}

.p-ta .type-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 30px;
}

.p-ta .type-title:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-size: 100%;
    margin-right: 10px;
}

.p-ta .type-title.pc:before {
    content: '';
    background-image: url("https://static.9891.com/9891/img/taren/icon-pc-game.png");
}

.p-ta .type-title.mobile:before {
    content: '';
    background-image: url("https://static.9891.com/9891/img/taren/icon-m-game.png");
}

.p-ta .game-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}

.p-ta .game-item {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 270px;
    height: 110px;
    background: linear-gradient(180deg, #FFF7F7 0%, #FFFBFB 100%);
    border-radius: 8px;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    border: 1px solid transparent;
}

.p-ta .game-item:hover {
    box-shadow: 0 4px 8px 0 rgba(255, 170, 174, 0.1);
    border: 1px solid #FFEAEA;
}

.p-ta .game-name {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.p-ta .game-item .btn-view {
    color: #999999;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.p-ta .game-item .btn-view:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url("https://static.9891.com/9891/img/taren/icon-right.png");
    background-size: 100%;
    margin-left: 2px;
}

.p-ta .game-item .person {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.p-ta .game-item .person img {
    display: block;
    max-height: 130px;
}

.p-ta .icon-service {
    height: 44px;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: 1;
}

.p-ta .article-list-wrapper {
    margin-top: 40px;
}

.p-ta .article-list-title {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    text-indent: 20px;
    margin-bottom: 10px;
}

.p-ta .article-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.p-ta .article-item {
    width: 380px;
    height: 180px;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 24px 24px 18px 24px;
    position: relative;
}

.p-ta .article-title-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.p-ta .article-title {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p-ta .article-title-wrapper:after {
    content: '';
    display: block;
    width: 48px;
    height: 1px;
    background: #FFDDD9;
    transform: translateY(12px);
}

.p-ta .article-desc {
    font-weight: 600;
    color: #666666;
    font-size: 14px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.p-ta .article-view {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999999;
    padding-right: 26px;
    background-image: url("https://static.9891.com/9891/img/taren/icon-arrow.png");
    background-size: 16px;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 18px;
    right: 24px;
    cursor: pointer;
    transition: all 150ms ease-in-out;
}

.p-ta .article-item:hover {
    background-image: url("https://static.9891.com/9891/img/taren/bg-article-hover.png");
}

.p-ta .article-item:hover .article-view {
    color: #666666;
    background-image: url("https://static.9891.com/9891/img/taren/icon-arrow-on.png");
}