/* 游戏信息样式 */
.game-info {
    width: 100%;
    height: auto;
    min-height: 1.32rem;
    background: rgba(0, 0, 0, 0.7);
    font-size: 0.24rem;
    color: #c4c4c4;
    line-height: 0.5rem;
    /* padding: .4rem .2rem; */
}

.gameInfo {
    overflow: hidden;
}

.gameInfo p {
    /* width: 50%; */
    font-size: 0.34rem;
    color: #c4c4c4;
    line-height: 0.5rem;
    float: left;
    text-indent: 0.3rem;
    line-height: 0.7rem;
}

.gameInfo p a {
    color: #991313;
}

/* 弹窗样式 */
.xqyyTc {
    display: none;
    position: fixed;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1005;
    border: 0.04rem solid #fff;
}

.xqyyTc img {
    display: block;
    width: 100%;
}

.xqyyTc .closeBtn {
    position: absolute;
    width: 0.9rem;
    height: 0.9rem;
    background: url(static/images/closebtn1.png) no-repeat 0 0 / 100% 100%;
    bottom: -1.2rem;
    left: 50%;
    margin-left: -0.45rem;
    cursor: pointer;
}

/* 容器样式 */
.c1 {
    background: url(static/images/c1_15.png) no-repeat;
    background-size: cover;
    height: 17.94rem;
}

.c1 .videoBtn {
    top: 14.6rem;
    margin-left: 2.6rem;
    z-index: 2;
}

.c1 .btn {
    top: 14.4rem;
}

.topFixed {
    background: url(static/images/header.gif) no-repeat;
    background-size: 100% 100%;
}

.c6 .navs {
    padding-left: 0.3rem;
}

.c8 {
    height: 5rem;
}

.c1 h6 {
    width: 100%;
    height: 0.56rem;
    overflow: hidden;
    text-indent: -999px;
    font-size: 0.01rem;
    background: url(static/images/title0.png) no-repeat center top;
    background-size: auto 100%;
    position: absolute;
    bottom: 0.3rem;
}

.c6 .navs a {
    width: 1.4rem;
}

/* 年龄提示样式 */
.ageTips {
    display: block;
    width: 1.01rem;
    height: 1.28rem;
    margin-left: 20px;
    position: absolute;
    top: 1rem;
    right: 0.2rem;
}

.ageTips img {
    display: block;
    width: 100%;
}

.tipsPopup {
    width: 9.63rem;
    height: 4.53rem;
    background: url('static/images/tipspopup.png') no-repeat top center/100% 100%;
    position: absolute;
    top: 1.28rem;
    right: 0;
    padding: 0.7rem 0.5rem 0;
    display: none;
}

.tipsPopup p {
    color: #fff;
    font-size: 0.14rem;
    line-height: 0.32rem;
}

.tipsPopup h4 {
    font-size: 0.24rem;
    text-align: center;
    color: #fff;
    font-weight: normal;
}

.c4 {
    background: url(static/images/activitysbg_v2.jpg) no-repeat top center/100% 100%;
}

/* 技术支持logo样式 */
.tech-support {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    background: rgb(255 255 255);
    border-top: 1px solid #ffffff;
}

.tech-logo {
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
}

.tech-logo img {
    width: 200px;
    height: 50px;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.tech-logo:hover img {
    transform: scale(1.1);
}

.tech-text {
    color: #c4c4c4;
    font-size: 14px;
}

/* 新闻标签页样式 */
.news-tabs {
    position: relative;
    min-height: 300px;
}

.news-tab {
    display: none;
}

.news-tab.active {
    display: block;
}

.news-tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-tab li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    line-height: 1.4;
}

.news-tab li:last-child {
    border-bottom: none;
}

.news-tab .date {
    color: #999;
    font-size: 12px;
    margin-right: 8px;
}

.news-tab .typename {
    color: #991313;
    font-size: 12px;
    margin-right: 5px;
}

.news-tab a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.news-tab a:hover {
    color: #991313;
}

.c3 .nav li {
    cursor: pointer;
}

.c3 .nav li.focus {
    color: #991313;
    font-weight: bold;
}

/* 基础样式重置 */
a,
body,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
img,
input,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0;
    word-break: break-all;
}

body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    font-family: "宋体", "PingFang SC", "Microsoft YaHei", Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei";
    font-size: 14px;
    color: #555;
    position: relative;
}

a {
    color: #991313;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #F60;
}

em {
    font-style: normal;
}

li,
ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    border: 0;
}

