* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
em,
i,
span,
a,
img,
input,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

a,
img,
input {
    border: none;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

:focus {
    outline: none;
}

#afooter {
    display: none;
}

[v-cloak] {
    display: none !important;
}

/*@font-face { font-family: "font1"; src: url("https://game.gtimg.cn/images/codm/cp/a20260605community/FZLTZCHJW.TTF"); }*/
@font-face { font-family: "font2"; src: url("https://game.gtimg.cn/images/codm/cp/a20260605community/FZLTZHJW.TTF"); }
@font-face { font-family: "font3"; src: url("https://game.gtimg.cn/images/codm/cp/a20260605community/FZLTZHUNHJW.TTF"); }
/*@font-face { font-family: "font4"; src: url("https://game.gtimg.cn/images/codm/cp/a20260605community/FZXiangHJW-B.TTF"); }*/
/*@font-face { font-family: "font5"; src: url("https://game.gtimg.cn/images/codm/cp/a20260605community/FZXiangHJW-DB.TTF"); }*/

body,
html {
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    background: #000;
    -webkit-text-size-adjust: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
}

body {
    font-size: 12px;
    font-family: 'font3', "Microsoft YaHei", sans-serif;
}

html {
    --pc-main-scale: clamp(0.5, calc((100vh - 2.03rem) / 8.65rem), 1);
    --pc-main-scale: clamp(0.5, calc((100dvh - 2.03rem) / 8.65rem), 1);
}
/*start 核心：保持 16:9 响应式比例的 CSS 黑魔法 */
.iframe-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    top: 160px;
    left: 10%;
    width: 640px;
    height: 360px;
    /* padding-bottom: 56.25%; */
    /* 9 / 16 = 0.5625 */
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tips {
    padding: 16px;
    font-size: 14px;
    color: #9499a0;
    line-height: 1.6;
}

/* test style end */
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

::-webkit-scrollbar {
    width: .06rem;
    height: .06rem;
}

::-webkit-scrollbar-track {
    background-color: #33322b;
    border-radius: .06rem;
}

::-webkit-scrollbar-thumb {
    background-color: #ffe93b;
    border-radius: .06rem;
}

.wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/bg.jpg") center top/cover no-repeat;
    background-attachment: local;
    font-family: 'font3', "Microsoft YaHei", sans-serif;
}
.wrapper_home {
    min-height: 100vh;
    min-height: 100dvh;
    height: auto;
    overflow-y: auto;
}

.pc_top {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 1.09rem;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/m_top.png") top center/100% 100% no-repeat;
}

.pc_top_mode {
    background-image: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/m_top2.png");
}

.pc_top_back {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 1.2rem;
    height: 100%;
    cursor: pointer;
    /* background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffe93b'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E") center/0.4rem 0.4rem no-repeat; */
}

.pc_logo_back{
    position: absolute;
    width: .64rem;
    height: .64rem;
    top: .15rem;
    left: .7rem;
}

.pc_login_entry {
    position: absolute;
    right: 0.3rem;
    top: 50%;
    z-index: 4;
    padding: 0.04rem 0.14rem;
    font-size: 0.22rem;
    line-height: 1.4;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    transform: translateY(-50%);
}

.pc_login_entry a {
    color: #ffffff;
    text-decoration: none;
}

.pc_top_mode .pc_login_entry {
    right: 1.25rem;
}

/* 红框内容区：4 卡 16.52rem + 3 间距 0.4rem = 17.72rem */
.pc_main_wrap {
    position: relative;
    z-index: 1;
    width: 17.72rem;
    max-width: 100%;
    margin: 1.09rem auto 0;
    height: calc(8.65rem * var(--pc-main-scale, 1));
    overflow: hidden;
}

.pc_main {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(17.72rem * var(--pc-main-width-comp, 1));
    padding: .28rem 0 0;
    height: 8.65rem;
    transform: translateX(-50%) scale(var(--pc-main-scale, 1));
    transform-origin: top center;
}

.pc_title {
    width: 7.04rem;
    height: 1.57rem;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/sec1_title.png") left center/100% 100% no-repeat;
}

.pc_cards {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    /* gap: 1.4rem; */
    margin: 0 auto;
    margin-top: .28rem;
    height: 6.5rem;
    min-width: 17.72rem;
    max-width: 19.5rem;
}
.pc_cards::-webkit-scrollbar {
    display: none;
}

