/* ————————————————公共样式—————————————————————————————————————————————— */
html,
body {
    color: #333333;
    font-size: 14px;
    font-family: '微软雅黑';
}

:root {
    --pm-c: #00ABB7;
    --dm-c: #fdeaea;
    --bg-c: #F6F7FB;
    --br-c: #eee;
}

/* 版心 */
.main {
    width: 100%;
    padding: 20px 0;
    background: #F6F7F6 url(../images/main-bg.png) no-repeat center top/contain;
}

.centre {
    width: 1200px;
    margin: 0 auto;
}

.public-section {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
}

/* 日期 */
span.date {
    color: #999999;
    font-size: 12px;
}

h1,
.name,
.title,
.sketch,
.gift-name,
.game-name,
.soft-name,
.topic-item {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-sketch,
.game-sketch,
.news-sketch,
.gba-sketch,
.gift-sketch {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game-icon,
.gift-icon,
.app-icon,
.soft-icon,
.news-pic,
.video-pic,
.activity-pic,
.gba-pic,
.game-pic,
.album-pic,
.eva-pic {
    display: block;
}

.game-icon,
.gift-icon,
.app-icon,
.soft-icon {
    overflow: hidden;
    border-radius: 20px;
}

.swiper-slide img {
    margin: 0;
}

img {
    object-fit: cover;
}

/* ————————————————————————————共有区块—————————————————————————————————— */
/* ————————————————网页头部———————————————— */

.header {
    width: 100%;
    height: 200px;
    background: url(../images/header-bg.png) center/cover;
}

.header .logo-section {
    height: 140px;
}

.header .logo-section .logo {
    display: block;
    width: auto;
}

.header .logo-section .logo img {
    width: auto;
    height: 100%;
}

.header .nav {
    opacity: 0.95;
    background: linear-gradient(90deg, #00A2AE 0%, #00BF91 100%);
}

.header .nav .nav-list {
    height: 60px;
}

.header .nav .nav-list .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: all .3s ease;
    position: relative;
}

.header .nav .nav-list .nav-item::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
}

.header .nav .nav-list .nav-item:nth-child(1)::before {
    background: url(../images/home.png) no-repeat center/contain;
}

.header .nav .nav-list .nav-item:nth-child(2)::before {
    background: url(../images/news.png) no-repeat center/contain;
}

.header .nav .nav-list .nav-item:nth-child(3)::before {
    background: url(../images/games.png) no-repeat center/contain;
}

.header .nav .nav-list .nav-item:nth-child(4)::before {
    background: url(../images/apps.png) no-repeat center/contain;
}

.header .nav .nav-list .nav-item:nth-child(5)::before,
.header .nav .nav-list .nav-item:nth-child(6)::before {
    background: url(../images/album.png) no-repeat center/contain;
}

.header .nav .nav-list .nav-item:nth-child(7)::before {
    background: url(../images/rank.png) no-repeat center/contain;
}

.header .nav .nav-list .nav-item:nth-child(8)::before {
    background: url(../images/gift.png) no-repeat center/contain;
}

.header .nav .nav-list .nav-item:nth-child(9)::before {
    background: url(../images/server.png) no-repeat center/contain;
}

.header .nav .nav-list .nav-item:hover,
.header .nav .nav-list .nav-item.active {
    line-height: 46px;
    color: #333333;
    background: #FFFFFF;
}

.header .nav .nav-list .nav-item:nth-child(1):hover::before,
.header .nav .nav-list .nav-item:nth-child(1).active::before {
    background: url(../images/home-active.png) no-repeat center/contain;
}

.header .nav .nav-list .nav-item:nth-child(2):hover::before,
.header .nav .nav-list .nav-item:nth-child(2).active::before {
    background: url(../images/news-active.png) no-repeat center/contain;
}

.header .nav .nav-list .nav-item:nth-child(3):hover::before,
.header .nav .nav-list .nav-item:nth-child(3).active::before {
    background: url(../images/games-active.png) no-repeat center/contain;
}

.header .nav .nav-list .nav-item:nth-child(4):hover::before,
.header .nav .nav-list .nav-item:nth-child(4).active::before {
    background: url(../images/apps-active.png) no-repeat center/contain;
}

.header .nav .nav-list .nav-item:nth-child(5):hover::before,
.header .nav .nav-list .nav-item:nth-child(5).active::before,
.header .nav .nav-list .nav-item:nth-child(6):hover::before,
.header .nav .nav-list .nav-item:nth-child(6).active::before {
    background: url(../images/album-active.png) no-repeat center/contain;
}

.header .nav .nav-list .nav-item:nth-child(7):hover::before,
.header .nav .nav-list .nav-item:nth-child(7).active::before {
    background: url(../images/rank-active.png) no-repeat center/contain;
}

.header .nav .nav-list .nav-item:nth-child(8):hover::before,
.header .nav .nav-list .nav-item:nth-child(8).active::before {
    background: url(../images/gift-active.png) no-repeat center/contain;
}

.header .nav .nav-list .nav-item:nth-child(9):hover::before,
.header .nav .nav-list .nav-item:nth-child(9).active::before {
    background: url(../images/server-active.png) no-repeat center/contain;
}

.header .nav .nav-list .nav-item:hover:after,
.header .nav .nav-list .nav-item.active::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #189FA8;
    position: absolute;
    top: 2px;
    left: 2px;
}

/* ————————————————网页页脚———————————————— */
.footer {
    width: 100%;
    height: 180px;
    color: #999999;
    background: #333333;
}

.footer .link-list {
    margin: 0 0 30px;
}

.footer .link-list .link-item {
    color: #999999;
}

.footer .link-list .link-item::after {
    content: '|';
    display: inline-block;
    font-size: 12px;
    margin: 0 10px;
}

.footer .link-list .link-item:last-child::after {
    display: none;
}

.footer p a {
    color: #999999;
}

/* ——————————公用的区块标题—————————— */
.public-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    border-bottom: 2px solid #F2F2F2;
}

.public-title .title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 12px;
    overflow: visible;
    margin-bottom: -2px;
    border-bottom: 2px solid #00AFBC;
    position: relative;
}

.public-title .title::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 10px;
    background: #fff url(../images/public-title-dot.png)no-repeat center;
    background-size: 8px 8px;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.more,
.public-title .more {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 12px;
}

.more::after,
.public-title .more::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background: url(../images/more-icon.png)no-repeat center/contain;
}

/* ——————————公用的列表—————————— */
.list-contianer .list {
    margin-top: 20px;
}

.list-contianer .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    overflow: hidden;
}

.list-contianer .item::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-right: 10px;
    background: #E6E6E6;
}

.list-contianer .item .sketch {
    flex: 1;
    margin-right: 20px;
}

/* ——————————分割线—————————— */
.line {
    margin: 0 8px;
    color: #E5E4E4;
    font-size: 12px;
}

/* ——————————点—————————— */
.dot::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 10px;
    background: #CCCCCC;
    transform: rotate(45deg);
}

/* ——————————小图标—————————— */
.author {
    color: #999;
    font-size: 12px;
}

.author::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(../images/author.png) no-repeat center/contain;
}

.browse {
    color: #999;
    font-size: 12px;
}

.browse::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background: url(../images/browse.png) no-repeat center/contain;
}

.hot-tag,
.newest-tag {
    width: 38px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-right: 10px;
    position: relative;
}

.hot-tag::after,
.newest-tag::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
}

.hot-tag {
    background: #F36161;
}

.hot-tag::after {
    background: url(../images/hot-triangle.png) no-repeat center/contain;
}

.newest-tag {
    background: #2894EF;
}

.newest-tag::after {
    background: url(../images/newest-triangle.png) no-repeat center/contain;
}

/* ————————公共区块面包屑———————— */
.crumbs {
    margin: 20px 0 30px 0;
}

.crumbs,
.crumbs a {
    color: #999999;
    font-size: 12px;
}

.crumbs span {
    margin: 0 5px;
}

.crumbs .crumbs-icon {
    width: 14px;
    height: 16px;
    margin-right: 5px;
    background: url(../images/crumbs-icon.png) no-repeat center center/contain;
}

.crumbs a.active {
    color: #4D4D4D;
}

.crumbs a:hover {
    color: #4D4D4D;
}

/* ————————分页器———————— */
.paginator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0;
}

.paginator .btn {
    width: 50px;
    height: 30px;
    margin: 0 5px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #E6E6E6;
}

.paginator .prev {
    background: #fff url(../images/left.png) no-repeat center center;
    background-size: 16px;
}

.paginator .next {
    background: #fff url(../images/right.png) no-repeat center center;
    background-size: 16px;
}

.paginator .page {
    padding: 0 11px;
    margin: 0 5px;
    line-height: 28px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #E6E6E6;
}

.paginator .page.active,
.paginator .page:hover {
    color: #fff;
    border: 1px solid #00AFBC;
    background-color: #00AFBC;
}

/* ————————文章标题———————— */
.article-title {
    width: 800px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: bold;
    background: #E9F8FA;
    border: 1px solid #D7EEF0;
}

.article-title::before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 8px;
}

/* ————————文章小节标题———————— */
.article h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 50px 0 18px 0;
}

.article h3::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: url(../images/h3-dot.png) no-repeat center center/contain;
}

.article h3::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    background: url(../images/h3-dot.png) no-repeat center center/contain;
}

/* ————————游戏简介———————— */
.article-title::before {
    background: url(../images/article-title01.png) no-repeat center center/contain;
}

.article-title.game::before {
    background: url(../images/article-title01.png) no-repeat center center/contain;
}

.article-title.app::before {
    background: url(../images/app-title.png) no-repeat center center/contain;
}

.article-title.camera::before {
    background: url(../images/article-title02.png);
}

/* ————————文章内容———————— */
.article-content p {
    font-size: 16px;
    color: #666666;
    line-height: 38px;
    text-indent: 2em;
}

.article-content p img {
    display: block;
    max-width: 500px;
    margin: 20px auto !important;
    height: auto !important;
    position: static !important;
}


.article-content p iframe {
    display: block;
    margin: 30px auto !important;
}

.article-content .swiper {
    overflow: hidden;
    margin-top: 20px;
}

.article-content .swiper-slide img {
    width: 235px !important;
    height: 160px !important;
    max-width: 100%;
}

.article-content .swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

/* ————————公共区块评分———————— */

div.score {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.score #fullScore {
    width: 60px;
    height: 12px;
    background-image: url('../images/score1.png');
    background-size: contain;
}

div.score #fullScore #getScore {
    height: 12px;
    width: 60px;
    color: transparent;
    background-image: url('../images/score2.png');
    background-size: contain;
}

/* ————————公共区块选项———————— */
.public-select {
    height: 56px;
    padding-left: 10px;
}

.public-select li {
    text-align: center;
}

.public-select .option {
    display: inline-block;
    width: 100%;
    color: #666;
    font-size: 16px;
    margin-right: 30px;
    transition: all .3s ease;
}

