/* ————————————————公共样式—————————————————————————————————————————————— */
html,
body {
    background-color: #F6F7FB;
}

/* 版心 */
.main {
    width: 1200px;
    padding: 20px;
    margin: 0 auto;
    background-color: #fff;
}

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

span.count {
    color: #999;
    font-size: 13px;
    letter-spacing: 1px;
}

img {
    object-fit: cover;
}

/* ————————————————共有区块—————————————————————————————————————————————— */
/* —————————网页头部————————— */
.header {
    position: relative;
    background: #FCC852;
    height: 254px;
}

/* logo + 搜索框 */
.header .search-box {
    width: 286px;
}

.header .search-box .search {
    width: 100%;
    height: 42px;
    border-radius: 21px;
    background-color: #efefef;
    overflow: hidden;
}

.header .search-box .search input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    color: #999999;
    font-size: 14px;
    background-color: transparent;
}

.header .search-box .hot-search a,
.header .search-box .hot-search {
    opacity: 0.7;
    color: #ffffff;
    font-size: 12px;
    margin-top: 15px;
    overflow: hidden;
    white-space: nowrap;
}


/* 导航栏 */
.header .nav {
    height: 61px;
    background-color: #FEAB39;
}

.header .nav .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 61px;
    padding: 0 25px;
    position: relative;
    transition: all .3s ease;
}

/* 激活效果 */
.header .nav .nav-item:hover,
.header .nav .nav-item.active {
    font-weight: bold;
    background-color: #F39514;
}

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

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

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

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

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

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

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

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

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

/* ————————————————网页页脚———————————————— */
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 153px;
    padding: 50px 0 55px;
    background-color: #333333;
}

.footer a {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}

.footer .links span {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    margin: 0 10px;
}

.footer .copyright {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}

/* 公用面包屑 */
.crumbs,
.crumbs a {
    font-size: 12px;
    color: #999;
}

.crumbs a:hover {
    color: #FEAB39;
}


/* 公用标题样式 */
.public-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #FEAB39;
    padding-bottom: 10px;
}

.public-title .title {
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    /* line-height: 48px; */
    letter-spacing: 2px;
}

.public-title .more {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #999999;
}

.public-title .title::before {
    content: '';
    display: inline-block;
    width: 55px;
    height: 31px;
    margin-right: 15px;
}

.public-title .title.mobile-game::before {
    background: #FEAB39 url(./../images/nav-games.png) no-repeat center/contain;
    background-size: 24px 18px;
}

.public-title .title.game-news::before {
    background: #FEAB39 url(./../images/nav-news.png) no-repeat center/contain;
    background-size: 20px 20px;
}

.public-title .title.apps::before {
    background: #FEAB39 url(./../images/nav-apps.png) no-repeat center/contain;
    background-size: 24px 18px;
}

.public-title .title.rank::before {
    background: #FEAB39 url(./../images/nav-rank.png) no-repeat center/contain;
    background-size: 24px 18px;
}

.public-title .title.collec::before {
    background: #FEAB39 url(./../images/nav-collection.png) no-repeat center/contain;
    background-size: 18px 20px;
}

.public-title .title.pic::before {
    background: #FEAB39 url(./../images/pic-icon.png) no-repeat center/contain;
    background-size: 24px 18px;
}

.public-title .title.blogroll::before {
    background: #FEAB39 url(./../images/blogroll.png) no-repeat center/contain;
    background-size: 24px 18px;
}

.public-title .title.gift-title::before {
    background: #FEAB39 url(./../images/nav-gift.png) no-repeat center/contain;
    background-size: 18px 18px;
}

/* 共有的小标题 */
.small-title,
.arcitle h3 {
    display: flex;
    align-items: center;
    color: #FEAB39;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 2px;
    margin: 15px 0;
}

.small-title::before,
.arcitle h3::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #FEAB39;
    border-radius: 5px;
    margin-right: 8px;
}

.small-title::after,
.arcitle h3::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #FEAB39;
    margin-left: 8px;
}

/* 分页器 */
.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: #FEAB39;
    color: #fff;
}

.pagination .page-item:hover {
    background: #FEAB39;
    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: #FEAB39;
    color: #fff;
    border: 1px solid #FEAB39 !important;
}

/* ———————————————————其他公共区块——————————————————— */
/* 左边区块 */
.public-section {
    width: 835px;
}

/* 类型导航 */
.type-list .type-item {
    display: block;
    width: 118px;
    /* padding: 0 22px; */
    line-height: 48px;
    text-align: center;
    color: #666666;
    font-size: 16px;
    letter-spacing: 2px;
    border-radius: 8px;
    margin-right: 10px;
    margin-bottom: 18px;
    border: solid 1px #eeeeee;
    transition: all 0.3s;
}

/* 激活样式 */
.type-list .type-item:hover {
    color: #FEAB39;
    background-color: #FFFBF5;
    border: solid 1px #FEAB39;
}

.type-list .type-item.active {
    color: #FEAB39;
    background-color: #FFFBF5;
    border: solid 1px #FEAB39;
}

/* ————————————新闻资讯列表———————————— */
.news-section .news-list .news-item {
    margin-top: 15px;
}

.news-section .news-list .news-item .news-title {
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.news-section .news-list .news-item:hover .news-title {
    color: #FEAB39;
}

.news-section .news-list .news-item .content {
    display: flex;
    padding-left: 20px;
    position: relative;
    border-left: 1px solid #eeeeee;
}

.news-section .news-list .news-item .content::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #dcdcdc;
    position: absolute;
    top: 0;
    left: -3px;
}

.news-section .news-list .news-item .content .news-pic {
    display: block;
    width: 236px;
    height: 150px;
    margin-right: 20px;
}

.news-section .news-list .news-item .content .news-pic img {
    width: 100%;
    height: 100%;
}


.news-section .news-list .news-item .content .news-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #666666;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 1px;
    padding: 10px 0;
}

.news-section .news-list .news-item .content .news-info .time,
.news-section .news-list .news-item .content .news-info .author {
    display: inline-block;
    margin-right: 20px;
    box-sizing: border-box;
    font-size: 12px;
    letter-spacing: 1px;
    color: #999999;
}


/* 侧边栏 */
.aside {
    width: 305px;
}

.aside .banner {
    display: block;
}

/* ——————小编推荐—————— */
.editor-rec .section-title,
.gift-rec .section-title {
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin: 20px 0;
    background: url(./../images/editor-rec-title.png) no-repeat center;
}

.editor-rec .news-list .news-item {
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 25px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}

.editor-rec .news-list .news-item::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    background: url(./../images/editor-rec-icon.png) no-repeat center;
}

.editor-rec .news-list .news-item .content {
    flex: 1;
    overflow: hidden;
}

.editor-rec .news-list .news-item .news-title {
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}

.editor-rec .news-list .news-item:hover .news-title {
    color: #FEAB39;
}

.editor-rec .news-list .news-item .sketch {
    font-size: 14px;
    color: #888888;
}

/* ——————游戏推荐—————— */
.games-rec .game-list .game-item {
    display: flex;
    margin-bottom: 20px;
}

.games-rec .game-list .game-item .content {
    flex: 1;
    display: flex;
    align-items: center;
    height: 110px;
    padding: 15px;
    overflow: hidden;
}

.games-rec .game-list .game-item .tag {
    width: 30px;
    height: 90px;
    padding: 8px;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 0px 6px 6px 0px;
    transform: translateY(10px);
}

.games-rec .game-list .game-item:nth-child(1) .content {
    background-color: #fff2f2;
    border: solid 1px #ff9999;
}

.games-rec .game-list .game-item:nth-child(1) .tag {
    background-color: #f45050;
}

.games-rec .game-list .game-item:nth-child(2) .content {
    background-color: #f0fff6;
    border: solid 1px #47d684;
}

.games-rec .game-list .game-item:nth-child(2) .tag {
    background-color: #03ab4a;
}

.games-rec .game-list .game-item:nth-child(3) .content {
    background-color: #fff5e5;
    border: solid 1px #ffbc48;
}

.games-rec .game-list .game-item:nth-child(3) .tag {
    background-color: #ec8705;
}

.games-rec .game-list .game-item:nth-child(4) .content {
    background-color: #f2f4fc;
    border: solid 1px #8fa1ff;
}

.games-rec .game-list .game-item:nth-child(4) .tag {
    background-color: #657cf3;
}

.games-rec .game-list .game-item .content .game-icon {
    display: block;
    width: 72px;
    height: 72px;
    margin-right: 15px;
}