.pc_card {
    position: relative;
    flex: 0 0 4.13rem;
    max-width: 4.13rem;
    cursor: pointer;
}

.pc_card_inner {
    position: relative;
    width: 100%;
    height: 6.5rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
}


.pc_card_body {
    position: absolute;
    left: 0;
    right: 0;
    top: 2.35rem;
    bottom: .22rem;
    display: flex;
    flex-direction: column;
    padding: 0 .28rem;
}

.pc_card_desc {
    line-height: 1.4;
    font-size: .18rem;
    color: rgba(255, 255, 255, .72);
    letter-spacing: .01rem;
}

.pc_card_list {
    flex: 1;
    min-height: 0;
    margin-top: .8rem;
}

.pc_card_list li {
    display: flex;
    align-items: center;
    line-height: 1.65;
    font-size: .16rem;
    margin-bottom: .15rem;
}

.pc_card_dot {
    flex-shrink: 0;
    width: .07rem;
    height: .07rem;
    margin-right: .1rem;
    background: #605f58;
    transform: rotate(45deg);
}

.pc_card_tag_main {
    color: #fff;
}

.pc_card_tag_sub {
    margin-left: .08rem;
    color: rgba(255, 255, 255, .42);
}

.pc_card_btn {
    display: block;
    width: 3.42rem;
    height: .55rem;
    margin: auto auto 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity .2s;
}

.pc_card_btn:hover {
    opacity: .85;
}

.pc_foot {
    position: relative;
    flex-shrink: 0;
    z-index: 2;
    width: 100%;
    height: .66rem;
    margin-top: .28rem;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/foot.png") bottom center/100% 100% no-repeat;
}

/* sec2 模式攻略 */
.pc_mode {
    margin-top: 1.09rem;
    position: relative;
    z-index: 1;
    flex: 1;
    width: 100%;
    padding: .1rem .9rem 0;
}

.pc_mode_head {
    margin-bottom: 0;
}

.pc_mode_title {
    width: 4rem;
    height: .64rem;
    background: url(https://game.gtimg.cn/images/codm/cp/a20260605community/PC/sec2_title.png) top right / 4.77rem 100% no-repeat;
}

.pc_mode_back {
    width: .64rem;
    height: .64rem;
    cursor: pointer;
    display: none;
}

.pc_map_title {
    width: 2.55rem;
    height: .64rem;
    background: url(https://game.gtimg.cn/images/codm/cp/a20260605community/PC/sec3_title.png) top right / 3.33rem 100% no-repeat;
}

.pc_map_title_cn {
    margin-left: .84rem;
    line-height: 1;
    font-size: .32rem;
    font-weight: bold;
    color: #fff;
    font-family: 'font2';
}

.pc_map_title_en {
    margin-left: .12rem;
    line-height: 1;
    font-size: .16rem;
    color: rgba(255, 255, 255, .35);
    letter-spacing: .02rem;
}

.pc_map_ribbon {
    position: absolute;
    top: .12rem;
    right: -.24rem;
    z-index: 3;
    width: 1.1rem;
    line-height: .2rem;
    font-size: .11rem;
    font-weight: bold;
    color: #111;
    text-align: center;
    background: #ffe93b;
    transform: rotate(45deg);
}

/* sec5 攻略中心 */
.pc_sec5_title {
    position: relative;
    width: 2.85rem;
    height: .64rem;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/sec5_title.png") top right / 3.6rem 100% no-repeat;
}

.pc_sec5_tabs .pc_mode_tab {
    /*flex: 1;*/
    width: 3.38rem;
    min-width: 0;
    padding: 0 .08rem;
    font-size: .18rem;
}

/* sec4 道具图鉴 */
.pc_sec4_title {
    position: relative;
    width: 3.3rem;
    height: .64rem;
    background: url(https://game.gtimg.cn/images/codm/cp/a20260605community/PC/sec4_title.png) top right / 4.03rem 100% no-repeat;
}

.pc_sec4_tabs .pc_mode_tab {
    /*flex: 1;*/
}

.pc_sec4_grid {
    display: flex;
    flex-wrap: wrap;
    gap: .14rem;
    margin-top: .24rem;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    touch-action: pan-y;
    max-height: calc(100vh - 4.5rem);
    max-height: calc(100dvh - 4.5rem);
}

.pc_sec4_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 2.03rem;
    padding: .12rem .1rem;
    margin-bottom: .1rem;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/sec4_list_bg.png") center/100% 100% no-repeat;
    cursor: pointer;
    transition: box-shadow .2s, opacity .2s;
    position: relative;
}

.pc_sec4_item:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/sec4_act.png") center/100% 100% no-repeat;
}

/*.pc_sec4_item_act:after {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/sec4_act.png") center/100% 100% no-repeat;*/
/*}*/

.pc_sec4_item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60%;
}