.public-select .option:hover,
.public-select .option.active {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.public-select .option:hover::after,
.public-select .option.active::after {
    content: '';
    display: block;
    width: 26px;
    height: 4px;
    background: #00AFBC;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

/* ————————————————————————其他公共区块——————————————————————————— */
/* ———————————右侧边栏——————————— */
.aside {
    width: 380px;
}

.aside .aside-banner {
    display: block;
    height: 200px;
}

/* ———————————资讯排行——————————— */
.news-rank {
    padding: 20px;
    background: #fff;
}

.news-rank .rank-list .rank-item {
    margin-bottom: 24px;
}

.news-rank .rank-list .rank-item:last-child {
    margin-bottom: 0;
}

.news-rank .rank-list .rank-item .num {
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

.news-rank .rank-list .rank-item:first-child .num {
    background: url(../images/news-rank01.png) no-repeat center/contain;
}

.news-rank .rank-list .rank-item:nth-child(2) .num {
    background: url(../images/news-rank02.png) no-repeat center/contain;
}

.news-rank .rank-list .rank-item .news-pic {
    width: 100px;
    height: 60px;
    margin-right: 15px;
}

.news-rank .rank-list .rank-item .hot {
    color: #999;
    font-size: 12px;
}

.news-rank .rank-list .rank-item .hot::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    background: url(../images/hot-icon2.png) no-repeat center/contain;
}

.news-rank .list-contianer {
    margin-bottom: 20px;
}

.news-rank .list-contianer .item {
    margin-bottom: 20px;
}

.news-rank .list-contianer .item::before {
    display: none;
}

.news-rank .list-contianer .item .num {
    width: 34px;
    text-align: center;
    margin-right: 10px;
    color: #999999;
    font-weight: bold;
}

/* ———————————近期大作——————————— */
.recent-works .recent-game {
    padding-bottom: 25px;
    border-bottom: 1px solid #F2F2F2;
}

.recent-works .recent-game .game-icon {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border-radius: 25px;
}

.recent-works .recent-game i.icon {
    width: 26px;
    height: 26px;
    background: url(../images/recent-game.png) no-repeat center/contain;
    right: 10px;
    top: -10px;
}

.recent-works .recent-game .info .game-name {
    font-size: 18px;
    font-weight: bold;
}

.recent-works .recent-game .info .score {
    color: #F36161;
    font-weight: bold;
}

.recent-works .recent-game .info .btn {
    width: 96px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
}

.recent-works .recent-game .info .btn.game-details {
    margin-right: 16px;
    background: #2894EF;
}

.recent-works .recent-game .info .btn.get-gift {
    background: #FF8518;
}

/* 列表 */
.recent-works .game-list .game-item {
    width: 80px;
    margin-top: 25px;
    margin: 25px 45px 0 0;
}

.recent-works .game-list .game-item:nth-child(3n) {
    margin-right: 0;
}

.recent-works .game-list .game-item .game-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.recent-works .game-list .game-item .game-name {
    text-align: center;
}

/* ———————————最新资讯——————————— */
.newest-news .news-container .news-item .line {
    width: 0px;
    margin-right: 30px;
    border-right: 2px solid #E6E6E6;
    position: relative;
}

.newest-news .news-container .news-item .line::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/newest-news-dot.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    left: -8px;
}

.newest-news .news-container .news-item .date {
    color: #666;
    font-size: 14px;
}

.newest-news .news-container .news-item .news-pic {
    width: 300px;
    height: 150px;
    margin: 10px 0 30px 0;
}

.newest-news .news-container .news-item .news-pic img {
    object-fit: cover;
}

.newest-news .news-container .news-item:last-child .news-pic {
    margin-bottom: 0;
}

.newest-news .news-container .news-item .news-pic .sketch {
    width: 100%;
    color: #fff;
    padding: 12px 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1));
    position: absolute;
    bottom: 0;
}

/* ———————————攻略选项卡——————————— */
.game-gba .gba-tabs {
    width: 390px;
    margin-right: 20px;
}

.game-gba .gba-tabs .select {
    height: 50px;
    background: #F7FDFF;
    border: 1px solid #D7EEF0;
}

.game-gba .gba-tabs .select .option {
    width: 50%;
    color: #666;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.game-gba .gba-tabs .select .option.active {
    color: #fff;
    background: var(--pm-c);
    position: relative;
}

.game-gba .gba-tabs .select .option.active::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 6px solid var(--pm-c);
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.game-gba .gba-tabs .select .newest-gba::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(../images/newest-icon.png);
}

.game-gba .gba-tabs .select .hot-gba::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(../images/hot-icon3.png);
}

.game-gba .gba-tabs .select .newest-gba.active::before {
    background: url(../images/newest-icon-active.png);
}

.game-gba .gba-tabs .select .hot-gba.active::before {
    background: url(../images/hot-icon3-active.png);
}

.game-gba .gba-tabs .content {
    height: 380px;
    padding: 18px 20px 10px 20px;
    border: 1px solid #D7EEF0;
}

.game-gba .gba-tabs .hot-gba-content {
    display: none;
}

.game-gba .gba-tabs .content .game-pic {
    width: 100%;
    height: 160px;
    margin-bottom: 18px;
}

.game-gba .gba-tabs .read-more {
    width: 100%;
    height: 40px;
    font-size: 15px;
    margin-top: 25px;
    background: #E1F6F9;
}

.game-gba .gba-tabs .read-more span {
    color: var(--pm-c);
}

.game-gba .gba-tabs .read-more::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    background: url(../images/read-more.png) no-repeat center/contain;
}


/* 攻略列表 */
.game-gba .gba-container .game-pics {
    margin-bottom: 10px;
}
.game-gba .gba-container .game-pics .game-pics-item{
    position: relative;
}
.game-gba .gba-container .game-pics .title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 14px;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
}
.game-gba .gba-container .game-pics .game-pic {
    width: 190px;
    height: 120px;
}

.game-gba .gba-container .game-pics .game-pic img {
    object-fit: cover;
}

.newest-news .other-news .news-item:first-child .title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: 14px;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
}
/* 攻略列表 */
.game-gba .gba-container .gba-list .gba-item {
    padding: 18px 0;
    border-bottom: 1px solid #F2F2F2;
}

.game-gba .gba-container .gba-list .gba-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.game-gba .gba-container .gba-list .gba-item .title {
    margin-bottom: 12px;
}

.game-gba .gba-container .gba-list .gba-item .game-pic {
    width: 100px;
    height: 60px;
    margin-right: 15px;
}

.game-gba .gba-container .gba-list .gba-item .info .game-pic {
    flex-shrink: 0;
}

.game-gba .gba-container .gba-list .gba-item .info .sketch {
    color: #666;
}




/* ———————————最新资讯——————————— */
.newest-news {
    flex: 1;
}

.newest-news .top-section .left-section {
    width: 390px;
    margin-right: 20px;
}

.newest-news .title-container {
    width: 100%;
    margin-bottom: 20px;
}

.newest-news .title-container .section-title {
    width: 50px;
    height: 80px;
    color: #fff;
    padding: 22px 11px;
    background: #00AFBC;
}

.newest-news .title-container .content {
    padding: 12px 15px;
    background: #F7F7F7;
}

.newest-news .title-container .content .title {
    font-size: 20px;
    font-weight: bold;
}

.newest-news .news-grid .news-item {
    margin-bottom: 24px;
}

.newest-news .news-grid .news-item .news-pic {
    width: 130px;
    height: 80px;
    margin-right: 15px;
}

.newest-news .news-grid .news-item .title {
    max-width: 195px;
}

.newest-news .news-grid .news-item .sketch {
    color: #666;
    font-size: 12px;
}

.newest-news .bottom-section {
    margin-top: 10px;
}

.newest-news .other-news .news-item {
    width: 220px;
}

.newest-news .other-news .news-item:first-child {
    width: 280px;
    height: 172px;
    position: relative;
}

.newest-news .other-news .news-item:first-child .news-pic {
    height: 172px;
}

.newest-news .other-news .news-item:first-child .news-pic img {
    object-fit: cover;
}
.newest-news .other-news .news-item:first-child .title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: 14px;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
}
.newest-news .other-news .news-item .news-pic {
    margin-bottom: 10px;
    height: 120px;
}

.newest-news .other-news .news-item .news-pic img {
    object-fit: cover;
}

.newest-news .other-news .news-item .info {
    color: #999;
    font-size: 12px;
    margin-top: 10px;
}

/* ———————————同类推荐——————————— */
.same-rec .game-list .game-item {
    width: 70px;
}

.same-rec .game-list .game-item .game-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.same-rec .game-list .game-item .game-name {
    text-align: center;
}

.same-rec .game-list .game-item .down-btn {
    display: block;
    width: 68px;
    height: 30px;
    margin-top: 14px;
    color: #00AFBC;
    line-height: 30px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #00AFBC;
}

.same-rec .game-list .game-item:hover .down-btn {
    color: #fff;
    background: #00AFBC;
}

/* ———————————热门游戏——————————— */
.hot-games .game-list .game-item {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #F2F2F2;
}

.hot-games .game-list>.game-item:last-child {
    border: none;
    margin-bottom: 0;
}

.hot-games .game-list .game-item .game-icon {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.hot-games .game-list .game-item .info {
    padding: 5px 0;
}

.hot-games .game-list .game-item .info .msg {
    color: #666;
    font-size: 12px;
}

.hot-games .game-list .game-item .info .msg .line {
    color: #E5E4E4;
    font-size: 10px;
}

.hot-games .game-list .game-item .info .score {
    justify-content: start;
}

.hot-games .game-list .game-item .hot {
    width: 50px;
    height: 50px;
    color: #FE7B4D;
    font-size: 11px;
    border: 1px solid #E6E6E6;
}

.hot-games .game-list .game-item .hot::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/hot-icon04.png) no-repeat center center/contain;
}

/* ———————————热门游戏——————————— */
.hot-games .game-list .game-item .num {
    width: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin-right: 15px;
    text-align: center;
    background: #CCCCCC;
}

.hot-games .game-list .top-three .game-item .num {
    width: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin-right: 15px;
    text-align: center;
    background: #00AFBC;
}

.hot-games .game-list .top-three .game-item .down-btn {
    width: 68px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    background: var(--pm-c);
    border-radius: 2px;
}

/* ———————————评测推荐——————————— */
.eva-rec {
    width: 390px;
    margin-right: 20px;
}

.eva-rec .every-day-rec {
    height: 190px;
    margin-bottom: 20px;
}

.eva-rec .every-day-rec .tag {
    width: 100px;
    height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(90deg, #00AFBC 0%, #00C797 100%);
    position: absolute;
    left: -8px;
    top: 8px;
}

.eva-rec .every-day-rec .tag::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: url(../images/every-rec-icon.png) no-repeat center/contain;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.eva-rec .every-day-rec .info {
    width: 100%;
    height: 34px;
    color: #fff;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
}

.eva-rec .every-day-rec .info .sketch {
    padding: 8px 15px;
}

.eva-rec .every-day-rec .info .score {
    width: 60px;
    color: #fff;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    background: #F36161;
}

.eva-rec .eva-list .eva-item {
    padding: 20px 0;
    border-top: 1px solid #F2F2F2;
}

.eva-rec .eva-list .eva-item:last-child {
    padding-bottom: 0;
}

.eva-rec .eva-list .eva-item .eva-pic {
    width: 100px;
    height: 60px;
    margin-right: 15px;
}

.eva-rec .eva-list .eva-item .info .score {
    width: 40px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    background: #F36161;
}

.eva-rec .eva-list .eva-item .info .sketch {
    color: #666;
    margin-right: 20px;
}

/* ———————————大家都在玩——————————— */
.game-grid-public .game-item {
    width: 90px;
    text-align: center;
    margin-bottom: 26px;
}

.game-grid-public .game-item:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.game-grid-public .game-item .game-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 12px;
    border-radius: 25px;
}

.game-grid-public .game-item .game-name {
    margin-bottom: 7px;
}

.game-grid-public .game-item .type {
    color: #999999;
    font-size: 12px;
}

.game-grid-public .game-item .hot {
    color: #999999;
    font-size: 12px;
}

.game-grid-public .game-item .hot::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    background: url(../images/hot-icon-g.png) no-repeat center/contain;
}

/* ———————————大家在讨论——————————— */
.all-talk .news-list {
    margin-top: 32px;
}

.all-talk .news-list .news-item {
    padding-bottom: 18px;
    margin-bottom: 28px;
    border-bottom: 1px solid #F2F2F2;
}

.all-talk .news-list .news-item:last-child {
    border: none;
    margin-bottom: 0;
}

.all-talk .news-list .news-item .date::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    background: url(../images/h3-dot.png) no-repeat center center/contain;
}

.all-talk .news-list .news-item .news-pic {
    width: 140px;
    height: 80px;
    margin-right: 15px;
    position: relative;
}

.all-talk .news-list .news-item .news-pic .tag {
    color: #00AFBC;
    font-size: 12px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 0.22rem 0.65rem;
    border: 1px solid #00AFBC;
    position: absolute;
    top: -10px;
    left: -5px;
}

.all-talk .news-list .news-item .info .sketch {
    color: #666;
    font-size: 13px;
}

/* ———————————手游专辑——————————— */
.album-details-list {
    width: 100%;
}