.games-rec .game-list .game-item .content .game-icon img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.games-rec .game-list .game-item .content .game-info {
    flex: 1;
    height: 100%;
    padding: 5px 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.games-rec .game-list .game-item .content .game-info .game-name {
    display: block;
    color: #333333;
    font-size: 16px;
    letter-spacing: 1px;
}

.games-rec .game-list .game-item .content .game-info p {
    color: #888888;
    font-size: 13px;
    letter-spacing: 1px;
}

/* ——————最新录入—————— */
.newest-entry .news-list .news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.newest-entry .news-list .news-item::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    background-color: #e7e7e7;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


.newest-entry .news-list .news-item .sketch {
    flex: 1;
    color: #333333;
    font-size: 16px;
    padding-right: 15px;
    letter-spacing: 1px;
}

.newest-entry .news-list .news-item:hover .sketch {
    color: #FEAB39;
}

.newest-entry .news-list .news-item .date {
    color: #999;
    font-size: 13px;
    letter-spacing: 1px;
}

/* ——————游戏专辑—————— */
.game-collec .collec-list .collec-item {
    display: flex;
    align-items: center;
    line-height: 44px;
    margin-bottom: 20px;
    padding-right: 10px;
    border: solid 1px #e5e5e5;
}

.game-collec .collec-list .collec-item .tag {
    width: 65px;
    line-height: 44px;
    text-align: center;
    color: #888888;
    font-size: 15px;
    letter-spacing: 1px;
    background: url(./../images/eva-tag.png) no-repeat left;
}

.game-collec .collec-list .collec-item .collec-sketch {
    flex: 1;
    font-size: 16px;
    padding: 0 20px;
}

/* 鼠标移入效果 */
.game-collec .collec-list .collec-item:hover {
    border: solid 1px #FEAB39;
}

.game-collec .collec-list .collec-item:hover .tag {
    color: #fff;
    background: url(./../images/eva-tag-hover.png) no-repeat left;
}

.game-collec .collec-list .collec-item:hover .collec-sketch {
    color: #FEAB39;
}

/* ——————玩家最爱—————— */
/* 游戏类型 */
.player-like .game-container .container {
    width: 260px;
}

.player-like .container .type-item {
    display: block;
    width: 100%;
    height: 140px;
    position: relative;
}

.player-like .container .type-item img {
    width: 100%;
    height: 100%;
}

.player-like .container .type-item .type-name {
    width: 212px;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1px;
    position: absolute;
    left: 25px;
    top: 42px;
    background: url(./../images/moban-bg1.png) no-repeat center/contain;
}

/* 游戏列表 */
.player-like .container .game-list {
    width: 100%;
}

.player-like .container .game-list .game-item {
    display: flex;
    width: 50%;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.player-like .container .game-list .game-item .game-icon {
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.player-like .container .game-list .game-item .game-icon img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.player-like .container .game-list .game-item .game-name {
    display: block;
    max-width: 100%;
    text-align: center;
}

/* ——————同类型游戏—————— */
.same-type .game-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.same-type .game-list .game-item {
    display: flex;
    width: 33%;
    margin-bottom: 20px;
}

.same-type .game-list .game-item .game-icon {
    display: block;
    width: 70px;
    height: 70px;
    margin-right: 15px;
}

.same-type .game-list .game-item .game-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.same-type .game-list .game-item .game-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;

}

.same-type .game-list .game-item .game-info .game-name {
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    color: #333333;
}

.same-type .game-list .game-item .game-info .msg .tag {
    display: inline-block;
    line-height: 26px;
    color: #888888;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 0 8px;
    margin-right: 10px;
    border: solid 1px #dcdbdc;
}

.same-type .game-list .game-item .game-info .msg .score {
    background: url(./../images/start.png) no-repeat 8px/contain;
    background-size: 11px 11px;
    padding-left: 25px;
}

.same-type .game-list .game-item .game-info .msg .gift-tag {
    background: url(./../images/gift.icon.png)no-repeat 8px/contain;
    background-size: 11px 11px;
    padding-left: 25px;
}

/* ——————热门攻略—————— */
.hot-gba .gba-list .gba-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: #f7f7f7;
}

.hot-gba .gba-list .gba-item .gba-pic {
    display: block;
    width: 135px;
    height: 90px;
    margin-right: 15px;
}

.hot-gba .gba-list .gba-item .gba-pic img {
    width: 100%;
    height: 100%;
}

.hot-gba .gba-list .gba-item .hot-gba-sketch {
    flex: 1;
    font-size: 15px;
    line-height: 40px;
    padding-right: 10px;
}

/* ——————礼包推荐—————— */
.gift-rec .gift-list .gift-item {
    margin: 20px 0;
}

.gift-rec .gift-list .gift-item .default .gift-name {
    display: block;
    flex: 1;
    padding-right: 20px;
    color: #333;
    font-size: 16px;
}

.gift-rec .gift-list .gift-item .default .get-btn {
    color: #FEAB39;
    font-size: 16px;
}

.gift-rec .gift-list .gift-item .gift-info {
    display: none;
    align-items: center;
    margin-top: 20px;
}

.gift-rec .gift-list .gift-item .gift-info .gift-icon {
    display: block;
    width: 85px;
    height: 85px;
    margin-right: 15px;
}

.gift-rec .gift-list .gift-item .gift-info .gift-icon img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.gift-rec .gift-list .gift-item .gift-info .gift-sketch {
    flex: 1;
    line-height: 40px;
    color: #666666;
    font-size: 16px;
}

/* 激活样式 */
.gift-rec .gift-list .gift-item.active .default .gift-name {
    font-weight: bold;
}

.gift-rec .gift-list .gift-item.active .gift-info {
    display: flex;
}

/* 小编推荐 游戏列表 */
.game-grid .game-item {
    width: 85px;
    margin: 0 25px 32px 0;
}

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

.game-grid .game-item .game-icon {
    display: block;
    width: 85px;
    height: 85px;
    margin-bottom: 20px;
    border-radius: 15px;
}

.game-grid .game-item .game-icon img {
    width: 100%;
    height: 100%;
}

.game-grid .game-item .game-name {
    color: #666666;
    font-size: 16px;
    text-align: center;
}


/* ———————————关于我们页面——————————— */
.other-main .section .banner {
    width: 100%;
    height: 240px;
    background: url(./../images/about_us.png) no-repeat;
    background-size: contain;
}

.other-main .section .select .option {
    display: block;
    width: 120px;
    line-height: 46px;
    text-align: center;
    border-radius: 8px;
    margin-right: 10px;
    color: #666666;
    font-size: 16px;
    letter-spacing: 2px;
    background-color: #FFFBF5;
    border: solid 1px #eeeeee;
    transition: all 0.3s;
    cursor: pointer;
}

.other-main .section .select .option:hover {
    color: #FEAB39;
    background-color: #FFFBF5;
    border: solid 1px #FEAB39;
}

.other-main .section .select .option.active {
    color: #FEAB39;
    background-color: #FFFBF5;
    border: solid 1px #FEAB39;
}

.other-main .section .article {
    margin: 20px 0;
}

.other-main .section .article p {
    color: #666666;
    font-size: 16px;
    line-height: 38px;
    text-indent: 2em;
    letter-spacing: 1px;
}

/* ———————————网站地图页面——————————— */
.web-map .section .section-item ul {
    display: flex;
    flex-wrap: wrap;
}

.web-map .section .section-item ul li {
    width: 160px;
    line-height: 40px;
    color: #666;
    font-size: 16px;
}

.web-map .section .section-item ul li a:hover {
    color: #FEAB39;
}

/* ———————————搜索结果页面——————————— */
.search-result {
    color: #FEAB39;
    font-size: 18px;
    font-weight: bolder;
    line-height: 30px;
    letter-spacing: 2px;
}


/* ———————————开服表页面——————————— */
.server-main {
    width: 1200px;
    margin: 0 auto;
    background: rgb(247, 247, 247);
    padding-bottom: 0;
}


.server-position {
    margin: 17px 0 33px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #999;
}

.server-position span:not(:last-child)::after {
    content: ">";
}

.server-container {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
}

.server-container .public-title p {
    max-width: 700px;
    color: #999;
    font-size: 14px;

}

/* 开服表导航栏 */
.server-container table thead .server-nav {
    height: 45px;
    background-color: #FEAB39;
}

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

.server-container table thead .server-nav td:nth-child(1) {
    width: 200px;
}

.server-container table thead .server-nav td>a {
    display: inline-block;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
}

.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/open-item.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: 134px;
    height: 167px;
    padding-top: 5px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 45px;
}

/* 鼠标移入显示子项目 */
.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 {
    color: #333;
}

.subitems .item::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 1;
}

.server-container table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.server-container table tbody {
    font-size: 13px;
    color: #333333;
    border: 1px solid #eee;
    border-top: none;
}

.server-container table .server-game-list tr {
    height: 70px;
    border-top: 1px solid #eee;
}