.pc_sec4_item_icon img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: contain;
}

.pc_sec4_item_name {
    margin-top: .1rem;
    line-height: 1.3;
    font-size: .16rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.pc_mode_body {
    margin-top: .24rem;
}

.pc_mode_tabs {
    justify-content: stretch;
}

.pc_mode_tab {
    position: relative;
    width: 3.42rem;
    line-height: .56rem;
    font-size: .2rem;
    color: rgba(255, 255, 255, .82);
    text-align: center;
    cursor: pointer;
    transition: color .2s;
    background: url(https://game.gtimg.cn/images/codm/cp/a20260605community/PC/sec2_tab.png) center / 100% 100% no-repeat;
}

/*.pc_mode_tab + .pc_mode_tab::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    width: 1px;*/
/*    height: .24rem;*/
/*    margin-top: -.12rem;*/
/*    background: rgba(255, 255, 255, .12);*/
/*}*/

.pc_mode_tab_act {
    color: #ffe93b;
    background: url(https://game.gtimg.cn/images/codm/cp/a20260605community/PC/sec2_tab_act.png) center / 100% 100% no-repeat;
}

.pc_mode_tab_stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: .56rem;
    padding: .08rem .08rem;
    line-height: 1.25;
    white-space: normal;
}

.pc_mode_tab_title {
    display: block;
    font-size: .2rem;
}

.pc_mode_tab_sub {
    display: block;
    margin-top: .02rem;
    font-size: .16rem;
}
.pc_mode_expose{
    width: 1.68rem;
    height: .4rem;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/sec5_btn.png") top left/auto 100% no-repeat;
    color: #000;
    line-height: .4rem;
    text-indent: -.15rem;
    text-align: center;
    font-size: .16rem;
    cursor: pointer;
}

.pc_mode_filter_wrap {
    margin-top: .2rem;
}

.pc_mode_filters {
    display: flex;
    flex-wrap: nowrap;
    gap: .12rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.pc_mode_filters::-webkit-scrollbar {
    display: none;
}

.pc_mode_filter {
    flex-shrink: 0;
    height: .4rem;
    padding: 0 .12rem;
    line-height: .4rem;
    font-size: .16rem;
    color: rgba(255, 255, 255, .78);
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #4e4e4d;
    /*border-radius: 0.1rem;*/
}

.pc_mode_filter_act {
    color: #000000;
    background: #ffe93b;
}

.pc_mode_filter_stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    min-height: .4rem;
    padding: .06rem .12rem;
    line-height: 1.25;
    white-space: normal;
}

.pc_mode_filter_title {
    display: block;
    font-size: .16rem;
}

.pc_mode_filter_sub {
    display: block;
    margin-top: .02rem;
    font-size: .14rem;
}

.pc_mode_filter_bar {
    position: relative;
    height: .06rem;
    margin-top: .08rem;
    background: #33322b;
    border-radius: .06rem;
}

.pc_mode_filter_thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #ffe93b;
    border-radius: .06rem;
}

.pc_mode_videos {
    display: flex;
    flex-wrap: wrap;
    gap: .18rem;
    margin-top: .24rem;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    touch-action: pan-y;
    max-height: calc(100vh - 4.45rem);
    max-height: calc(100dvh - 4.45rem);
}

.load-more-sentinel {
    width: 100%;
    height: 1px;
    flex-shrink: 0;
    pointer-events: none;
}

.pc_mode_video {
    display: flex;
    flex-direction: column;
    width: 4.06rem;
    height: 3.15rem;
    padding: .12rem;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/sec2_list_bg.png") center/100% 100% no-repeat;
    cursor: pointer;
    transition: opacity .2s;
    overflow: hidden;
    position: relative;
}

.pc_mode_video:hover {
    opacity: .92;
}

.pc_mode_video_cover {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 1.96rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .06);
}

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