.album-details-list .album-item {
    padding: 20px;
    margin-bottom: 10px;
    background: #F7F7F7;
}

.album-details-list .album-item:last-child {
    margin-bottom: 0;
}

.album-details-list .album-item .album-info {
    width: 400px;
    margin-right: 50px;
    overflow: hidden;
}

.album-details-list .album-item .album-info .title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #EBEBEB;
}

.album-details-list .album-item .album-info .title {
    font-size: 18px;
    font-weight: bold;
}

.album-details-list .album-item .album-info .details-tag {
    width: 38px;
    color: #fff;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-right: 10px;
    background: var(--pm-c);
    position: relative;
}

.album-details-list .album-item .album-info .details-tag::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/newest-triangle.png) no-repeat center/contain;
}

.album-details-list .album-item .album-info .album-details {
    margin-bottom: 20px;
}

.album-details-list .album-item .album-info .album-details ul {
    flex: 1;
}

.album-details-list .album-item .album-info .album-details ul li {
    color: #666;
    display: flex;
    width: auto;
}

.album-details-list .album-item .album-info .album-details ul li .name {
    max-width: 150px;
}

.album-details-list .album-item .album-info .album-details ul li:last-child {
    overflow: hidden;
}

.album-details-list .album-item .album-info .album-details ul li::after {
    content: '|';
    display: inline-block;
    color: #E5E4E4;
    font-size: 12px;
    margin: 0 10px;
}

.album-details-list .album-item .album-info .album-details ul li:last-child:after {
    display: none;
}

.album-details-list .album-item .album-info .msg {
    color: #999;
    font-size: 12px;
}

.album-details-list .album-item .album-info .msg .count {
    margin-right: 58px;
}

.album-details-list .album-item .soft-list .soft-item {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 25px;
    margin-right: 20px;
    position: relative;
}

.album-details-list .album-item .soft-list .soft-item .soft-name {
    width: 90px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0px 0px 25px 25px;
    position: absolute;
    bottom: 0;
}

.album-details-list .album-item .soft-list .soft-item:last-child {
    margin-right: 0;
}

.album-details-list .album-item .album-soft-list .soft-item {
    width: 90px;
    margin-right: 50px;
}

.album-details-list .album-item .album-soft-list .soft-item .soft-icon {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
    border-radius: 25px;
}

.album-details-list .album-item .album-soft-list .soft-item .soft-name {
    color: #666666;
    text-align: center;
}

.album-details-list .album-item .album-soft-list .soft-item:last-child {
    margin-right: 0;
}

/* ———————————专辑排行——————————— */

.album-rank .section-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 22px;
}

.album-rank .section-title::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../images/album-rank-title.png) no-repeat center/contain;
}

.album-rank .album-rank-list .album-rank-item {
    padding-bottom: 15px;
    margin-bottom: 16px;
    border-bottom: 1px solid #F2F2F2;
}

.album-rank .album-rank-list .album-rank-item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.album-rank .album-rank-list .album-rank-item .num {
    color: #999999;
    font-weight: bold;
    margin-right: 17px;
}

.album-rank .album-rank-list .album-rank-item:nth-child(1) .num {
    color: #F21414;
}

.album-rank .album-rank-list .album-rank-item:nth-child(2) .num {
    color: #FF4D00;
}

.album-rank .album-rank-list .album-rank-item:nth-child(3) .num {
    color: #FF8A00;
}

.album-rank .album-rank-list .album-rank-item .title {
    padding-right: 20px;
}

.album-rank .album-rank-list .album-rank-item .count {
    color: #999;
    font-size: 12px;
    margin-top: 8px;
}

/* ———————————最新视频—————————— */
.newest-video {
    flex: 1;
}

.newest-video .video-grid .video-item {
    width: 170px;
    margin: 26px 23px 0 0;
}

.newest-video .video-grid .video-item:nth-child(4n) {
    margin-right: 0;
}

.newest-video .video-grid .video-item .video-pic {
    width: 170px;
    height: 110px;
    margin-bottom: 10px;
    position: relative;
}

.newest-video .video-grid .video-item .video-pic .video-msg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1));
    position: absolute;
    bottom: 0;
}

.newest-video .video-grid .video-item .video-pic .video-msg .play-count::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background: url(../images/play-count.png) no-repeat center/contain;
}

.newest-video .video-grid .video-item .video-sketch {
    margin-bottom: 15px;
    line-height: 23px;
}

/* ———————————游戏美宣—————————— */
.banner-container {
    display: grid;
    height: 380px;
    grid-template-columns: 280px 240px 280px 330px;
    grid-template-rows: repeat(4, auto);
    grid-gap: 10px;
}

.banner-container .banner-pic {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.first-column .banner-pic {
    width: 280px;
    height: 185px;
    overflow: hidden;
}

.second-column .banner-pic {
    width: 240px;
    height: 120px;
    overflow: hidden;
}

.third-column .banner-pic {
    width: 280px;
    height: 380px;
    overflow: hidden;
}

.fourth-column .banner-pic {
    width: 330px;
    height: 185px;
    overflow: hidden;
}

.banner-container .banner-pic img {
    width: 100%;
    object-fit: cover;
}

.banner-container .banner-pic .sketch {
    width: 100%;
    color: #fff;
    padding: 12px 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .1));
    position: absolute;
    bottom: 0;
}

/* ———————————软件列表——————————— */
.soft-container-p .soft-item {
    padding: 30px;
    background: #FFFFFF;
}

.soft-container-p .soft-item:nth-child(2n) {
    margin-right: 0;
}

.soft-container-p .soft-item .soft-icon {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border-radius: 25px;
}

.soft-container-p .soft-item .soft-name {
    font-size: 18px;
    margin-right: 10px;
}

.soft-container-p .soft-item .score {
    flex-shrink: 0;
}

.soft-container-p .soft-item ul {
    color: #666666;
}

.soft-container-p .soft-item ul li::before {
    content: '|';
    display: inline-block;
    color: #E5E4E4;
    font-size: 12px;
    margin: 0 10px;
}

.soft-container-p .soft-item ul li:first-child:before {
    display: none;
}

.soft-container-p .soft-item .info {
    margin-right: 40px;
}

.soft-container-p .soft-item .sketch {
    color: #999999;
}

.soft-container-p .soft-item .down-btn {
    width: 90px;
    height: 36px;
    color: var(--pm-c);
    line-height: 36px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid var(--pm-c);
}

.soft-container-p .soft-item:hover .down-btn {
    color: #FFF;
    background: var(--pm-c);
}

/* ———————————排行榜—————————— */
.rank-section .rank-container {
    width: 370px;
}

.rank-section .rank-container .rank-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rank-section .rank-container .rank-title .title {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}

.rank-section .rank-container .rank-title .title::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 26px;
    margin-right: 10px;
    background: url(../images/rank-title-left.png) no-repeat center/contain;
}

.rank-section .rank-container .rank-title .title::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 26px;
    margin-left: 10px;
    background: url(../images/rank-title-right.png) no-repeat center/contain;
}

/* 排行榜 */
.rank-section .rank-container .top-three {
    margin-top: 46px;
}

.rank-section .rank-container .top-three .game-item {
    display: flex;
    align-items: center;
    align-self: flex-end;
    flex-direction: column;
    padding: 37px 15px 24px 15px;
    position: relative;
}

.rank-section .rank-container .top-three .game-item.first {
    width: 130px;
    height: 210px;
    background: linear-gradient(180deg, #FBF1CD 0%, #F2C98E 100%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.rank-section .rank-container .top-three .game-item.second {
    width: 120px;
    height: 200px;
    background: linear-gradient(180deg, #E1E1DF 0%, #CDCDCD 100%);
}

.rank-section .rank-container .top-three .game-item.thirdly {
    width: 120px;
    height: 190px;
    padding-top: 27px;
    background: linear-gradient(180deg, #FCDAB3 0%, #F0B57E 100%);
}

.rank-section .rank-container .top-three .game-item::before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images/rank-first.png) no-repeat center/contain;
    position: absolute;
    left: 50%;
    top: -18px;
    transform: translateX(-50%);
}

.rank-section .rank-container .top-three .game-item.first::before {
    width: 50px;
    height: 50px;
    top: -25px;
    background: url(../images/rank-first.png) no-repeat center/contain;
}

.rank-section .rank-container .top-three .game-item.second::before {
    background: url(../images/rank-second.png) no-repeat center/contain;
}

.rank-section .rank-container .top-three .game-item.thirdly::before {
    background: url(../images/rank-thirdly.png) no-repeat center/contain;
}

.rank-section .rank-container .top-three .game-item .game-icon {
    margin-bottom: 8px;
    border-radius: 15px;
}

.rank-section .rank-container .top-three .game-item.first .game-icon {
    width: 70px;
    height: 70px;
}

.rank-section .rank-container .top-three .game-item.second .game-icon,
.rank-section .rank-container .top-three .game-item.thirdly .game-icon {
    width: 60px;
    height: 60px;
}

.rank-section .rank-container .top-three .game-item .game-name {
    max-width: 100px;
}

.rank-section .rank-container .top-three .game-item .msg {
    margin-top: 20px;
}

.rank-section .rank-container .top-three .game-item .msg .system {
    margin-right: 36px;
}

.rank-section .rank-container .top-three .game-item .msg li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rank-section .rank-container .top-three .game-item .msg li div {
    color: #808080;
    font-size: 11px;
}

.rank-section .rank-container .top-three .game-item .msg li span {
    color: #666;
    font-size: 12px;
    font-weight: bold;
}

.rank-section .rank-container .game-list {
    margin-top: 30px;
}

.rank-section .rank-container .game-list .game-item {
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #F2F2F2;
}

.rank-section .rank-container .game-list .game-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.rank-section .rank-container .game-list .game-item .num {
    color: #B3B3B3;
    font-size: 16px;
    font-weight: bold;
    margin-right: 20px;
}

.rank-section .rank-container .game-list .game-item .game-icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.rank-section .rank-container .game-list .game-item .info {
    color: #666;
    font-size: 12px;
}

.rank-section .rank-container .game-list .game-item .info .score {
    color: #F36161;
    font-weight: bold;
}

.rank-section .rank-container .game-list .game-item .down-btn {
    width: 68px;
    height: 32px;
    color: var(--pm-c);
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    background: #FFFFFF;
    border: 1px solid var(--pm-c);
}

.rank-section .rank-container .game-list .game-item:hover .down-btn {
    color: #FFFFFF;
    background: var(--pm-c);
}

/* ———————————热门资讯—————————— */
.hot-news .news-list .news-item {
    margin-bottom: 30px;
}

.hot-news .news-list .news-item:last-child {
    margin-bottom: 0;
}

.hot-news .news-list .news-item .news-pic {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
}

.hot-news .news-list .news-item .news-pic img {
    object-fit: cover;
}

/* ———————————热门排行——————————— */
.hot-rank .rank-container .rank-item {
    padding: 15px;
    margin-bottom: 10px;
    background: #F7F7F7;
}

.hot-rank .rank-container .rank-item .title {
    font-size: 16px;
    font-weight: bold;
}

.hot-rank .rank-container .rank-item .title::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: url(../images/hot-icon04.png) no-repeat center/contain;
}

.hot-rank .rank-container .rank-item .go {
    width: 16px;
    height: 16px;
    background: url(../images/right-01.png) no-repeat center/contain;
}

.hot-rank .rank-container .rank-item .game-list {
    margin-top: 20px;
}

.hot-rank .rank-container .rank-item .game-list .game-item {
    width: 60px;
    margin-right: 23px;
}

.hot-rank .rank-container .rank-item .game-list .game-item:nth-child(4n) {
    margin-right: 0;
}

.hot-rank .rank-container .rank-item .game-list .game-item .game-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
    border-radius: 15px;
}

.hot-rank .rank-container .rank-item .game-list .game-item .game-name {
    color: #666;
    font-size: 12px;
}

/* ———————————产业资讯——————————— */
.industry-news .news-container {
    padding-bottom: 24px;
    border-bottom: 1px solid #F2F2F2;
}