.server-container table .server-game-list tr td {
    text-align: center;
    vertical-align: middle;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

.server-container table .server-game-list .game-name .game-icon {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 5px;
    margin-right: 20px;
}

.server-container table .server-game-list .game-name .game-icon img {
    width: 100%;
    height: 100%;
}

.server-container table .server-game-list tr .game-name {
    padding-left: 16px;
    width: 200px;
    color: #000;
}

.server-container table .server-game-list tr .game-name span {
    display: inline-block;
    width: 92px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.server-container table .server-game-list tr .open-time {
    color: red;
}

/* 下载游戏 */
.server-container table .server-game-list tr .btn {
    display: block;
    width: 108px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
    padding-left: 20px;
}

.server-container table .server-game-list tr .btn span {
    font-size: 14px;
    display: inline;
    text-align: center;
    line-height: 36px;
}

.server-container table .server-game-list tr .btn img {
    margin-right: 5px;
}

.server-container table .server-game-list tr .download-btn {
    box-sizing: border-box;
    border: solid 1px #02c892;
    background: url(./../images/server-btn.png) no-repeat;
    background-position: 15px 10px;
}

.server-container table .server-game-list tr .download-btn span {
    color: #02c892;
}

.server-container table .server-game-list tr .gift-btn {
    box-sizing: border-box;
    border: solid 1px #529dff;
    background: url(./../images/gift.icon.png) no-repeat;
    background-position: 15px 10px;
}

.server-container table .server-game-list tr .gift-btn span {
    color: #529dff;
}

/* 鼠标移入样式 */
.server-container table .server-game-list tr td .download-btn:hover {
    background-color: #02c892;
    background: #02c892 url(./../images/download-hover.png) no-repeat;
    background-position: 15px 10px;
}

.server-container table .server-game-list tr td .download-btn:hover span {
    color: white;
}

.server-container table .server-game-list tr td .gift-btn:hover {
    background-color: #529dff;
    background: #529dff url(./../images/gift-hover.png) no-repeat;
    background-position: 15px 10px;
}

.server-container table .server-game-list tr td .gift-btn:hover span {
    color: white;
}



/* ———————————404、500页面——————————— */
.page404,
.page500 {
    height: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 158px;
}

.page404 img,
.page500 img {
    width: 325px;
    height: 441px;
}

.page404 .back-index,
.page500 .back-index {
    width: 136px;
    height: 50px;
    border: solid 1px #eeeeee;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #666;
    margin-top: 59px;
}

.page404 .back-index:hover {
    color: #FEAB39;
    border: solid 1px #FEAB39;
}

.page500 .back-index:hover {
    color: #FEAB39;
    border: solid 1px #FEAB39;
}

/* 面向属性的 CSS---单个类每一个类只写一种属性————————————————————————————————— */
.title,
.sketch,
.game-name,
.app-name,
.news-name,
.activity-title,
.news-title,
.topic-title,
.eva-sketch,
.gba-sketch,
.gba-title,
.video-gba-title,
.rank-name,
.collec-sketch,
.soft-name,
.rec,
.gift-name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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


img {
    width: 100%;
    height: 100%;
}

/* 布局样式—————————————————— */

.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;
}

.x-center {
    justify-content: center;
}

.y-center {
    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;
}

.mt18 {
    margin-top: 18px;
}

.mt20 {
    margin-top: 20px;
}

.mt28 {
    margin-top: 28px;
}

.mt30 {
    margin-top: 30px;
}

.mt36 {
    margin-top: 36px;
}

.mt50 {
    margin-top: 50px;
}

.mt56 {
    margin-top: 56px;
}

.mr10 {
    margin-right: 10px;
}

.mr30 {
    margin-right: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb50 {
    margin-bottom: 50px;
}

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



/* padding */


/* display */


/* 字体样式 --*/
.more-collec .more-collec-item:nth-child(1) {
    color: #fb7d7d;
}

.more-collec .more-collec-item:nth-child(2) {
    color: #32a5fc;
}

.more-collec .more-collec-item:nth-child(3) {
    color: #fea313;
}

.more-collec .more-collec-item:nth-child(4) {
    color: #6a71f6;
}

.text-center {
    text-align: center;
}

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


/* ————重置样式———————————————————————————————————————————————————————————— */
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 {
    vertical-align: middle;
    border-style: none;
}

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

i {
    font-style: normal;
}

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

.oh {
    overflow: hidden;
}

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

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

.index-main .index-game-section {
    width: 100%;
    height: 195px;
}

.index-main .index-game-section .game-pic {
    width: 161px;
    height: 195px;
}

.index-main .index-game-section .game-list {
    overflow: hidden;
    margin-left: 24px;
}

.index-main .index-game-section .game-list .game-item {
    display: flex;
    width: 20%;
    overflow: hidden;
}

.index-main .index-game-section .game-list .game-item .game-icon {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.index-main .index-game-section .game-list .game-item .game-icon img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.index-main .index-game-section .game-list .game-item .game-name {
    flex: 1;
    line-height: 35px;
}

.index-main .index-game-section .game-list .game-item:hover .game-name {
    color: #FEAB39;
}

.index-main .sundry-section .left-section {
    width: 440px;
}

.sundry-section .left-section .section-title {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8;
}

.sundry-section .left-section .section-title .title {
    display: block;
    width: 100%;
    color: #FEAB39;
    font-size: 20px;
    font-weight: bold;
    line-height: 38px;
    letter-spacing: 1px;
}

.sundry-section .left-section .section-title .sketch {
    font-size: 14px;
    line-height: 38px;
    letter-spacing: 1px;
    color: #666666;
}

.sundry-section .left-section .gba-list .gba-item {
    width: 100%;
    display: flex;

    align-items: center;
    justify-content: space-between;
    color: #666666;
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 1px;
}

.sundry-section .left-section .gba-list .gba-item:hover .sketch {
    color: #FEAB39;
}

.sundry-section .left-section .gba-list .gba-item::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    transform: rotate(45deg);
    background: url(./../images/dots.png) no-repeat left/contain;
}

.sundry-section .left-section .gba-list .gba-item:hover::before {
    transform: rotate(0);
    background: url(./../images/dots-active.png) no-repeat left/contain;
}

.sundry-section .left-section .gba-list .gba-item .sketch {
    flex: 1;
    display: block;
    color: #333333;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0 10px;
}

.sundry-section .left-section .gba-list .gba-item .tag {
    color: #FEAB39;
}

.sundry-section .left-section .gba-list .gba-item .date {
    color: #999999;
}

/* 轮播图 */
.sundry-section .right-section {
    width: 698px;
}

.sundry-section .right-section .mySwiper1 {
    width: 100%;
    height: 340px;
}

/* 最新活动 */
.newest-activity {
    width: 100%;
    height: 162px;
}

.newest-activity .section-title {
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    background: url(./../images/newest-activity-title.png) no-repeat center;
}

.newest-activity .activity-item {
    width: 338px;
    margin-top: 18px;
    background-color: #f7f7f7;
}

.newest-activity .activity-item .activity-icon {
    display: block;
    width: 140px;
    height: 100px;
    margin-right: 15px;
}

.newest-activity .activity-item .activity-icon img {
    width: 100%;
    height: 100%;
}

.newest-activity .activity-item .activity-info {
    padding-right: 10px;
}

.newest-activity .activity-item .activity-info .activity-title {
    font-size: 14px;
    line-height: 36px;
    color: #333333;
    display: block;
}

.newest-activity .activity-item .activity-info .activity-sketch {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    margin-top: 5px;
}

/* 手游专辑 */
.index-games-collec {
    margin-right: 20px;
}

.index-games-collec .week-hot {
    width: 440px;
}

.index-games-collec .week-hot .section-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f6f6f6;
}

.index-games-collec .week-hot .section-title .got-tag {
    display: inline-block;
    width: 100px;
    height: 50px;
    margin-right: 10px;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 10px;
    background: url(./../images/week-hot.png) no-repeat right/contain;
}

.index-games-collec .week-hot .section-title span {
    font-size: 18px;
    letter-spacing: 2px;
    color: #333333;
}

.index-games-collec .week-hot .rank-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-games-collec .week-hot .rank-list .rank-item {
    margin-top: 20px;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index-games-collec .week-hot .rank-list .rank-item .rank-icon {
    display: block;
    height: 76px;
    width: 76px;
}

.index-games-collec .week-hot .rank-list .rank-item .rank-icon img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.index-games-collec .week-hot .rank-list .rank-item .rank-name {
    display: block;
    width: 100%;
    color: #333;
    font-size: 14px;
    margin: 10px 0 15px 0;
    text-align: center;
}

.index-games-collec .week-hot .rank-list .rank-item .download-btn {
    display: block;
    width: 75px;
    height: 32px;
    color: #666;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 32px;
    text-align: center;
    border: solid 1px #eeeeee;
    margin: 0 auto;
}

.index-games-collec .week-hot .rank-list .rank-item:hover .download-btn {
    color: #FEAB39;
    border: solid 1px #FEAB39;
}

.index-games-collec .games-collec {
    margin-left: 30px;
    width: 406px;
}

.index-games-collec .games-collec .collec-list .collec-item p::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 15px;
    background-color: #e6e6e6;
}

.index-games-collec .games-collec .collec-list .collec-item {
    margin-bottom: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index-games-collec .games-collec .collec-list .collec-item:hover .collec-sketch {
    color: #FEAB39;
}

.index-games-collec .games-collec .collec-list .collec-item p .collec-sketch {
    display: block;
    max-width: 220px;
    color: #333333;
    font-size: 15px;
    letter-spacing: 1px;
}

.index-games-collec .games-collec .collec-list .collec-item p>span {
    color: #999999;
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 5px;
}

.index-games-collec .games-collec .date {
    color: #999999;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: 10px;
}

.index-games-collec .apps-collec {
    width: 307px;
    margin-left: 20px;
}

.index-games-collec .apps-collec .app-list .app-item {
    display: flex;
    margin-bottom: 25px;
}

.index-games-collec .apps-collec .app-list .app-item .game-icon {
    display: block;
    width: 70px;
    height: 70px;
    margin-right: 15px;
}

.index-games-collec .apps-collec .app-list .app-item .game-icon img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.index-games-collec .apps-collec .app-list .app-item .app-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
    overflow: hidden;
}

.index-games-collec .apps-collec .app-list .app-item .app-info .app-name {
    display: block;
    max-width: 100%;
    color: #333333;
    font-size: 16px;
    letter-spacing: 2px;
}

.index-games-collec .apps-collec .app-list .app-item:hover .app-name {
    color: #FEAB39;
}

.index-games-collec .apps-collec .app-list .app-item .app-info .app-sketch {
    font-size: 14px;
    color: #888888;
}

.index-games-collec .apps-collec .app-list .app-item .app-info .app-sketch span {
    margin: 0 10px;
}


.index-section .gba-rec {
    width: 698px;
}


/* 首页游戏资讯 */
.index-game-news .games-eva {
    width: 398px;
}

.index-game-news .game-news {
    width: 410px;
}

.index-game-news .hot-topic,
.index-game-news .bottom-section .hot-topic {
    width: 307px;
}


.index-game-news .news-title {
    display: block;

    color: #333333;
    font-size: 16px;
    margin: 15px 0;
    letter-spacing: 1px;
}

.index-game-news .news-title:hover {
    color: #FEAB39;
}

.index-game-news .game-news .news-item {
    height: 80px;
}

.index-game-news .game-news .news-item .news-pic {
    display: block;
    width: 120px;
    height: 80px;
    margin-right: 15px;
}

.index-game-news .game-news .news-item .news-pic img {
    width: 100%;
    height: 100%;
}

.index-game-news .game-news .news-item .news-info {
    width: 275px;
}

.index-game-news .game-news .news-item .news-info .title {
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    display: block;
}

.index-game-news .news-item:hover .title {
    color: #FEAB39;
}

.index-game-news .game-news .news-item .news-info .news-sketch {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
}

.index-game-news .game-news .news-item .news-info .date {
    font-size: 14px;
    letter-spacing: 1px;
    color: #999999;
    display: inline-block;
    margin-top: 5px;
}

.index-game-news .game-news .news-item {
    box-sizing: content-box;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
}

.index-game-news .game-news>ul>li {
    display: flex;
    margin-bottom: 24px;
}

.index-game-news .game-news>ul>li>a {
    flex: 1;
    font-size: 15px;
    letter-spacing: 1px;
    color: #333333;
    padding-right: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-game-news .game-news>ul>li:hover a {
    color: #FEAB39;
}

.index-game-news .game-news>ul>li>.date {
    font-size: 14px;
    letter-spacing: 1px;
    color: #888888;
}

/* 热门话题 */
.index-game-news .hot-topic .topic-list .topic-item {
    margin-bottom: 20px;
}

.index-game-news .hot-topic .topic-list .topic-item:nth-child(1) .sort {
    background-color: #f87424;
}

.index-game-news .hot-topic .topic-list .topic-item:nth-child(2) .sort {
    background-color: #ff863d;
}

.index-game-news .hot-topic .topic-list .topic-item:nth-child(3) .sort {
    background-color: #ffae7d;
}

.index-game-news .hot-topic .topic-list .topic-item .sort {
    display: inline-block;
    width: 26px;
    height: 24px;
    margin-right: 15px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 1px;
    background-color: #d8d8d8;
}

.index-game-news .hot-topic .topic-list .topic-item .topic-title {
    display: block;
    color: #333333;
    font-size: 16px;
    letter-spacing: 1px;
    overflow: hidden;
}

.index-game-news .hot-topic .topic-list .topic-item:hover .topic-title {
    color: #FEAB39;
}

.index-game-news .hot-topic .topic-list .topic-item .show {
    display: none;
    margin-top: 15px;
}

.index-game-news .hot-topic .topic-list .topic-item .show .topic-pic {
    width: 92px;
    height: 63px;
    flex-shrink: 0;
    margin-right: 14px;
}

.index-game-news .hot-topic .topic-list .topic-item .show .topic-sketch {
    color: #999999;
    line-height: 22px;
}

.index-game-news .hot-topic .topic-list .topic-item .show .date {
    color: #999999;
    font-size: 12px;
}

.index-game-news .hot-topic .topic-list .topic-item.active .show {
    display: flex;
}

/* 厂商新闻 */
.bottom-section .news-list-container .date {
    font-size: 14px;
    letter-spacing: 1px;
    color: #999999;
}

.bottom-section .news-list-container .news-list .news-item {
    overflow: hidden;
    margin-bottom: 14px;
}

.bottom-section .news-list-container .news-list .news-item .default {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eee;
}

.bottom-section .news-list-container .news-list .news-item .default .news-title {
    flex: 1;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    display: block;
    margin-right: 10px;
}

.bottom-section .news-list-container .news-list .news-item .news-info {
    flex: 1;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #999999;
}

.bottom-section .news-list-container .news-list .news-item .news-pic {
    display: block;
    width: 120px;
    height: 80px;
    margin-right: 15px;
}

.bottom-section .news-list-container .news-list .news-item .news-pic img {
    width: 100%;
    height: 100%;
}

.bottom-section .news-list-container .news-list .news-item .show {
    display: none;
}

/* 激活样式 */
.bottom-section .news-list-container .news-list .news-item.active .default {
    border: none;
}

.bottom-section .news-list-container .news-list .news-item.active .default .news-title {
    color: #FEAB39;
}

.bottom-section .news-list-container .news-list .news-item.active .show {
    display: flex;
    align-items: center;
}

.games-eva .eva-list .eva-item {
    display: flex;
    height: 44px;
    border: solid 1px #e5e5e5;
    line-height: 44px;
    margin-bottom: 20px;
}

.games-eva .eva-list .eva-item .tag {
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    width: 65px;
    height: 100%;
    line-height: 44px;
    text-align: center;
    color: #888888;
    background: url(./../images/eva-tag.png) no-repeat left/contain;
    margin-left: 0px;
}

.games-eva .eva-list .eva-item .eva-sketch {
    flex: 1;
    font-size: 16px;
    padding-left: 15px;
}

/* 鼠标移入效果 */
.games-eva .eva-list .eva-item:hover {
    border: solid 1px #FEAB39;
}

.games-eva .eva-list .eva-item:hover .eva-sketch {
    color: #FEAB39;
}

.games-eva .eva-list .eva-item:hover .tag {
    color: #ffffff;
    background: url(./../images/eva-tag-hover.png) no-repeat left/contain;
}


/* 攻略推荐 */
.index-gba-rec .gba-rec-contianer {
    width: 349px;
    margin-right: 20px;
}

.index-gba-rec .gba-rec-contianer .game-pic {
    display: block;
    width: 100%;
    height: 240px;
}

.index-gba-rec .gba-rec-contianer .game-pic img {
    width: 100%;
    height: 100%;
}

.index-gba-rec .gba-rec-contianer .news-title {
    display: block;

    color: #333333;
    font-size: 16px;
    margin: 15px 0;
    letter-spacing: 1px;
}

.index-gba-rec .gba-rec-contianer .news-title:hover {
    color: #FEAB39;
}

.index-gba-rec .gba-rec-contianer .news-item {
    height: 100px;
}

.index-gba-rec .gba-rec-contianer .news-item .news-pic {
    display: block;
    width: 155px;
    height: 100px;
    margin-right: 15px;
}

.index-gba-rec .gba-rec-contianer .news-item .news-pic img {
    width: 100%;
    height: 100%;
}

.index-gba-rec .gba-rec-contianer .news-item .news-info {
    width: 275px;
}

.index-gba-rec .gba-rec-contianer .news-item .news-info .title {
    font-size: 16px;
    letter-spacing: 1px;
    color: #333333;
    display: block;
}

.index-gba-rec .gba-rec-contianer .news-item:hover .title {
    color: #FEAB39;
}

.index-gba-rec .gba-rec-contianer .news-item .news-info .news-sketch {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
}

.index-gba-rec .gba-rec-contianer .news-item .news-info .date {
    font-size: 14px;
    letter-spacing: 1px;
    color: #999999;
    display: inline-block;
    margin-top: 5px;
}

.index-gba-rec .gba-list {
    flex: 1;
    overflow: hidden;
}

.index-gba-rec .gba-list .gba-item {
    display: flex;
    overflow: hidden;
    align-items: center;
    margin-bottom: 20px;
}

.index-gba-rec .gba-list .gba-item:hover .gba-sketch {
    color: #FEAB39;
}

.index-gba-rec .gba-list .gba-item::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    flex-shrink: 0;
    margin-right: 15px;
    background-color: #e6e6e6;
}

.index-gba-rec .gba-list .gba-item .gba-sketch {
    flex: 1;
    color: #333333;
    font-size: 15px;
    margin-right: 10px;
    letter-spacing: 1px;
}

.index-gba-rec .gba-list .gba-item .date {
    color: #888888;
    font-size: 14px;
    letter-spacing: 1px;
    flex-shrink: 0;
}


/* 视频攻略 */
.video-gba .video-grid .video-item {
    width: 275px;
    margin-right: 20px;
    overflow: hidden;
}

.video-gba .video-grid .video-item:last-child {
    margin-right: 0;
}

.video-gba .video-grid .video-item .video-pic {
    display: block;
    width: 275px;
    height: 162px;
    margin-bottom: 20px;
    position: relative;
}

.video-gba .video-grid .video-item .video-pic .tags {
    position: absolute;
    right: 9px;
    top: 9px;
}

.video-gba .video-grid .video-item .video-pic .tags .tag {
    display: block;
    width: 38px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
}

.video-gba .video-grid .video-item .video-pic .tags .tag.video {
    background-color: #FEAB39;
}

.video-gba .video-grid .video-item .video-pic .tags .tag.gba {
    background-color: #21B3FF;
}

.video-gba .video-grid .video-item .video-pic .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease;
}