.pc_mode_video_tag {
    position: absolute;
    top: .08rem;
    left: .08rem;
    z-index: 2;
    padding: 0 .15rem;
    line-height: .22rem;
    font-size: .12rem;
    color: #ffe93b;
    border: 1px solid #ffe93b;
    border-radius: .22rem;
}

.pc_mode_video_play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: .48rem;
    height: .48rem;
    margin: -.24rem 0 0 -.24rem;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/sec2_list_play.png") center/100% 100% no-repeat;
}

.pc_mode_video_duration {
    position: absolute;
    right: .08rem;
    bottom: .08rem;
    z-index: 2;
    line-height: 1.2;
    font-size: .12rem;
    color: #fff;
    text-shadow: 0 0 .04rem rgba(0, 0, 0, .8);
}

.pc_mode_video_info {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    padding-top: .1rem;
    overflow: hidden;
}

.pc_mode_video_title {
    flex-shrink: 0;
    line-height: 1.35;
    font-size: .15rem;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc_mode_video_desc {
    flex: 1;
    min-height: 0;
    margin-top: .04rem;
    line-height: 1.35;
    font-size: .12rem;
    color: rgba(255, 255, 255, .45);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.pc_mode_video_meta {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    min-width: 0;
    margin-top: .06rem;
    line-height: 1.2;
    font-size: .12rem;
    color: rgba(255, 255, 255, .55);
    white-space: nowrap;
    overflow: hidden;
}

.pc_mode_video_author {
    flex: 1;
    min-width: 0;
    margin-right: .08rem;
    color: #ffe93b;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc_mode_video_stat,
.pc_mode_video_date {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
}

.pc_mode_video_stat {
    margin-right: .08rem;
}

.pc_icon_view,
.pc_icon_date {
    display: inline-block;
    width: .14rem;
    height: .14rem;
    margin-right: .04rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pc_icon_view {
    width: .23rem;
    height: .13rem;
    background-image: url("https://game.gtimg.cn/images/codm/cp/a20260605community/see.png");
}

.pc_icon_date {
    width: .15rem;
    height: .16rem;
    background-image: url("https://game.gtimg.cn/images/codm/cp/a20260605community/data.png");
}

.pc_icon_time {
    display: inline-block;
    width: .15rem;
    height: .16rem;
    margin-right: .04rem;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/time.png") center/100% 100% no-repeat;
}

.pc_icon_comment {
    display: inline-block;
    width: .15rem;
    height: .14rem;
    margin-right: .04rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23aaa'%3E%3Cpath d='M20 2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14l4 4V4c0-1.1-.9-2-2-2z'/%3E%3C/svg%3E") center/100% 100% no-repeat;
}

/* 图文详情 */
.pc_article {
    margin-top: 1.09rem;
    position: relative;
    z-index: 50;
    flex: 1;
    width: 100%;
    padding: .1rem .9rem 0;
}

.pc_article_wrap {
    /*max-width: 12rem;*/
    width: 100%;
    margin: 0 auto;
}

.pc_article_panel {
    position: relative;
    padding: .4rem .5rem .5rem;
    background: rgba(26, 26, 26, .5);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: .12rem;
    max-height: calc(100vh - 2.2rem);
    max-height: calc(100dvh - 2.2rem);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    touch-action: pan-y;
}

/*.pc_article_panel::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: .24rem;*/
/*    top: 18%;*/
/*    bottom: 18%;*/
/*    width: .03rem;*/
/*    background: #ffe93b;*/
/*    border-radius: .02rem;*/
/*    opacity: .85;*/
/*}*/

.pc_article_title {
    line-height: 1.35;
    font-size: .28rem;
    font-weight: bold;
    color: #fff;
}

.pc_article_meta {
    align-items: center;
    justify-content: space-between;
    margin-top: .24rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.pc_article_author {
    align-items: center;
    min-width: 0;
}

.pc_article_avatar {
    flex-shrink: 0;
    width: .48rem;
    height: .48rem;
    margin-right: .12rem;
    border-radius: 50%;
    object-fit: cover;
}

.pc_article_author_name {
    line-height: 1.3;
    font-size: .14rem;
    color: #fff;
}

.pc_article_author_role {
    margin-top: .04rem;
    line-height: 1.3;
    font-size: .12rem;
    color: rgba(255, 255, 255, .45);
}

.pc_article_stats {
    flex-shrink: 0;
    align-items: center;
    gap: .16rem;
    margin-left: .2rem;
    font-size: .12rem;
    color: rgba(255, 255, 255, .55);
    white-space: nowrap;
}

.pc_article_stat {
    display: inline-flex;
    align-items: center;
}

.pc_article_banner {
    margin-top: .24rem;
    border-radius: .08rem;
    overflow: hidden;
    height: 2.5rem;
}

.pc_article_banner img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
    object-fit: cover;
}

.pc_article_summary {
    position: relative;
    height: .5rem;
    margin-top: .28rem;
    padding-left: .16rem;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/sec4_tip.png") top left/auto 100% no-repeat;
}
.pc_article_summary p {
    line-height: .55rem;
    text-indent: .5rem;
    font-size: .2rem;
    color: rgb(255 255 255);
}

.pc_article_body {
    margin-top: .32rem;
    padding-right: .2rem;
}

.pc_article_section + .pc_article_section {
    margin-top: .24rem;
}

.pc_article_section_title {
    line-height: .24rem;
    font-size: .2rem;
    font-weight: bold;
    color: #fff;
}

.pc_article_section_text {
    margin-top: .1rem;
    line-height:.24rem;
    font-size: .2rem;
    color: rgb(255 255 255);
}

.pc_article_richtext {
    line-height: .28rem;
    font-size: .2rem;
    color: #fff;
}
.pc_article_richtext img {
    max-width: 100%;
    height: auto;
}
.pc_article_richtext p {
    margin: .1rem 0;
}

/* 视频弹框 */
.pc_popup_mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .75);
}
.pc_popup_com {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .75);
    font-size: .24rem;
    color: #fff;
}
.pc_popup_mask1{
    z-index: 100;
}

.pc_article_richtext .pc_article_video_wrapper {
    margin: .1rem 0;
}

.pc_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8.16rem;
    height: 4.92rem;
    margin-left: -4.08rem;
    margin-top: -2.46rem;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/popup_bg.png") center/100% 100% no-repeat;
}