.industry-news .news-container .news-item {
    margin-bottom: 30px;
}

.industry-news .news-container .news-item:last-child {
    margin-bottom: 0;
}

.industry-news .news-container .news-item .title {
    font-weight: bold;
}

.industry-news .news-container .news-item .sketch {
    color: #999;
    font-size: 12px;
    margin-top: 10px;
}

.industry-news .list-contianer {
    margin-top: 24px;
}

.industry-news .list-contianer .item::before {
    display: none;
}

.industry-news .list-contianer .item .tag {
    color: #666666;
}

/* ———————————热游推荐、猜你喜欢——————————— */
.hot-game-rec .soft-list .soft-item {
    width: 80px;
    margin: 0 50px 24px 0;
}

.hot-game-rec .soft-list .soft-item:nth-child(3n) {
    margin-right: 0;
}

.hot-game-rec .soft-list .soft-item:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.hot-game-rec .soft-list .soft-item .soft-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.hot-game-rec .soft-list .soft-item .soft-name {
    text-align: center;
}

.hot-game-rec .soft-list .soft-item p.date {
    color: #999;
    font-size: 12px;
    margin-top: 6px;
    text-align: center;
}

.soft-grid-public .soft-item .hot {
    color: #999;
    font-size: 12px;
    margin-top: 10px;
}

.soft-grid-public .soft-item .hot::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    background: url(../images/hot-icon-g.png) no-repeat center/contain;
}

/* ———————————视频推荐——————————— */
.video-rec .video-container .video-item {
    padding-bottom: 20px;
    margin-bottom: 18px;
    border-bottom: 1px solid #f2f2f2;
}

.video-rec .video-container .video-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.video-rec .video-container .video-item .video-pic {
    width: 130px;
    height: 80px;
    margin-right: 15px;
}

.video-rec .video-container .video-item .sketch {
    color: #666;
    font-size: 13px;
    margin-top: -10px;
}

/* ———————————热门礼包——————————— */
.hot-gift {
    flex: 1;
}

.hot-gift .gift-container {
    margin-bottom: 34px;
}

.hot-gift .gift-container .gift-item {
    width: 160px;
}

.hot-gift .gift-container .gift-item .gift-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
    overflow: visible;
}

.hot-gift .gift-container .gift-item .gift-icon img {
    border-radius: 30px;
}

.hot-gift .gift-container .gift-item .gift-icon .info {
    width: 160px;
    height: 30px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
}

.hot-gift .gift-container .gift-item .gift-icon .info .count {
    padding: 8px;
    color: #FFFFFF;
    font-size: 13px;
}

.hot-gift .gift-container .gift-item .gift-icon .info .count::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: url(../images/gift-title.png) no-repeat center/contain;
}

.hot-gift .gift-container .gift-item .gift-icon .info .get-btn {
    width: 50px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
    background: linear-gradient(90deg, #00AFBC 0%, #00C797 100%);
}

.hot-gift .gift-container .gift-item .sketch {
    max-width: 160px;
}

.hot-gift .gift-list::before {
    content: '';
    display: block;
    width: 0px;
    height: 160px;
    border: 1px solid #E6E6E6;
    position: absolute;
    left: 2px;
    top: 12px;
}

.hot-gift .gift-list .gift-item {
    margin-bottom: 16px;
}

.hot-gift .gift-list .gift-item::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 10px;
    background: #E6E6E6;
}

.hot-gift .gift-list .gift-item:last-child {
    margin-bottom: 0;
}

.hot-gift .gift-list .gift-item .count {
    color: #32D2AC;
    font-size: 12px;
    margin-right: 22px;
}

.hot-gift .gift-list .gift-item .count p {
    width: 40px;
    height: 8px;
    margin-right: 5px;
    border: 1px solid #32D2AC;
}

.hot-gift .gift-list .gift-item .count p i {
    width: 50%;
    height: 100%;
    background-color: #32D2AC;
}

.hot-gift .gift-list .gift-item .get-btn {
    width: 48px;
    color: #666;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #00AFBC;
}

.hot-gift .gift-list .gift-item:hover .get-btn {
    color: #fff;
    background-color: #00AFBC;
}

/* ———————————最新礼包——————————— */
.newest-gift .gift-container .gift-item {
    width: 375px;
    height: 70px;
    padding: 12px 20px;
    margin: 0 10px 10px 0;
    background: #FAFAFA;
    border: 1px solid transparent;
}

.newest-gift .gift-container .gift-item:hover {
    border: 1px solid #00A2AE;
}

.newest-gift .gift-container .gift-item:nth-child(2n) {
    margin-right: 0;
}

.newest-gift .gift-container .gift-item .gift-name {
    max-width: 335px;
}

.newest-gift .gift-container .gift-item .name-container::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    flex-shrink: 0;
    margin-right: 8px;
    background: url(../images/h3-dot.png) no-repeat center/contain;
}

.newest-gift .gift-container .gift-item .sketch {
    color: #999;
    font-size: 12px;
    margin-right: 20px;
}

/* 面向属性的 CSS---单个类每一个类只写一种属性————————————————————————————————— */
.t1 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

.t2 {
    display: -webkit-box;
    /* 设置最大行数 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* —————————布局样式—————————————————— */
.none {
    display: none;
}

.df {
    display: flex;
}

.fdc {
    flex-direction: column;
}

.jcc {
    justify-content: center;
}

.jcsb {
    justify-content: space-between;
}

.jcsa {
    justify-content: space-around;
}

.jcse {
    justify-content: space-evenly;
}

.jcs {
    justify-content: start;
}

.jce {
    justify-content: end;
}

.wrap {
    flex-wrap: wrap;
}

.nowrap {
    flex-wrap: nowrap;
}

.aic {
    align-items: center;
}


.flex1 {
    flex: 1;
}

/* 绝对定位 */
.abs {
    position: absolute;
}

/* 相对定位 */
.rel {
    position: relative;
}

.overflow {
    overflow: scroll
}

/* margin */
.mt0 {
    margin-top: 0;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt24 {
    margin-top: 24px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mr10 {
    margin-right: 10px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 30px;
}

.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb16 {
    margin-bottom: 16px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb24 {
    margin-bottom: 24px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb50 {
    margin-bottom: 50px;
}

.m20-0 {
    margin: 20px 0;
}

/* padding */
.pr0 {
    padding-right: 0;
}

.p20 {
    padding: 20px;
}

.pt27 {
    padding-top: 27px;
}

.pt37 {
    padding-top: 37px;
}

.p0-12 {
    padding: 0 12px;
}

.pr15-pl10 {
    padding: 0 15px 0 10px;
}

.pr12 {
    padding-right: 12px;
}


/* display */


/* 字体样式 --*/
.fwb {
    font-weight: bold;
}

.fz10 {
    font-size: 10px;
}

.fz12 {
    font-size: 12px;
}

.fz16 {
    font-size: 16px;
}

.color-666 {
    color: #666;
}

.color-999 {
    color: #999;
}

/* ————重置样式———————————————————————————————————————————————————————————— */
html,
body,
div,
span,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
nav,
section,
input,
button {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

dl,
ol,
ul {
    list-style: none;
}

/* 处理3像素bug */
img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border-style: none;
    /* 不可选中 */
    user-select: none;
}

a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

i {
    display: block;
    font-style: normal;
}

/* 删除默认聚焦的样式 */
input,
textarea {
    outline: none;
}

.oh {
    overflow: hidden;
}

.oh-y {
    overflow-y: hidden;
}

/* 分页器 */
.pagination {
    margin: 60px 0 40px 0;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin: 5px;
    font-size: 13px;
    border: 1px solid #F2F3F2;
    color: #555;
    background: #fff;
    cursor: pointer;
}

.pagination .active span {
    background: var(--pm-c);
    color: #fff;
}

.pagination .page-item:hover {
    background: var(--pm-c);
    color: #fff;
}

.pagination .page-item .page-link {
    display: block;
    padding: 6px 12px;
    border: 1px solid transparent;
}

.pagination li a {
    display: inline-block;
    color: #666;
}

.pagination li a:hover {
    background: var(--pm-c);
    color: #fff;
    border: 1px solid var(--pm-c) !important;
}



/* ————————————————————————————页面样式—————————————————————————————————— */

/* ——————————选项卡—————————— */
/* 选项 */
.index-main .tabs .top-select {
    padding-bottom: 12px;
    border-bottom: 2px solid #F2F2F2;
}

.index-main .tabs .top-select .select .option {
    font-size: 20px;
    position: relative;
    cursor: pointer;
}

.index-main .tabs .top-select .select .option::after {
    content: '';
    display: inline-block;
    width: 34px;
    height: 16px;
    margin-left: 6px;
}

.index-main .tabs .top-select .select .option.hot::after {
    background: url(../images/tabs-hot.png) no-repeat center center/contain;
}

.index-main .tabs .top-select .select .option.hot.active::after {
    background: url(../images/tabs-hot-active.png) no-repeat center center/contain;
}

.index-main .tabs .top-select .select .option.new::after {
    background: url(../images/tabs-new.png) no-repeat center center/contain;
}

.index-main .tabs .top-select .select .option.new.active::after {
    background: url(../images/tabs-new-active.png) no-repeat center center/contain;
}

.index-main .tabs .top-select .select .option.top::after {
    background: url(../images/tabs-top.png) no-repeat center center/contain;
}

.index-main .tabs .top-select .select .option.top.active::after {
    background: url(../images/tabs-top-active.png) no-repeat center center/contain;
}

.index-main .tabs .top-select .select .oblique-line {
    display: inline-block;
    width: 6px;
    font-size: 14px;
    color: #E6E6E6;
    margin: 0 24px;
}

.index-main .tabs .top-select .select .option.active {
    color: #666666;
    font-weight: bold;
}

.index-main .tabs .top-select .select .option.active::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #00AFBC;
    position: absolute;
    bottom: -18px;
}

/* 搜索框 */
.index-main .tabs .top-select .search {
    width: 300px;
    height: 34px;
    background: #F7F7F7;
}

.index-main .tabs .top-select .search input {
    flex: 1;
    height: 100%;
    color: #666;
    font-size: 14px;
    padding-left: 16px;
    background: transparent;
}

.index-main .tabs .top-select .search input::placeholder {
    color: #666;
    font-size: 14px;
}

.index-main .tabs .top-select .search button {
    width: 68px;
    height: 100%;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    background: linear-gradient(90deg, #33D5A8 0%, #2CC1BC 100%);
}

.index-main .tabs .top-select .search button::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    background: url(../images/search.png) no-repeat center center/contain;
}

/* ———游戏列表———*/
.index-main .tabs .game-list {
    display: none;
    padding: 20px 5px;
    border-bottom: 2px solid #F2F2F2;
}

.index-main .tabs .game-list.active {
    display: flex;
}

.index-main .tabs .game-list .game-item {
    width: 70px;
}

.index-main .tabs .game-list .game-item .game-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 5px;
}

.index-main .tabs .game-list .game-item .game-name {
    text-align: center;
}

/* ———最热、最新、最火专区———*/
.index-main .hot-new-container {
    margin-top: 20px;
}

.index-main .hot-new-container .item {
    flex: 1;
}

.index-main .hot-new-container .item .section-title {
    display: flex;
    align-items: center;
    width: 34px;
    height: 90px;
    padding: 0 10px;
    margin-right: 18px;
    color: #fff;
}

.index-main .hot-new-container .hot-games .section-title {
    background: url(../images/hot-games.png) no-repeat center/contain;
}

.index-main .hot-new-container .newest-apps .section-title {
    background: url(../images/newest-apps.png) no-repeat center/contain;
}

.index-main .hot-new-container .most-popular .section-title {
    background: url(../images/most-popular.png) no-repeat center/contain;
}

.index-main .hot-new-container .item .content li {
    display: flex;
    height: 30px;
    overflow: hidden;
    align-items: center;
}

.index-main .hot-new-container .item .content li a {
    display: block;
    max-width: 156px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-main .hot-new-container .item .content li::after {
    content: '|';
    display: inline-block;
    color: #E6E6E6;
    font-size: 12px;
    margin: 0 10px;
}

.index-main .hot-new-container .item .content li:last-child:after {
    display: none;
}

.index-main .hot-new-container .item .content li a {
    color: #666666;
    font-size: 12px;
}

.index-main .hot-new-container .item .content li a:hover {
    color: #FF6600;
}

/* ——————————新闻资讯区块—————————— */
.index-main .news .left-section {
    width: 390px;
    margin-top: 5px;

}

/* ———轮播图——— */
.index-main .news .left-section .mySwiper-1 {
    height: 233px;
}

.index-main .mySwiper-1 .swiper-slide {
    position: relative;
}

.index-main .mySwiper-1 .swiper-slide .sketch {
    width: 100%;
    color: #FFFFFF;
    padding: 50px 60px 12px 15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #000000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.index-main .mySwiper-1 .swiper-pagination {
    width: auto !important;
    top: auto !important;
    left: auto !important;
    right: 15px;
    bottom: 15px;
}

.index-main .mySwiper-1 .swiper-pagination-bullet {
    cursor: pointer;
    width: 6px;
    height: 6px;
    opacity: 1;
    border-radius: 0;
    background: #fff;
    transform: rotate(45deg);
}

.index-main .mySwiper-1 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #00AFBC;
}

/* ———推荐区块——— */
.index-main .select-section .option {
    width: 190px;
    height: 93px;
}
.index-main .select-section .option .sketch{
    color: #333;
    font-size: 14px;
    margin-top: 5px;
}
/* ———话题广场——— */
.index-main .topic-section .topic-container li {
    display: inline-block;
    width: 238px;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 2px;
    background: #F7F7F7;
    position: relative;
}

.index-main .topic-section .topic-container li:first-child .topic-item {
    color: #FF8518;
    font-weight: bold;
}

.index-main .topic-section .topic-container li:first-child::before {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/hot-icon1.png) no-repeat center/contain;
    position: absolute;
    left: -3px;
    top: -3px;
}

.index-main .topic-section .topic-container li:nth-child(2),
.index-main .topic-section .topic-container li:nth-child(3),
.index-main .topic-section .topic-container li:nth-child(6) {
    width: 150px;
}

.index-main .news .center-section {
    width: 390px;
    margin: 0 20px;
}

.index-main .news .center-section .first-news {
    padding-bottom: 20px;
    border-bottom: 1px solid #F2F2F2;
}

.index-main .news .center-section .first-news .title {
    color: #FF8518;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.index-main .news .center-section .first-news .info .news-pic {
    width: 120px;
    height: 70px;
    margin-right: 15px;
}

.index-main .news .center-section .first-news .info .news-sketch {
    color: #4D4D4D;
    font-size: 12px;
    line-height: 24px;
}

.index-main .news .center-section .list-contianer .list .list-title {
    margin-bottom: 18px;
}

.index-main .news .center-section .list-contianer .list .list-title .tag {
    width: 38px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-right: 10px;
    position: relative;
}

.index-main .news .center-section .list-contianer .list .list-title .tag::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
}

/* ——————————新闻快报——————————*/
.index-main .news .right-section {
    width: 340px;
}

.index-main .news-bulletin {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index-main .news-bulletin .news-item {
    display: block;
    margin-bottom: 12px;
}

.index-main .news-bulletin .news-item:last-child {
    margin-bottom: 0;
}

.index-main .news-bulletin .news-item .news-pic {
    width: 340px;
    height: 92px;
}

.index-main .news-bulletin .news-item .news-pic img {
    object-fit: cover;
}

.index-main .news-bulletin .news-item .info {
    width: 350px;
    height: 65px;
    margin-left: -5px;
    padding: 10px 20px;
    background: linear-gradient(90deg, #00AFBC 0%, #00C797 100%);
    position: relative;
}

.index-main .news-bulletin .news-item .info::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: url(../images/news-bulletin-l.png) no-repeat center/contain;
    position: absolute;
    left: 0;
    top: -5px;
}

.index-main .news-bulletin .news-item .info::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: url(../images/news-bulletin-r.png) no-repeat center/contain;
    position: absolute;
    right: 0;
    top: -5px;
}

.index-main .news-bulletin .news-item .info .title {
    color: #fff;
}

.index-main .news-bulletin .news-item .info .date {
    color: #fff;
}

.index-main .news-bulletin .news-item .info .details {
    display: block;
    width: 74px;
    color: var(--pm-c);
    line-height: 26px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 2px;
}

/* ———————————新游动态——————————— */
.index-main .news-games {
    width: 800px;
    margin-right: 20px;
}

.index-main .news-games .mySwiper-2 {
    height: 370px;
}

.index-main .news-games .mySwiper-2 .swiper-slide {
    width: 250px !important;
    height: 310px !important;
    margin-right: 25px !important;
}

.index-main .news-games .mySwiper-2 .game-item {
    width: 100%;
}

.index-main .news-games .mySwiper-2 .game-item .game-icon {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.index-main .news-games .mySwiper-2 .game-item .info .game-name {
    font-size: 15px;
}

.index-main .news-games .mySwiper-2 .swiper-slide .news-item .news-pic img {
    width: 250px;
    height: 156px;
}

.index-main .news-games .mySwiper-2 .game-item .info .hot {
    color: #999;
    font-size: 14px;
}

.index-main .news-games .mySwiper-2 .game-item .info .hot::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background: url(../images/hot-icon2.png) no-repeat center/contain;
}

.index-main .news-games .mySwiper-2 .game-item .down-btn {
    display: block;
    width: 250px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 15px 0;
    color: var(--pm-c);
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid var(--pm-c);
    transition: all .1s linear;
}

.index-main .news-games .mySwiper-2 .game-item:hover .down-btn {
    color: #FFF;
    background: var(--pm-c);
}

.index-main .news-games .mySwiper-2 .news-item .title {
    margin: 12px 0;
}

.index-main .news-games .mySwiper-2 .swiper-pagination {
    width: auto !important;
    position: static !important;

}

.index-main .news-games .mySwiper-2 .swiper-pagination-bullet {
    cursor: pointer;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 6px !important;
    border-radius: 50%;
    background: #E6E6E6;
}

.index-main .news-games .mySwiper-2 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #00AFBC;
}