.video-gba .video-grid .video-item .video-pic .mask .player {
    display: block;
    width: 47px;
    height: 44px;
    opacity: 0;
    background: url(./../images/player.png) no-repeat center/contain;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    transition: all .3s ease;
}

.video-gba .video-grid .video-item .video-pic:hover .mask {
    background-color: rgba(0, 0, 0, .3);
}

.video-gba .video-grid .video-item .video-pic:hover .player {
    opacity: 1;
}

.video-gba .video-grid .video-item .sketch {
    text-align: center;
}


/* 手机游戏 */
.index-mobile-game .game-list {
    width: 100%;
    margin-top: 30px;
}

.index-mobile-game .game-list .game-item {
    display: flex;
    width: 270px;
    margin-right: 25px;
    margin-bottom: 30px;
    position: relative;
}

.index-mobile-game .game-list .game-item:nth-child(4n) {
    margin-right: 0;
}

.index-mobile-game .game-list .game-item .game-icon {
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 20px;
    margin-right: 18px;
}

.index-mobile-game .game-list .game-item .game-icon img {
    width: 100%;
    height: 100%;
}

.index-mobile-game .game-list .game-item .game-info {
    flex: 1;
    overflow: hidden;
    padding: 6px 0;
}

.index-mobile-game .game-list .game-item .game-info .game-name {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    color: #222222;
}

