body {
    margin: 0;
    font: 12px/150% Tahoma, "宋体", SimSun, sans-serif;
    color: #000;
    background: #fff;
    text-align: center;
}
div { margin-left: auto; margin-right: auto; }
a { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }
[hidden] { display: none !important; }

.wrap { width: 945px; margin: 0 auto; text-align: left; }

/* ===== 顶部 Logo ===== */
#head1 { height: 85px; padding-top: 12px; }
.logo { display: inline-block; }
.logo:hover { text-decoration: none; }
.logo-badge {
    display: inline-block; width: 54px; height: 54px;
    line-height: 54px; text-align: center; vertical-align: middle;
    background: linear-gradient(145deg, #ffb143 0%, #ff8000 60%, #f06f00 100%);
    border-radius: 12px; color: #fff; font-size: 34px; font-weight: bold;
    font-family: "Microsoft YaHei", sans-serif;
    box-shadow: inset 0 2px 3px rgba(255,255,255,.55), 0 2px 4px rgba(0,0,0,.2);
    text-shadow: 0 -1px 1px rgba(150,60,0,.5);
    margin-right: 8px;
}
.logo-text {
    display: inline-block; vertical-align: middle;
    font-size: 36px; font-weight: bold; color: #ff8000;
    font-family: "Microsoft YaHei", Arial, sans-serif; letter-spacing: 1px;
}
.logo-sub {
    display: inline-block; vertical-align: middle;
    margin-left: 10px; padding: 2px 8px;
    background: #ff8000; color: #fff; font-size: 14px;
    border-radius: 3px; position: relative; top: -4px;
}

/* ===== 橙色横幅 ===== */
#head2 {
    height: 145px;
    background: linear-gradient(180deg, #ffffff 0%, #fff7ea 14%, #ffe3bd 32%, #ffc178 52%, #ff9c2e 76%, #ff8a10 100%);
    box-shadow: 0 6px 10px -4px rgba(120, 60, 0, .4);
    margin-bottom: 45px;
}
.band-inner { height: 145px; position: relative; overflow: hidden; }
/* 导航标签样式统一由 head.css 提供(原版 gif 标签), 此处不再重复定义 */
.band-orange {
    position: absolute; right: 30px; top: 12px;
    width: 120px; height: 120px;
    background: url('imges.png') no-repeat center / contain;
}

/* ===== 主体 ===== */
#body { min-height: 300px; overflow: hidden; }

.FileInfoNav {
    border-bottom: 3px solid #ECE9D8;
    margin-bottom: 18px; overflow: hidden; padding-top: 4px;
}
.BtnCurrent, .BtnOther {
    float: left; width: 102px; height: 31px;
    line-height: 30px; text-align: center; font-size: 14px;
    border-radius: 4px 4px 0 0; margin-right: 18px;
}
.BtnCurrent {
    background: linear-gradient(180deg, #ffa53d 0%, #ff8000 100%);
    color: #fff; font-weight: bold;
    text-shadow: 0 -1px 1px rgba(150,60,0,.4);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.45);
}
.BtnOther { background: linear-gradient(180deg, #fafafa 0%, #e3e3e3 100%); border: 1px solid #ddd; border-bottom: 0; }
.BtnOther a { color: #999; }

#left { float: left; width: 570px; text-align: left; overflow: hidden; }
#right { float: left; width: 320px; margin-left: 30px; text-align: left; }

/* ===== 文件信息面板 ===== */
#FileInfo { font-size: 14px; line-height: 40px; margin-bottom: 20px; }
div.infotitle, div.infotext {
    float: left; height: 26px; line-height: 180%;
    font-size: 14px; margin-bottom: 8px;
}
div.infotitle { width: 72px; font-weight: bold; text-align: right; padding-right: 15px; color: #333; }
div.infotext { width: 465px; text-align: left; margin-left: 5px; padding-left: 5px; color: #444; }
.infotext h1 { display: inline; font-weight: bold; font-size: 15px; margin: 0; }
.singlerow { background-color: #f2f2f2; }

.pop-bar {
    display: inline-block; width: 130px; height: 12px;
    background: #e9e9e9; border-radius: 6px; overflow: hidden;
    vertical-align: middle; margin-right: 8px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.15);
}
.pop-bar i {
    display: block; height: 100%;
    background: linear-gradient(180deg, #ffb143 0%, #ff8000 100%);
    border-radius: 6px;
}

/* ===== 下载按钮 ===== */
#downLinks { margin: 25px 0 10px 0; overflow: hidden; }
.DownloadBtn { float: left; width: 170px; height: 44px; margin: 5px 12px 8px 0; }
.DownloadBtn a {
    display: block; height: 44px; line-height: 42px; text-align: center;
    font-size: 15px; font-weight: bold; color: #fff;
    background: linear-gradient(180deg, #ffa53d 0%, #ff8000 100%);
    border: 1px solid #e56f00; border-radius: 5px;
    text-shadow: 0 -1px 1px rgba(150,60,0,.45);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 2px 3px rgba(0,0,0,.18);
}
.DownloadBtn a:hover { text-decoration: none; background: linear-gradient(180deg, #ffb25c 0%, #ff8f1f 100%); }
.DownloadBtn a.gray {
    background: linear-gradient(180deg, #f8f8f8 0%, #dedede 100%);
    color: #666; border: 1px solid #bbb; text-shadow: 0 1px 0 #fff;
}
.DownloadBtn a.gray:hover { background: linear-gradient(180deg, #ffffff 0%, #e9e9e9 100%); }

.Gray12px { clear: both; color: #999; font-size: 12px; margin: 4px 0 22px 5px; }

/* ===== 搜索页 ===== */
.search-again { margin-bottom: 18px; }
.search-again input[type=text] {
    width: 260px; height: 26px; padding: 0 8px;
    border: 1px solid #ccc; background: #fff; font-size: 13px;
    font-family: Tahoma, "宋体", sans-serif; outline: none;
}
.search-again input[type=text]:focus { border-color: #ff8000; }
.search-again .btn { margin-left: 8px; margin-right: 12px; }
.pager { clear: both; text-align: center; padding: 14px 0 8px; }
.pager .btn { margin: 0 3px; }
.pager .pager-cur {
    display: inline-block; padding: 3px 10px; margin: 0 3px;
    background: linear-gradient(180deg, #ffa53d 0%, #ff8000 100%);
    border: 1px solid #e56f00; border-radius: 3px; color: #fff; font-weight: bold;
}
.pager .pager-ellipsis { color: #999; margin: 0 5px; }

/* ===== 链接代码框 ===== */
#divUrlTB { margin-bottom: 28px; }
#divUrlTB .urlrow { overflow: hidden; margin-bottom: 6px; }
#divUrlTB span {
    display: block; float: left; width: 70px;
    line-height: 24px; font-weight: bold; font-size: 12px; color: #333;
}
.UrlTextBox {
    float: left; width: 480px; height: 22px; line-height: 22px;
    margin-left: 8px; padding: 0 6px;
    background-color: #f2f2f2; border: 1px solid #ddd;
    color: #5e5e5e; font-size: 12px; font-family: Tahoma, "宋体", sans-serif;
    cursor: pointer;
}
.UrlTextBox:hover { background-color: #fff7e8; border-color: #ffcf8a; }

/* ===== 红色小标题 + 内容块 ===== */
.SubTitle {
    clear: both; font-size: 14px; color: #F21728;
    line-height: 220%; font-weight: bold; text-align: left;
}
.SubContent {
    background: linear-gradient(180deg, #ffffff 0%, #f2f2f2 100%);
    border: 1px solid #eee; padding: 8px 14px;
    color: #999; text-align: left; margin-bottom: 25px;
}
.fileline {
    line-height: 30px; border-bottom: 1px dashed #e5e5e5;
    overflow: hidden;
}
.fileline:last-child { border-bottom: 0; }
.fileline .fname { float: left; max-width: 330px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fileline .fname a { text-decoration: underline; }
.fileline .fsize { float: right; width: 80px; text-align: right; color: #aaa; }
.fileline .ftime { float: right; width: 120px; text-align: right; color: #aaa; }
.fileline .fdl { float: right; width: 60px; text-align: right; }
.fileline .fdl a { color: #ff6a00; font-weight: bold; text-decoration: underline; }
.share-crumbs { line-height: 32px; color: #999; margin-bottom: 4px; }
.share-crumbs a { text-decoration: underline; color: #666; }
.share-crumbs .sep { margin: 0 6px; color: #ccc; }
.share-crumbs b { color: #d35400; }

/* ===== 右侧提示框 ===== */
.NoticeBox {
    background: #FFFFCC; border: 1px solid #ECE9D8;
    padding: 14px 16px; color: #999; line-height: 190%;
    font-size: 12px; margin-top: 10px;
}
.NoticeBox b { color: #ff8000; display: block; margin-bottom: 8px; font-size: 14px; }
.NoticeBox p { margin: 0 0 10px 0; }
.NoticeBox a { color: #ff6a00; text-decoration: underline; }

/* ===== 页脚 ===== */
#footer {
    text-align: center; color: #999; line-height: 220%;
    margin: 35px auto 25px; padding-top: 14px;
    border-top: 1px dashed #ECE9D8; width: 945px; font-size: 12px;
}
#footer a { color: #666; }
#footer a:hover { color: #ff6a00; }

/* ===== 提取码 / 错误卡片 ===== */
.retro-card {
    width: 400px; margin: 70px auto 0; text-align: left;
    background: #fff; border: 1px solid #ECE9D8;
    box-shadow: 0 3px 10px rgba(0,0,0,.08);
}
.retro-card .card-band {
    height: 58px; line-height: 58px; padding-left: 18px;
    background: linear-gradient(180deg, #ffb143 0%, #ff8000 100%);
    color: #fff; font-size: 18px; font-weight: bold;
    text-shadow: 0 -1px 1px rgba(150,60,0,.4);
}
.retro-card .card-body { padding: 24px 22px 28px; }
.retro-card .card-msg { color: #F21728; margin-bottom: 12px; }
.retro-card input[type=text] {
    width: 100%; height: 34px; border: 1px solid #ccc;
    background: #fff; font-size: 18px; letter-spacing: 6px;
    text-align: center; box-sizing: border-box; outline: none;
}
.retro-card input[type=text]:focus { border-color: #ff8000; }
.retro-card button {
    width: 100%; height: 40px; margin-top: 16px;
    border: 1px solid #e56f00; border-radius: 5px; cursor: pointer;
    background: linear-gradient(180deg, #ffa53d 0%, #ff8000 100%);
    color: #fff; font-size: 16px; font-weight: bold;
    text-shadow: 0 -1px 1px rgba(150,60,0,.45);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
}
.retro-card button:hover { background: linear-gradient(180deg, #ffb25c 0%, #ff8f1f 100%); }
.retro-card .card-tip { color: #999; margin-top: 14px; text-align: center; }
.shake { animation: shake .35s; }
@keyframes shake {
    20%, 60% { transform: translateX(-8px); }
    40%, 80% { transform: translateX(8px); }
}

/* ===== 图片预览弹窗 ===== */
.modal-mask {
    position: fixed; inset: 0; z-index: 50;
    background: rgba(0,0,0,.55);
    display: flex; align-items: center; justify-content: center;
}
.preview-modal { padding: 8px; background: #fff; border-radius: 4px; }
.preview-modal img {
    max-width: calc(100vw - 100px); max-height: calc(100vh - 140px);
    display: block;
}
.preview-close { text-align: right; margin-bottom: 6px; }
.preview-close a { color: #666; cursor: pointer; }

@media (max-width: 980px) {
    .wrap, #footer { width: 96%; }
    #left { width: 100%; }
    #right { width: 100%; margin: 10px 0 0; }
    .band-orange { display: none; }
    div.infotext { width: 70%; }
    .UrlTextBox { width: 65%; }
}