.index-main .news-games .mySwiper-2 .swiper-button-next:after,
.index-main .news-games .mySwiper-2 .swiper-rtl .swiper-button-prev:after,
.index-main .news-games .mySwiper-2 .swiper-button-prev:after,
.index-main .news-games .mySwiper-2 .swiper-rtl .swiper-button-next:after {
    display: none;
}

.index-main .news-games .mySwiper-2 .swiper-button {
    width: 22px;
    height: 14px;
    margin-top: 0;
    border-radius: 2px;
    background: #FFFFFF;
    position: static !important;
}

.index-main .news-games .mySwiper-2 .swiper-button-prev {
    opacity: 1;
    margin-right: 9px;
    background: url(../images/swiper2-prev.png) no-repeat center center/contain;
}

.index-main .news-games .mySwiper-2 .swiper-button-next {
    opacity: 1;
    margin-left: 9px;
    background: url(../images/swiper2-next.png) no-repeat center center/contain;
}

.index-main .news-games .mySwiper-2 .pagination {
    width: 100%;
    height: 16px;
    bottom: -36px;
}

/* ———————————新游推荐——————————— */
.index-main .new-games-rec .mySwiper-3 {
    width: 100%;
    padding: 0 30px;
}

.index-main .new-games-rec .mySwiper-3 .swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 140px !important;
    margin-right: 20px !important;
}

.index-main .new-games-rec .mySwiper-3 .swiper-slide .date {
    color: #666;
    font-size: 18px;
    margin-bottom: 16px;
    position: relative;
}

.index-main .new-games-rec .mySwiper-3 .swiper-slide .date::after {
    content: '';
    display: block;
    width: 60px;
    height: 0px;
    border-bottom: 1px dashed #CCCCCC;
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
}

.index-main .new-games-rec .mySwiper-3 .swiper-slide:last-child .date::after {
    display: none;
}

.index-main .new-games-rec .mySwiper-3 .game-item {
    width: 110px;
    overflow: hidden;
}

.index-main .new-games-rec .mySwiper-3 .game-item .game-icon {
    width: 110px;
    height: 110px;
    margin-bottom: 14px;
}

.index-main .new-games-rec .mySwiper-3 .game-item .game-name {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
}

.index-main .new-games-rec .mySwiper-3 .game-item .score {
    color: #666;
    font-size: 12px;
}

.index-main .new-games-rec .mySwiper-3 .game-item .num {
    color: #F36161;
    font-weight: bold;
}

.index-main .new-games-rec .mySwiper-3 .swiper-button-next:after,
.index-main .new-games-rec .mySwiper-3 .swiper-button-prev:after {
    display: none;
}

.index-main .new-games-rec .mySwiper-3 .swiper-button-prev,
.index-main .new-games-rec .mySwiper-3 .swiper-button-next {
    width: 30px;
    height: 80px;
    margin-top: 0;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

.index-main .new-games-rec .mySwiper-3 .swiper-button-prev {
    left: 0;
    background: url(../images/swiper-prev.png) no-repeat center/contain;
}

.index-main .new-games-rec .mySwiper-3 .swiper-button-next {
    right: 0;
    background: url(../images/swiper-next.png) no-repeat center/contain;
}

/* ———————————手游下载——————————— */
.index-main .soft-down .soft-type {
    width: 308px;
    margin-right: 34px;
}

.index-main .soft-down .soft-type .type-list {
    margin-bottom: 10px;
}

.index-main .soft-down .soft-type .type-list .item {
    display: block;
    width: 96px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 2px;
    background: #F7F7F7;
    transition: all .3s ease;
}

.index-main .soft-down .soft-type .type-list .item:hover,
.index-main .soft-down .soft-type .type-list .item.active {
    color: #fff;
    background: #00AFBC;
}

.index-main .soft-down .soft-type .soft-banner .soft-item {
    display: block;
    margin-bottom: 8px;
}

.index-main .soft-down .soft-type .soft-banner .soft-item:last-child {
    margin-bottom: 0;
}

.index-main .soft-down .soft-type .soft-banner .soft-item .soft-pic {
    width: 308px;
    height: 90px;
    display: block;
}

.index-main .soft-down .soft-type .soft-banner .soft-item .soft-pic img {
    object-fit: cover;
}

.index-main .soft-down .soft-type .soft-banner .soft-item .mask {
    width: 100%;
    height: 100%;
    color: #fff;
    bottom: 0;
    opacity: 0;
    padding: 0 24px;
    text-align: center;
    transition: all .3s ease;
    background-color: rgba(0, 0, 0, .6);
}

.index-main .soft-down .soft-type .soft-banner .soft-item:hover .mask {
    opacity: 1;
}

/* 手游下载列表 */
.index-main .soft-down .soft-down-list {
    flex: 1;
}

.index-main .soft-down .soft-down-list .soft-item {
    width: 182px;
    height: 80px;
    margin: 0 30px 26px 0;
}

.index-main .soft-down .soft-down-list .soft-item:nth-child(4n) {
    margin-right: 0;
}

.index-main .soft-down .soft-down-list .soft-item:nth-last-child(-n+4) {
    margin-bottom: 0;
}

.index-main .soft-down .soft-down-list .soft-item .soft-icon {
    width: 80px;
    height: 80px;
    margin-right: 12px;
}

.index-main .soft-down .soft-down-list .soft-item .soft-name {
    font-size: 15px;
}

.index-main .soft-down .soft-down-list .soft-item .info .size,
.index-main .soft-down .soft-down-list .soft-item .info .type {
    color: #999;
    font-size: 12px;
}

/* ———————————手游攻略——————————— */
.index-main .game-gba {
    width: 800px;
    margin-right: 20px;
}

.index-main .game-gba .gba-container {
    width: 390px;
}

/* ———————————热议话题——————————— */
.index-main .hot-topic .topic-container .newest-topic {
    margin-bottom: 20px;
}

.index-main .hot-topic .topic-container .newest-topic .news-pic {
    margin-right: 15px;
    width: 130px;
    height: 80px;
}

.index-main .hot-topic .topic-container .newest-topic .info .sketch {
    color: #666;
    font-size: 12px;
}

.index-main .hot-topic .topic-container .topic-list::before {
    content: '往期';
    display: inline-block;
    display: flex;
    align-items: center;
    width: 30px;
    height: 50px;
    margin-right: 10px;
    color: #757575;
    font-size: 12px;
    text-align: center;
    padding: 0 10px;
    background: #EBEBEB;
    box-sizing: border-box;
}

.index-main .hot-topic .topic-container .topic-list .topic-item {
    margin-bottom: 14px;
}

.index-main .hot-topic .topic-container .topic-list .topic-item .sketch {
    margin-right: 20px;
}

.index-main .hot-topic .topic-container .topic-list .topic-item:last-child {
    margin-bottom: 0;
}

.index-main .hot-topic .topic-container .topic-list .topic-item .browse::before {
    display: none;
}

/* ———————————手游专辑——————————— */
.index-main .album-section .album-details-list {
    width: 800px;
    margin-right: 20px;
}

/* ———————————资讯排行—————————— */
.index-main .news-rank {
    width: 390px;
    margin-right: 20px;
    padding: 0;
    background: linear-gradient(180deg, rgba(240, 245, 245, 0) 0%, #F0F4F5 100%);
}

/* ———————————今日精选—————————— */
.index-main .today-choice .section-title {
    width: 488px;
    height: 32px;
    margin: 10px auto 40px;
    background: url(../images/today-choice.png) no-repeat center/contain;
}

.index-main .today-choice .choice-list .choice-item {
    width: 220px;
    margin-right: 15px;
    transition: all .3s ease;
}

.index-main .today-choice .choice-list .choice-item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}

.index-main .today-choice .choice-list .choice-item:last-child {
    margin-right: 0;
}

.index-main .today-choice .choice-list .choice-item .info {
    width: 100%;
    height: 67px;
    padding: 14px 12px;
    margin-bottom: 11px;
    position: relative;
    background: url(../images/today-choice-info.png) no-repeat center center/cover;
}

.index-main .today-choice .choice-list .choice-item .info ::before {
    content: '';
    display: block;
    width: 3px;
    height: 12px;
    position: absolute;
    background: var(--pm-c);
    left: 0;
    top: 18px;
}

.index-main .today-choice .choice-list .choice-item .sketch {
    color: #666;
    font-size: 12px;
}

.index-main .today-choice .choice-list .choice-item .choice-pic {
    display: block;
    width: 220px;
    height: 115px;
}

.index-main .today-choice .choice-list .choice-item .choice-pic img {
    object-fit: cover;
}

/* ———————————排行榜—————————— */
.index-main .rank-section {
    width: 820px;
    margin-right: 20px;
}

/* ———————————热门资讯—————————— */
.index-main .hot-news {
    width: 360px;
}

/* ———————————友情链接—————————— */
.index-main .blogroll .link-list .link-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px 15px 0;
}