.index-mobile-game .game-list .game-item .game-info .size {
    font-size: 12px;
    color: #888888;
}

.index-mobile-game .game-list .game-item .game-info .download-btn {
    display: block;
    width: 60px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    color: #FEAB39;
    font-size: 14px;
    border: solid 1px #FEAB39;
}

.index-mobile-game .game-list .game-item:hover .download-btn {
    color: #fff;
    background-color: #FEAB39;
}

.index-mobile-game .newest-tag {
    width: 37px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    background-image: linear-gradient(-44deg, #28cb65 0%, #7cea84 100%), linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal,
        normal;
    border-radius: 10px 0px 10px 0px;
    position: absolute;
    left: 0;
    top: 0;
}

/* 首页专辑 */
.index-collection .collection-item {
    width: 278px;
    height: 140px;
    position: relative;
}

.index-collection .collection-item img {
    width: 100%;
    height: 100%;
}

.index-collection .collection-item .details {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    transition: all 0.3s ease;
}

.index-collection .collection-item:hover .details {
    opacity: 1;
}

.index-collection .collection-item .details .title {
    display: block;
    position: absolute;
    top: 22px;
    right: 22px;
    left: 22px;
    font-size: 16px;
    color: #ffffff;
    transition: all 0.3s;
    z-index: 2;
}

.index-collection .collection-item .details .more {
    position: absolute;
    top: 65px;
    left: 22px;
    width: 92px;
    line-height: 38px;
    text-align: center;
    border-radius: 6px;
    border: solid 1px #dcdcdc;
    color: #ffffff;
    font-size: 14px;
}

/* 手游排行榜 */
.index-rank .rank-list-container {
    margin-bottom: 20px;
}

.index-rank .rank-list-container .rank-title {
    width: 242px;
    height: 46px;
    color: #FEAB39;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
}

.index-rank .rank-list-container .item {
    width: 32.5%;
}

.index-rank .rank-list-container .rank-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.index-rank .rank-list-container .rank-list .rank-list-head {
    display: flex;
    height: 45px;
    line-height: 45px;
    margin-top: 20px;
    background-color: #FFFBF5;
}

.index-rank .rank-list-container .rank-list .rank-list-head .num {
    width: 60px;
    color: #999999;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    margin-right: 28px;
}

.index-rank .rank-list-container .rank-list .rank-list-head .game-name {
    width: 220px;
    color: #999999;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    padding-left: 15px;
}

.index-rank .rank-list-container .rank-list .rank-list-head .game-type {
    display: inline-block;
    width: 65px;
    color: #999999;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    align-items: flex-end;
}

.index-rank .rank-list-container .rank-list .rank-item .default {
    display: flex;
    align-items: center;
    padding: 20px 10px 15px 0;
    border-bottom: 2px dotted #eeeeee;
}

.index-rank .rank-list-container .rank-list .rank-item:last-child .default {
    border-bottom: none;
}

.index-rank .rank-list-container .rank-list .rank-item .default .num {
    width: 60px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    margin-right: 28px;
}

.index-rank .rank-list-container .rank-list .rank-item .default .game-name {
    display: block;
    width: 220px;
    color: #333;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
}

.index-rank .rank-list-container .rank-list .rank-item .default .game-type {
    width: 80px;
    color: #999;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 鼠标移入时的样式 */
.index-rank .rank-list-container .rank-list .rank-item .show {
    display: flex;
    height: 114px;
    background-color: #FFFBF5;
}

.index-rank .rank-list-container .rank-list .rank-item .show .num {
    width: 48px;
    line-height: 114px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #FEAB39;
}

.index-rank .rank-list-container .rank-list .rank-item .show .game-item {
    flex: 1;
    padding: 18px;
    display: flex;
    align-items: center;
}

.index-rank .rank-list-container .rank-list .rank-item .show .game-icon {
    display: block;
    height: 78px;
    width: 78px;
    margin-right: 15px;
}

.index-rank .rank-list-container .rank-list .rank-item .show .game-icon img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.index-rank .rank-list-container .rank-list .rank-item .show .game-info {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index-rank .rank-list-container .rank-list .rank-item .show .game-info .game-name {
    display: block;
    max-width: 110px;
    color: #333;
    font-size: 16px;
}

.index-rank .rank-list-container .rank-list .rank-item .show .game-info .game-type {
    color: #999;
    font-size: 14px;
    letter-spacing: 1px;
}

.index-rank .rank-list-container .rank-list .rank-item .show .game-info .game-sketch {
    color: #888888;
    font-size: 14px;
}

.index-rank .rank-list-container .rank-list .rank-item .show .game-info .download-btn {
    width: 70px;
    line-height: 30px;
    text-align: center;
    color: #FEAB39;
    font-size: 14px;
    border: solid 1px #FEAB39;
}

.index-rank .rank-list-container .rank-list .rank-item .show {
    display: none;
}

/* 鼠标移入激活效果 */
.index-rank .rank-list-container .rank-list .rank-item.active .default {
    display: none;
}

.index-rank .rank-list-container .rank-list .rank-item.active .show {
    display: flex;
}

/* 游戏美宣 */
.index-games-poster .poster-container {
    display: flex;
    width: 100%;
    height: 320px;
}

.index-games-poster .poster-container a {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index-games-poster .poster-container a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-games-poster .poster-container .poster-item1 {
    width: 455px;
    height: 100%;
    background-color: #888888;
}


.index-games-poster .poster-container .poster-item2 {
    width: 460px;
    height: 100%;
}

.index-games-poster .poster-container .poster-item2 .item1 {
    width: 100%;
    height: 155px;
}

.index-games-poster .poster-container .poster-item2 .item2 {
    width: 226px;
    height: 155px;
}

.index-games-poster .poster-container .poster-item3 {
    width: 230px;
    height: 100%;
}

.index-games-poster .poster-container .poster-item3 .item {
    width: 100%;
    height: 155px;
    background: url(./../images/poster-5.jpg) no-repeat center center;
    background-size: cover;
}

.index-games-poster .poster-container a img {
    transition: all .5s ease;
}

.index-games-poster .poster-container a:hover img {
    /* 放大背景 */
    transform: scale(1.2);
}


/* 友情链接 */
.blogroll .link-list a::after {
    content: '|';
    display: inline-block;
    margin: 0 10px;
}

.blogroll .link-list a:last-child:after {
    display: none;
}

.blogroll .link-list a {
    display: inline-block;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

/* 其他链接 */
.other-links {
    height: 290px;
    padding: 20px;
    background-color: #fff;
}

.other-links .link-container {
    width: 180px;
}

.other-links .link-container .links-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 50px;
    color: #FEAB39;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    letter-spacing: 2px;
    background-color: #FFFBF5;
}

.other-links .link-container .links-title::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 15px;
    border-radius: 5px;
    background-color: #FEAB39;
}

.other-links .link-container .links-title::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 15px;
    border-radius: 5px;
    background-color: #FEAB39;
}

.other-links .link-container .link-list {
    margin-top: 20px;
}

.other-links .link-container .link-list .list-item {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.other-links .link-container .link-list .list-item a {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.other-links .link-container .link-list.soft-list .list-item {
    width: 50%;
}

.news-main {
    margin: 20px auto;
}

.news-main .news-section .public-title .options .option a {
    display: block;
    color: #666666;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 12px;
    margin-left: 5px;
    border-radius: 4px;
    border: 1px solid #dcdbdc;
}

/* 激活效果 */
.news-main .news-section .public-title .options .option:hover a,
.news-main .news-section .public-title .options .option.active a {
    color: #fff;
    border: 1px solid #FEAB39;
    background-color: #FEAB39;
}


/* 侧边栏 */
.news-main .aside {
    width: 305px;
}

.news-main .aside .banner {
    display: block;
    width: 100%;
    height: 144px;
}

.news-main .aside .banner img {
    width: 100%;
    height: 100%;
}


/* 资讯中心详情页 */
.news-main .news-section .article h1 {
    color: #333333;
    font-size: 24px;
    line-height: 50px;
    margin: 60px 0;
    text-align: center;
    letter-spacing: 3px;
}

.news-main .news-section .article .article-info {
    padding: 0 20px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    background-color: #fbfbfb;
}

.news-main .news-section .article .article-info span {
    font-size: 14px;
    color: #999;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 25px;
}

.news-main .news-section .article .article-info span:nth-child(1) {
    background: url(./../images/ly-icon.png) no-repeat left/contain;
    background-size: 18px 16px;
}

.news-main .news-section .article .article-info span:nth-child(2) {
    background: url(./../images/zz-icon.png) no-repeat left/contain;
    background-size: 17px 16px;
}

.news-main .news-section .article .article-info span:nth-child(3) {
    background: url('./../images/time2.png') no-repeat left/contain;
    background-size: 16px 17px;
}

.news-main .news-section .article .content {
    padding: 0 20px;
    margin: 30px 0;
    position: relative;
    border-left: 1px solid #eee;
}

.news-main .news-section .article .content::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #eeeeee;
    position: absolute;
    top: 0;
    left: -3px;
}

.news-main .news-section .article .content::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #eeeeee;
    position: absolute;
    bottom: 0;
    left: -3px;
}

.news-main .news-section .article .content p {
    color: #666;
    font-size: 16px;
    text-indent: 2em;
    line-height: 48px;
}

.news-main .news-section .article .content img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
}

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

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

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

/* 手游下载 和 应用软件的公共样式 */
.games-apps-main {
    margin: 20px auto;
}

.games-apps-main .section .container .soft-list .soft-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 18%;
    height: 266px;
    padding: 20px;
    margin: 25px 29px 0 0;
    text-align: center;
    border: solid 1px #eeeeee;
    position: relative;
}