input {
    outline: 0;
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 移动端导航样式 */
.mobile-nav-top {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 5px 3px 0;
    height: 60px;
    display: flex;
    background: #000000bf;
    z-index: 999;
}

.mobile-nav-logo {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.mobile-nav-game-des {
    color: #FF9800;
    margin-left: 5px;
    line-height: 24px;
    font-size: 12px;
    flex: 1;
}

.mobile-nav-game-des .mobile-nav-name {
    font-size: 16px;
    color: rgb(255 255 255);
    font-weight: 700;
}

.mobile-nav-game-des .mobile-nav-name em {
    color: #ff0000;
    font-style: inherit;
    font-size: 14px;
}

.mobile-nav-game-link,
.mobile-nav-game-link:hover {
    margin-top: 10px;
    display: block;
    line-height: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 5px;
    padding: 0 10px;
    color: #fff;
    background-image: linear-gradient(180deg, #cd1b1b 0%, #e7ab02 100%), linear-gradient(#000000, #000000);
    text-decoration: none;
}

.mobile-nav-game-link:hover {
    background-image: linear-gradient(180deg, #ff0000 0%, #fbff05 100%), linear-gradient(#000000, #000000);
}

.mobile-nav-menu-btn {
    margin-top: 10px;
    width: 34px;
    padding: 4px 2px;
    height: 26px;
    cursor: pointer;
}

.mobile-nav-menu-btn span {
    display: block;
    width: 100%;
    height: 4px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 2px;
    transition: 0.3s;
}

.mobile-nav-menu-btn span:nth-child(2) {
    margin: 5px 0;
}

.mobile-nav-menu-btn.open span:nth-child(1) {
    transform: translateY(9px) rotate(-45deg);
}

.mobile-nav-menu-btn.open span:nth-child(2) {
    opacity: 0;
}

.mobile-nav-menu-btn.open span:nth-child(3) {
    transform: translateY(-9px) rotate(45deg);
}

.mobile-nav-menu-down {
    position: absolute;
    right: 0;
    top: 56px;
    z-index: 2;
    display: none;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 0 0 5px 5px;
}

.mobile-nav-menu-down a {
    display: block;
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 1px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #333;
}

.mobile-nav-menu-down a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.mobile-nav-menu-down a:last-child {
    border-bottom: none;
}

/* 友情链接样式 */
.friend-links-container {
    width: 100%;
    background: #f5f5f500;
    padding: 15px 0;
    border-top: 1px solid #dddddd00;
    margin-top: 20px;
}

.friend-links-title {
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.friend-links-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.friend-links-scroll {
    display: flex;
    animation: scrollLinks 30s linear infinite;
    white-space: nowrap;
    padding: 10px 0;
}

.friend-links-scroll a {
    display: inline-block;
    color: #555;
    text-decoration: none;
    padding: 5px 15px;
    margin: 0 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 3px;
    white-space: nowrap;
}

.friend-links-scroll a:hover {
    color: #991313;
    border-color: #991313;
}

@keyframes scrollLinks {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* 移动端响应式样式 */
@media screen and (max-width: 750px) {
    /* 为固定导航预留空间 */
    body {
        padding-top: 60px;
    }
    .wrap {
        padding-top: 0 !important;
        /* 移除原有的padding-top，避免双重间距 */
    }
    .mobile-nav-container {
        max-width: 98%;
    }
    .mobile-nav-nav,
    .mobile-nav-listRtxt p {
        display: none;
    }
    .mobile-nav-section.mobile-nav-head-bg {
        background-size: cover;
        height: 330px;
    }
    .mobile-nav-focus-box {
        padding-top: 0;
    }
    .mobile-nav-banner .mobile-nav-banner-swiper img,
    .mobile-nav-banner .mobile-nav-banner-swiper {
        height: 218px;
        width: 100%;
    }
    .mobile-nav-main-wrap .mobile-nav-news {
        background: none;
        border: 2px solid #6c5e51;
    }
    .mobile-nav-guide-top {
        background: none;
        border: 2px solid #6c5e51;
    }
    .mobile-nav-f-download {
        display: none;
    }
    .mobile-nav-guide-top ul {
        margin-top: 0;
    }
    .mobile-nav-guide-b a {
        background: #a36725;
        width: 33%;
    }
    .mobile-nav-guide-b a+a {
        margin-left: 0.5%;
    }
    .mobile-nav-role {
        background: none;
    }
    .mobile-nav-roleTab {
        left: 200px;
        top: 154px;
    }
    .mobile-nav-roleBoxRw {
        width: auto;
        right: 0;
        top: 10px;
    }
    .mobile-nav-yyzx .mobile-nav-video-box,
    .mobile-nav-mrt .mobile-nav-player {
        height: auto;
        overflow: hidden;
        background: none;
        width: 99%;
        border: 2px solid #6c5e51;
    }
    .mobile-nav-mrt {
        margin-left: 0;
    }
    .mobile-nav-mrt .mobile-nav-player li {
        max-height: 140px;
        width: 48%;
        margin: 0 1%;
    }
    .mobile-nav-mrt .mobile-nav-player ul {
        margin: 0;
    }
    .mobile-nav-yyzx .mobile-nav-video {
        width: 100%;
        height: 200px;
        margin: 0;
    }
    .mobile-nav-datebox img {
        margin: 0 auto;
        height: 65px;
        width: auto;
    }
    .mobile-nav-xsgl,
    .mobile-nav-jjgl {
        width: 99%;
        height: auto;
        margin-bottom: 15px;
        margin-left: 0;
        float: left;
        background: #362714c4;
        border: 2px solid #6c5e51;
    }
    .mobile-nav-datebox .mobile-nav-link {
        padding: 10px 20px;
        line-height: 28px;
    }
    .mobile-nav-yxzl .mobile-nav-link a {
        padding-right: 10px;
    }
    
    /* 友情链接响应式适配 */
    .friend-links-container {
        padding: 10px 0;
    }
    .friend-links-title {
        font-size: 14px;
    }
    .friend-links-scroll a {
        padding: 4px 10px;
        margin: 0 8px;
        font-size: 12px;
    }
    .friend-links-scroll {
        animation-duration: 20s;
    }
}