.txp_info_icon {
    display: none !important;
}

.pc_popup_close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: .48rem;
    height: .48rem;
    cursor: pointer;
}

.pc_popup_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: .48rem .75rem .1rem .16rem;
}

.pc_popup_player {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 3.35rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #000;
}

.pc_popup_cover,
.pc_popup_video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc_popup_iframe {
    border: none;
    background: #000;
}

.pc_popup_play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: .48rem;
    height: .48rem;
    margin: -.24rem 0 0 -.24rem;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/sec2_list_play.png") center/100% 100% no-repeat;
    cursor: pointer;
}

.pc_popup_title {
    margin-top: .16rem;
    font-size: .2rem;
    line-height: .24rem;
    height: .24rem;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc_popup_meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: .08rem;
    font-size: .13rem;
    color: rgba(255, 255, 255, .55);
}

.pc_popup_meta_item {
    display: inline-flex;
    align-items: center;
    margin-right: .16rem;
}

.pc_popup_desc {
    margin-top: .08rem;
    font-size: .13rem;
    min-height: .24rem;
    color: rgba(255, 255, 255, .45);
}

.pc_popup_footer {
    justify-content: space-between;
    align-items: center;
    margin-top: .12rem;
}

.pc_popup_btn {
    width: 1.84rem;
    height: .49rem;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/popup_btn.png") center/100% 100% no-repeat;
    cursor: pointer;
    transition: opacity .2s;
}

.pc_popup_btn:hover {
    opacity: .88;
}

.pc_popup_actions {
    gap: .16rem;
}

.pc_popup_fav,
.pc_popup_share {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: opacity .2s;
}

.pc_popup_fav {
    width: .81rem;
    height: .32rem;
    background-image: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/popup_favorite.png");
}

.pc_popup_share {
    width: .84rem;
    height: .3rem;
    background-image: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/popup_share.png");
}

.pc_popup_fav:hover,
.pc_popup_share:hover {
    opacity: .88;
}

/* 图1 玩法视频弹框 pop_ 切图 */
.pc_pop_mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .75);
}

.pc_pop_mask_show {
    z-index: 100;
}

.pc_pop {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11.46rem;
    height: 4.92rem;
    margin-left: -5.45rem;
    margin-top: -2.7rem;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/pop_bg.png") center/100% 100% no-repeat;
}