.games-apps-main .section .container .soft-list .soft-item:nth-child(5n) {
    margin-right: 0;
}

.games-apps-main .section .container .soft-list .soft-item .soft-icon {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.games-apps-main .section .container .soft-list .soft-item .soft-icon img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.games-apps-main .section .container .soft-list .soft-item .soft-name {
    display: block;
    max-width: 100%;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.games-apps-main .section .container .soft-list .soft-item .msg {
    font-size: 13px;
    letter-spacing: 1px;
    color: #888888;
}

.games-apps-main .section .container .soft-list .soft-item .msg span {
    margin: 0 6px;
}

.games-apps-main .section .container .soft-list .soft-item .download-btn {
    display: block;
    width: 173px;
    line-height: 42px;
    color: #333333;
    letter-spacing: 1px;
    background: url(./../images/down.png) no-repeat center/contain;
    position: absolute;
    left: -1px;
    bottom: 15px;
}

.games-apps-main .section .container .soft-list .soft-item .download-btn::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    left: 33px;
    transform: translate(0, -50%);
    background: url(./../images/down-dot-on-d.png) no-repeat center/contain;
}

/* 下载按钮激活样式 */
.games-apps-main .section .container .soft-list .soft-item:hover .download-btn {
    color: #fff;
    background: url(./../images/down-on.png) no-repeat center/contain;
}

.games-apps-main .section .container .soft-list .soft-item:hover .download-btn::before {
    background: url('./../images/down-dot-on.png') no-repeat center/contain;
}


/* 详情页 */
.soft-details-main {
    margin: 20px auto;
}

.soft-details-main .soft-details-section .soft-down {
    width: 100%;
    height: 285px;
    margin: 20px 0;
    padding: 30px;
    border: solid 1px #eeeeee;
}

.soft-details-main .soft-details-section .soft-down .soft-icon {
    display: block;
    width: 140px;
    height: 140px;
    margin-right: 15px;
}

.soft-details-main .soft-details-section .soft-down .soft-icon img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.soft-details-main .soft-details-section .soft-down .soft-info {
    padding: 5px 0;
}

.soft-details-main .soft-details-section .soft-down .soft-info h1 {
    color: #333333;
    font-size: 30px;
    letter-spacing: 1px;
}


.soft-details-main .soft-details-section .soft-down .soft-info .tag {
    display: inline-block;
    width: 114px;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    margin-left: 15px;
    padding-left: 15px;
    background: url('./../images/label-bg.png') no-repeat center/contain;
}

.soft-details-main .soft-details-section .soft-down .soft-info .msg {
    color: #666666;
    font-size: 14px;
}

.soft-details-main .soft-details-section .soft-down .soft-info .msg li {
    width: 33%;
    line-height: 36px;
}

.soft-details-section .soft-down .btn-container .btn {
    margin-right: 20px;
    position: relative;
}

.soft-details-section .soft-down .btn-container .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 50px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.soft-details-section .soft-down .btn-container .gift-btn .button::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(./../images/gift-hover.png) no-repeat center/contain;
}

.soft-details-section .soft-down .btn-container .down-btn .button::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(./../images/download-hover.png) no-repeat center/contain;
}

.soft-details-section .soft-down .btn-container .gift-btn .button {
    color: #FFF;
    background-color: #FEAB39;
}

.soft-details-section .soft-down .btn-container .down-btn .button {
    color: #FFF;
    background-color: #02c892;
}

.soft-details-section .soft-down .btn-container .button.no-bth {
    color: #FFF;
    background-color: #CCC;
}

.soft-details-section .soft-down .btn-container .android-btn .button::before,
.soft-details-section .soft-down .btn-container .ios-btn .button::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 23px;
    margin-right: 10px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translate(0, -50%);
}

.soft-details-section .soft-down .btn-container .android-btn .button {
    background-color: #FEAB39;
}

.soft-details-section .soft-down .btn-container .android-btn .button::before {
    background-image: url(./../images/az2.png);
}

.soft-details-section .soft-down .btn-container .ios-btn .button {
    color: #FEAB39;
    background-color: #fff;
    border: 1px solid #FEAB39;
}

.soft-details-section .soft-down .btn-container .ios-btn .button::before {
    background-image: url(./../images/ios2.png);
}

.soft-details-section .soft-down .btn-container .down-btn .button::before {
    background-image: url(./../images/nav-games.png);
}

.soft-details-section .soft-down .btn-container .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-down .btn-container .android-btn:hover .android-codes {
    display: flex;
}

.soft-down .btn-container .ios-btn:hover .ios-codes {
    display: flex;
}


.soft-intro .arcitle p {
    color: #666;
    font-size: 16px;
    text-indent: 2em;
    line-height: 48px;
}

/* 游戏截图 */
.screenshot .swiper {
    width: 83%;
    height: 100%;
    position: relative;
    /* 单独设置按钮颜色 */
    --swiper-navigation-color: #fff;
}

.screenshot .swiper-slide {
    width: 260px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    align-items: center;
}

.screenshot .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.screenshot .swiper-button-next {
    width: 44px;
    height: 100%;
    margin-top: 0;
    background: rgba(0, 0, 0, .6) url(./../images/right_btn.png)no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.screenshot .swiper .swiper-button-prev {
    width: 44px;
    height: 100%;
    margin-top: 0;
    background: rgba(0, 0, 0, .6) url(./../images/left_btn.png)no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 25px !important;
}


/* 游戏礼包详情 */

.soft-details-main .soft-details-section .soft-down .soft-info p {
    color: #666;
    font-size: 14px;
}


.soft-details-section .soft-down .btn-container .gift-btn button {
    background-color: #FEAB39;
}

.soft-details-section .soft-down .btn-container .down-btn button {
    background-color: #02c892;
}

.soft-down .btn-container .gift-btn:hover .android-codes {
    display: flex;
}

.soft-down .btn-container .down-btn:hover .ios-codes {
    display: flex;
}

.soft-details-section .soft-down .btn-container .gift-btn button::before {
    background-image: url(./../images/nav-gift.png);
}

/* 领取礼包——-弹窗遮罩层 */

/* 弹窗 */
.mask-layer {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.33);
    z-index: 10;
}

.mask-layer .pop-up {
    width: 480px;
    height: 420px;
    background: #fff;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 25%;
    right: 50%;
    transform: translateX(50%);
}

.mask-layer .pop-up .title {
    width: 100%;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: url(./../images/gift-pop-title.png) no-repeat center center;
    background-size: 230px 49px;
}

.mask-layer .pop-up img {
    width: 174px;
    height: 138px;
    margin-top: 40px;
    margin-bottom: 36px;
}

.mask-layer .pop-up .gift-show-code {
    color: #666;
    font-size: 14px;
    margin-bottom: 40px;
}

.mask-layer .pop-up .close-btn {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(./../images/close-btn.png) no-repeat center/contain;
    position: absolute;
    right: 34px;
    top: 20px;
}

.mask-layer .pop-up .copy-btn {
    width: 373px;
    height: 58px;
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    cursor: pointer;
    line-height: 58px;
    text-align: center;
    border-radius: 10px;
    background-color: #FEAB39;
}

.collec-main {
    margin: 20px auto;
}

.collec-main .collec-list .collec-item {
    width: 565px;
    height: 271px;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #eee;
}

.collec-main .collec-list .collec-item .collec-title {
    display: block;
    color: #333;
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.collec-list .collec-item {
    position: relative;
}

.collec-list .collec-item .soft-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.collec-list .collec-item .soft-list .soft-item {
    width: 100px;
    overflow: hidden;

}

.collec-list .collec-item .soft-list .soft-item .soft-icon {
    display: block;
    width: 89px;
    height: 89px;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 10px;
}

.collec-list .collec-item .soft-list .soft-item .soft-icon img {
    width: 100%;
    height: 100%;
}

.collec-list .collec-item .soft-list .soft-item .soft-name {
    text-align: center;
}

.collec-list .collec-item .collec-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 42px;
    margin-top: 20px;
    padding-right: 20px;
    position: absolute;
    left: 0;
    bottom: 20px;
}

.collec-list .collec-item .collec-info .details {
    display: block;
    width: 173px;
    color: #FEAB39;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    padding-left: 5px;
    background: url(./../images/more-bg.png) no-repeat center/contain;
}

.collec-list .collec-item .collec-info .details::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(./../images/down-dot-on2.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 33px;
    transform: translate(0, -50%);
}

.collec-list .collec-item .collec-info span {
    display: block;
    color: #888888;
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 22px;
}

.collec-list .collec-item .collec-info .count {
    background: url(./../images/zx-icon.png) no-repeat left/contain;
    background-size: 15px 15px;
}

.collec-list .collec-item .collec-info .time {
    background: url(./../images/time.png) no-repeat left/contain;
    background-size: 14px 14px;
}

/* 激活效果 */
.collec-list .collec-item:hover .details {
    color: #fff;
    background: url(./../images/down-on.png) no-repeat center/contain;
}

.collec-list .collec-item:hover .details::before {
    background: url(./../images/down-dot-on.png) no-repeat center/contain;
}


/* 详情页 */
.collec-details-main {
    margin: 20px auto;
}