.index-main .blogroll .link-list .link-item:hover a {
    color: #007FF4;
}

.index-main .blogroll .link-list .link-item::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    margin-left: 20px;
    background-color: #e6e6e6;
}

/* .index-main .blogroll .link-list .link-item:last-child:after {
    display: none;
} */

/* .index-main .blogroll .link-list .link-item:nth-child(9n)::after {
    margin-right: 0;
    display: none;
}

.index-main .blogroll .link-list .link-item:nth-child(9n) {
    margin-right: 0;
} */

.index-main .blogroll .link-list .link-item a {
    color: #666;
}

.news-main .news-section {
    flex: 1;
    margin-right: 20px;
}

/* ——————————资讯列表—————————— */
.news-main .news-section .news-list {
    margin-top: 20px;
}

.news-main .news-section .news-list .news-item {
    padding: 20px 20px 20px 0;
    margin-bottom: 20px;
    background-color: #fff;
}

.news-main .news-section .news-list .news-item:last-child {
    margin-bottom: 0;
}

.news-main .news-section .news-list .news-item .news-pic {
    width: 220px;
    height: 130px;
    margin-right: 20px;
}

.news-main .news-section .news-list .news-item .news-pic img {
    object-fit: cover;
}

.news-main .news-section .news-list .news-item .info {
    padding: 8px 0;
}

.news-main .news-section .news-list .news-item .info .tag {
    height: 24px;
    color: #00AFBC;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    margin-right: 10px;
    border-radius: 2px;
    background: #FFFFFF;
    border: 1px solid #00AFBC;
    padding: 0 10px;
    box-sizing: border-box;
}

.news-main .news-section .news-list .news-item:hover .info .tag {
    color: #FFFFFF;
    background: linear-gradient(90deg, #00AFBC 0%, #00C797 100%);
}

.news-main .news-section .news-list .news-item .info .title {
    font-size: 18px;
    font-weight: bold;
}

.news-main .news-section .news-list .news-item .info .sketch {
    color: #666;
    padding-bottom: 15px;
}

.news-main .news-section .news-list .news-item .info .go-details {
    display: none;
    width: 88px;
    height: 8px;
    background: url(../images/go-details.png) no-repeat center/contain;
}

.news-main .news-section .news-list .news-item:hover .info .go-details {
    display: block;
}

/* ——————————资讯详情页样式—————————— */
.news-main .details-section {
    width: 800px;
    margin-right: 20px;
}

/* ——————正文、文章—————— */
.news-main .details-section .article {
    padding: 20px;
    background-color: #FFFFFF;
}

.news-main .details-section .article h1 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    overflow: visible;
    white-space: pre-wrap;
}

.news-main .details-section .article .article-info {
    color: #999;
    font-size: 14px;
    margin-top: 40px;
}

.news-main .details-section .article .article-info span {
    margin-right: 40px;
}

.news-main .details-section .article .article-info span:last-child {
    margin-right: 0;
}

.news-main .details-section .article .article-content {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #F0F0F2;
}

.news-main .details-section .gba-tabs {
    width: 370px;
    flex: 1;
}

.news-main .details-section .gba-container {
    width: 370px;
}

.news-main .details-section .gba-container .game-pics .game-pic {
    width: 180px;
    height: 120px;
}

/* ——————相关资讯—————— */
.news-main .details-section .related-news .list-contianer .item {
    width: 47%;
}

.news-main .details-section .related-news .list-contianer .item::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    margin-left: 2px;
    transform: rotate(45deg);
    background: #00AFBC;
}

.news-main .details-section .related-news .list-contianer .item .sketch {
    margin-right: 20px;
}

/* 软件分类 */
.soft-dowm-main .soft-type {
    padding: 22px 48px 12px 100px;
    background: #FFF;
}

.soft-dowm-main .soft-type .type-item {
    display: block;
    width: 108px;
    height: 38px;
    color: #757575;
    line-height: 36px;
    text-align: center;
    margin: 0 10px 10px 0;
    border-radius: 2px;
    background: #F4F4F4;
    transition: all .3s ease;
    border: 1px solid transparent;
}

.soft-dowm-main .soft-type .type-item:nth-child(9) {
    margin-right: 0;
}

.soft-dowm-main .soft-type .type-item:hover,
.soft-dowm-main .soft-type .type-item.active {
    color: #3EC1CA;
    background: #E9F8FA;
    border: 1px solid #3EC1CA;
}

.soft-dowm-main .soft-type .soft-type-tag {
    width: 46px;
    height: 126px;
    background: url(../images/game-type-tag.png) no-repeat center/contain;
    top: -8px;
    left: 24px;
    font-size: 18px;
    padding: 5px 14px;
    color: #fff;
}

.soft-dowm-main .soft-type .soft-type-tag::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: url(../images/game-type-tag-.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    left: -8px;
}

/* 软件列表 */
.soft-dowm-main .soft-container .soft-item {
    width: 380px;
    height: 210px;
    padding: 25px 20px;
    margin: 0 30px 30px 0;
    background: #FFFFFF;
}

.soft-dowm-main .soft-container .soft-item:nth-child(3n) {
    margin-right: 0;
}

.soft-dowm-main .soft-container .soft-item .soft-icon {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border-radius: 25px;
}

.soft-dowm-main .soft-container .soft-item .info .soft-name {
    font-size: 16px;
}

.soft-dowm-main .soft-container .soft-item .info ul {
    color: #666;
    font-size: 13px;
    line-height: 20px;
}

.soft-dowm-main .soft-container .soft-item .info ul li {
    margin-bottom: 2px;
}

.soft-dowm-main .soft-container .soft-item .item {
    width: 160px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
}

.soft-dowm-main .soft-container .soft-item .score {
    background: #F7F7F7;
}

.soft-dowm-main .soft-container .soft-item .down-btn {
    color: var(--pm-c);
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid var(--pm-c);
}

.soft-dowm-main .soft-container .soft-item:hover .down-btn {
    color: #FFF;
    background-color: var(--pm-c)
}

/* 下载详情页 */
.soft-dowm-main .details-section {
    width: 800px;
}

.soft-dowm-main .details-section .down-container {
    padding: 30px 20px;
    background-color: #fff;
}

.soft-dowm-main .details-section .game-container {
    margin-bottom: 26px;
}

.soft-dowm-main .details-section .game-container .game-icon {
    width: 110px;
    height: 110px;
    margin-right: 20px;
    border-radius: 30px;
}

.soft-dowm-main .details-section .game-container .info h1 {
    font-size: 24px;
    font-weight: normal;
}

.soft-dowm-main .details-section .game-container .info .score {
    flex-shrink: 0;
    margin-left: 10px;
}

.soft-dowm-main .details-section .game-container .info .score #fullScore {
    width: 90px;
    height: 18px;
}

.soft-dowm-main .details-section .game-container .info .score #fullScore #getScore {
    width: 90px;
    height: 18px;
}

.soft-dowm-main .details-section .game-container .info ul {
    margin-top: 10px;
}

.soft-dowm-main .details-section .game-container .info ul li {
    color: #999;
    margin: 15px 50px 0 0;
}

.soft-dowm-main .details-section .game-container .info ul li:nth-child(2),
.soft-dowm-main .details-section .game-container .info ul li:nth-child(5) {
    width: 150px;
}

.soft-dowm-main .details-section .game-container .info ul li span {
    color: #666;
}

.soft-dowm-main .details-section .game-container .info ul li:last-child span {
    color: #F36161;
}

.soft-dowm-main .details-section .buttons .btn {
    width: 170px;
    height: 44px;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}

.soft-dowm-main .details-section .buttons .btn.ios {
    margin-right: 34px;
    background: #636363;
}

.soft-dowm-main .details-section .buttons .btn.az {
    margin-right: 34px;
    background: #01B0BD;
}

.soft-dowm-main .details-section .buttons .btn::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 100%;
}

.soft-dowm-main .details-section .buttons .btn.ios::before {
    background: rgba(255, 255, 255, 0.2)url(../images/ios.png) no-repeat center center/26px 26px;
}

.soft-dowm-main .details-section .buttons .btn.az::before {
    background: rgba(255, 255, 255, 0.2)url(../images/az.png) no-repeat center center/26px 26px;
}

.soft-dowm-main .details-section .article .article-content {
    padding: 20px;
    background-color: #fff;
}

.soft-dowm-main .details-section .buttons .btn .codes {
    display: none;
    width: 155px;
    color: #888;
    font-size: 12px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 40px;
    right: 50%;
    transform: translateX(50%);
}

.soft-dowm-main .details-section .buttons .btn:hover .codes {
    display: flex;
}


.soft-dowm-main .details-section .article .screenshot {
    padding: 20px;
    background-color: #fff;
}

.soft-dowm-main .details-section .article .screenshot .swiper {
    width: 100%;
    height: 100%;
    position: relative;
    --swiper-navigation-color: #fff;
}

.soft-dowm-main .details-section .article .screenshot .swiper .swiper-wrapper {
    /*height: 500px;*/
}

.soft-dowm-main .details-section .article .screenshot .swiper-slide {
    width: 280px;
}

.soft-dowm-main .details-section .article .screenshot .swiper-slide img {
    display: block;
    object-fit: cover;
}