.pc_pop_close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: .48rem;
    height: .48rem;
    cursor: pointer;
}

.pc_pop_body {
    position: relative;
    height: 100%;
    padding: .45rem .7rem .1rem .17rem;
    box-sizing: border-box;
    align-items: flex-start;
}

.pc_pop_left {
    flex-shrink: 0;
    width: 3.15rem;
    margin-right: .28rem;
}

.pc_pop_mode_cover {
    width: 100%;
    height: 1.78rem;
    overflow: hidden;
    border: .01rem solid #ffe840;
}

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

.pc_pop_mode_desc {
    font-size: .16rem;
    padding: .17rem 0;
    line-height: .24rem;
    letter-spacing: .01rem;
    color: rgba(255, 255, 255, .75);
}

.pc_pop_mode_players {
    margin-top: .16rem;
}

.pc_pop_mode_players_label {
    align-items: center;
    justify-content: flex-start;
    font-size: .16rem;
    font-weight: bold;
    color: #fff;
}

.pc_pop_mode_link {
    display: block;
    width: .04rem;
    height: .14rem;
    margin-right: .06rem;
    background: #ffe500;
}
.pop_left_link{
    width: 100%;
    height: auto;
    display: block;
}
.pop_left_link1{

    margin-top: .3rem;
}
.pop_left_link2{
    transform: rotate(180deg);
}
.pc_pop_mode_players_num {
    margin-top: .06rem;
    padding-left: .1rem;
    font-size: .16rem;
    color: rgba(255, 255, 255, .65);
}

.pc_pop_right {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.pc_pop_player {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    height: 3.5rem;
    overflow: hidden;
    background: #000;
    border: .01rem solid #4a4941;
}

.pc_pop_cover,
.pc_pop_video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc_pop_iframe {
    border: none;
    background: #000;
}

.pc_pop_play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: .64rem;
    height: .64rem;
    margin: -.32rem 0 0 -.32rem;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/sec2_list_play.png") center/100% 100% no-repeat;
    cursor: pointer;
}

.pc_pop_title {
    margin-top: .14rem;
    font-size: .18rem;
    font-weight: bold;
    line-height: .26rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc_pop_meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: .08rem;
    font-size: .13rem;
    color: rgba(255, 255, 255, .55);
}

.pc_pop_meta_author {
    margin-right: .16rem;
    color: #ffe500;
}

.pc_pop_meta_item {
    display: inline-flex;
    align-items: center;
    margin-right: .16rem;
}

.pc_card_inner:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/sec1_p_act.png") left top/100% auto no-repeat;
}
.pc_mode_video:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/PC/list_act.png") left top/100% auto no-repeat;
}

.login_popup_mask{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .75);
}
.login_popup{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6.56rem;
    height: 4.45rem;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/login_bg.png") top/100% 100% no-repeat;
    transform: translate(-46%, -50%);
}
.login_popup_close{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: .48rem;
    height: .48rem;
    cursor: pointer;
}
.login_popup_inner{
    position: absolute;
    top: 1.55rem;
    left: 0;
    width: 6rem;
    justify-content: center;
    align-items: center;
    gap: .6rem;
}
.login_popup_item{
    flex-shrink: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.login_popup_qq{
    width: 1.83rem;
    height: 2.28rem;
    background-image: url("https://game.gtimg.cn/images/codm/cp/a20260605community/login_QQ.png");
}
.login_popup_wx{
    width: 1.83rem;
    height: 2.24rem;
    background-image: url("https://game.gtimg.cn/images/codm/cp/a20260605community/login_wx.png");
}

/* 隐藏 SuperPlayer 内置居中播放按钮 */
.icon_play {
    display: none !important;
}

.pc_article_video_play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: .64rem;
    height: .64rem;
    margin: -.32rem 0 0 -.32rem;
    border-radius: 50%;
    background: url("https://game.gtimg.cn/images/codm/cp/a20260605community/play.png") center/100% 100% no-repeat;
    z-index: 10;
    display: none;
}
.load-more-tip{
    color: #ffffffa3;
    text-align: center;
    font-size: .18rem;
    width: 100%;
    padding: .3rem 0 .5rem;
}

/* 海报加载中隐藏 img，防止损坏图标闪现 */
.poster-loading img {
    visibility: hidden;
}