.collec-details-main .section-head {
    padding: 30px;
    box-sizing: border-box;
    justify-content: space-between;
    background: url(./../images/album_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.collec-details-main .section-head h1 {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}

.collec-details-main .section-head ul li {
    line-height: 40px;
    padding-left: 44px;
    padding-right: 20px;
    margin-right: 10px;
    color: #666666;
    font-size: 14px;
    letter-spacing: 1px;
    background: url(./../images/type.png) no-repeat 18px/contain #ffffff;
    background-size: 14px 16px;
}

.collec-details-main .section-head ul li.time {
    background: url(./../images/time2.png) no-repeat 18px/contain #ffffff;
    background-size: 14px 16px;
}

.collec-details-main .section-head .more-collec {
    color: #666666;
    font-size: 14px;
    letter-spacing: 1px;
}

.collec-details-main .section-head .card {
    width: 314px;
    height: 179px;
    border-radius: 10px;
    padding: 25px 10px 10px 10px;
    background-color: #FEAB39;
}

.collec-details-main .section-head .card .card-title {
    width: 234px;
    height: 62px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    background: url(./../images/tj-top.png) no-repeat center/contain;
    position: absolute;
    top: -18px;
    left: 40px;
}

.collec-details-main .section-head .card .content {
    width: 100%;
    height: 100%;
    padding: 35px 20px 12px 20px;
    border-radius: 10px;
    background-color: #fff;
}

.collec-details-main .section-head .card .content .game {
    width: 100%;
    margin-bottom: 15px;
}

.collec-details-main .section-head .card .content .game .icon {
    display: block;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.collec-details-main .section-head .card .content .game .icon img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.collec-details-main .section-head .card .content .game .info .game-name {
    display: block;
    max-width: 130px;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.collec-details-main .section-head .card .content .game .info {
    flex: 1;
    padding: 5px 0;
}

.collec-details-main .section-head .card .content .game .info .tag {
    display: inline-block;
    padding: 0px 5px;
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1px;
    margin-left: 5px;
    border: solid 1px #dcdbdc;
}

.collec-details-main .section-head .card .content .game .info .msg {
    color: #999999;
    font-size: 14px;
    letter-spacing: 1px;
}

.collec-details-main .section-head .card .content .rec {
    color: #999999;
    font-size: 14px;
    letter-spacing: 1px;
}

.collec-details-main .section-head .card .content .rec span {
    color: #FEAB39;
}

/* 专辑列表 */
.collec-details-main .collec-soft-list .collec-soft-item {
    width: 32%;
    padding: 20px;
    margin: 0 23px 25px 0;
    border: 1px solid #eee;
    position: relative;
}

.collec-details-main .collec-soft-list .collec-soft-item:nth-child(3n) {
    margin-right: 0;
}

.collec-details-main .collec-soft-list .collec-soft-item .soft-icon {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 15px;
    position: relative;
    z-index: 9;
}

.collec-details-main .collec-soft-list .collec-soft-item .soft-icon img {
    width: 100%;
    height: 100%;
}

/* 鼠标移入下载 */
.collec-details-main .collec-soft-list .collec-soft-item .soft-icon .down {
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all .3s;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    right: 0;
}

.collec-details-main .collec-soft-list .collec-soft-item .soft-icon .down button {
    display: block;
    width: 80px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    background-color: #FEAB39;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.collec-details-main .collec-soft-list .collec-soft-item .soft-icon:hover .down {
    display: block;
}

.collec-details-main .collec-soft-list .collec-soft-item .soft-info {
    padding: 5px 0;
}

.collec-details-main .collec-soft-list .collec-soft-item .soft-info .soft-name {
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}

.collec-details-main .collec-soft-list .collec-soft-item .soft-info p {
    color: #888888;
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 10px;
}

/* top标签 */
.collec-details-main .collec-soft-list .collec-soft-item .top {
    width: 52px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background-color: #d7dfe4;
    border-radius: 0px 0px 0px 10px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.collec-details-main .collec-soft-list .collec-soft-item:nth-child(1) .top {
    background-color: #ff6565;
}

.collec-details-main .collec-soft-list .collec-soft-item:nth-child(2) .top {
    background-color: #ff8e51;
}

.collec-details-main .collec-soft-list .collec-soft-item:nth-child(3) .top {
    background-color: #ffc451;
}

.rank-main .rank-banner {
    width: 100%;
    height: 222px;
    background: url(./../images/rank-bg.png) no-repeat;
    background-size: contain;
}

.rank-main .rank-select .option {
    display: block;
    padding: 0 15px;
    line-height: 48px;
    text-align: center;
    border-radius: 8px;
    margin: 20px 10px 0 0;
    color: #666666;
    font-size: 16px;
    letter-spacing: 2px;
    background-color: #FFFBF5;
    border: solid 1px #eeeeee;
    transition: all 0.3s;
    cursor: pointer;
}

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

.rank-main .rank-select .option:hover {
    color: #FEAB39;
    background-color: #FFFBF5;
    border: solid 1px #FEAB39;
}

.rank-main .rank-select .option.active {
    color: #FEAB39;
    background-color: #FFFBF5;
    border: solid 1px #FEAB39;
}

/* 排行榜一 */
.rank-main .rank-list-container .rank-item {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: solid 1px #eee;
}

.rank-main .rank-list-container .rank-item:last-child {
    border-bottom: none;
}

.rank-main .rank-list-container .rank-item .rank-num {
    width: 75px;
    height: 56px;
    margin-right: 30px;
    line-height: 42px;
    text-align: center;
    background: url(./../images/rank_n.png) no-repeat center/contain;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #727272;
    text-shadow: 2px 1px #fff;
}

.rank-main .rank-list-container .rank-item:nth-child(1) .rank-num {
    background: url(./../images/rank_1.png) no-repeat center/contain;
    color: transparent;
    text-shadow: none;
}

.rank-main .rank-list-container .rank-item:nth-child(2) .rank-num {
    background: url(./../images/rank_2.png) no-repeat center/contain;
    color: transparent;
    text-shadow: none;
}

.rank-main .rank-list-container .rank-item:nth-child(3) .rank-num {
    background: url(./../images/rank_3.png) no-repeat center/contain;
    color: transparent;
    text-shadow: none;
}

.rank-main .rank-list-container .rank-item .game-icon {
    display: block;
    width: 100px;
    height: 100px;
    margin-right: 15px;
}

.rank-main .rank-list-container .rank-item .game-icon img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.rank-main .rank-list-container .rank-item .game-info {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.rank-main .rank-list-container .rank-item .game-info .game-name {
    display: block;
    color: #222;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    padding-right: 80px;
}

.rank-main .rank-list-container .rank-item:hover .game-name {
    color: #FEAB39;
}

.rank-main .rank-list-container .rank-item .game-info .msg {
    color: #888;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 15px 0 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.rank-main .rank-list-container .rank-item .game-info .msg>span::after {
    content: '|';
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
}

.rank-main .rank-list-container .rank-item .game-info .msg>span:last-child:after {
    display: none;
}

.rank-main .rank-list-container .rank-item .game-info .sketch {
    color: #888;
    font-size: 14px;
    letter-spacing: 1px;
    padding-right: 30px;
}


.rank-main .rank-list-container .rank-item .game-info .down-btn {
    display: inline-block;
    width: 110px;
    height: 46px;
    background-color: #FEAB39;
    border-radius: 8px;
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
}

/* 排行榜三 */
.rank-main .rank-container .rank-list {
    width: 370px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.rank-main .rank-container .rank-list .rank-list-title {
    display: flex;
    align-items: center;
    color: #FEAB39;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 2px;
    margin: 15px auto;
}

.rank-main .rank-container .rank-list .rank-list-title::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 5px;
    margin-right: 20px;
    background: url(./../images/line-left.png) no-repeat;
    background-size: contain;
}

.rank-main .rank-container .rank-list .rank-list-title::after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 5px;
    margin-left: 20px;
    background: url(./../images/line-right.png) no-repeat;
    background-size: contain;
}

.rank-main .rank-container .rank-list .table-head {
    width: 100%;
    line-height: 45px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: 14px;
    letter-spacing: 1px;
    background-color: #FFFBF5;
}

.rank-main .rank-container .rank-list ul li {
    display: flex;
    align-items: center;
    width: 100%;
    height: 130px;
    border-bottom: 1px dashed #eeeeee;
}

.rank-main .rank-container .rank-list ul li .game-icon-border {
    width: 90px;
    height: 100%;
    margin-right: 15px;
    position: relative;
}

.rank-main .rank-container .rank-list ul li .game-icon-border .border {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.rank-list ul li:nth-child(1) .game-icon-border .border {
    background: url(./../images/rank-01.png) no-repeat left center;
    background-position-y: 15%;
}

.rank-list ul li:nth-child(2) .game-icon-border .border {
    background: url(./../images/rank-02.png) no-repeat left center;
    background-position-y: 15%;
}

.rank-list ul li:nth-child(3) .game-icon-border .border {
    background: url(./../images/rank-03.png) no-repeat left center;
    background-position-y: 15%;
}

.rank-main .rank-container .rank-list ul .game-icon {
    display: block;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
}

.rank-main .rank-container .rank-list ul .game-icon img {
    width: 100%;
    height: 100%;
}

.rank-main .rank-container .rank-list ul li .game-info {
    flex: 1;
    height: 80px;
    display: flex;
    justify-content: space-between;
}

.rank-main .rank-container .rank-list ul li .game-info .left,
.rank-main .rank-container .rank-list ul li .game-info .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.rank-main .rank-container .rank-list ul li .game-info .game-name {
    color: #333;
    font-size: 16px;
}

.rank-main .rank-container .rank-list ul li .game-info .size {
    color: #999;
    font-size: 14px;
}

.rank-main .rank-container .rank-list ul li .game-info .type {
    color: #888888;
    font-size: 14px;
    text-align: center;
}

.rank-main .rank-container .rank-list ul li .game-info .down-btn {
    width: 70px;
    line-height: 30px;
    text-align: center;
    color: #FEAB39;
    border: solid 1px #FEAB39;
}

.rank-main .rank-container .rank-list ul li .game-info .down-btn:hover {
    color: #fff;
    background-color: #FEAB39;
    border: solid 1px #FEAB39;
}

.rank-main .rank-container .rank-list .more {
    display: block;
    width: 100%;
    color: #999;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    background-color: #FFFBF5;
}

/* 排行榜 详情背景 */
.rank-details-banner {
    width: 100%;
    height: 222px;
    background: url(./../images/rank-details-bg.png) no-repeat;
    background-size: contain;
    position: relative;
}

.rank-details-banner .banner-title {
    text-align: center;
    position: absolute;
    right: 117px;
    top: 50%;
    transform: translateY(-50%);
}

.rank-details-banner .banner-title .title {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1px;
}

.rank-details-banner .banner-title .date {
    width: 320px;
    height: 32px;
    color: #ffffff;
    line-height: 32px;
    margin-top: 27px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .3), rgba(255, 255, 255, 0));
}

.gift-main .gift-list-container .gift-item {
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.gift-main .gift-list-container .gift-item .rank-num {
    width: 75px;
    height: 56px;
    margin-right: 30px;
    line-height: 42px;
    text-align: center;
    background: url(./../images/rank_n.png) no-repeat center/contain;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #727272;
    text-shadow: 2px 1px #fff;
}

.gift-main .gift-list-container .gift-item:nth-child(1) .rank-num {
    background: url(./../images/rank_1.png) no-repeat center/contain;
    color: transparent;
    text-shadow: none;
}

.gift-main .gift-list-container .gift-item:nth-child(2) .rank-num {
    background: url(./../images/rank_2.png) no-repeat center/contain;
    color: transparent;
    text-shadow: none;
}

.gift-main .gift-list-container .gift-item:nth-child(3) .rank-num {
    background: url(./../images/rank_3.png) no-repeat center/contain;
    color: transparent;
    text-shadow: none;
}

.gift-main .gift-list-container .gift-item .gift-icon {
    display: block;
    width: 100px;
    height: 100px;
    margin-right: 15px;
}

.gift-main .gift-list-container .gift-item .gift-icon img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

.gift-main .gift-list-container .gift-item .gift-info {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.gift-main .gift-list-container .gift-item .gift-info .gift-name {
    display: block;
    color: #222;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
    padding-right: 80px;
}

.gift-main .gift-list-container .gift-item:hover .gift-info .gift-name {
    color: #FEAB39;
}

.gift-main .gift-list-container .gift-item .gift-info .msg {
    color: #888;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 15px 0 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gift-main .gift-list-container .gift-item .gift-info .sketch {
    color: #888;
    font-size: 14px;
    letter-spacing: 1px;
    padding-right: 30px;
    margin: 12px 0;
}

.gift-main .gift-list-container .gift-item .gift-info .tags {
    display: flex;
}

.gift-main .gift-list-container .gift-item .gift-info .tags .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    margin-right: 10px;
    color: #888888;
    font-size: 12px;
    border: solid 1px #dcdbdc;
}

.gift-main .gift-list-container .gift-item .gift-info .tags .tag::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.gift-main .gift-list-container .gift-item .gift-info .tags .count::before {
    background: url(./../images/gift.icon.png) no-repeat center/contain;
}

.gift-main .gift-list-container .gift-item .gift-info .tags .start-time::before,
.gift-main .gift-list-container .gift-item .gift-info .tags .end-time::before {
    background: url(./../images/time.png) no-repeat center/contain;
}

.gift-main .gift-list-container .gift-item .gift-info .down-btn {
    display: inline-block;
    width: 110px;
    height: 46px;
    background-color: #FEAB39;
    border-radius: 8px;
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
}

/* ——————相关资讯列表—————— */
.related-news-list .news-list .news-item {
    width: 50%;
    margin: 0 0 20px 0 !important;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
}

.related-news-list .news-list .news-item .news-info {
    display: flex;
}

.related-news-list .news-list .news-item .news-pic {
    display: block;
    width: 120px;
    height: 80px;
    margin-right: 15px;
}

.related-news-list .news-list .news-item .news-pic img {
    width: 100%;
    height: 100%;
}

.related-news-list .news-list .news-item .news-title {
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: normal !important;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 15px;
}

.related-news-list .news-list .news-item:hover .news-title {
    color: #249df8;
}

.related-news-list .news-list .news-item .news-sketch {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #999999;
}

.related-news-list .news-list .news-item .date {
    font-size: 14px;
    color: #999999;
    letter-spacing: 1px;
    display: inline-block;
}


/* 侧边栏公共区块修改 */
.aside .aside-title {
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin: 18px 0 23px;
    background: url(./../images/editor-rec-title.png) no-repeat center;
}

/* 最新攻略 */
.aside .newset-gba {
    margin-bottom: 32px;
}

.aside .newset-gba .gba-pics .gba-pic {
    width: 146px;
    height: 90px;
}

.aside .newset-gba .gba-list .gba-item {
    margin-top: 18px;
}

.aside .newset-gba .gba-list .gba-item:hover .sketch {
    color: #feab39;
}

.aside .newset-gba .gba-list .gba-item .sort {
    width: 26px;
    height: 24px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    border-radius: 6px;
    margin-right: 18px;
    background-color: #D8D8D8;
}

.aside .newset-gba .gba-list .gba-item:nth-child(1) .sort,
.aside .newset-gba .gba-list .gba-item:nth-child(2) .sort,
.aside .newset-gba .gba-list .gba-item:nth-child(3) .sort {
    background-color: #feab39;
}


/* 小编推荐 */
.aside .editor-rec .aside-title {
    margin-bottom: 10px;
}

.aside .editor-rec .soft-list .soft-item {
    padding: 19px 0;
}

.aside .editor-rec .soft-list .soft-item:hover {
    background-color: #FFFCF8;
}

.aside .editor-rec .soft-list .soft-item .soft-icon {
    display: block;
    width: 75px;
    height: 75px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 20px;
}

.aside .editor-rec .soft-list .soft-item .info {
    padding: 10px 0;
    margin-right: 15px;
}

.aside .editor-rec .soft-list .soft-item .info .soft-name {
    color: #222222;
    font-size: 16px;
}

.aside .editor-rec .soft-list .soft-item .info .size {
    color: #888888;
    font-size: 14px;
}

.aside .editor-rec .soft-list .soft-item .down-btn {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    color: #feab39;
    font-size: 14px;
    border: solid 1px #feab39;
}

.aside .editor-rec .soft-list .soft-item:hover .down-btn {
    color: #FFF;
    background-color: #feab39;
}

/* 视频攻略 */
.aside .video-gba .video-show .video-pic {
    width: 100%;
    height: 180px;
    position: relative;
}

.aside .video-gba .video-show .video-pic .tags {
    position: absolute;
    right: 9px;
    top: 9px;
    z-index: 99;
}

.aside .video-gba .video-show .video-pic .tags .tag {
    display: block;
    width: 38px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    border-radius: 5px;
}

.aside .video-gba .video-show .video-pic .tags .tag.video {
    background-color: #FEAB39;
}

.aside .video-gba .video-show .video-pic .tags .tag.gba {
    background-color: #21B3FF;
}

.aside .video-gba .video-show .video-pic .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease;
}

.aside .video-gba .video-show .video-pic .mask .player {
    display: block;
    width: 47px;
    height: 44px;
    opacity: 0;
    background: url(./../images/player.png) no-repeat center/contain;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    transition: all .3s ease;
}

.aside .video-gba .video-show .video-pic:hover .mask {
    background-color: rgba(0, 0, 0, .3);
}

.aside .video-gba .video-show .video-pic:hover .player {
    opacity: 1;
}

.aside .video-gba .video-show .sketch {
    color: #333;
    font-size: 16px;
    margin: 20px 0;
    text-align: center;
}

.aside .video-gba .video-show {
    border-bottom: 1px dashed #F2F2F2;
}

.aside .video-gba .video-list .video-item {
    margin-top: 18px;
}

.aside .video-gba .video-list .video-item .icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background: url(./../images/player-small.png) no-repeat center/contain;
}

.aside .video-gba .video-list .video-item .date {
    color: #888888;
    font-size: 14px;
}

.aside .video-gba .video-list .video-item:hover .sketch {
    color: #feab39;
}


/* ——————相关咨询—————— */
.related-news .news-container {
    width: 400px;
    margin-right: 20px;
}

.related-news .news-container .news-pics {
    width: 100%;
    height: 122px;
    margin-bottom: 25px;
}

.related-news .news-container .news-pics .news-pic {
    width: 192px;
    height: 122px;
}

.related-news .news-container .news-item {
    display: flex;
    padding-right: 20px;
    margin-bottom: 40px;
    flex-direction: column;
}

.related-news .news-container .news-item .news-info {
    display: flex;
}

.related-news .news-container .news-item .news-pic {
    display: block;
    width: 120px;
    height: 80px;
    margin-right: 15px;
}

.related-news .news-container .news-item .news-pic img {
    width: 100%;
    height: 100%;
}

.related-news .news-container .news-item .news-title {
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: normal !important;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.related-news .news-container .news-item:hover .news-title {
    color: #FEAB39;
}

.related-news .news-container .news-item .news-sketch {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #999999;
}

.related-news .news-container .news-item .date {
    font-size: 14px;
    color: #999999;
    letter-spacing: 1px;
    display: inline-block;
}

.related-news .news-list .news-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #F2F2F2;
}

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

.related-news .news-list .news-item .sketch {
    color: #333;
    font-size: 15px;
    margin-right: 15px;
}

.related-news .news-list .news-item .date {
    color: #999999;
    font-size: 14px;
}