.soft-dowm-main .details-section .article .screenshot .swiper-button-prev {
    left: 0;
    background: url(../images/screenshot-prev.png) no-repeat center/contain;
}

.soft-dowm-main .details-section .article .screenshot .swiper-button-next {
    right: 0;
    background: url(../images/screenshot-next.png) no-repeat center/contain;
}

.soft-dowm-main .details-section .article .screenshot .swiper-button-next:after,
.soft-dowm-main .details-section .article .screenshot .swiper-button-prev:after {
    display: none;
}

.soft-dowm-main .details-section .article .screenshot .swiper-button-prev,
.soft-dowm-main .details-section .article .screenshot .swiper-button-next {
    width: 30px;
    height: 80px;
    margin-top: 0;
    /* opacity: 1; */
    top: 50%;
    transform: translateY(-50%);
}

.album-main .album-details-list .album-item {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.album-main .album-details-list .album-item:nth-child(1):after,
.album-main .album-details-list .album-item:nth-child(2):after,
.album-main .album-details-list .album-item:nth-child(3):after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/hot-icon01-r.png) no-repeat center/contain;
    position: absolute;
    right: -3px;
    top: -3px;
}

.album-main .album-details-list .album-item .soft-list .soft-item {
    margin-right: 50px;
}

.album-main .album-details-list .album-item .soft-list .soft-item:last-child {
    margin-right: 0;
}

/* 专辑详情页 */
.album-main .details-section .album-info {
    width: 850px;
    padding: 30px;
    margin-right: 20px;
    background-color: #fff;
}

.album-main .details-section .album-info .album-item .album-icon {
    display: block;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin-right: 30px;
    border-radius: 25px;
}

.album-main .details-section .album-info .album-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #F2F2F2;
}

.album-main .details-section .album-info .album-item h1 {
    font-size: 26px;
    font-weight: bold;
}

.album-main .details-section .album-info .album-item .tags {
    color: #757575;
    font-size: 14px;
}

.album-main .details-section .album-info .album-item .tags .tag {
    display: flex;
    align-items: center;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    margin-right: 16px;
    border: 1px solid #EBEBEB;
}

.album-main .details-section .album-info .album-item .tags .tag::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.album-main .details-section .album-info .album-item .tags .tag.album-tag::before {
    background: url(../images/album-icon.png) no-repeat center/contain;
}

.album-main .details-section .album-info .album-item .tags .tag.count-tag::before {
    background: url(../images/album-count.png) no-repeat center/contain;
}

.album-main .details-section .album-info .album-item .tags .tag.date-tag::before {
    background: url(../images/album-open-time.png) no-repeat center/contain;
}

/* 更多专辑 */
.album-main .details-section .album-info .more-album {
    margin-top: 30px;
}

.album-main .details-section .album-info .more-album .section-title {
    margin-right: 20px;
    white-space: nowrap;
}

.album-main .details-section .album-info .more-album .album-list .album-item {
    display: block;
    height: 40px;
    font-size: 12px;
    padding: 0 15px;
    line-height: 40px;
    margin: 0 2px 2px 0;
    background: #F7F7F7;
    position: relative;
}

.album-main .details-section .album-info .more-album .album-list .album-item:first-child {
    color: #FF8518;
    font-weight: bold;
}

.album-main .details-section .album-info .more-album .album-list .album-item:first-child::before {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/hot-icon1.png) no-repeat center/contain;
    position: absolute;
    left: -3px;
    top: -3px;
}

.album-main .details-section .rec-game::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/rec-game-.png) no-repeat center/contain;
    right: -8px;
    top: 8px;
}

.album-main .details-section .rec-game::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/rec-game.png) no-repeat center/contain;
    right: 0;
    top: 0;
}

.album-main .details-section .rec-game .content {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
}

.album-main .details-section .rec-game .content::after {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    background: url(../images/watermark.png) no-repeat center/contain;
    left: 8px;
    top: 0;
    z-index: 9;
}

.album-main .details-section .rec-game .content .game-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    border-radius: 25px;
}

.album-main .details-section .rec-game .content .game-name {
    font-size: 16px;
    margin-bottom: 20px;
}

.album-main .details-section .rec-game .content .tips {
    color: #999;
    font-size: 12px;
}

.album-main .details-section .rec-game .content .tips span {
    color: var(--pm-c);
}

.album-main .details-section .rec-game .content .line {
    width: 290px;
    height: 0px;
    margin: 20px 0 18px 0;
    border-bottom: 1px solid #F2F2F2;
}

.album-main .details-section .rec-game .content .score {
    width: 170px;
    line-height: 36px;
    text-align: center;
    background: #F7F7F7;
    border-radius: 4px;
}

/* 列表 */
.album-main .soft-container-p {
    margin-top: 20px;
}

.album-main .soft-container-p .soft-item {
    width: 590px;
    margin: 0 20px 20px 0;
}

.album-main .soft-container-p .soft-item:nth-child(2n) {
    margin-right: 0;
}

/* 专辑排行 */
.album-main .details-section .album-rank {
    width: 390px;
    margin-right: 20px;
}

/* 手游排行 */
.rank-main .select {
    width: 100%;
    height: 200px;
    background: url(../images/rank-select.png) no-repeat center/contain;
}

.rank-main .select .option {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 65px;
    cursor: pointer;
}

.rank-main .select .option:last-child {
    margin-right: 0;
}

.rank-main .select .option a {
    color: #666;
    font-size: 16px;
    transition: all .3s ease;
}

.rank-main .select .option .leaderboare {
    width: 90px;
    height: 14px;
    margin-top: 6px;
    transition: all .3s ease;
    background: url(../images/option-icon.png) no-repeat center/contain;
}

.rank-main .select .option::before {
    content: '';
    display: block;
    width: 64px;
    height: 20px;
    opacity: 0;
    transition: all .3s ease;
    background: url(../images/option-active.png) no-repeat center/contain;
}

.rank-main .select .option:hover a,
.rank-main .select .option.active a {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}

.rank-main .select .option:hover .leaderboare,
.rank-main .select .option.active .leaderboare {
    width: 114px;
    height: 18px;
}

.rank-main .select .option:hover::before,
.rank-main .select .option.active::before {
    opacity: 1;
}

.rank-main .soft-container-p .soft-item ul {
    color: #999;
    font-size: 15px;
}

.rank-main .soft-container-p .soft-item ul li {
    margin-right: 40px;
}

.rank-main .soft-container-p .soft-item .info .sketch {
    color: #666;
    font-size: 15px;
}

.rank-main .soft-container-p .soft-item ul li::before {
    display: none;
}

/* 列表 */
.rank-main .soft-container-p .soft-item .rank-num {
    width: 60px;
    height: 60px;
    color: #999;
    font-size: 20px;
    margin-right: 40px;
    background: url(../images/rank-00.png) no-repeat center/contain;
}

.rank-main .soft-container-p .soft-item:first-child .rank-num {
    background: url(../images/rank-01.png) no-repeat center/contain;
}

.rank-main .soft-container-p .soft-item:nth-child(2) .rank-num {
    background: url(../images/rank-02.png) no-repeat center/contain;
}

.rank-main .soft-container-p .soft-item:nth-child(3) .rank-num {
    background: url(../images/rank-03.png) no-repeat center/contain;
}

.rank-main .soft-container-p .soft-item:nth-child(-n+3) .rank-num {
    color: transparent;
}

.rank-main .soft-container-p .soft-item {
    width: 100%;
    margin-top: 20px;
}

.rank-main .soft-container-p .soft-item .soft-name {
    font-weight: bold;
}

.rank-main .soft-container-p .soft-item .info .score i {
    width: 15px;
    height: 15px;
}

/* 手游排行--列表 */
.rank-main .rank-section .rank-list-banner {
    width: 100%;
    height: 200px;
    background: url(../images/rank-listbg.png) no-repeat center/contain;
}

.rank-main .rank-section .rank-container {
    margin-top: 45px;
}

.rank-main .rank-section .rank-container .game-list {
    margin-top: 0;
    padding: 10px 20px 0 20px;
    background-color: #fff;
}

.rank-main .rank-section .rank-container .game-list .game-item {
    padding: 16px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
}

.rank-main .rank-section .rank-container .game-list .game-item .rank-num {
    color: #B3B3B3;
    margin-right: 20px;
}

.rank-main .rank-section .rank-container .game-list .game-item .game-name {
    margin-right: 20px;
}


/* 手游排行榜--详情页 */
.rank-main .details-section {
    width: 800px;
    margin-right: 20px;
}

.rank-main .details-section .rank-banner {
    width: 100%;
    height: 200px;
    padding: 65px 50px;
    background: url(../images/rank-details.png) no-repeat center/cover;
}

.rank-main .details-section .rank-banner .section-title {
    font-size: 26px;
    font-weight: bold;
}

.rank-main .details-section .rank-banner .date::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: url(../images/album-open-time.png)no-repeat center/contain;
}

.rank-main .soft-container-p .soft-item .down-btn {
    width: 120px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
}

.gift-main .gift-section {
    width: 800px;
    margin-right: 20px;
}

.gift-main .gift-section .sole-gift .section-title {
    font-size: 20px;
    font-weight: bold;
}

.gift-main .gift-section .sole-gift .section-title::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background: url(../images/gift-title.png) no-repeat center/contain;
}

.gift-main .gift-section .sole-gift .gift-contianer {
    margin-top: 34px;
}

.gift-main .gift-section .sole-gift .gift-contianer .gift-item {
    width: 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.gift-main .gift-section .sole-gift .gift-contianer .gift-item .gift-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 14px;
    border-radius: 15px;
}

.gift-main .gift-section .sole-gift .gift-contianer .gift-item .gift-name {
    max-width: 160px;
}

.gift-main .gift-section .sole-gift .gift-contianer .gift-item .sketch {
    color: #999;
    font-size: 12px;
    margin-top: 8px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}

.gift-main .gift-section .sole-gift .gift-contianer .gift-item .get-btn {
    display: block;
    width: 90px;
    height: 36px;
    color: var(--pm-c);
    margin-top: 15px;
    line-height: 36px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid var(--pm-c);
}

.gift-main .gift-section .sole-gift .gift-contianer .gift-item:hover .get-btn {
    color: #fff;
    background: var(--pm-c);
}

/* 礼包列表 */
.gift-main .gift-public-list .gift-list .gift-item {
    width: 370px;
    padding: 20px;
    margin: 0 20px 20px 0;
    background: #FAFAFA;
}

.gift-main .gift-public-list .gift-list .gift-item:nth-child(2n) {
    margin-right: 0;
}

.gift-main .gift-public-list .gift-list .gift-item .gift-icon {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    border-radius: 15px;
}

.gift-main .gift-public-list .gift-list .gift-item .info .sketch {
    color: #999;
    font-size: 12px;
}

.gift-main .gift-public-list .gift-list .gift-item .count {
    color: #32D2AC;
    font-size: 12px;
    margin-right: 22px;
}

.gift-main .gift-public-list .gift-list .gift-item .count p {
    width: 70px;
    height: 12px;
    margin-right: 5px;
    border: 1px solid #32D2AC;
}

.gift-main .gift-public-list .gift-list .gift-item .count p i {
    width: 50%;
    height: 100%;
    background-color: #32D2AC;
}

.gift-main .gift-public-list .gift-list .gift-item .get-btn {
    align-self: flex-end;
    width: 68px;
    height: 32px;
    color: var(--pm-c);
    line-height: 32px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #00AFBC;
}

.gift-main .gift-public-list .gift-list .gift-item:hover .get-btn {
    color: #FFF;
    background: var(--pm-c);
}

/* 游戏攻略-轮播图 */
.gift-main .aside .game-gba .swiper .swiper-slide {
    width: 190px !important;
    height: 120px;
}

.gift-main .aside .game-gba .swiper .swiper-slide .gba-pic {
    width: 100%;
    height: 100%;
}

.gift-main .aside .game-gba .swiper .swiper-slide .gba-pic img {
    object-fit: cover;
}


.gift-main .aside .game-gba .swiper {
    --swiper-theme-color: #fff;
}

.gift-main .aside .game-gba .swiper .swiper-button {
    width: 30px;
    height: 80px;
    opacity: 1;
    margin-top: 0 !important;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 2px 2px 2px 2px;
    top: 50%;
    transform: translateY(-50%);
}

.gift-main .aside .game-gba .swiper .swiper-button::after {
    font-size: 13px;
}

.gift-main .aside .game-gba .swiper .swiper-button-next {
    right: 0;
}

.gift-main .aside .game-gba .swiper .swiper-button-prev {
    left: 0;
}

/* 礼包详情页 */
.gift-main .gift-details {
    width: 800px;
    margin-right: 20px;
}

.gift-main .gift-details>.gift-item {
    height: 160px;
    position: relative;
}

.gift-main .gift-details .gift-item .filter-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.gift-main .gift-details .gift-item .filter {
    width: 100%;
    height: 100%;
    background: url(../images/gift-item.png) no-repeat center/contain;
    filter: blur(15px);
    position: absolute;
    left: 0;
    top: 0;
}

.gift-main .gift-details .gift-item .content {
    width: 100%;
    height: 100%;
    padding: 30px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
}

.gift-main .gift-details .gift-item .content .gift-icon {
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border-radius: 25px;
}

.gift-main .gift-details .gift-item .content .info h1 {
    flex: 1;
    max-width: 520px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.gift-main .gift-details .gift-item .content .info .more-gift {
    width: 80px;
    height: 28px;
    color: #FFF;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.gift-main .gift-details .gift-item .content .info .btns .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 44px;
    line-height: 40px;
    color: #FFF;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.gift-main .gift-details .gift-item .content .info .btns .get-btn {
    margin-right: 20px;
    background: #FF8518;
}

.gift-main .gift-details .gift-item .content .info .btns .down-btn {
    background: var(--pm-c);
}

.gift-main .gift-details .gift-item .content .info .btns .down-btn::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background: url(../images/down-btn11.png) no-repeat center/contain;
}

.gift-main .gift-details .gift-item .content .info .down-btn .codes {
    display: none;
    width: 155px;
    color: #888;
    font-size: 12px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 40px;
    right: 50%;
    transform: translateX(50%);
}

.gift-main .gift-details .gift-item .content .info .down-btn:hover .codes {
    display: flex;
}

.gift-main .gift-details .gift-item .content .info .btns .no-gift {
    margin-right: 20px;
}

.gift-main .gift-details .gift-item .content .info .btns .no-gift,
.gift-main .gift-details .gift-item .content .info .btns .no-down {
    display: none;
    color: #999999;
    background: #F5F5F7;
}


/* 弹窗 */
.mask-layer {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
}

.mask-layer .pop-up {
    display: none;
    width: 350px;
    height: 400px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 0 25px;
    margin: 0 auto;
    position: relative;
    text-align: center;

    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.mask-layer .pop-up .pic {
    width: 350px;
    height: 140px;
    margin-left: -25px;
}

.mask-layer .pop-up .title {
    font-size: 22px;
    font-weight: bold;
    margin: 34px 0;
}

.mask-layer .pop-up .gift-show-code {
    color: #666;
    font-size: 16px;
}

.mask-layer .pop-up .gift-show-code .tag {
    width: 76px;
    color: var(--pm-c);
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
    background: #E1F6F9;
}

.mask-layer .pop-up .close-btn {
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: url(../images/close-pop.png) no-repeat center center/contain;
    position: absolute;
    right: 50%;
    bottom: -70px;
    transform: translateX(50%);
}

.mask-layer .pop-up .copy-btn {
    width: 300px;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    margin-top: 45px;
    color: #fff;
    font-size: 18px;
    background: var(--pm-c);
    border-radius: 4px;
}

.gift-main .gift-details .article {
    margin-top: 20px;
    background-color: #fff;
}

.gift-main .gift-details .article .article-content {
    padding: 20px;
}

.gift-main .gift-details .article .article-title {
    width: 800px;
    height: 50px;
    color: #333;
    font-size: 20px;
    background: #E9F8FA;
    border: 1px solid #D7EEF0;
}

.gift-main .gift-details .article .article-title::before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 8px;
}

.gift-main .gift-details .article .article-title.book::before {
    background: url(../images/book.png) no-repeat center/contain;
}

.gift-main .gift-details .article .article-title.more::before {
    background: url(../images/more-gift.png) no-repeat center/contain;
}

.gift-main .gift-details .article h3 {
    color: var(--pm-c);
    font-size: 16px;
}

.gift-main .gift-details .article h3::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/h3-dot.png) no-repeat center/contain;
}

/* ———————————开服表——————————— */
.server-container {
    background: #fff;
    padding: 20px;
}

.server-container table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E9E9EB;
}

.server-container .server-title {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background: #E9F8FA;
    border: 1px solid #D7EEF0;
}

.server-container .server-title .title {
    font-size: 20px;
    font-weight: bold;
}

.server-container .server-title .title::before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 8px;
    background: url(../images/server-title.png) no-repeat center/contain;
}

.server-container .server-title .open-time {
    font-weight: bold;
}

.server-container .server-title .msg {
    color: #666;
    font-size: 12px;
}

.server-container .server-title .msg span {
    color: var(--pm-c);
    font-weight: bold;
}

.server-container .server-title p {
    max-width: 700px;
    color: #999;
}

.server-container table {
    border-collapse: collapse;
    border-spacing: 0;
}

.server-container table thead .server-nav {
    height: 40px;
    background-color: #F8F8F8;
}

.server-container table thead .server-nav td {
    text-align: center;
}

.server-container table thead .server-nav td.open-time {
    width: 170px;
}

.server-container table thead .server-nav td.game-name {
    width: 230px;
}

.server-container table thead .server-nav td.type {
    width: 210px;
}

.server-container table thead .server-nav td.system {
    width: 130px;
}

.server-container table thead .server-nav td.platform {
    width: 140px;
}

.server-container table thead .server-nav td.downt-btn {
    width: 160px;
}

.server-container table thead .server-nav td.get-btn {
    width: 160px;
}

.server-container table thead .server-nav td>a {
    display: inline-block;
    line-height: 40px;
    color: #4D4D4D;
    font-weight: bold;
}

.subitems {
    width: 134px;
    justify-content: center;
    position: relative;
    line-height: 45px;
}

.subitems::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    border-radius: 2px;
    background: url(../images/option-more.png) no-repeat center center;
    background-size: contain;
    transform: translateY(2px);
}

.subitems .item {
    /* display: flex; */
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 130px;
    height: 140px;
    padding: 5px;
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 50%;
    top: 45px;
    transform: translateX(50%);
}

/* 鼠标移入显示子项目 */
.server-nav td.type:hover .type-item {
    display: flex;
}

.server-nav td.system:hover .system-item {
    display: flex;
}

.subitems .item a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #333;
}

.subitems .item a:hover {
    background: #F3F3F5;
}

.server-container table .server-game-list tr td {
    color: #666666;
    text-align: center;
    border: 1px solid #E9E9EB;
}

.server-game-list .az {
    width: 20px;
    height: 20px;
    background: url(../images/server-az.png) no-repeat center center/contain;
}

.server-game-list .ios {
    width: 20px;
    height: 20px;
    background: url(../images/server-ios.png) no-repeat center center/contain;
}

.server-container table .server-game-list .game-name {
    height: 70px;
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.server-container table .server-game-list .game-name .game-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin-right: 14px;
}

.server-container table .server-game-list tr .info .type {
    color: #666;
    font-size: 12px;
    margin-top: 5px;
}

.server-container table .server-game-list tr .info .name {
    max-width: 80px;
}

.server-container table .server-game-list tr .info {
    text-align: left;
}

.server-container table .server-game-list tr .open-time {
    color: #666;
    line-height: 24px;
    padding: 0 40px;
}

/* 下载游戏 */
.server-container table .server-game-list tr .btn {
    display: block;
    width: 96px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    margin: 0 auto;
}

.server-container table .server-game-list tr .download-btn {
    color: var(--pm-c);
    border: 1px solid var(--pm-c);
}

.server-container table .server-game-list tr .download-btn:hover {
    color: #fff;
    background-color: var(--pm-c);
}

.server-container table .server-game-list tr .gift-btn {
    color: #FF8518;
    border: 1px solid #FF8518;
}

.server-container table .server-game-list tr .gift-btn:hover {
    color: #fff;
    background-color: #FF8518;
}

/* ———————————关于我们页面——————————— */
.other-main .nav {
    margin-right: 20px;
}

.other-main .content {
    padding: 30px 20px;
    background-color: #fff;
}

.other-main .other-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.other-main .other-title::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    background: url(../images/h3-dot.png) no-repeat center/contain;
}

.other-main .nav .option {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 68px;
    margin-bottom: 4px;
    color: #666666;
    font-size: 18px;
    background: #FFFFFF;
}

.other-main .nav .option:hover,
.other-main .nav .option.active {
    color: #FFFFFF;
    font-weight: bold;
    background: #00AFBC;
}

.other-main .nav .option:hover::before,
.other-main .nav .option.active::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    background: url(../images/option-dot.png) no-repeat center/contain;
}

.other-main .nav .option:hover::after,
.other-main .nav .option.active::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 15px;
    background: url(../images/option-dot.png) no-repeat center/contain;
}

.other-main .about-us-section .article {
    padding: 30px 20px 0 20px;
    background: #FFF;
}

.other-main .about-us-section .article p {
    margin-bottom: 40px;
}

/* ———————————网站地图——————————— */
.other-main .web-map-section .content .select {
    margin-bottom: 26px;
}

.other-main .web-map-section .content .select .option {
    display: block;
    padding: 0 26px;
    height: 42px;
    line-height: 42px;
    margin: 0 24px 24px 0;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #E6E6E6;
}

.other-main .web-map-section .content .select .option:nth-child(7n) {
    margin-right: 0;
}

.other-main .web-map-section .content .rank-section .option {
    padding: 0 22px;
}

.other-main .web-map-section .content .rank-section .option:nth-child(7n) {
    margin-right: 24px;
}

.other-main .web-map-section .content .rank-section .option:nth-child(4n) {
    margin-right: 0;
}

.other-main .web-map-section .content .select .option:hover,
.other-main .web-map-section .content .select .option.active {
    color: #FFF;
    background: #00AFBC;
}

/* ———————————搜索结果——————————— */
.search-section .count {
    font-size: 24px;
    margin-bottom: 30px;
}

.search-section .other-title {
    margin: 30px 0;
}

/* ——————————资讯列表—————————— */
.other-main .news-list {
    margin-top: 20px;
}

.other-main .news-list .news-item {
    padding: 20px 20px 20px 0;
    margin-bottom: 20px;
    background-color: #fff;
}

.other-main .news-list .news-item:last-child {
    margin-bottom: 0;
}

.other-main .news-list .news-item .news-pic {
    width: 220px;
    height: 130px;
    margin-right: 20px;
}

.other-main .news-list .news-item .info {
    padding: 8px 0;
}

.other-main .news-list .news-item .info .tag {
    width: 68px;
    height: 24px;
    color: #00AFBC;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    margin-right: 10px;
    border-radius: 2px;
    background: #FFFFFF;
    border: 1px solid #00AFBC;
}

.other-main .news-list .news-item:hover .info .tag {
    color: #FFFFFF;
    background: linear-gradient(90deg, #00AFBC 0%, #00C797 100%);
}

.other-main .news-list .news-item .info .title {
    font-size: 18px;
    font-weight: bold;
}

.other-main .news-list .news-item .info .sketch {
    color: #666;
    padding-bottom: 15px;
}

.other-main .news-list .news-item .info .go-details {
    display: none;
    width: 88px;
    height: 8px;
    background: url(../images/go-details.png) no-repeat center/contain;
}

.other-main .news-list .news-item:hover .info .go-details {
    display: block;
}

/* ———————————404、500页面——————————— */
.page404,
.page500 {
    height: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 158px;
    background: url(../images/main-bg.png) no-repeat center top/cover;
}

.page404 .back-index,
.page500 .back-index {
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #00AFBC;
    border-radius: 4px;
    font-size: 20px;
    color: #fff;
    margin-top: 59px;
}