MediaWiki:Common.css

来自CFA足球大数据
Sealango讨论 | 贡献2016年3月10日 (四) 14:31的版本 (创建页面,内容为“放置于这里的CSS将应用于所有皮肤: @charset "UTF-8"; 字体: body, div#content h1, div#content h2, div#content #firstHeading { font-family: "He...”

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索

注意:在保存之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox/Safari:按住“Shift”的同时单击“刷新”,或按“Ctrl-F5”或“Ctrl-R”(Mac为“⌘-R”)
  • Google Chrome:按“Ctrl-Shift-R”(Mac为“⌘-Shift-R”)
  • Internet Explorer:按住“Ctrl”的同时单击“刷新”,或按“Ctrl-F5”
  • Opera:在“工具→首选项”中清除缓存
/* 放置于这里的CSS将应用于所有皮肤 */
@charset "UTF-8";
/* 字体 */
body, div#content h1, div#content h2, div#content #firstHeading { font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", "Hiragino Sans GB", 微软雅黑, "Microsoft YaHei", 微軟正黑體, "Microsoft JhengHei", AppleGothic, "WenQuanYi Micro Hei", STHeiti, Meiryo, Arial, sans-serif; }
.hide, body.page-主页 h1.firstHeading, body.page-主页 #contentSub, body.page-主页 #catlinks { display: none; }
/* 主页不显示标题 */
/* 代码样式 */
pre { white-space: pre-wrap; word-wrap: break-word; }
code { border: 1px solid #ddd; padding: 1px 4px; border-radius: 2px; background-color: #f9f9f9; }
/* Align */
.valign-middle, .valign-center, .va-m, .va-c { vertical-align: middle; }
.valign-top, .va-t { vertical-align: top; }
.valign-bottom, .va-b { vertical-align: bottom; }
.alignt-middle, .alignt-center, .at-m, .at-c, .eplist { text-align: center; }
.alignt-left, .at-l { text-align: left; }
.alignt-right, .at-r, .collapseButton { text-align: right; }
.align-middle, .align-center, .a-m, .a-c, .eplist { margin: 0 auto; }
.align-left, .a-l { float: left; }
.align-right, .a-r, .collapseButton, .userbox, .babelbox { float: right; }
/* Miscellaneous */
.bl-公, .bl-雄 { border: 3px solid #3355FF; }
.bl-母, .bl-雌 { border: 3px solid #FF77DD; }
.textblack, .eplist th, .textblack a, .eplist th a { color: #000 !important; }
.textwhite, .ts-特殊, .ts-空间, .ts-空間, .ts-阴影, .ts-陰影, .textwhite a, .ts-特殊 a, .ts-空间 a, .ts-空間 a, .ts-阴影 a, .ts-陰影 a { color: #FFF !important; }
.bgwhite, .eplist td { background: #FFF; }
.fulltable { width: 100%; }
/* 特殊文字颜色 */
.ts-物理, .ts-物理 a { color: #F67A1A !important; }
.ts-变化, .ts-变化 a, .ts-變化, .ts-變化 a { color: #F7F7F7 !important; }
.ts-夜晚, .ts-夜晚 a { color: #FF9; }
.ts-湿地, .ts-湿地 a, .ts-濕地, .ts-濕地 a, .ts-溼地, .ts-溼地 a { color: #573118 !important; }
.ts-火山, .ts-火山 a { color: #FFBC00 !important; }
.ts-破碎, .ts-破碎 a { color: #E0FAFF !important; }
/* Schemes */
.s-关都, .s-關都 { background: #FAA; border: 3px solid #AFA; }
.s-橘子 { background: #FDA; border: 3px solid #FB5; }
.s-城都 { background: #FFCB49; border: 3px solid #DDD; }
.s-丰缘, .s-豐緣 { background: #F77; border: 3px solid #99F; }
.s-火叶, .s-火葉 { background: #FF9359; border: 3px solid #32FA32; }
.s-绿宝石, .s-綠寶石 { background: #7F7; border: 3px solid #5D5; }
.s-神奥, .s-神奧 { background: #AAF; border: 3px solid #FCC; }
.s-心魂 { background: #CEB654; border: 3px solid #EBEBEB; }
.s-合众, .s-合眾 { background: #C3C3C3; border: 3px solid #2C2C2C; }
.s-卡洛斯 { background: #F16A81; border: 3px solid #5A96C5; }
/* 展开按钮 */
.collapseButton { font-weight: normal; width: auto; font-size: 85%; margin-left: 8px; }
/* userbox */
.userbox, .babelbox { border: 1px solid #999; background: #F8F8F8; width: 25%; padding: 0.25em 0.5em; margin-left: 1em; margin-bottom: 0.5em; }
.userboxitem, .babelboxitem { border-radius: 60px; width: 100%; margin: 0.25em 0; }
.userboxitem th, .babelboxitem th { border-radius: 60px; width: 60px; height: 60px; font-size: 18px; }
.userboxitem td, .babelboxitem td { font-size: 11px; line-height: 1.25em; padding: 4px; text-align: left; }
/* 圆角边框 */
.roundy { border-radius: 10px; }
.roundytl { border-top-left-radius: 10px; }
.roundytr { border-top-right-radius: 10px; }
.roundybl { border-bottom-left-radius: 10px; }
.roundybr { border-bottom-right-radius: 10px; }
.roundytop { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.roundyright { border-bottom-right-radius: 10px; border-top-right-radius: 10px; }
.roundybottom { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.roundyleft { border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
.roundy-10 { border-radius: 10px; }
.roundytl-10 { border-top-left-radius: 10px; }
.roundytr-10 { border-top-right-radius: 10px; }
.roundybl-10 { border-bottom-left-radius: 10px; }
.roundybr-10 { border-bottom-right-radius: 10px; }
.roundytop-10 { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.roundyright-10 { border-bottom-right-radius: 10px; border-top-right-radius: 10px; }
.roundybottom-10 { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.roundyleft-10 { border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
.roundy-4 { border-radius: 4px; }
.roundytl-4 { border-top-left-radius: 4px; }
.roundytr-4 { border-top-right-radius: 4px; }
.roundybl-4 { border-bottom-left-radius: 4px; }
.roundybr-4 { border-bottom-right-radius: 4px; }
.roundytop-4 { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.roundyright-4 { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }
.roundybottom-4 { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.roundyleft-4 { border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.roundy-5 { border-radius: 5px; }
.roundytl-5 { border-top-left-radius: 5px; }
.roundytr-5 { border-top-right-radius: 5px; }
.roundybl-5 { border-bottom-left-radius: 5px; }
.roundybr-5 { border-bottom-right-radius: 5px; }
.roundytop-5 { border-top-left-radius: 5px; border-top-right-radius: 5px; }
.roundyright-5 { border-bottom-right-radius: 5px; border-top-right-radius: 5px; }
.roundybottom-5 { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.roundyleft-5 { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.roundy-6 { border-radius: 6px; }
.roundytl-6 { border-top-left-radius: 6px; }
.roundytr-6 { border-top-right-radius: 6px; }
.roundybl-6 { border-bottom-left-radius: 6px; }
.roundybr-6 { border-bottom-right-radius: 6px; }
.roundytop-6 { border-top-left-radius: 6px; border-top-right-radius: 6px; }
.roundyright-6 { border-bottom-right-radius: 6px; border-top-right-radius: 6px; }
.roundybottom-6 { border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; }
.roundyleft-6 { border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
.roundy-8 { border-radius: 8px; }
.roundytl-8 { border-top-left-radius: 8px; }
.roundytr-8 { border-top-right-radius: 8px; }
.roundybl-8 { border-bottom-left-radius: 8px; }
.roundybr-8 { border-bottom-right-radius: 8px; }
.roundytop-8 { border-top-left-radius: 8px; border-top-right-radius: 8px; }
.roundyright-8 { border-bottom-right-radius: 8px; border-top-right-radius: 8px; }
.roundybottom-8 { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }
.roundyleft-8 { border-top-left-radius: 8px; border-bottom-left-radius: 8px; }
.roundy-15 { border-radius: 15px; }
.roundytl-15 { border-top-left-radius: 15px; }
.roundytr-15 { border-top-right-radius: 15px; }
.roundybl-15 { border-bottom-left-radius: 15px; }
.roundybr-15 { border-bottom-right-radius: 15px; }
.roundytop-15 { border-top-left-radius: 15px; border-top-right-radius: 15px; }
.roundyright-15 { border-bottom-right-radius: 15px; border-top-right-radius: 15px; }
.roundybottom-15 { border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; }
.roundyleft-15 { border-top-left-radius: 15px; border-bottom-left-radius: 15px; }
.roundy-20 { border-radius: 20px; }
.roundytl-20 { border-top-left-radius: 20px; }
.roundytr-20 { border-top-right-radius: 20px; }
.roundybl-20 { border-bottom-left-radius: 20px; }
.roundybr-20 { border-bottom-right-radius: 20px; }
.roundytop-20 { border-top-left-radius: 20px; border-top-right-radius: 20px; }
.roundyright-20 { border-bottom-right-radius: 20px; border-top-right-radius: 20px; }
.roundybottom-20 { border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }
.roundyleft-20 { border-top-left-radius: 20px; border-bottom-left-radius: 20px; }
.roundy-24 { border-radius: 24px; }
.roundytl-24 { border-top-left-radius: 24px; }
.roundytr-24 { border-top-right-radius: 24px; }
.roundybl-24 { border-bottom-left-radius: 24px; }
.roundybr-24 { border-bottom-right-radius: 24px; }
.roundytop-24 { border-top-left-radius: 24px; border-top-right-radius: 24px; }
.roundyright-24 { border-bottom-right-radius: 24px; border-top-right-radius: 24px; }
.roundybottom-24 { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; }
.roundyleft-24 { border-top-left-radius: 24px; border-bottom-left-radius: 24px; }
.roundy-25 { border-radius: 25px; }
.roundytl-25 { border-top-left-radius: 25px; }
.roundytr-25 { border-top-right-radius: 25px; }
.roundybl-25 { border-bottom-left-radius: 25px; }
.roundybr-25 { border-bottom-right-radius: 25px; }
.roundytop-25 { border-top-left-radius: 25px; border-top-right-radius: 25px; }
.roundyright-25 { border-bottom-right-radius: 25px; border-top-right-radius: 25px; }
.roundybottom-25 { border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; }
.roundyleft-25 { border-top-left-radius: 25px; border-bottom-left-radius: 25px; }
.roundy-30 { border-radius: 30px; }
.roundytl-30 { border-top-left-radius: 30px; }
.roundytr-30 { border-top-right-radius: 30px; }
.roundybl-30 { border-bottom-left-radius: 30px; }
.roundybr-30 { border-bottom-right-radius: 30px; }
.roundytop-30 { border-top-left-radius: 30px; border-top-right-radius: 30px; }
.roundyright-30 { border-bottom-right-radius: 30px; border-top-right-radius: 30px; }
.roundybottom-30 { border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; }
.roundyleft-30 { border-top-left-radius: 30px; border-bottom-left-radius: 30px; }
.roundy-32 { border-radius: 32px; }
.roundytl-32 { border-top-left-radius: 32px; }
.roundytr-32 { border-top-right-radius: 32px; }
.roundybl-32 { border-bottom-left-radius: 32px; }
.roundybr-32 { border-bottom-right-radius: 32px; }
.roundytop-32 { border-top-left-radius: 32px; border-top-right-radius: 32px; }
.roundyright-32 { border-bottom-right-radius: 32px; border-top-right-radius: 32px; }
.roundybottom-32 { border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; }
.roundyleft-32 { border-top-left-radius: 32px; border-bottom-left-radius: 32px; }
.roundy-48 { border-radius: 48px; }
.roundytl-48 { border-top-left-radius: 48px; }
.roundytr-48 { border-top-right-radius: 48px; }
.roundybl-48 { border-bottom-left-radius: 48px; }
.roundybr-48 { border-bottom-right-radius: 48px; }
.roundytop-48 { border-top-left-radius: 48px; border-top-right-radius: 48px; }
.roundyright-48 { border-bottom-right-radius: 48px; border-top-right-radius: 48px; }
.roundybottom-48 { border-bottom-left-radius: 48px; border-bottom-right-radius: 48px; }
.roundyleft-48 { border-top-left-radius: 48px; border-bottom-left-radius: 48px; }
.roundy-50 { border-radius: 50px; }
.roundytl-50 { border-top-left-radius: 50px; }
.roundytr-50 { border-top-right-radius: 50px; }
.roundybl-50 { border-bottom-left-radius: 50px; }
.roundybr-50 { border-bottom-right-radius: 50px; }
.roundytop-50 { border-top-left-radius: 50px; border-top-right-radius: 50px; }
.roundyright-50 { border-bottom-right-radius: 50px; border-top-right-radius: 50px; }
.roundybottom-50 { border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; }
.roundyleft-50 { border-top-left-radius: 50px; border-bottom-left-radius: 50px; }
.roundy-60 { border-radius: 60px; }
.roundytl-60 { border-top-left-radius: 60px; }
.roundytr-60 { border-top-right-radius: 60px; }
.roundybl-60 { border-bottom-left-radius: 60px; }
.roundybr-60 { border-bottom-right-radius: 60px; }
.roundytop-60 { border-top-left-radius: 60px; border-top-right-radius: 60px; }
.roundyright-60 { border-bottom-right-radius: 60px; border-top-right-radius: 60px; }
.roundybottom-60 { border-bottom-left-radius: 60px; border-bottom-right-radius: 60px; }
.roundyleft-60 { border-top-left-radius: 60px; border-bottom-left-radius: 60px; }
.roundy-80 { border-radius: 80px; }
.roundytl-80 { border-top-left-radius: 80px; }
.roundytr-80 { border-top-right-radius: 80px; }
.roundybl-80 { border-bottom-left-radius: 80px; }
.roundybr-80 { border-bottom-right-radius: 80px; }
.roundytop-80 { border-top-left-radius: 80px; border-top-right-radius: 80px; }
.roundyright-80 { border-bottom-right-radius: 80px; border-top-right-radius: 80px; }
.roundybottom-80 { border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; }
.roundyleft-80 { border-top-left-radius: 80px; border-bottom-left-radius: 80px; }
.roundy-96 { border-radius: 96px; }
.roundytl-96 { border-top-left-radius: 96px; }
.roundytr-96 { border-top-right-radius: 96px; }
.roundybl-96 { border-bottom-left-radius: 96px; }
.roundybr-96 { border-bottom-right-radius: 96px; }
.roundytop-96 { border-top-left-radius: 96px; border-top-right-radius: 96px; }
.roundyright-96 { border-bottom-right-radius: 96px; border-top-right-radius: 96px; }
.roundybottom-96 { border-bottom-left-radius: 96px; border-bottom-right-radius: 96px; }
.roundyleft-96 { border-top-left-radius: 96px; border-bottom-left-radius: 96px; }
.roundy-100 { border-radius: 100px; }
.roundytl-100 { border-top-left-radius: 100px; }
.roundytr-100 { border-top-right-radius: 100px; }
.roundybl-100 { border-bottom-left-radius: 100px; }
.roundybr-100 { border-bottom-right-radius: 100px; }
.roundytop-100 { border-top-left-radius: 100px; border-top-right-radius: 100px; }
.roundyright-100 { border-bottom-right-radius: 100px; border-top-right-radius: 100px; }
.roundybottom-100 { border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; }
.roundyleft-100 { border-top-left-radius: 100px; border-bottom-left-radius: 100px; }
/* 圆角表格样式 */
.eplist tr:last-child td:first-child { border-bottom-left-radius: 6px; }
.eplist tr:last-child td:last-child { border-bottom-right-radius: 6px; }
/* 旧式表格样式,不建议使用 */
.bluetable .bg1, .blueinfobox .bg1, .lightbluebg { background: #f8f8ff; }
.graytable .bg1, .grayinfobox .bg1, .lightgraybg { background: #f8f8f8; }
.blueborder { border: 1px solid #88a; }
.grayborder { border: 1px solid #999; }
.bluetable .bg2, .blueinfobox .bg2 { background: #eef; }
.bluetable .bg3, .blueinfobox .bg3 { background: #ddf; }
.bluetable .bg4, .blueinfobox .bg4 { background: #ccf; }
.graytable .bg2, .grayinfobox .bg2 { background: #f0f0f0; }
.graytable .bg3, .grayinfobox .bg3 { background: #e1e1e1; }
.graytable .bg4, .grayinfobox .bg4 { background: #d2d2d2; }
.bluetable, .graytable, .blueinfobox, .grayinfobox { border-collapse: collapse; }
.blueinfobox, .grayinfobox { float: right; clear: right; margin: 0 0 0.5em 0.5em; }
.blueinfobox { background: #f8f8ff; }
.grayinfobox { background: #f8f8f8; }
.bluetable, .blueinfobox { border: 1px solid #88a; }
.graytable, .grayinfobox { border: 1px solid #999; }
.bluetable td, .bluetable th, .blueinfobox td, .blueinfobox th { border: 1px solid #88a; }
.graytable td, .graytable th, .graytable td, .graytable th { border: 1px solid #999; }
.bluetable td, .bluetable th, .graytable td, .graytable th, .blueinfobox td, .blueinfobox th, .graytable td, .graytable th { padding: 2px; }
.bluetable td, .bluetable th, .blueinfobox td, .blueinfobox th { border: 1px solid #88a; }
.graytable td, .graytable th, .grayinfobox td, .grayinfobox th { border: 1px solid #999; }
.bluetable th { background: #ccf; }
.graytable th { background: #d2d2d2; }
.bluetable th:first-child, .graytable th:first-child, .blueinfobox th, .grayinfobox th { text-align: right; }
.bluetable .divider, .blueinfobox .divider, .bluetable .header, .blueinfobox .header, .graytable .divider, .grayinfobox .divider, .graytable .header, .grayinfobox .header { text-align: center !important; }
.bluetable .header, .bluetable .divider, .blueinfobox .header { background: #ccf; }
.graytable .header, .graytable .divider, .grayinfobox .header { background: #d2d2d2; }
.blueinfobox .divider { background: #eef; }
.grayinfobox .divider { background: #f0f0f0; }
abbr[original-title], .explain[original-title] { border-bottom: 1px dotted; cursor: help; }
/*  颜色 CSS 使用方法: .bg-颜色名,将元素的背景设置为该颜色 .b-颜色名,将元素的边框设置为该颜色,边框宽度默认为3像素 .t-颜色名,将元素中文字内容(包括链接)设置为该颜色 .bgl-颜色名 和 .bgd-颜色名 分别为该颜色的浅色和深色 .bl-颜色名,.bd-颜色名,.tl-颜色名,.td-颜色名 同理 */
.bg-红 { background-color: #ff1111 !important; }
.bgl-红 { background-color: #ff6464 !important; }
.bgd-红 { background-color: #a60b0b !important; }
.b-红 { border: 3px solid #ff1111; }
.bl-红 { border: 3px solid #ff6464; }
.bd-红 { border: 3px solid #a60b0b; }
.t-红, .t-红 a { color: #ff1111 !important; }
.tl-红, .tl-红 a { color: #ff6464 !important; }
.td-红, .td-红 a { color: #a60b0b !important; }
.bg-紅 { background-color: #ff1111 !important; }
.bgl-紅 { background-color: #ff6464 !important; }
.bgd-紅 { background-color: #a60b0b !important; }
.b-紅 { border: 3px solid #ff1111; }
.bl-紅 { border: 3px solid #ff6464; }
.bd-紅 { border: 3px solid #a60b0b; }
.t-紅, .t-紅 a { color: #ff1111 !important; }
.tl-紅, .tl-紅 a { color: #ff6464 !important; }
.td-紅, .td-紅 a { color: #a60b0b !important; }
.bg-绿 { background-color: #11bb11 !important; }
.bgl-绿 { background-color: #64d364 !important; }
.bgd-绿 { background-color: #0b7a0b !important; }
.b-绿 { border: 3px solid #11bb11; }
.bl-绿 { border: 3px solid #64d364; }
.bd-绿 { border: 3px solid #0b7a0b; }
.t-绿, .t-绿 a { color: #11bb11 !important; }
.tl-绿, .tl-绿 a { color: #64d364 !important; }
.td-绿, .td-绿 a { color: #0b7a0b !important; }
.bg-綠 { background-color: #11bb11 !important; }
.bgl-綠 { background-color: #64d364 !important; }
.bgd-綠 { background-color: #0b7a0b !important; }
.b-綠 { border: 3px solid #11bb11; }
.bl-綠 { border: 3px solid #64d364; }
.bd-綠 { border: 3px solid #0b7a0b; }
.t-綠, .t-綠 a { color: #11bb11 !important; }
.tl-綠, .tl-綠 a { color: #64d364 !important; }
.td-綠, .td-綠 a { color: #0b7a0b !important; }
.bg-蓝 { background-color: #1111ff !important; }
.bgl-蓝 { background-color: #6464ff !important; }
.bgd-蓝 { background-color: #0b0ba6 !important; }
.b-蓝 { border: 3px solid #1111ff; }
.bl-蓝 { border: 3px solid #6464ff; }
.bd-蓝 { border: 3px solid #0b0ba6; }
.t-蓝, .t-蓝 a { color: #1111ff !important; }
.tl-蓝, .tl-蓝 a { color: #6464ff !important; }
.td-蓝, .td-蓝 a { color: #0b0ba6 !important; }
.bg-藍 { background-color: #1111ff !important; }
.bgl-藍 { background-color: #6464ff !important; }
.bgd-藍 { background-color: #0b0ba6 !important; }
.b-藍 { border: 3px solid #1111ff; }
.bl-藍 { border: 3px solid #6464ff; }
.bd-藍 { border: 3px solid #0b0ba6; }
.t-藍, .t-藍 a { color: #1111ff !important; }
.tl-藍, .tl-藍 a { color: #6464ff !important; }
.td-藍, .td-藍 a { color: #0b0ba6 !important; }
.bg-黄 { background-color: #ffd733 !important; }
.bgl-黄 { background-color: #ffe57a !important; }
.bgd-黄 { background-color: #a68c21 !important; }
.b-黄 { border: 3px solid #ffd733; }
.bl-黄 { border: 3px solid #ffe57a; }
.bd-黄 { border: 3px solid #a68c21; }
.t-黄, .t-黄 a { color: #ffd733 !important; }
.tl-黄, .tl-黄 a { color: #ffe57a !important; }
.td-黄, .td-黄 a { color: #a68c21 !important; }
.bg-皮卡丘 { background-color: #ffd733 !important; }
.bgl-皮卡丘 { background-color: #ffe57a !important; }
.bgd-皮卡丘 { background-color: #a68c21 !important; }
.b-皮卡丘 { border: 3px solid #ffd733; }
.bl-皮卡丘 { border: 3px solid #ffe57a; }
.bd-皮卡丘 { border: 3px solid #a68c21; }
.t-皮卡丘, .t-皮卡丘 a { color: #ffd733 !important; }
.tl-皮卡丘, .tl-皮卡丘 a { color: #ffe57a !important; }
.td-皮卡丘, .td-皮卡丘 a { color: #a68c21 !important; }
.bg-金 { background-color: goldenrod !important; }
.bgl-金 { background-color: #e7c46e !important; }
.bgd-金 { background-color: #8e6b15 !important; }
.b-金 { border: 3px solid goldenrod; }
.bl-金 { border: 3px solid #e7c46e; }
.bd-金 { border: 3px solid #8e6b15; }
.t-金, .t-金 a { color: goldenrod !important; }
.tl-金, .tl-金 a { color: #e7c46e !important; }
.td-金, .td-金 a { color: #8e6b15 !important; }
.bg-银 { background-color: silver !important; }
.bgl-银 { background-color: #d6d6d6 !important; }
.bgd-银 { background-color: #7d7d7d !important; }
.b-银 { border: 3px solid silver; }
.bl-银 { border: 3px solid #d6d6d6; }
.bd-银 { border: 3px solid #7d7d7d; }
.t-银, .t-银 a { color: silver !important; }
.tl-银, .tl-银 a { color: #d6d6d6 !important; }
.td-银, .td-银 a { color: #7d7d7d !important; }
.bg-銀 { background-color: silver !important; }
.bgl-銀 { background-color: #d6d6d6 !important; }
.bgd-銀 { background-color: #7d7d7d !important; }
.b-銀 { border: 3px solid silver; }
.bl-銀 { border: 3px solid #d6d6d6; }
.bd-銀 { border: 3px solid #7d7d7d; }
.t-銀, .t-銀 a { color: silver !important; }
.tl-銀, .tl-銀 a { color: #d6d6d6 !important; }
.td-銀, .td-銀 a { color: #7d7d7d !important; }
.bg-水晶 { background-color: #4fd9ff !important; }
.bgl-水晶 { background-color: #8ce6ff !important; }
.bgd-水晶 { background-color: #338da6 !important; }
.b-水晶 { border: 3px solid #4fd9ff; }
.bl-水晶 { border: 3px solid #8ce6ff; }
.bd-水晶 { border: 3px solid #338da6; }
.t-水晶, .t-水晶 a { color: #4fd9ff !important; }
.tl-水晶, .tl-水晶 a { color: #8ce6ff !important; }
.td-水晶, .td-水晶 a { color: #338da6 !important; }
.bg-红宝石 { background-color: #a00000 !important; }
.bgl-红宝石 { background-color: #c15959 !important; }
.bgd-红宝石 { background-color: #680000 !important; }
.b-红宝石 { border: 3px solid #a00000; }
.bl-红宝石 { border: 3px solid #c15959; }
.bd-红宝石 { border: 3px solid #680000; }
.t-红宝石, .t-红宝石 a { color: #a00000 !important; }
.tl-红宝石, .tl-红宝石 a { color: #c15959 !important; }
.td-红宝石, .td-红宝石 a { color: #680000 !important; }
.bg-紅寶石 { background-color: #a00000 !important; }
.bgl-紅寶石 { background-color: #c15959 !important; }
.bgd-紅寶石 { background-color: #680000 !important; }
.b-紅寶石 { border: 3px solid #a00000; }
.bl-紅寶石 { border: 3px solid #c15959; }
.bd-紅寶石 { border: 3px solid #680000; }
.t-紅寶石, .t-紅寶石 a { color: #a00000 !important; }
.tl-紅寶石, .tl-紅寶石 a { color: #c15959 !important; }
.td-紅寶石, .td-紅寶石 a { color: #680000 !important; }
.bg-蓝宝石 { background-color: #0000a0 !important; }
.bgl-蓝宝石 { background-color: #5959c1 !important; }
.bgd-蓝宝石 { background-color: #000068 !important; }
.b-蓝宝石 { border: 3px solid #0000a0; }
.bl-蓝宝石 { border: 3px solid #5959c1; }
.bd-蓝宝石 { border: 3px solid #000068; }
.t-蓝宝石, .t-蓝宝石 a { color: #0000a0 !important; }
.tl-蓝宝石, .tl-蓝宝石 a { color: #5959c1 !important; }
.td-蓝宝石, .td-蓝宝石 a { color: #000068 !important; }
.bg-藍寶石 { background-color: #0000a0 !important; }
.bgl-藍寶石 { background-color: #5959c1 !important; }
.bgd-藍寶石 { background-color: #000068 !important; }
.b-藍寶石 { border: 3px solid #0000a0; }
.bl-藍寶石 { border: 3px solid #5959c1; }
.bd-藍寶石 { border: 3px solid #000068; }
.t-藍寶石, .t-藍寶石 a { color: #0000a0 !important; }
.tl-藍寶石, .tl-藍寶石 a { color: #5959c1 !important; }
.td-藍寶石, .td-藍寶石 a { color: #000068 !important; }
.bg-绿宝石 { background-color: #00a000 !important; }
.bgl-绿宝石 { background-color: #59c159 !important; }
.bgd-绿宝石 { background-color: #006800 !important; }
.b-绿宝石 { border: 3px solid #00a000; }
.bl-绿宝石 { border: 3px solid #59c159; }
.bd-绿宝石 { border: 3px solid #006800; }
.t-绿宝石, .t-绿宝石 a { color: #00a000 !important; }
.tl-绿宝石, .tl-绿宝石 a { color: #59c159 !important; }
.td-绿宝石, .td-绿宝石 a { color: #006800 !important; }
.bg-綠寶石 { background-color: #00a000 !important; }
.bgl-綠寶石 { background-color: #59c159 !important; }
.bgd-綠寶石 { background-color: #006800 !important; }
.b-綠寶石 { border: 3px solid #00a000; }
.bl-綠寶石 { border: 3px solid #59c159; }
.bd-綠寶石 { border: 3px solid #006800; }
.t-綠寶石, .t-綠寶石 a { color: #00a000 !important; }
.tl-綠寶石, .tl-綠寶石 a { color: #59c159 !important; }
.td-綠寶石, .td-綠寶石 a { color: #006800 !important; }
.bg-火红 { background-color: #ff7327 !important; }
.bgl-火红 { background-color: #ffa472 !important; }
.bgd-火红 { background-color: #a64b19 !important; }
.b-火红 { border: 3px solid #ff7327; }
.bl-火红 { border: 3px solid #ffa472; }
.bd-火红 { border: 3px solid #a64b19; }
.t-火红, .t-火红 a { color: #ff7327 !important; }
.tl-火红, .tl-火红 a { color: #ffa472 !important; }
.td-火红, .td-火红 a { color: #a64b19 !important; }
.bg-火紅 { background-color: #ff7327 !important; }
.bgl-火紅 { background-color: #ffa472 !important; }
.bgd-火紅 { background-color: #a64b19 !important; }
.b-火紅 { border: 3px solid #ff7327; }
.bl-火紅 { border: 3px solid #ffa472; }
.bd-火紅 { border: 3px solid #a64b19; }
.t-火紅, .t-火紅 a { color: #ff7327 !important; }
.tl-火紅, .tl-火紅 a { color: #ffa472 !important; }
.td-火紅, .td-火紅 a { color: #a64b19 !important; }
.bg-叶绿 { background-color: #00dd00 !important; }
.bgl-叶绿 { background-color: #59e959 !important; }
.bgd-叶绿 { background-color: #009000 !important; }
.b-叶绿 { border: 3px solid #00dd00; }
.bl-叶绿 { border: 3px solid #59e959; }
.bd-叶绿 { border: 3px solid #009000; }
.t-叶绿, .t-叶绿 a { color: #00dd00 !important; }
.tl-叶绿, .tl-叶绿 a { color: #59e959 !important; }
.td-叶绿, .td-叶绿 a { color: #009000 !important; }
.bg-葉綠 { background-color: #00dd00 !important; }
.bgl-葉綠 { background-color: #59e959 !important; }
.bgd-葉綠 { background-color: #009000 !important; }
.b-葉綠 { border: 3px solid #00dd00; }
.bl-葉綠 { border: 3px solid #59e959; }
.bd-葉綠 { border: 3px solid #009000; }
.t-葉綠, .t-葉綠 a { color: #00dd00 !important; }
.tl-葉綠, .tl-葉綠 a { color: #59e959 !important; }
.td-葉綠, .td-葉綠 a { color: #009000 !important; }
.bg-钻石 { background-color: #aaaaff !important; }
.bgl-钻石 { background-color: #c8c8ff !important; }
.bgd-钻石 { background-color: #6f6fa6 !important; }
.b-钻石 { border: 3px solid #aaaaff; }
.bl-钻石 { border: 3px solid #c8c8ff; }
.bd-钻石 { border: 3px solid #6f6fa6; }
.t-钻石, .t-钻石 a { color: #aaaaff !important; }
.tl-钻石, .tl-钻石 a { color: #c8c8ff !important; }
.td-钻石, .td-钻石 a { color: #6f6fa6 !important; }
.bg-鑽石 { background-color: #aaaaff !important; }
.bgl-鑽石 { background-color: #c8c8ff !important; }
.bgd-鑽石 { background-color: #6f6fa6 !important; }
.b-鑽石 { border: 3px solid #aaaaff; }
.bl-鑽石 { border: 3px solid #c8c8ff; }
.bd-鑽石 { border: 3px solid #6f6fa6; }
.t-鑽石, .t-鑽石 a { color: #aaaaff !important; }
.tl-鑽石, .tl-鑽石 a { color: #c8c8ff !important; }
.td-鑽石, .td-鑽石 a { color: #6f6fa6 !important; }
.bg-珍珠 { background-color: #ffaaaa !important; }
.bgl-珍珠 { background-color: #ffc8c8 !important; }
.bgd-珍珠 { background-color: #a66f6f !important; }
.b-珍珠 { border: 3px solid #ffaaaa; }
.bl-珍珠 { border: 3px solid #ffc8c8; }
.bd-珍珠 { border: 3px solid #a66f6f; }
.t-珍珠, .t-珍珠 a { color: #ffaaaa !important; }
.tl-珍珠, .tl-珍珠 a { color: #ffc8c8 !important; }
.td-珍珠, .td-珍珠 a { color: #a66f6f !important; }
.bg-白金 { background-color: #999999 !important; }
.bgl-白金 { background-color: #bdbdbd !important; }
.bgd-白金 { background-color: #646464 !important; }
.b-白金 { border: 3px solid #999999; }
.bl-白金 { border: 3px solid #bdbdbd; }
.bd-白金 { border: 3px solid #646464; }
.t-白金, .t-白金 a { color: #999999 !important; }
.tl-白金, .tl-白金 a { color: #bdbdbd !important; }
.td-白金, .td-白金 a { color: #646464 !important; }
.bg-心金 { background-color: #b69e00 !important; }
.bgl-心金 { background-color: #cfc059 !important; }
.bgd-心金 { background-color: #766700 !important; }
.b-心金 { border: 3px solid #b69e00; }
.bl-心金 { border: 3px solid #cfc059; }
.bd-心金 { border: 3px solid #766700; }
.t-心金, .t-心金 a { color: #b69e00 !important; }
.tl-心金, .tl-心金 a { color: #cfc059 !important; }
.td-心金, .td-心金 a { color: #766700 !important; }
.bg-魂银 { background-color: #e1e1e1 !important; }
.bgl-魂银 { background-color: #ebebeb !important; }
.bgd-魂银 { background-color: #929292 !important; }
.b-魂银 { border: 3px solid #e1e1e1; }
.bl-魂银 { border: 3px solid #ebebeb; }
.bd-魂银 { border: 3px solid #929292; }
.t-魂银, .t-魂银 a { color: #e1e1e1 !important; }
.tl-魂银, .tl-魂银 a { color: #ebebeb !important; }
.td-魂银, .td-魂银 a { color: #929292 !important; }
.bg-魂銀 { background-color: #e1e1e1 !important; }
.bgl-魂銀 { background-color: #ebebeb !important; }
.bgd-魂銀 { background-color: #929292 !important; }
.b-魂銀 { border: 3px solid #e1e1e1; }
.bl-魂銀 { border: 3px solid #ebebeb; }
.bd-魂銀 { border: 3px solid #929292; }
.t-魂銀, .t-魂銀 a { color: #e1e1e1 !important; }
.tl-魂銀, .tl-魂銀 a { color: #ebebeb !important; }
.td-魂銀, .td-魂銀 a { color: #929292 !important; }
.bg-黑 { background-color: #444444 !important; }
.bgl-黑 { background-color: #858585 !important; }
.bgd-黑 { background-color: #2c2c2c !important; }
.b-黑 { border: 3px solid #444444; }
.bl-黑 { border: 3px solid #858585; }
.bd-黑 { border: 3px solid #2c2c2c; }
.t-黑, .t-黑 a { color: #444444 !important; }
.tl-黑, .tl-黑 a { color: #858585 !important; }
.td-黑, .td-黑 a { color: #2c2c2c !important; }
.bg-白 { background-color: #c3c3c3 !important; }
.bgl-白 { background-color: #d8d8d8 !important; }
.bgd-白 { background-color: #7f7f7f !important; }
.b-白 { border: 3px solid #c3c3c3; }
.bl-白 { border: 3px solid #d8d8d8; }
.bd-白 { border: 3px solid #7f7f7f; }
.t-白, .t-白 a { color: #c3c3c3 !important; }
.tl-白, .tl-白 a { color: #d8d8d8 !important; }
.td-白, .td-白 a { color: #7f7f7f !important; }
.bg-黑2 { background-color: #424b50 !important; }
.bgl-黑2 { background-color: #848a8d !important; }
.bgd-黑2 { background-color: #2b3134 !important; }
.b-黑2 { border: 3px solid #424b50; }
.bl-黑2 { border: 3px solid #848a8d; }
.bd-黑2 { border: 3px solid #2b3134; }
.t-黑2, .t-黑2 a { color: #424b50 !important; }
.tl-黑2, .tl-黑2 a { color: #848a8d !important; }
.td-黑2, .td-黑2 a { color: #2b3134 !important; }
.bg-白2 { background-color: #e3ced0 !important; }
.bgl-白2 { background-color: #eddfe0 !important; }
.bgd-白2 { background-color: #948687 !important; }
.b-白2 { border: 3px solid #e3ced0; }
.bl-白2 { border: 3px solid #eddfe0; }
.bd-白2 { border: 3px solid #948687; }
.t-白2, .t-白2 a { color: #e3ced0 !important; }
.tl-白2, .tl-白2 a { color: #eddfe0 !important; }
.td-白2, .td-白2 a { color: #948687 !important; }
.bg-X { background-color: #025da6 !important; }
.bgl-X { background-color: #5a96c5 !important; }
.bgd-X { background-color: #013d6c !important; }
.b-X { border: 3px solid #025da6; }
.bl-X { border: 3px solid #5a96c5; }
.bd-X { border: 3px solid #013d6c; }
.t-X, .t-X a { color: #025da6 !important; }
.tl-X, .tl-X a { color: #5a96c5 !important; }
.td-X, .td-X a { color: #013d6c !important; }
.bg-Y { background-color: #ea1a3e !important; }
.bgl-Y { background-color: #f16a81 !important; }
.bgd-Y { background-color: #981128 !important; }
.b-Y { border: 3px solid #ea1a3e; }
.bl-Y { border: 3px solid #f16a81; }
.bd-Y { border: 3px solid #981128; }
.t-Y, .t-Y a { color: #ea1a3e !important; }
.tl-Y, .tl-Y a { color: #f16a81 !important; }
.td-Y, .td-Y a { color: #981128 !important; }
.bg-OR { background-color: #ab2813 !important; }
.bgl-OR { background-color: #c87365 !important; }
.bgd-OR { background-color: #6f1a0c !important; }
.b-OR { border: 3px solid #ab2813; }
.bl-OR { border: 3px solid #c87365; }
.bd-OR { border: 3px solid #6f1a0c; }
.t-OR, .t-OR a { color: #ab2813 !important; }
.tl-OR, .tl-OR a { color: #c87365 !important; }
.td-OR, .td-OR a { color: #6f1a0c !important; }
.bg-AS { background-color: #26649c !important; }
.bgl-AS { background-color: #729abf !important; }
.bgd-AS { background-color: #194166 !important; }
.b-AS { border: 3px solid #26649c; }
.bl-AS { border: 3px solid #729abf; }
.bd-AS { border: 3px solid #194166; }
.t-AS, .t-AS a { color: #26649c !important; }
.tl-AS, .tl-AS a { color: #729abf !important; }
.td-AS, .td-AS a { color: #194166 !important; }
.bg-赤救 { background-color: #c50c50 !important; }
.bgl-赤救 { background-color: #d85c8a !important; }
.bgd-赤救 { background-color: #840836 !important; }
.b-赤救 { border: 3px solid #c50c50; }
.bl-赤救 { border: 3px solid #d85c8a; }
.bd-赤救 { border: 3px solid #840836; }
.t-赤救, .t-赤救 a { color: #c50c50 !important; }
.tl-赤救, .tl-赤救 a { color: #d85c8a !important; }
.td-赤救, .td-赤救 a { color: #840836 !important; }
.bg-青救 { background-color: #095baf !important; }
.bgl-青救 { background-color: #5a91c9 !important; }
.bgd-青救 { background-color: #063d75 !important; }
.b-青救 { border: 3px solid #095baf; }
.bl-青救 { border: 3px solid #5a91c9; }
.bd-青救 { border: 3px solid #063d75; }
.t-青救, .t-青救 a { color: #095baf !important; }
.tl-青救, .tl-青救 a { color: #5a91c9 !important; }
.td-青救, .td-青救 a { color: #063d75 !important; }
.bg-XD { background-color: #604e82 !important; }
.bgl-XD { background-color: #978cae !important; }
.bgd-XD { background-color: #3e3355 !important; }
.b-XD { border: 3px solid #604e82; }
.bl-XD { border: 3px solid #978cae; }
.bd-XD { border: 3px solid #3e3355; }
.t-XD, .t-XD a { color: #604e82 !important; }
.tl-XD, .tl-XD a { color: #978cae !important; }
.td-XD, .td-XD a { color: #3e3355 !important; }
.bg-COLO { background-color: #b6cae4 !important; }
.bgl-COLO { background-color: #cfdced !important; }
.bgd-COLO { background-color: #768394 !important; }
.b-COLO { border: 3px solid #b6cae4; }
.bl-COLO { border: 3px solid #cfdced; }
.bd-COLO { border: 3px solid #768394; }
.t-COLO, .t-COLO a { color: #b6cae4 !important; }
.tl-COLO, .tl-COLO a { color: #cfdced !important; }
.td-COLO, .td-COLO a { color: #768394 !important; }
.bg-时探 { background-color: #2190c7 !important; }
.bgl-时探 { background-color: #6ab5d9 !important; }
.bgd-时探 { background-color: #166185 !important; }
.b-时探 { border: 3px solid #2190c7; }
.bl-时探 { border: 3px solid #6ab5d9; }
.bd-时探 { border: 3px solid #166185; }
.t-时探, .t-时探 a { color: #2190c7 !important; }
.tl-时探, .tl-时探 a { color: #6ab5d9 !important; }
.td-时探, .td-时探 a { color: #166185 !important; }
.bg-時探 { background-color: #2190c7 !important; }
.bgl-時探 { background-color: #6ab5d9 !important; }
.bgd-時探 { background-color: #166185 !important; }
.b-時探 { border: 3px solid #2190c7; }
.bl-時探 { border: 3px solid #6ab5d9; }
.bd-時探 { border: 3px solid #166185; }
.t-時探, .t-時探 a { color: #2190c7 !important; }
.tl-時探, .tl-時探 a { color: #6ab5d9 !important; }
.td-時探, .td-時探 a { color: #166185 !important; }
.bg-暗探 { background-color: #c3141b !important; }
.bgl-暗探 { background-color: #d76166 !important; }
.bgd-暗探 { background-color: #830d12 !important; }
.b-暗探 { border: 3px solid #c3141b; }
.bl-暗探 { border: 3px solid #d76166; }
.bd-暗探 { border: 3px solid #830d12; }
.t-暗探, .t-暗探 a { color: #c3141b !important; }
.tl-暗探, .tl-暗探 a { color: #d76166 !important; }
.td-暗探, .td-暗探 a { color: #830d12 !important; }
.bg-空探 { background-color: #7bb54f !important; }
.bgl-空探 { background-color: #a6cd89 !important; }
.bgd-空探 { background-color: #527935 !important; }
.b-空探 { border: 3px solid #7bb54f; }
.bl-空探 { border: 3px solid #a6cd89; }
.bd-空探 { border: 3px solid #527935; }
.t-空探, .t-空探 a { color: #7bb54f !important; }
.tl-空探, .tl-空探 a { color: #a6cd89 !important; }
.td-空探, .td-空探 a { color: #527935 !important; }
.bg-保育家 { background-color: #f7681a !important; }
.bgl-保育家 { background-color: #fa9d6a !important; }
.bgd-保育家 { background-color: #a14411 !important; }
.b-保育家 { border: 3px solid #f7681a; }
.bl-保育家 { border: 3px solid #fa9d6a; }
.bd-保育家 { border: 3px solid #a14411; }
.t-保育家, .t-保育家 a { color: #f7681a !important; }
.tl-保育家, .tl-保育家 a { color: #fa9d6a !important; }
.td-保育家, .td-保育家 a { color: #a14411 !important; }
.bg-一般 { background-color: #a8a878 !important; }
.bgl-一般 { background-color: #c6c6a7 !important; }
.bgd-一般 { background-color: #6d6d4e !important; }
.b-一般 { border: 3px solid #a8a878; }
.bl-一般 { border: 3px solid #c6c6a7; }
.bd-一般 { border: 3px solid #6d6d4e; }
.t-一般, .t-一般 a { color: #a8a878 !important; }
.tl-一般, .tl-一般 a { color: #c6c6a7 !important; }
.td-一般, .td-一般 a { color: #6d6d4e !important; }
.bg-炎 { background-color: #f08030 !important; }
.bgl-炎 { background-color: #f5ac78 !important; }
.bgd-炎 { background-color: #9c531f !important; }
.b-炎 { border: 3px solid #f08030; }
.bl-炎 { border: 3px solid #f5ac78; }
.bd-炎 { border: 3px solid #9c531f; }
.t-炎, .t-炎 a { color: #f08030 !important; }
.tl-炎, .tl-炎 a { color: #f5ac78 !important; }
.td-炎, .td-炎 a { color: #9c531f !important; }
.bg-水 { background-color: #6890f0 !important; }
.bgl-水 { background-color: #9db7f5 !important; }
.bgd-水 { background-color: #445e9c !important; }
.b-水 { border: 3px solid #6890f0; }
.bl-水 { border: 3px solid #9db7f5; }
.bd-水 { border: 3px solid #445e9c; }
.t-水, .t-水 a { color: #6890f0 !important; }
.tl-水, .tl-水 a { color: #9db7f5 !important; }
.td-水, .td-水 a { color: #445e9c !important; }
.bg-草 { background-color: #78c850 !important; }
.bgl-草 { background-color: #a7db8d !important; }
.bgd-草 { background-color: #4e8234 !important; }
.b-草 { border: 3px solid #78c850; }
.bl-草 { border: 3px solid #a7db8d; }
.bd-草 { border: 3px solid #4e8234; }
.t-草, .t-草 a { color: #78c850 !important; }
.tl-草, .tl-草 a { color: #a7db8d !important; }
.td-草, .td-草 a { color: #4e8234 !important; }
.bg-电 { background-color: #f8d030 !important; }
.bgl-电 { background-color: #fae078 !important; }
.bgd-电 { background-color: #a1871f !important; }
.b-电 { border: 3px solid #f8d030; }
.bl-电 { border: 3px solid #fae078; }
.bd-电 { border: 3px solid #a1871f; }
.t-电, .t-电 a { color: #f8d030 !important; }
.tl-电, .tl-电 a { color: #fae078 !important; }
.td-电, .td-电 a { color: #a1871f !important; }
.bg-電 { background-color: #f8d030 !important; }
.bgl-電 { background-color: #fae078 !important; }
.bgd-電 { background-color: #a1871f !important; }
.b-電 { border: 3px solid #f8d030; }
.bl-電 { border: 3px solid #fae078; }
.bd-電 { border: 3px solid #a1871f; }
.t-電, .t-電 a { color: #f8d030 !important; }
.tl-電, .tl-電 a { color: #fae078 !important; }
.td-電, .td-電 a { color: #a1871f !important; }
.bg-格斗 { background-color: #c03028 !important; }
.bgl-格斗 { background-color: #d67873 !important; }
.bgd-格斗 { background-color: #7d1f1a !important; }
.b-格斗 { border: 3px solid #c03028; }
.bl-格斗 { border: 3px solid #d67873; }
.bd-格斗 { border: 3px solid #7d1f1a; }
.t-格斗, .t-格斗 a { color: #c03028 !important; }
.tl-格斗, .tl-格斗 a { color: #d67873 !important; }
.td-格斗, .td-格斗 a { color: #7d1f1a !important; }
.bg-格鬥 { background-color: #c03028 !important; }
.bgl-格鬥 { background-color: #d67873 !important; }
.bgd-格鬥 { background-color: #7d1f1a !important; }
.b-格鬥 { border: 3px solid #c03028; }
.bl-格鬥 { border: 3px solid #d67873; }
.bd-格鬥 { border: 3px solid #7d1f1a; }
.t-格鬥, .t-格鬥 a { color: #c03028 !important; }
.tl-格鬥, .tl-格鬥 a { color: #d67873 !important; }
.td-格鬥, .td-格鬥 a { color: #7d1f1a !important; }
.bg-飞行 { background-color: #a890f0 !important; }
.bgl-飞行 { background-color: #c6b7f5 !important; }
.bgd-飞行 { background-color: #6d5e9c !important; }
.b-飞行 { border: 3px solid #a890f0; }
.bl-飞行 { border: 3px solid #c6b7f5; }
.bd-飞行 { border: 3px solid #6d5e9c; }
.t-飞行, .t-飞行 a { color: #a890f0 !important; }
.tl-飞行, .tl-飞行 a { color: #c6b7f5 !important; }
.td-飞行, .td-飞行 a { color: #6d5e9c !important; }
.bg-飛行 { background-color: #a890f0 !important; }
.bgl-飛行 { background-color: #c6b7f5 !important; }
.bgd-飛行 { background-color: #6d5e9c !important; }
.b-飛行 { border: 3px solid #a890f0; }
.bl-飛行 { border: 3px solid #c6b7f5; }
.bd-飛行 { border: 3px solid #6d5e9c; }
.t-飛行, .t-飛行 a { color: #a890f0 !important; }
.tl-飛行, .tl-飛行 a { color: #c6b7f5 !important; }
.td-飛行, .td-飛行 a { color: #6d5e9c !important; }
.bg-毒 { background-color: #a040a0 !important; }
.bgl-毒 { background-color: #c183c1 !important; }
.bgd-毒 { background-color: #682a68 !important; }
.b-毒 { border: 3px solid #a040a0; }
.bl-毒 { border: 3px solid #c183c1; }
.bd-毒 { border: 3px solid #682a68; }
.t-毒, .t-毒 a { color: #a040a0 !important; }
.tl-毒, .tl-毒 a { color: #c183c1 !important; }
.td-毒, .td-毒 a { color: #682a68 !important; }
.bg-虫 { background-color: #a8b820 !important; }
.bgl-虫 { background-color: #c6d16e !important; }
.bgd-虫 { background-color: #6d7815 !important; }
.b-虫 { border: 3px solid #a8b820; }
.bl-虫 { border: 3px solid #c6d16e; }
.bd-虫 { border: 3px solid #6d7815; }
.t-虫, .t-虫 a { color: #a8b820 !important; }
.tl-虫, .tl-虫 a { color: #c6d16e !important; }
.td-虫, .td-虫 a { color: #6d7815 !important; }
.bg-蟲 { background-color: #a8b820 !important; }
.bgl-蟲 { background-color: #c6d16e !important; }
.bgd-蟲 { background-color: #6d7815 !important; }
.b-蟲 { border: 3px solid #a8b820; }
.bl-蟲 { border: 3px solid #c6d16e; }
.bd-蟲 { border: 3px solid #6d7815; }
.t-蟲, .t-蟲 a { color: #a8b820 !important; }
.tl-蟲, .tl-蟲 a { color: #c6d16e !important; }
.td-蟲, .td-蟲 a { color: #6d7815 !important; }
.bg-岩石 { background-color: #b8a038 !important; }
.bgl-岩石 { background-color: #d1c17d !important; }
.bgd-岩石 { background-color: #786824 !important; }
.b-岩石 { border: 3px solid #b8a038; }
.bl-岩石 { border: 3px solid #d1c17d; }
.bd-岩石 { border: 3px solid #786824; }
.t-岩石, .t-岩石 a { color: #b8a038 !important; }
.tl-岩石, .tl-岩石 a { color: #d1c17d !important; }
.td-岩石, .td-岩石 a { color: #786824 !important; }
.bg-地上 { background-color: #e0c068 !important; }
.bgl-地上 { background-color: #ebd69d !important; }
.bgd-地上 { background-color: #927d44 !important; }
.b-地上 { border: 3px solid #e0c068; }
.bl-地上 { border: 3px solid #ebd69d; }
.bd-地上 { border: 3px solid #927d44; }
.t-地上, .t-地上 a { color: #e0c068 !important; }
.tl-地上, .tl-地上 a { color: #ebd69d !important; }
.td-地上, .td-地上 a { color: #927d44 !important; }
.bg-超能力 { background-color: #f85888 !important; }
.bgl-超能力 { background-color: #fa92b2 !important; }
.bgd-超能力 { background-color: #a13959 !important; }
.b-超能力 { border: 3px solid #f85888; }
.bl-超能力 { border: 3px solid #fa92b2; }
.bd-超能力 { border: 3px solid #a13959; }
.t-超能力, .t-超能力 a { color: #f85888 !important; }
.tl-超能力, .tl-超能力 a { color: #fa92b2 !important; }
.td-超能力, .td-超能力 a { color: #a13959 !important; }
.bg-冰 { background-color: #98d8d8 !important; }
.bgl-冰 { background-color: #bce6e6 !important; }
.bgd-冰 { background-color: #638d8d !important; }
.b-冰 { border: 3px solid #98d8d8; }
.bl-冰 { border: 3px solid #bce6e6; }
.bd-冰 { border: 3px solid #638d8d; }
.t-冰, .t-冰 a { color: #98d8d8 !important; }
.tl-冰, .tl-冰 a { color: #bce6e6 !important; }
.td-冰, .td-冰 a { color: #638d8d !important; }
.bg-龙 { background-color: #7038f8 !important; }
.bgl-龙 { background-color: #a27dfa !important; }
.bgd-龙 { background-color: #4924a1 !important; }
.b-龙 { border: 3px solid #7038f8; }
.bl-龙 { border: 3px solid #a27dfa; }
.bd-龙 { border: 3px solid #4924a1; }
.t-龙, .t-龙 a { color: #7038f8 !important; }
.tl-龙, .tl-龙 a { color: #a27dfa !important; }
.td-龙, .td-龙 a { color: #4924a1 !important; }
.bg-龍 { background-color: #7038f8 !important; }
.bgl-龍 { background-color: #a27dfa !important; }
.bgd-龍 { background-color: #4924a1 !important; }
.b-龍 { border: 3px solid #7038f8; }
.bl-龍 { border: 3px solid #a27dfa; }
.bd-龍 { border: 3px solid #4924a1; }
.t-龍, .t-龍 a { color: #7038f8 !important; }
.tl-龍, .tl-龍 a { color: #a27dfa !important; }
.td-龍, .td-龍 a { color: #4924a1 !important; }
.bg-幽灵 { background-color: #705898 !important; }
.bgl-幽灵 { background-color: #a292bc !important; }
.bgd-幽灵 { background-color: #493963 !important; }
.b-幽灵 { border: 3px solid #705898; }
.bl-幽灵 { border: 3px solid #a292bc; }
.bd-幽灵 { border: 3px solid #493963; }
.t-幽灵, .t-幽灵 a { color: #705898 !important; }
.tl-幽灵, .tl-幽灵 a { color: #a292bc !important; }
.td-幽灵, .td-幽灵 a { color: #493963 !important; }
.bg-幽靈 { background-color: #705898 !important; }
.bgl-幽靈 { background-color: #a292bc !important; }
.bgd-幽靈 { background-color: #493963 !important; }
.b-幽靈 { border: 3px solid #705898; }
.bl-幽靈 { border: 3px solid #a292bc; }
.bd-幽靈 { border: 3px solid #493963; }
.t-幽靈, .t-幽靈 a { color: #705898 !important; }
.tl-幽靈, .tl-幽靈 a { color: #a292bc !important; }
.td-幽靈, .td-幽靈 a { color: #493963 !important; }
.bg-恶 { background-color: #705848 !important; }
.bgl-恶 { background-color: #a29288 !important; }
.bgd-恶 { background-color: #49392f !important; }
.b-恶 { border: 3px solid #705848; }
.bl-恶 { border: 3px solid #a29288; }
.bd-恶 { border: 3px solid #49392f; }
.t-恶, .t-恶 a { color: #705848 !important; }
.tl-恶, .tl-恶 a { color: #a29288 !important; }
.td-恶, .td-恶 a { color: #49392f !important; }
.bg-惡 { background-color: #705848 !important; }
.bgl-惡 { background-color: #a29288 !important; }
.bgd-惡 { background-color: #49392f !important; }
.b-惡 { border: 3px solid #705848; }
.bl-惡 { border: 3px solid #a29288; }
.bd-惡 { border: 3px solid #49392f; }
.t-惡, .t-惡 a { color: #705848 !important; }
.tl-惡, .tl-惡 a { color: #a29288 !important; }
.td-惡, .td-惡 a { color: #49392f !important; }
.bg-钢 { background-color: #b8b8d0 !important; }
.bgl-钢 { background-color: #d1d1e0 !important; }
.bgd-钢 { background-color: #787887 !important; }
.b-钢 { border: 3px solid #b8b8d0; }
.bl-钢 { border: 3px solid #d1d1e0; }
.bd-钢 { border: 3px solid #787887; }
.t-钢, .t-钢 a { color: #b8b8d0 !important; }
.tl-钢, .tl-钢 a { color: #d1d1e0 !important; }
.td-钢, .td-钢 a { color: #787887 !important; }
.bg-鋼 { background-color: #b8b8d0 !important; }
.bgl-鋼 { background-color: #d1d1e0 !important; }
.bgd-鋼 { background-color: #787887 !important; }
.b-鋼 { border: 3px solid #b8b8d0; }
.bl-鋼 { border: 3px solid #d1d1e0; }
.bd-鋼 { border: 3px solid #787887; }
.t-鋼, .t-鋼 a { color: #b8b8d0 !important; }
.tl-鋼, .tl-鋼 a { color: #d1d1e0 !important; }
.td-鋼, .td-鋼 a { color: #787887 !important; }
.bg-妖精 { background-color: #ee99ac !important; }
.bgl-妖精 { background-color: #f4bdc9 !important; }
.bgd-妖精 { background-color: #9b6470 !important; }
.b-妖精 { border: 3px solid #ee99ac; }
.bl-妖精 { border: 3px solid #f4bdc9; }
.bd-妖精 { border: 3px solid #9b6470; }
.t-妖精, .t-妖精 a { color: #ee99ac !important; }
.tl-妖精, .tl-妖精 a { color: #f4bdc9 !important; }
.td-妖精, .td-妖精 a { color: #9b6470 !important; }
.bg-未知 { background-color: #68a090 !important; }
.bgl-未知 { background-color: #9dc1b7 !important; }
.bgd-未知 { background-color: #44685e !important; }
.b-未知 { border: 3px solid #68a090; }
.bl-未知 { border: 3px solid #9dc1b7; }
.bd-未知 { border: 3px solid #44685e; }
.t-未知, .t-未知 a { color: #68a090 !important; }
.tl-未知, .tl-未知 a { color: #9dc1b7 !important; }
.td-未知, .td-未知 a { color: #44685e !important; }
.bg-一般C { background-color: #e5d6d0 !important; }
.bgl-一般C { background-color: #eee4e0 !important; }
.bgd-一般C { background-color: #958b87 !important; }
.b-一般C { border: 3px solid #e5d6d0; }
.bl-一般C { border: 3px solid #eee4e0; }
.bd-一般C { border: 3px solid #958b87; }
.t-一般C, .t-一般C a { color: #e5d6d0 !important; }
.tl-一般C, .tl-一般C a { color: #eee4e0 !important; }
.td-一般C, .td-一般C a { color: #958b87 !important; }
.bg-炎C { background-color: #e24242 !important; }
.bgl-炎C { background-color: #ec8484 !important; }
.bgd-炎C { background-color: #932b2b !important; }
.b-炎C { border: 3px solid #e24242; }
.bl-炎C { border: 3px solid #ec8484; }
.bd-炎C { border: 3px solid #932b2b; }
.t-炎C, .t-炎C a { color: #e24242 !important; }
.tl-炎C, .tl-炎C a { color: #ec8484 !important; }
.td-炎C, .td-炎C a { color: #932b2b !important; }
.bg-水C { background-color: #5bc7e5 !important; }
.bgl-水C { background-color: #94dbee !important; }
.bgd-水C { background-color: #3b8295 !important; }
.b-水C { border: 3px solid #5bc7e5; }
.bl-水C { border: 3px solid #94dbee; }
.bd-水C { border: 3px solid #3b8295; }
.t-水C, .t-水C a { color: #5bc7e5 !important; }
.tl-水C, .tl-水C a { color: #94dbee !important; }
.td-水C, .td-水C a { color: #3b8295 !important; }
.bg-草C { background-color: #7db808 !important; }
.bgl-草C { background-color: #aad15e !important; }
.bgd-草C { background-color: #517805 !important; }
.b-草C { border: 3px solid #7db808; }
.bl-草C { border: 3px solid #aad15e; }
.bd-草C { border: 3px solid #517805; }
.t-草C, .t-草C a { color: #7db808 !important; }
.tl-草C, .tl-草C a { color: #aad15e !important; }
.td-草C, .td-草C a { color: #517805 !important; }
.bg-电C { background-color: #fab536 !important; }
.bgl-电C { background-color: #fcce7c !important; }
.bgd-电C { background-color: #a37523 !important; }
.b-电C { border: 3px solid #fab536; }
.bl-电C { border: 3px solid #fcce7c; }
.bd-电C { border: 3px solid #a37523; }
.t-电C, .t-电C a { color: #fab536 !important; }
.tl-电C, .tl-电C a { color: #fcce7c !important; }
.td-电C, .td-电C a { color: #a37523 !important; }
.bg-電C { background-color: #fab536 !important; }
.bgl-電C { background-color: #fcce7c !important; }
.bgd-電C { background-color: #a37523 !important; }
.b-電C { border: 3px solid #fab536; }
.bl-電C { border: 3px solid #fcce7c; }
.bd-電C { border: 3px solid #a37523; }
.t-電C, .t-電C a { color: #fab536 !important; }
.tl-電C, .tl-電C a { color: #fcce7c !important; }
.td-電C, .td-電C a { color: #a37523 !important; }
.bg-格斗C { background-color: #ff501f !important; }
.bgl-格斗C { background-color: #ff8d6d !important; }
.bgd-格斗C { background-color: #a63414 !important; }
.b-格斗C { border: 3px solid #ff501f; }
.bl-格斗C { border: 3px solid #ff8d6d; }
.bd-格斗C { border: 3px solid #a63414; }
.t-格斗C, .t-格斗C a { color: #ff501f !important; }
.tl-格斗C, .tl-格斗C a { color: #ff8d6d !important; }
.td-格斗C, .td-格斗C a { color: #a63414 !important; }
.bg-格鬥C { background-color: #ff501f !important; }
.bgl-格鬥C { background-color: #ff8d6d !important; }
.bgd-格鬥C { background-color: #a63414 !important; }
.b-格鬥C { border: 3px solid #ff501f; }
.bl-格鬥C { border: 3px solid #ff8d6d; }
.bd-格鬥C { border: 3px solid #a63414; }
.t-格鬥C, .t-格鬥C a { color: #ff501f !important; }
.tl-格鬥C, .tl-格鬥C a { color: #ff8d6d !important; }
.td-格鬥C, .td-格鬥C a { color: #a63414 !important; }
.bg-超能力C { background-color: #a65e9a !important; }
.bgl-超能力C { background-color: #c596bd !important; }
.bgd-超能力C { background-color: #6c3d64 !important; }
.b-超能力C { border: 3px solid #a65e9a; }
.bl-超能力C { border: 3px solid #c596bd; }
.bd-超能力C { border: 3px solid #6c3d64; }
.t-超能力C, .t-超能力C a { color: #a65e9a !important; }
.tl-超能力C, .tl-超能力C a { color: #c596bd !important; }
.td-超能力C, .td-超能力C a { color: #6c3d64 !important; }
.bg-恶C { background-color: #2c2e2b !important; }
.bgl-恶C { background-color: #767775 !important; }
.bgd-恶C { background-color: #1d1e1c !important; }
.b-恶C { border: 3px solid #2c2e2b; }
.bl-恶C { border: 3px solid #767775; }
.bd-恶C { border: 3px solid #1d1e1c; }
.t-恶C, .t-恶C a { color: #2c2e2b !important; }
.tl-恶C, .tl-恶C a { color: #767775 !important; }
.td-恶C, .td-恶C a { color: #1d1e1c !important; }
.bg-惡C { background-color: #2c2e2b !important; }
.bgl-惡C { background-color: #767775 !important; }
.bgd-惡C { background-color: #1d1e1c !important; }
.b-惡C { border: 3px solid #2c2e2b; }
.bl-惡C { border: 3px solid #767775; }
.bd-惡C { border: 3px solid #1d1e1c; }
.t-惡C, .t-惡C a { color: #2c2e2b !important; }
.tl-惡C, .tl-惡C a { color: #767775 !important; }
.td-惡C, .td-惡C a { color: #1d1e1c !important; }
.bg-钢C { background-color: #8a776e !important; }
.bgl-钢C { background-color: #b3a6a1 !important; }
.bgd-钢C { background-color: #5a4d48 !important; }
.b-钢C { border: 3px solid #8a776e; }
.bl-钢C { border: 3px solid #b3a6a1; }
.bd-钢C { border: 3px solid #5a4d48; }
.t-钢C, .t-钢C a { color: #8a776e !important; }
.tl-钢C, .tl-钢C a { color: #b3a6a1 !important; }
.td-钢C, .td-钢C a { color: #5a4d48 !important; }
.bg-鋼C { background-color: #8a776e !important; }
.bgl-鋼C { background-color: #b3a6a1 !important; }
.bgd-鋼C { background-color: #5a4d48 !important; }
.b-鋼C { border: 3px solid #8a776e; }
.bl-鋼C { border: 3px solid #b3a6a1; }
.bd-鋼C { border: 3px solid #5a4d48; }
.t-鋼C, .t-鋼C a { color: #8a776e !important; }
.tl-鋼C, .tl-鋼C a { color: #b3a6a1 !important; }
.td-鋼C, .td-鋼C a { color: #5a4d48 !important; }
.bg-龙C { background-color: #d9cd57 !important; }
.bgl-龙C { background-color: #e4e7a2 !important; }
.bgd-龙C { background-color: #747343 !important; }
.b-龙C { border: 3px solid #d9cd57; }
.bl-龙C { border: 3px solid #e4e7a2; }
.bd-龙C { border: 3px solid #747343; }
.t-龙C, .t-龙C a { color: #d9cd57 !important; }
.tl-龙C, .tl-龙C a { color: #e4e7a2 !important; }
.td-龙C, .td-龙C a { color: #747343 !important; }
.bg-龍C { background-color: #d9cd57 !important; }
.bgl-龍C { background-color: #e4e7a2 !important; }
.bgd-龍C { background-color: #747343 !important; }
.b-龍C { border: 3px solid #d9cd57; }
.bl-龍C { border: 3px solid #e4e7a2; }
.bd-龍C { border: 3px solid #747343; }
.t-龍C, .t-龍C a { color: #d9cd57 !important; }
.tl-龍C, .tl-龍C a { color: #e4e7a2 !important; }
.td-龍C, .td-龍C a { color: #747343 !important; }
.bg-妖精C { background-color: #e03a83 !important; }
.bgl-妖精C { background-color: #ea7eae !important; }
.bgd-妖精C { background-color: #912555 !important; }
.b-妖精C { border: 3px solid #e03a83; }
.bl-妖精C { border: 3px solid #ea7eae; }
.bd-妖精C { border: 3px solid #912555; }
.t-妖精C, .t-妖精C a { color: #e03a83 !important; }
.tl-妖精C, .tl-妖精C a { color: #ea7eae !important; }
.td-妖精C, .td-妖精C a { color: #912555 !important; }
.bg-特殊体质C { background-color: #146837 !important; }
.bgl-特殊体质C { background-color: #5a9572 !important; }
.bgd-特殊体质C { background-color: #0e4926 !important; }
.b-特殊体质C { border: 3px solid #146837; }
.bl-特殊体质C { border: 3px solid #5a9572; }
.bd-特殊体质C { border: 3px solid #0e4926; }
.t-特殊体质C, .t-特殊体质C a { color: #146837 !important; }
.tl-特殊体质C, .tl-特殊体质C a { color: #5a9572 !important; }
.td-特殊体质C, .td-特殊体质C a { color: #0e4926 !important; }
.bg-特殊體質C { background-color: #146837 !important; }
.bgl-特殊體質C { background-color: #5a9572 !important; }
.bgd-特殊體質C { background-color: #0e4926 !important; }
.b-特殊體質C { border: 3px solid #146837; }
.bl-特殊體質C { border: 3px solid #5a9572; }
.bd-特殊體質C { border: 3px solid #0e4926; }
.t-特殊體質C, .t-特殊體質C a { color: #146837 !important; }
.tl-特殊體質C, .tl-特殊體質C a { color: #5a9572 !important; }
.td-特殊體質C, .td-特殊體質C a { color: #0e4926 !important; }
.bg-特殊效果C { background-color: #850921 !important; }
.bgl-特殊效果C { background-color: #a95263 !important; }
.bgd-特殊效果C { background-color: #5d0617 !important; }
.b-特殊效果C { border: 3px solid #850921; }
.bl-特殊效果C { border: 3px solid #a95263; }
.bd-特殊效果C { border: 3px solid #5d0617; }
.t-特殊效果C, .t-特殊效果C a { color: #850921 !important; }
.tl-特殊效果C, .tl-特殊效果C a { color: #a95263 !important; }
.td-特殊效果C, .td-特殊效果C a { color: #5d0617 !important; }
.bg-训练家卡C { background-color: #ffe995 !important; }
.bgl-训练家卡C { background-color: #fffce4 !important; }
.bgd-训练家卡C { background-color: #b3a33b !important; }
.b-训练家卡C { border: 3px solid #ffe995; }
.bl-训练家卡C { border: 3px solid #fffce4; }
.bd-训练家卡C { border: 3px solid #b3a33b; }
.t-训练家卡C, .t-训练家卡C a { color: #ffe995 !important; }
.tl-训练家卡C, .tl-训练家卡C a { color: #fffce4 !important; }
.td-训练家卡C, .td-训练家卡C a { color: #b3a33b !important; }
.bg-訓練家卡C { background-color: #ffe995 !important; }
.bgl-訓練家卡C { background-color: #fffce4 !important; }
.bgd-訓練家卡C { background-color: #b3a33b !important; }
.b-訓練家卡C { border: 3px solid #ffe995; }
.bl-訓練家卡C { border: 3px solid #fffce4; }
.bd-訓練家卡C { border: 3px solid #b3a33b; }
.t-訓練家卡C, .t-訓練家卡C a { color: #ffe995 !important; }
.tl-訓練家卡C, .tl-訓練家卡C a { color: #fffce4 !important; }
.td-訓練家卡C, .td-訓練家卡C a { color: #b3a33b !important; }
.bg-支援卡C { background-color: #dc2222 !important; }
.bgl-支援卡C { background-color: #e66363 !important; }
.bgd-支援卡C { background-color: #9a1717 !important; }
.b-支援卡C { border: 3px solid #dc2222; }
.bl-支援卡C { border: 3px solid #e66363; }
.bd-支援卡C { border: 3px solid #9a1717; }
.t-支援卡C, .t-支援卡C a { color: #dc2222 !important; }
.tl-支援卡C, .tl-支援卡C a { color: #e66363 !important; }
.td-支援卡C, .td-支援卡C a { color: #9a1717 !important; }
.bg-训练场卡C { background-color: #90e183 !important; }
.bgl-训练场卡C { background-color: #b7ebae !important; }
.bgd-训练场卡C { background-color: #5e9255 !important; }
.b-训练场卡C { border: 3px solid #90e183; }
.bl-训练场卡C { border: 3px solid #b7ebae; }
.bd-训练场卡C { border: 3px solid #5e9255; }
.t-训练场卡C, .t-训练场卡C a { color: #90e183 !important; }
.tl-训练场卡C, .tl-训练场卡C a { color: #b7ebae !important; }
.td-训练场卡C, .td-训练场卡C a { color: #5e9255 !important; }
.bg-訓練場卡C { background-color: #90e183 !important; }
.bgl-訓練場卡C { background-color: #b7ebae !important; }
.bgd-訓練場卡C { background-color: #5e9255 !important; }
.b-訓練場卡C { border: 3px solid #90e183; }
.bl-訓練場卡C { border: 3px solid #b7ebae; }
.bd-訓練場卡C { border: 3px solid #5e9255; }
.t-訓練場卡C, .t-訓練場卡C a { color: #90e183 !important; }
.tl-訓練場卡C, .tl-訓練場卡C a { color: #b7ebae !important; }
.td-訓練場卡C, .td-訓練場卡C a { color: #5e9255 !important; }
.bg-物品卡C { background-color: #7777ee !important; }
.bgl-物品卡C { background-color: #a6a6f4 !important; }
.bgd-物品卡C { background-color: #4d4d9b !important; }
.b-物品卡C { border: 3px solid #7777ee; }
.bl-物品卡C { border: 3px solid #a6a6f4; }
.bd-物品卡C { border: 3px solid #4d4d9b; }
.t-物品卡C, .t-物品卡C a { color: #7777ee !important; }
.tl-物品卡C, .tl-物品卡C a { color: #a6a6f4 !important; }
.td-物品卡C, .td-物品卡C a { color: #4d4d9b !important; }
.bg-道具卡C { background-color: #7777ee !important; }
.bgl-道具卡C { background-color: #a6a6f4 !important; }
.bgd-道具卡C { background-color: #4d4d9b !important; }
.b-道具卡C { border: 3px solid #7777ee; }
.bl-道具卡C { border: 3px solid #a6a6f4; }
.bd-道具卡C { border: 3px solid #4d4d9b; }
.t-道具卡C, .t-道具卡C a { color: #7777ee !important; }
.tl-道具卡C, .tl-道具卡C a { color: #a6a6f4 !important; }
.td-道具卡C, .td-道具卡C a { color: #4d4d9b !important; }
.bg-彩虹C { background-color: #5bc7e5 !important; }
.bgl-彩虹C { background-color: #60dcff !important; }
.bgd-彩虹C { background-color: #37b4d6 !important; }
.b-彩虹C { border: 3px solid #5bc7e5; }
.bl-彩虹C { border: 3px solid #60dcff; }
.bd-彩虹C { border: 3px solid #37b4d6; }
.t-彩虹C, .t-彩虹C a { color: #5bc7e5 !important; }
.tl-彩虹C, .tl-彩虹C a { color: #60dcff !important; }
.td-彩虹C, .td-彩虹C a { color: #37b4d6 !important; }
.bg-特性C { background-color: #c84923 !important; }
.bgl-特性C { background-color: #d87f64 !important; }
.bgd-特性C { background-color: #8c3318 !important; }
.b-特性C { border: 3px solid #c84923; }
.bl-特性C { border: 3px solid #d87f64; }
.bd-特性C { border: 3px solid #8c3318; }
.t-特性C, .t-特性C a { color: #c84923 !important; }
.tl-特性C, .tl-特性C a { color: #d87f64 !important; }
.td-特性C, .td-特性C a { color: #8c3318 !important; }
.bg-未知C { background-color: #58a090 !important; }
.bgl-未知C { background-color: #eee4e0 !important; }
.bgd-未知C { background-color: #958b87 !important; }
.b-未知C { border: 3px solid #58a090; }
.bl-未知C { border: 3px solid #eee4e0; }
.bd-未知C { border: 3px solid #958b87; }
.t-未知C, .t-未知C a { color: #58a090 !important; }
.tl-未知C, .tl-未知C a { color: #eee4e0 !important; }
.td-未知C, .td-未知C a { color: #958b87 !important; }
.bg-物理 { background-color: #c92112 !important; }
.bgl-物理 { background-color: #d96358 !important; }
.bgd-物理 { background-color: #82150b !important; }
.b-物理 { border: 3px solid #c92112; }
.bl-物理 { border: 3px solid #d96358; }
.bd-物理 { border: 3px solid #82150b; }
.t-物理, .t-物理 a { color: #c92112 !important; }
.tl-物理, .tl-物理 a { color: #d96358 !important; }
.td-物理, .td-物理 a { color: #82150b !important; }
.bg-特殊 { background-color: #4f5870 !important; }
.bgl-特殊 { background-color: #83899a !important; }
.bgd-特殊 { background-color: #333948 !important; }
.b-特殊 { border: 3px solid #4f5870; }
.bl-特殊 { border: 3px solid #83899a; }
.bd-特殊 { border: 3px solid #333948; }
.t-特殊, .t-特殊 a { color: #4f5870 !important; }
.tl-特殊, .tl-特殊 a { color: #83899a !important; }
.td-特殊, .td-特殊 a { color: #333948 !important; }
.bg-变化 { background-color: #8c888c !important; }
.bgl-变化 { background-color: #aeabae !important; }
.bgd-变化 { background-color: #5b585b !important; }
.b-变化 { border: 3px solid #8c888c; }
.bl-变化 { border: 3px solid #aeabae; }
.bd-变化 { border: 3px solid #5b585b; }
.t-变化, .t-变化 a { color: #8c888c !important; }
.tl-变化, .tl-变化 a { color: #aeabae !important; }
.td-变化, .td-变化 a { color: #5b585b !important; }
.bg-變化 { background-color: #8c888c !important; }
.bgl-變化 { background-color: #aeabae !important; }
.bgd-變化 { background-color: #5b585b !important; }
.b-變化 { border: 3px solid #8c888c; }
.bl-變化 { border: 3px solid #aeabae; }
.bd-變化 { border: 3px solid #5b585b; }
.t-變化, .t-變化 a { color: #8c888c !important; }
.tl-變化, .tl-變化 a { color: #aeabae !important; }
.td-變化, .td-變化 a { color: #5b585b !important; }
.bg-华丽大赛 { background-color: #e090a8 !important; }
.bgl-华丽大赛 { background-color: #ebb7c6 !important; }
.bgd-华丽大赛 { background-color: #925e6d !important; }
.b-华丽大赛 { border: 3px solid #e090a8; }
.bl-华丽大赛 { border: 3px solid #ebb7c6; }
.bd-华丽大赛 { border: 3px solid #925e6d; }
.t-华丽大赛, .t-华丽大赛 a { color: #e090a8 !important; }
.tl-华丽大赛, .tl-华丽大赛 a { color: #ebb7c6 !important; }
.td-华丽大赛, .td-华丽大赛 a { color: #925e6d !important; }
.bg-華麗大賽 { background-color: #e090a8 !important; }
.bgl-華麗大賽 { background-color: #ebb7c6 !important; }
.bgd-華麗大賽 { background-color: #925e6d !important; }
.b-華麗大賽 { border: 3px solid #e090a8; }
.bl-華麗大賽 { border: 3px solid #ebb7c6; }
.bd-華麗大賽 { border: 3px solid #925e6d; }
.t-華麗大賽, .t-華麗大賽 a { color: #e090a8 !important; }
.tl-華麗大賽, .tl-華麗大賽 a { color: #ebb7c6 !important; }
.td-華麗大賽, .td-華麗大賽 a { color: #925e6d !important; }
.bg-聪明 { background-color: #78c850 !important; }
.bgl-聪明 { background-color: #a7db8d !important; }
.bgd-聪明 { background-color: #4e8234 !important; }
.b-聪明 { border: 3px solid #78c850; }
.bl-聪明 { border: 3px solid #a7db8d; }
.bd-聪明 { border: 3px solid #4e8234; }
.t-聪明, .t-聪明 a { color: #78c850 !important; }
.tl-聪明, .tl-聪明 a { color: #a7db8d !important; }
.td-聪明, .td-聪明 a { color: #4e8234 !important; }
.bg-聰明 { background-color: #78c850 !important; }
.bgl-聰明 { background-color: #a7db8d !important; }
.bgd-聰明 { background-color: #4e8234 !important; }
.b-聰明 { border: 3px solid #78c850; }
.bl-聰明 { border: 3px solid #a7db8d; }
.bd-聰明 { border: 3px solid #4e8234; }
.t-聰明, .t-聰明 a { color: #78c850 !important; }
.tl-聰明, .tl-聰明 a { color: #a7db8d !important; }
.td-聰明, .td-聰明 a { color: #4e8234 !important; }
.bg-美丽 { background-color: #6890f0 !important; }
.bgl-美丽 { background-color: #9db7f5 !important; }
.bgd-美丽 { background-color: #445e9c !important; }
.b-美丽 { border: 3px solid #6890f0; }
.bl-美丽 { border: 3px solid #9db7f5; }
.bd-美丽 { border: 3px solid #445e9c; }
.t-美丽, .t-美丽 a { color: #6890f0 !important; }
.tl-美丽, .tl-美丽 a { color: #9db7f5 !important; }
.td-美丽, .td-美丽 a { color: #445e9c !important; }
.bg-美麗 { background-color: #6890f0 !important; }
.bgl-美麗 { background-color: #9db7f5 !important; }
.bgd-美麗 { background-color: #445e9c !important; }
.b-美麗 { border: 3px solid #6890f0; }
.bl-美麗 { border: 3px solid #9db7f5; }
.bd-美麗 { border: 3px solid #445e9c; }
.t-美麗, .t-美麗 a { color: #6890f0 !important; }
.tl-美麗, .tl-美麗 a { color: #9db7f5 !important; }
.td-美麗, .td-美麗 a { color: #445e9c !important; }
.bg-强壮 { background-color: #f8d030 !important; }
.bgl-强壮 { background-color: #fae078 !important; }
.bgd-强壮 { background-color: #a1871f !important; }
.b-强壮 { border: 3px solid #f8d030; }
.bl-强壮 { border: 3px solid #fae078; }
.bd-强壮 { border: 3px solid #a1871f; }
.t-强壮, .t-强壮 a { color: #f8d030 !important; }
.tl-强壮, .tl-强壮 a { color: #fae078 !important; }
.td-强壮, .td-强壮 a { color: #a1871f !important; }
.bg-強壯 { background-color: #f8d030 !important; }
.bgl-強壯 { background-color: #fae078 !important; }
.bgd-強壯 { background-color: #a1871f !important; }
.b-強壯 { border: 3px solid #f8d030; }
.bl-強壯 { border: 3px solid #fae078; }
.bd-強壯 { border: 3px solid #a1871f; }
.t-強壯, .t-強壯 a { color: #f8d030 !important; }
.tl-強壯, .tl-強壯 a { color: #fae078 !important; }
.td-強壯, .td-強壯 a { color: #a1871f !important; }
.bg-帅气 { background-color: #f08030 !important; }
.bgl-帅气 { background-color: #f5ac78 !important; }
.bgd-帅气 { background-color: #9c531f !important; }
.b-帅气 { border: 3px solid #f08030; }
.bl-帅气 { border: 3px solid #f5ac78; }
.bd-帅气 { border: 3px solid #9c531f; }
.t-帅气, .t-帅气 a { color: #f08030 !important; }
.tl-帅气, .tl-帅气 a { color: #f5ac78 !important; }
.td-帅气, .td-帅气 a { color: #9c531f !important; }
.bg-帥氣 { background-color: #f08030 !important; }
.bgl-帥氣 { background-color: #f5ac78 !important; }
.bgd-帥氣 { background-color: #9c531f !important; }
.b-帥氣 { border: 3px solid #f08030; }
.bl-帥氣 { border: 3px solid #f5ac78; }
.bd-帥氣 { border: 3px solid #9c531f; }
.t-帥氣, .t-帥氣 a { color: #f08030 !important; }
.tl-帥氣, .tl-帥氣 a { color: #f5ac78 !important; }
.td-帥氣, .td-帥氣 a { color: #9c531f !important; }
.bg-可爱 { background-color: #f85888 !important; }
.bgl-可爱 { background-color: #fa92b2 !important; }
.bgd-可爱 { background-color: #a13959 !important; }
.b-可爱 { border: 3px solid #f85888; }
.bl-可爱 { border: 3px solid #fa92b2; }
.bd-可爱 { border: 3px solid #a13959; }
.t-可爱, .t-可爱 a { color: #f85888 !important; }
.tl-可爱, .tl-可爱 a { color: #fa92b2 !important; }
.td-可爱, .td-可爱 a { color: #a13959 !important; }
.bg-可愛 { background-color: #f85888 !important; }
.bgl-可愛 { background-color: #fa92b2 !important; }
.bgd-可愛 { background-color: #a13959 !important; }
.b-可愛 { border: 3px solid #f85888; }
.bl-可愛 { border: 3px solid #fa92b2; }
.bd-可愛 { border: 3px solid #a13959; }
.t-可愛, .t-可愛 a { color: #f85888 !important; }
.tl-可愛, .tl-可愛 a { color: #fa92b2 !important; }
.td-可愛, .td-可愛 a { color: #a13959 !important; }
.bg-HP { background-color: red !important; }
.bgl-HP { background-color: #ff5959 !important; }
.bgd-HP { background-color: #a60000 !important; }
.b-HP { border: 3px solid red; }
.bl-HP { border: 3px solid #ff5959; }
.bd-HP { border: 3px solid #a60000; }
.t-HP, .t-HP a { color: red !important; }
.tl-HP, .tl-HP a { color: #ff5959 !important; }
.td-HP, .td-HP a { color: #a60000 !important; }
.bg-攻击 { background-color: #f08030 !important; }
.bgl-攻击 { background-color: #f5ac78 !important; }
.bgd-攻击 { background-color: #9c531f !important; }
.b-攻击 { border: 3px solid #f08030; }
.bl-攻击 { border: 3px solid #f5ac78; }
.bd-攻击 { border: 3px solid #9c531f; }
.t-攻击, .t-攻击 a { color: #f08030 !important; }
.tl-攻击, .tl-攻击 a { color: #f5ac78 !important; }
.td-攻击, .td-攻击 a { color: #9c531f !important; }
.bg-攻擊 { background-color: #f08030 !important; }
.bgl-攻擊 { background-color: #f5ac78 !important; }
.bgd-攻擊 { background-color: #9c531f !important; }
.b-攻擊 { border: 3px solid #f08030; }
.bl-攻擊 { border: 3px solid #f5ac78; }
.bd-攻擊 { border: 3px solid #9c531f; }
.t-攻擊, .t-攻擊 a { color: #f08030 !important; }
.tl-攻擊, .tl-攻擊 a { color: #f5ac78 !important; }
.td-攻擊, .td-攻擊 a { color: #9c531f !important; }
.bg-防御 { background-color: #f8d030 !important; }
.bgl-防御 { background-color: #fae078 !important; }
.bgd-防御 { background-color: #a1871f !important; }
.b-防御 { border: 3px solid #f8d030; }
.bl-防御 { border: 3px solid #fae078; }
.bd-防御 { border: 3px solid #a1871f; }
.t-防御, .t-防御 a { color: #f8d030 !important; }
.tl-防御, .tl-防御 a { color: #fae078 !important; }
.td-防御, .td-防御 a { color: #a1871f !important; }
.bg-防禦 { background-color: #f8d030 !important; }
.bgl-防禦 { background-color: #fae078 !important; }
.bgd-防禦 { background-color: #a1871f !important; }
.b-防禦 { border: 3px solid #f8d030; }
.bl-防禦 { border: 3px solid #fae078; }
.bd-防禦 { border: 3px solid #a1871f; }
.t-防禦, .t-防禦 a { color: #f8d030 !important; }
.tl-防禦, .tl-防禦 a { color: #fae078 !important; }
.td-防禦, .td-防禦 a { color: #a1871f !important; }
.bg-特攻 { background-color: #6890f0 !important; }
.bgl-特攻 { background-color: #9db7f5 !important; }
.bgd-特攻 { background-color: #445e9c !important; }
.b-特攻 { border: 3px solid #6890f0; }
.bl-特攻 { border: 3px solid #9db7f5; }
.bd-特攻 { border: 3px solid #445e9c; }
.t-特攻, .t-特攻 a { color: #6890f0 !important; }
.tl-特攻, .tl-特攻 a { color: #9db7f5 !important; }
.td-特攻, .td-特攻 a { color: #445e9c !important; }
.bg-特防 { background-color: #78c850 !important; }
.bgl-特防 { background-color: #a7db8d !important; }
.bgd-特防 { background-color: #4e8234 !important; }
.b-特防 { border: 3px solid #78c850; }
.bl-特防 { border: 3px solid #a7db8d; }
.bd-特防 { border: 3px solid #4e8234; }
.t-特防, .t-特防 a { color: #78c850 !important; }
.tl-特防, .tl-特防 a { color: #a7db8d !important; }
.td-特防, .td-特防 a { color: #4e8234 !important; }
.bg-速度 { background-color: #f85888 !important; }
.bgl-速度 { background-color: #fa92b2 !important; }
.bgd-速度 { background-color: #a13959 !important; }
.b-速度 { border: 3px solid #f85888; }
.bl-速度 { border: 3px solid #fa92b2; }
.bd-速度 { border: 3px solid #a13959; }
.t-速度, .t-速度 a { color: #f85888 !important; }
.tl-速度, .tl-速度 a { color: #fa92b2 !important; }
.td-速度, .td-速度 a { color: #a13959 !important; }
.bg-辣 { background-color: #f08030 !important; }
.bgl-辣 { background-color: #f5ac78 !important; }
.bgd-辣 { background-color: #9c531f !important; }
.b-辣 { border: 3px solid #f08030; }
.bl-辣 { border: 3px solid #f5ac78; }
.bd-辣 { border: 3px solid #9c531f; }
.t-辣, .t-辣 a { color: #f08030 !important; }
.tl-辣, .tl-辣 a { color: #f5ac78 !important; }
.td-辣, .td-辣 a { color: #9c531f !important; }
.bg-酸 { background-color: #f8d030 !important; }
.bgl-酸 { background-color: #fae078 !important; }
.bgd-酸 { background-color: #a1871f !important; }
.b-酸 { border: 3px solid #f8d030; }
.bl-酸 { border: 3px solid #fae078; }
.bd-酸 { border: 3px solid #a1871f; }
.t-酸, .t-酸 a { color: #f8d030 !important; }
.tl-酸, .tl-酸 a { color: #fae078 !important; }
.td-酸, .td-酸 a { color: #a1871f !important; }
.bg-涩 { background-color: #6890f0 !important; }
.bgl-涩 { background-color: #9db7f5 !important; }
.bgd-涩 { background-color: #445e9c !important; }
.b-涩 { border: 3px solid #6890f0; }
.bl-涩 { border: 3px solid #9db7f5; }
.bd-涩 { border: 3px solid #445e9c; }
.t-涩, .t-涩 a { color: #6890f0 !important; }
.tl-涩, .tl-涩 a { color: #9db7f5 !important; }
.td-涩, .td-涩 a { color: #445e9c !important; }
.bg-澀 { background-color: #6890f0 !important; }
.bgl-澀 { background-color: #9db7f5 !important; }
.bgd-澀 { background-color: #445e9c !important; }
.b-澀 { border: 3px solid #6890f0; }
.bl-澀 { border: 3px solid #9db7f5; }
.bd-澀 { border: 3px solid #445e9c; }
.t-澀, .t-澀 a { color: #6890f0 !important; }
.tl-澀, .tl-澀 a { color: #9db7f5 !important; }
.td-澀, .td-澀 a { color: #445e9c !important; }
.bg-苦 { background-color: #78c850 !important; }
.bgl-苦 { background-color: #a7db8d !important; }
.bgd-苦 { background-color: #4e8234 !important; }
.b-苦 { border: 3px solid #78c850; }
.bl-苦 { border: 3px solid #a7db8d; }
.bd-苦 { border: 3px solid #4e8234; }
.t-苦, .t-苦 a { color: #78c850 !important; }
.tl-苦, .tl-苦 a { color: #a7db8d !important; }
.td-苦, .td-苦 a { color: #4e8234 !important; }
.bg-甜 { background-color: #f85888 !important; }
.bgl-甜 { background-color: #fa92b2 !important; }
.bgd-甜 { background-color: #a13959 !important; }
.b-甜 { border: 3px solid #f85888; }
.bl-甜 { border: 3px solid #fa92b2; }
.bd-甜 { border: 3px solid #a13959; }
.t-甜, .t-甜 a { color: #f85888 !important; }
.tl-甜, .tl-甜 a { color: #fa92b2 !important; }
.td-甜, .td-甜 a { color: #a13959 !important; }
.bg-回避 { background-color: #ae58f8 !important; }
.bgl-回避 { background-color: #d099ff !important; }
.bgd-回避 { background-color: #542b77 !important; }
.b-回避 { border: 3px solid #ae58f8; }
.bl-回避 { border: 3px solid #d099ff; }
.bd-回避 { border: 3px solid #542b77; }
.t-回避, .t-回避 a { color: #ae58f8 !important; }
.tl-回避, .tl-回避 a { color: #d099ff !important; }
.td-回避, .td-回避 a { color: #542b77 !important; }
.bg-迴避 { background-color: #ae58f8 !important; }
.bgl-迴避 { background-color: #d099ff !important; }
.bgd-迴避 { background-color: #542b77 !important; }
.b-迴避 { border: 3px solid #ae58f8; }
.bl-迴避 { border: 3px solid #d099ff; }
.bd-迴避 { border: 3px solid #542b77; }
.t-迴避, .t-迴避 a { color: #ae58f8 !important; }
.tl-迴避, .tl-迴避 a { color: #d099ff !important; }
.td-迴避, .td-迴避 a { color: #542b77 !important; }
.bg-命中 { background-color: #58f8f6 !important; }
.bgl-命中 { background-color: #aefffe !important; }
.bgd-命中 { background-color: #2a6f6e !important; }
.b-命中 { border: 3px solid #58f8f6; }
.bl-命中 { border: 3px solid #aefffe; }
.bd-命中 { border: 3px solid #2a6f6e; }
.t-命中, .t-命中 a { color: #58f8f6 !important; }
.tl-命中, .tl-命中 a { color: #aefffe !important; }
.td-命中, .td-命中 a { color: #2a6f6e !important; }
.bg-关都 { background-color: #80bb1d !important; }
.bgl-关都 { background-color: #acd36c !important; }
.bgd-关都 { background-color: #537a13 !important; }
.b-关都 { border: 3px solid #80bb1d; }
.bl-关都 { border: 3px solid #acd36c; }
.bd-关都 { border: 3px solid #537a13; }
.t-关都, .t-关都 a { color: #80bb1d !important; }
.tl-关都, .tl-关都 a { color: #acd36c !important; }
.td-关都, .td-关都 a { color: #537a13 !important; }
.bg-關都 { background-color: #80bb1d !important; }
.bgl-關都 { background-color: #acd36c !important; }
.bgd-關都 { background-color: #537a13 !important; }
.b-關都 { border: 3px solid #80bb1d; }
.bl-關都 { border: 3px solid #acd36c; }
.bd-關都 { border: 3px solid #537a13; }
.t-關都, .t-關都 a { color: #80bb1d !important; }
.tl-關都, .tl-關都 a { color: #acd36c !important; }
.td-關都, .td-關都 a { color: #537a13 !important; }
.bg-城都 { background-color: #cac02e !important; }
.bgl-城都 { background-color: #dcd677 !important; }
.bgd-城都 { background-color: #837d1e !important; }
.b-城都 { border: 3px solid #cac02e; }
.bl-城都 { border: 3px solid #dcd677; }
.bd-城都 { border: 3px solid #837d1e; }
.t-城都, .t-城都 a { color: #cac02e !important; }
.tl-城都, .tl-城都 a { color: #dcd677 !important; }
.td-城都, .td-城都 a { color: #837d1e !important; }
.bg-丰缘 { background-color: #67c1ab !important; }
.bgl-丰缘 { background-color: #9cd7c8 !important; }
.bgd-丰缘 { background-color: #437e6f !important; }
.b-丰缘 { border: 3px solid #67c1ab; }
.bl-丰缘 { border: 3px solid #9cd7c8; }
.bd-丰缘 { border: 3px solid #437e6f; }
.t-丰缘, .t-丰缘 a { color: #67c1ab !important; }
.tl-丰缘, .tl-丰缘 a { color: #9cd7c8 !important; }
.td-丰缘, .td-丰缘 a { color: #437e6f !important; }
.bg-豐緣 { background-color: #67c1ab !important; }
.bgl-豐緣 { background-color: #9cd7c8 !important; }
.bgd-豐緣 { background-color: #437e6f !important; }
.b-豐緣 { border: 3px solid #67c1ab; }
.bl-豐緣 { border: 3px solid #9cd7c8; }
.bd-豐緣 { border: 3px solid #437e6f; }
.t-豐緣, .t-豐緣 a { color: #67c1ab !important; }
.tl-豐緣, .tl-豐緣 a { color: #9cd7c8 !important; }
.td-豐緣, .td-豐緣 a { color: #437e6f !important; }
.bg-神奥 { background-color: #9072a3 !important; }
.bgl-神奥 { background-color: #b7a3c3 !important; }
.bgd-神奥 { background-color: #5e4a6a !important; }
.b-神奥 { border: 3px solid #9072a3; }
.bl-神奥 { border: 3px solid #b7a3c3; }
.bd-神奥 { border: 3px solid #5e4a6a; }
.t-神奥, .t-神奥 a { color: #9072a3 !important; }
.tl-神奥, .tl-神奥 a { color: #b7a3c3 !important; }
.td-神奥, .td-神奥 a { color: #5e4a6a !important; }
.bg-神奧 { background-color: #9072a3 !important; }
.bgl-神奧 { background-color: #b7a3c3 !important; }
.bgd-神奧 { background-color: #5e4a6a !important; }
.b-神奧 { border: 3px solid #9072a3; }
.bl-神奧 { border: 3px solid #b7a3c3; }
.bd-神奧 { border: 3px solid #5e4a6a; }
.t-神奧, .t-神奧 a { color: #9072a3 !important; }
.tl-神奧, .tl-神奧 a { color: #b7a3c3 !important; }
.td-神奧, .td-神奧 a { color: #5e4a6a !important; }
.bg-合众 { background-color: #6baece !important; }
.bgl-合众 { background-color: #9fcadf !important; }
.bgd-合众 { background-color: #467186 !important; }
.b-合众 { border: 3px solid #6baece; }
.bl-合众 { border: 3px solid #9fcadf; }
.bd-合众 { border: 3px solid #467186; }
.t-合众, .t-合众 a { color: #6baece !important; }
.tl-合众, .tl-合众 a { color: #9fcadf !important; }
.td-合众, .td-合众 a { color: #467186 !important; }
.bg-合眾 { background-color: #6baece !important; }
.bgl-合眾 { background-color: #9fcadf !important; }
.bgd-合眾 { background-color: #467186 !important; }
.b-合眾 { border: 3px solid #6baece; }
.bl-合眾 { border: 3px solid #9fcadf; }
.bd-合眾 { border: 3px solid #467186; }
.t-合眾, .t-合眾 a { color: #6baece !important; }
.tl-合眾, .tl-合眾 a { color: #9fcadf !important; }
.td-合眾, .td-合眾 a { color: #467186 !important; }
.bg-卡洛斯 { background-color: #e04b8d !important; }
.bgl-卡洛斯 { background-color: #e779aa !important; }
.bgd-卡洛斯 { background-color: #b4336c !important; }
.b-卡洛斯 { border: 3px solid #e04b8d; }
.bl-卡洛斯 { border: 3px solid #e779aa; }
.bd-卡洛斯 { border: 3px solid #b4336c; }
.t-卡洛斯, .t-卡洛斯 a { color: #e04b8d !important; }
.tl-卡洛斯, .tl-卡洛斯 a { color: #e779aa !important; }
.td-卡洛斯, .td-卡洛斯 a { color: #b4336c !important; }
.bg-七岛 { background-color: #52cc91 !important; }
.bgl-七岛 { background-color: #8debbc !important; }
.bgd-七岛 { background-color: #2b915e !important; }
.b-七岛 { border: 3px solid #52cc91; }
.bl-七岛 { border: 3px solid #8debbc; }
.bd-七岛 { border: 3px solid #2b915e; }
.t-七岛, .t-七岛 a { color: #52cc91 !important; }
.tl-七岛, .tl-七岛 a { color: #8debbc !important; }
.td-七岛, .td-七岛 a { color: #2b915e !important; }
.bg-七島 { background-color: #52cc91 !important; }
.bgl-七島 { background-color: #8debbc !important; }
.bgd-七島 { background-color: #2b915e !important; }
.b-七島 { border: 3px solid #52cc91; }
.bl-七島 { border: 3px solid #8debbc; }
.bd-七島 { border: 3px solid #2b915e; }
.t-七島, .t-七島 a { color: #52cc91 !important; }
.tl-七島, .tl-七島 a { color: #8debbc !important; }
.td-七島, .td-七島 a { color: #2b915e !important; }
.bg-橘子 { background-color: #ff7f00 !important; }
.bgl-橘子 { background-color: #ffac59 !important; }
.bgd-橘子 { background-color: #a65300 !important; }
.b-橘子 { border: 3px solid #ff7f00; }
.bl-橘子 { border: 3px solid #ffac59; }
.bd-橘子 { border: 3px solid #a65300; }
.t-橘子, .t-橘子 a { color: #ff7f00 !important; }
.tl-橘子, .tl-橘子 a { color: #ffac59 !important; }
.td-橘子, .td-橘子 a { color: #a65300 !important; }
.bg-菲蕾 { background-color: #f7681a !important; }
.bgl-菲蕾 { background-color: #fa9d6a !important; }
.bgd-菲蕾 { background-color: #a14411 !important; }
.b-菲蕾 { border: 3px solid #f7681a; }
.bl-菲蕾 { border: 3px solid #fa9d6a; }
.bd-菲蕾 { border: 3px solid #a14411; }
.t-菲蕾, .t-菲蕾 a { color: #f7681a !important; }
.tl-菲蕾, .tl-菲蕾 a { color: #fa9d6a !important; }
.td-菲蕾, .td-菲蕾 a { color: #a14411 !important; }
.bg-菲雷 { background-color: #f7681a !important; }
.bgl-菲雷 { background-color: #fa9d6a !important; }
.bgd-菲雷 { background-color: #a14411 !important; }
.b-菲雷 { border: 3px solid #f7681a; }
.bl-菲雷 { border: 3px solid #fa9d6a; }
.bd-菲雷 { border: 3px solid #a14411; }
.t-菲雷, .t-菲雷 a { color: #f7681a !important; }
.tl-菲雷, .tl-菲雷 a { color: #fa9d6a !important; }
.td-菲雷, .td-菲雷 a { color: #a14411 !important; }
.bg-欧雷 { background-color: #817548 !important; }
.bgl-欧雷 { background-color: #ada588 !important; }
.bgd-欧雷 { background-color: #544c2f !important; }
.b-欧雷 { border: 3px solid #817548; }
.bl-欧雷 { border: 3px solid #ada588; }
.bd-欧雷 { border: 3px solid #544c2f; }
.t-欧雷, .t-欧雷 a { color: #817548 !important; }
.tl-欧雷, .tl-欧雷 a { color: #ada588 !important; }
.td-欧雷, .td-欧雷 a { color: #544c2f !important; }
.bg-歐雷 { background-color: #817548 !important; }
.bgl-歐雷 { background-color: #ada588 !important; }
.bgd-歐雷 { background-color: #544c2f !important; }
.b-歐雷 { border: 3px solid #817548; }
.bl-歐雷 { border: 3px solid #ada588; }
.bd-歐雷 { border: 3px solid #544c2f; }
.t-歐雷, .t-歐雷 a { color: #817548 !important; }
.tl-歐雷, .tl-歐雷 a { color: #ada588 !important; }
.td-歐雷, .td-歐雷 a { color: #544c2f !important; }
.bg-阿尔米亚 { background-color: #2d4b98 !important; }
.bgl-阿尔米亚 { background-color: #768abc !important; }
.bgd-阿尔米亚 { background-color: #1d3163 !important; }
.b-阿尔米亚 { border: 3px solid #2d4b98; }
.bl-阿尔米亚 { border: 3px solid #768abc; }
.bd-阿尔米亚 { border: 3px solid #1d3163; }
.t-阿尔米亚, .t-阿尔米亚 a { color: #2d4b98 !important; }
.tl-阿尔米亚, .tl-阿尔米亚 a { color: #768abc !important; }
.td-阿尔米亚, .td-阿尔米亚 a { color: #1d3163 !important; }
.bg-阿爾米亞 { background-color: #2d4b98 !important; }
.bgl-阿爾米亞 { background-color: #768abc !important; }
.bgd-阿爾米亞 { background-color: #1d3163 !important; }
.b-阿爾米亞 { border: 3px solid #2d4b98; }
.bl-阿爾米亞 { border: 3px solid #768abc; }
.bd-阿爾米亞 { border: 3px solid #1d3163; }
.t-阿爾米亞, .t-阿爾米亞 a { color: #2d4b98 !important; }
.tl-阿爾米亞, .tl-阿爾米亞 a { color: #768abc !important; }
.td-阿爾米亞, .td-阿爾米亞 a { color: #1d3163 !important; }
.bg-奥卜利比亚 { background-color: #2cb8e9 !important; }
.bgl-奥卜利比亚 { background-color: #76d1f1 !important; }
.bgd-奥卜利比亚 { background-color: #1d7898 !important; }
.b-奥卜利比亚 { border: 3px solid #2cb8e9; }
.bl-奥卜利比亚 { border: 3px solid #76d1f1; }
.bd-奥卜利比亚 { border: 3px solid #1d7898; }
.t-奥卜利比亚, .t-奥卜利比亚 a { color: #2cb8e9 !important; }
.tl-奥卜利比亚, .tl-奥卜利比亚 a { color: #76d1f1 !important; }
.td-奥卜利比亚, .td-奥卜利比亚 a { color: #1d7898 !important; }
.bg-奧卜利比亞 { background-color: #2cb8e9 !important; }
.bgl-奧卜利比亞 { background-color: #76d1f1 !important; }
.bgd-奧卜利比亞 { background-color: #1d7898 !important; }
.b-奧卜利比亞 { border: 3px solid #2cb8e9; }
.bl-奧卜利比亞 { border: 3px solid #76d1f1; }
.bd-奧卜利比亞 { border: 3px solid #1d7898; }
.t-奧卜利比亞, .t-奧卜利比亞 a { color: #2cb8e9 !important; }
.tl-奧卜利比亞, .tl-奧卜利比亞 a { color: #76d1f1 !important; }
.td-奧卜利比亞, .td-奧卜利比亞 a { color: #1d7898 !important; }
.bg-乱世 { background-color: #f0af40 !important; }
.bgl-乱世 { background-color: #f8de7e !important; }
.bgd-乱世 { background-color: #e08a1e !important; }
.b-乱世 { border: 3px solid #f0af40; }
.bl-乱世 { border: 3px solid #f8de7e; }
.bd-乱世 { border: 3px solid #e08a1e; }
.t-乱世, .t-乱世 a { color: #f0af40 !important; }
.tl-乱世, .tl-乱世 a { color: #f8de7e !important; }
.td-乱世, .td-乱世 a { color: #e08a1e !important; }
.bg-亂世 { background-color: #f0af40 !important; }
.bgl-亂世 { background-color: #f8de7e !important; }
.bgd-亂世 { background-color: #e08a1e !important; }
.b-亂世 { border: 3px solid #f0af40; }
.bl-亂世 { border: 3px solid #f8de7e; }
.bd-亂世 { border: 3px solid #e08a1e; }
.t-亂世, .t-亂世 a { color: #f0af40 !important; }
.tl-亂世, .tl-亂世 a { color: #f8de7e !important; }
.td-亂世, .td-亂世 a { color: #e08a1e !important; }
.bg-梦境 { background-color: #ef52b2 !important; }
.bgl-梦境 { background-color: #ffc0cb !important; }
.bgd-梦境 { background-color: #c6007b !important; }
.b-梦境 { border: 3px solid #ef52b2; }
.bl-梦境 { border: 3px solid #ffc0cb; }
.bd-梦境 { border: 3px solid #c6007b; }
.t-梦境, .t-梦境 a { color: #ef52b2 !important; }
.tl-梦境, .tl-梦境 a { color: #ffc0cb !important; }
.td-梦境, .td-梦境 a { color: #c6007b !important; }
.bg-夢境 { background-color: #ef52b2 !important; }
.bgl-夢境 { background-color: #ffc0cb !important; }
.bgd-夢境 { background-color: #c6007b !important; }
.b-夢境 { border: 3px solid #ef52b2; }
.bl-夢境 { border: 3px solid #ffc0cb; }
.bd-夢境 { border: 3px solid #c6007b; }
.t-夢境, .t-夢境 a { color: #ef52b2 !important; }
.tl-夢境, .tl-夢境 a { color: #ffc0cb !important; }
.td-夢境, .td-夢境 a { color: #c6007b !important; }
.bg-卡片游戏岛 { background-color: #ffe955 !important; }
.bgl-卡片游戏岛 { background-color: #fffce4 !important; }
.bgd-卡片游戏岛 { background-color: #b3a33b !important; }
.b-卡片游戏岛 { border: 3px solid #ffe955; }
.bl-卡片游戏岛 { border: 3px solid #fffce4; }
.bd-卡片游戏岛 { border: 3px solid #b3a33b; }
.t-卡片游戏岛, .t-卡片游戏岛 a { color: #ffe955 !important; }
.tl-卡片游戏岛, .tl-卡片游戏岛 a { color: #fffce4 !important; }
.td-卡片游戏岛, .td-卡片游戏岛 a { color: #b3a33b !important; }
.bg-卡片遊戲島 { background-color: #ffe955 !important; }
.bgl-卡片遊戲島 { background-color: #fffce4 !important; }
.bgd-卡片遊戲島 { background-color: #b3a33b !important; }
.b-卡片遊戲島 { border: 3px solid #ffe955; }
.bl-卡片遊戲島 { border: 3px solid #fffce4; }
.bd-卡片遊戲島 { border: 3px solid #b3a33b; }
.t-卡片遊戲島, .t-卡片遊戲島 a { color: #ffe955 !important; }
.tl-卡片遊戲島, .tl-卡片遊戲島 a { color: #fffce4 !important; }
.td-卡片遊戲島, .td-卡片遊戲島 a { color: #b3a33b !important; }
.bg-陆地 { background-color: #75c977 !important; }
.bgl-陆地 { background-color: #a2e0a3 !important; }
.bgd-陆地 { background-color: #4aa14d !important; }
.b-陆地 { border: 3px solid #75c977; }
.bl-陆地 { border: 3px solid #a2e0a3; }
.bd-陆地 { border: 3px solid #4aa14d; }
.t-陆地, .t-陆地 a { color: #75c977 !important; }
.tl-陆地, .tl-陆地 a { color: #a2e0a3 !important; }
.td-陆地, .td-陆地 a { color: #4aa14d !important; }
.bg-陸地 { background-color: #75c977 !important; }
.bgl-陸地 { background-color: #a2e0a3 !important; }
.bgd-陸地 { background-color: #4aa14d !important; }
.b-陸地 { border: 3px solid #75c977; }
.bl-陸地 { border: 3px solid #a2e0a3; }
.bd-陸地 { border: 3px solid #4aa14d; }
.t-陸地, .t-陸地 a { color: #75c977 !important; }
.tl-陸地, .tl-陸地 a { color: #a2e0a3 !important; }
.td-陸地, .td-陸地 a { color: #4aa14d !important; }
.bg-森林 { background-color: #3a822d !important; }
.bgl-森林 { background-color: #71ad64 !important; }
.bgd-森林 { background-color: #34612d !important; }
.b-森林 { border: 3px solid #3a822d; }
.bl-森林 { border: 3px solid #71ad64; }
.bd-森林 { border: 3px solid #34612d; }
.t-森林, .t-森林 a { color: #3a822d !important; }
.tl-森林, .tl-森林 a { color: #71ad64 !important; }
.td-森林, .td-森林 a { color: #34612d !important; }
.bg-雾 { background-color: #b5adc7 !important; }
.bgl-雾 { background-color: #cac1de !important; }
.bgd-雾 { background-color: #9e98ad !important; }
.b-雾 { border: 3px solid #b5adc7; }
.bl-雾 { border: 3px solid #cac1de; }
.bd-雾 { border: 3px solid #9e98ad; }
.t-雾, .t-雾 a { color: #b5adc7 !important; }
.tl-雾, .tl-雾 a { color: #cac1de !important; }
.td-雾, .td-雾 a { color: #9e98ad !important; }
.bg-霧 { background-color: #b5adc7 !important; }
.bgl-霧 { background-color: #cac1de !important; }
.bgd-霧 { background-color: #9e98ad !important; }
.b-霧 { border: 3px solid #b5adc7; }
.bl-霧 { border: 3px solid #cac1de; }
.bd-霧 { border: 3px solid #9e98ad; }
.t-霧, .t-霧 a { color: #b5adc7 !important; }
.tl-霧, .tl-霧 a { color: #cac1de !important; }
.td-霧, .td-霧 a { color: #9e98ad !important; }
.bg-湿地 { background-color: #7792bd !important; }
.bgl-湿地 { background-color: #bda595 !important; }
.bgd-湿地 { background-color: #3d6633 !important; }
.b-湿地 { border: 3px solid #7792bd; }
.bl-湿地 { border: 3px solid #bda595; }
.bd-湿地 { border: 3px solid #3d6633; }
.t-湿地, .t-湿地 a { color: #7792bd !important; }
.tl-湿地, .tl-湿地 a { color: #bda595 !important; }
.td-湿地, .td-湿地 a { color: #3d6633 !important; }
.bg-溼地 { background-color: #7792bd !important; }
.bgl-溼地 { background-color: #bda595 !important; }
.bgd-溼地 { background-color: #3d6633 !important; }
.b-溼地 { border: 3px solid #7792bd; }
.bl-溼地 { border: 3px solid #bda595; }
.bd-溼地 { border: 3px solid #3d6633; }
.t-溼地, .t-溼地 a { color: #7792bd !important; }
.tl-溼地, .tl-溼地 a { color: #bda595 !important; }
.td-溼地, .td-溼地 a { color: #3d6633 !important; }
.bg-濕地 { background-color: #7792bd !important; }
.bgl-濕地 { background-color: #bda595 !important; }
.bgd-濕地 { background-color: #3d6633 !important; }
.b-濕地 { border: 3px solid #7792bd; }
.bl-濕地 { border: 3px solid #bda595; }
.bd-濕地 { border: 3px solid #3d6633; }
.t-濕地, .t-濕地 a { color: #7792bd !important; }
.tl-濕地, .tl-濕地 a { color: #bda595 !important; }
.td-濕地, .td-濕地 a { color: #3d6633 !important; }
.bg-灰尘 { background-color: #9c8583 !important; }
.bgl-灰尘 { background-color: #b8a09e !important; }
.bgd-灰尘 { background-color: #856765 !important; }
.b-灰尘 { border: 3px solid #9c8583; }
.bl-灰尘 { border: 3px solid #b8a09e; }
.bd-灰尘 { border: 3px solid #856765; }
.t-灰尘, .t-灰尘 a { color: #9c8583 !important; }
.tl-灰尘, .tl-灰尘 a { color: #b8a09e !important; }
.td-灰尘, .td-灰尘 a { color: #856765 !important; }
.bg-灰塵 { background-color: #9c8583 !important; }
.bgl-灰塵 { background-color: #b8a09e !important; }
.bgd-灰塵 { background-color: #856765 !important; }
.b-灰塵 { border: 3px solid #9c8583; }
.bl-灰塵 { border: 3px solid #b8a09e; }
.bd-灰塵 { border: 3px solid #856765; }
.t-灰塵, .t-灰塵 a { color: #9c8583 !important; }
.tl-灰塵, .tl-灰塵 a { color: #b8a09e !important; }
.td-灰塵, .td-灰塵 a { color: #856765 !important; }
.bg-遗迹 { background-color: #bfb895 !important; }
.bgl-遗迹 { background-color: #ebe5ca !important; }
.bgd-遗迹 { background-color: #9e9773 !important; }
.b-遗迹 { border: 3px solid #bfb895; }
.bl-遗迹 { border: 3px solid #ebe5ca; }
.bd-遗迹 { border: 3px solid #9e9773; }
.t-遗迹, .t-遗迹 a { color: #bfb895 !important; }
.tl-遗迹, .tl-遗迹 a { color: #ebe5ca !important; }
.td-遗迹, .td-遗迹 a { color: #9e9773 !important; }
.bg-遺跡 { background-color: #bfb895 !important; }
.bgl-遺跡 { background-color: #ebe5ca !important; }
.bgd-遺跡 { background-color: #9e9773 !important; }
.b-遺跡 { border: 3px solid #bfb895; }
.bl-遺跡 { border: 3px solid #ebe5ca; }
.bd-遺跡 { border: 3px solid #9e9773; }
.t-遺跡, .t-遺跡 a { color: #bfb895 !important; }
.tl-遺跡, .tl-遺跡 a { color: #ebe5ca !important; }
.td-遺跡, .td-遺跡 a { color: #9e9773 !important; }
.bg-沙地 { background-color: #d6bd7c !important; }
.bgl-沙地 { background-color: #dbcfa0 !important; }
.bgd-沙地 { background-color: #b59b59 !important; }
.b-沙地 { border: 3px solid #d6bd7c; }
.bl-沙地 { border: 3px solid #dbcfa0; }
.bd-沙地 { border: 3px solid #b59b59; }
.t-沙地, .t-沙地 a { color: #d6bd7c !important; }
.tl-沙地, .tl-沙地 a { color: #dbcfa0 !important; }
.td-沙地, .td-沙地 a { color: #b59b59 !important; }
.bg-湖泊 { background-color: #66bdcc !important; }
.bgl-湖泊 { background-color: #85d4de !important; }
.bgd-湖泊 { background-color: #538fbd !important; }
.b-湖泊 { border: 3px solid #66bdcc; }
.bl-湖泊 { border: 3px solid #85d4de; }
.bd-湖泊 { border: 3px solid #538fbd; }
.t-湖泊, .t-湖泊 a { color: #66bdcc !important; }
.tl-湖泊, .tl-湖泊 a { color: #85d4de !important; }
.td-湖泊, .td-湖泊 a { color: #538fbd !important; }
.bg-海洋 { background-color: #485cc2 !important; }
.bgl-海洋 { background-color: #5a98f5 !important; }
.bgd-海洋 { background-color: #1e3f94 !important; }
.b-海洋 { border: 3px solid #485cc2; }
.bl-海洋 { border: 3px solid #5a98f5; }
.bd-海洋 { border: 3px solid #1e3f94; }
.t-海洋, .t-海洋 a { color: #485cc2 !important; }
.tl-海洋, .tl-海洋 a { color: #5a98f5 !important; }
.td-海洋, .td-海洋 a { color: #1e3f94 !important; }
.bg-水下 { background-color: #6053ad !important; }
.bgl-水下 { background-color: #737ac7 !important; }
.bgd-水下 { background-color: #553894 !important; }
.b-水下 { border: 3px solid #6053ad; }
.bl-水下 { border: 3px solid #737ac7; }
.bd-水下 { border: 3px solid #553894; }
.t-水下, .t-水下 a { color: #6053ad !important; }
.tl-水下, .tl-水下 a { color: #737ac7 !important; }
.td-水下, .td-水下 a { color: #553894 !important; }
.bg-洞窟 { background-color: #cc8f66 !important; }
.bgl-洞窟 { background-color: #e0b192 !important; }
.bgd-洞窟 { background-color: #a66a42 !important; }
.b-洞窟 { border: 3px solid #cc8f66; }
.bl-洞窟 { border: 3px solid #e0b192; }
.bd-洞窟 { border: 3px solid #a66a42; }
.t-洞窟, .t-洞窟 a { color: #cc8f66 !important; }
.tl-洞窟, .tl-洞窟 a { color: #e0b192 !important; }
.td-洞窟, .td-洞窟 a { color: #a66a42 !important; }
.bg-山峰 { background-color: #b8907d !important; }
.bgl-山峰 { background-color: #d4b5a7 !important; }
.bgd-山峰 { background-color: #7a5443 !important; }
.b-山峰 { border: 3px solid #b8907d; }
.bl-山峰 { border: 3px solid #d4b5a7; }
.bd-山峰 { border: 3px solid #7a5443; }
.t-山峰, .t-山峰 a { color: #b8907d !important; }
.tl-山峰, .tl-山峰 a { color: #d4b5a7 !important; }
.td-山峰, .td-山峰 a { color: #7a5443 !important; }
.bg-火山 { background-color: #d20000 !important; }
.bgl-火山 { background-color: #d23434 !important; }
.bgd-火山 { background-color: #a30000 !important; }
.b-火山 { border: 3px solid #d20000; }
.bl-火山 { border: 3px solid #d23434; }
.bd-火山 { border: 3px solid #a30000; }
.t-火山, .t-火山 a { color: #d20000 !important; }
.tl-火山, .tl-火山 a { color: #d23434 !important; }
.td-火山, .td-火山 a { color: #a30000 !important; }
.bg-雪地 { background-color: #dcebef !important; }
.bgl-雪地 { background-color: #e1eff2 !important; }
.bgd-雪地 { background-color: #bbcdd1 !important; }
.b-雪地 { border: 3px solid #dcebef; }
.bl-雪地 { border: 3px solid #e1eff2; }
.bd-雪地 { border: 3px solid #bbcdd1; }
.t-雪地, .t-雪地 a { color: #dcebef !important; }
.tl-雪地, .tl-雪地 a { color: #e1eff2 !important; }
.td-雪地, .td-雪地 a { color: #bbcdd1 !important; }
.bg-空间 { background-color: #222222 !important; }
.bgl-空间 { background-color: #555555 !important; }
.bgd-空间 { background-color: black !important; }
.b-空间 { border: 3px solid #222222; }
.bl-空间 { border: 3px solid #555555; }
.bd-空间 { border: 3px solid black; }
.t-空间, .t-空间 a { color: #222222 !important; }
.tl-空间, .tl-空间 a { color: #555555 !important; }
.td-空间, .td-空间 a { color: black !important; }
.bg-空間 { background-color: #222222 !important; }
.bgl-空間 { background-color: #555555 !important; }
.bgd-空間 { background-color: black !important; }
.b-空間 { border: 3px solid #222222; }
.bl-空間 { border: 3px solid #555555; }
.bd-空間 { border: 3px solid black; }
.t-空間, .t-空間 a { color: #222222 !important; }
.tl-空間, .tl-空間 a { color: #555555 !important; }
.td-空間, .td-空間 a { color: black !important; }
.bg-破格 { background-color: #5a65db !important; }
.bgl-破格 { background-color: #cc8562 !important; }
.bgd-破格 { background-color: #2622a8 !important; }
.b-破格 { border: 3px solid #5a65db; }
.bl-破格 { border: 3px solid #cc8562; }
.bd-破格 { border: 3px solid #2622a8; }
.t-破格, .t-破格 a { color: #5a65db !important; }
.tl-破格, .tl-破格 a { color: #cc8562 !important; }
.td-破格, .td-破格 a { color: #2622a8 !important; }
.bg-破碎 { background-color: #5a65db !important; }
.bgl-破碎 { background-color: #cc8562 !important; }
.bgd-破碎 { background-color: #2622a8 !important; }
.b-破碎 { border: 3px solid #5a65db; }
.bl-破碎 { border: 3px solid #cc8562; }
.bd-破碎 { border: 3px solid #2622a8; }
.t-破碎, .t-破碎 a { color: #5a65db !important; }
.tl-破碎, .tl-破碎 a { color: #cc8562 !important; }
.td-破碎, .td-破碎 a { color: #2622a8 !important; }
.bg-阴影 { background-color: #472e63 !important; }
.bgl-阴影 { background-color: #604e82 !important; }
.bgd-阴影 { background-color: #1a0a2c !important; }
.b-阴影 { border: 3px solid #472e63; }
.bl-阴影 { border: 3px solid #604e82; }
.bd-阴影 { border: 3px solid #1a0a2c; }
.t-阴影, .t-阴影 a { color: #472e63 !important; }
.tl-阴影, .tl-阴影 a { color: #604e82 !important; }
.td-阴影, .td-阴影 a { color: #1a0a2c !important; }
.bg-陰影 { background-color: #472e63 !important; }
.bgl-陰影 { background-color: #604e82 !important; }
.bgd-陰影 { background-color: #1a0a2c !important; }
.b-陰影 { border: 3px solid #472e63; }
.bl-陰影 { border: 3px solid #604e82; }
.bd-陰影 { border: 3px solid #1a0a2c; }
.t-陰影, .t-陰影 a { color: #472e63 !important; }
.tl-陰影, .tl-陰影 a { color: #604e82 !important; }
.td-陰影, .td-陰影 a { color: #1a0a2c !important; }
.bg-建筑 { background-color: #a8b9bd !important; }
.bgl-建筑 { background-color: #c3d8de !important; }
.bgd-建筑 { background-color: #8a9ca1 !important; }
.b-建筑 { border: 3px solid #a8b9bd; }
.bl-建筑 { border: 3px solid #c3d8de; }
.bd-建筑 { border: 3px solid #8a9ca1; }
.t-建筑, .t-建筑 a { color: #a8b9bd !important; }
.tl-建筑, .tl-建筑 a { color: #c3d8de !important; }
.td-建筑, .td-建筑 a { color: #8a9ca1 !important; }
.bg-建築 { background-color: #a8b9bd !important; }
.bgl-建築 { background-color: #c3d8de !important; }
.bgd-建築 { background-color: #8a9ca1 !important; }
.b-建築 { border: 3px solid #a8b9bd; }
.bl-建築 { border: 3px solid #c3d8de; }
.bd-建築 { border: 3px solid #8a9ca1; }
.t-建築, .t-建築 a { color: #a8b9bd !important; }
.tl-建築, .tl-建築 a { color: #c3d8de !important; }
.td-建築, .td-建築 a { color: #8a9ca1 !important; }
.bg-道路 { background-color: #aba9a4 !important; }
.bgl-道路 { background-color: #cfcdc7 !important; }
.bgd-道路 { background-color: #949391 !important; }
.b-道路 { border: 3px solid #aba9a4; }
.bl-道路 { border: 3px solid #cfcdc7; }
.bd-道路 { border: 3px solid #949391; }
.t-道路, .t-道路 a { color: #aba9a4 !important; }
.tl-道路, .tl-道路 a { color: #cfcdc7 !important; }
.td-道路, .td-道路 a { color: #949391 !important; }
.bg-对战开拓区 { background-color: #3fa9d0 !important; }
.bgl-对战开拓区 { background-color: #82c7e0 !important; }
.bgd-对战开拓区 { background-color: #296e87 !important; }
.b-对战开拓区 { border: 3px solid #3fa9d0; }
.bl-对战开拓区 { border: 3px solid #82c7e0; }
.bd-对战开拓区 { border: 3px solid #296e87; }
.t-对战开拓区, .t-对战开拓区 a { color: #3fa9d0 !important; }
.tl-对战开拓区, .tl-对战开拓区 a { color: #82c7e0 !important; }
.td-对战开拓区, .td-对战开拓区 a { color: #296e87 !important; }
.bg-對戰開拓區 { background-color: #3fa9d0 !important; }
.bgl-對戰開拓區 { background-color: #82c7e0 !important; }
.bgd-對戰開拓區 { background-color: #296e87 !important; }
.b-對戰開拓區 { border: 3px solid #3fa9d0; }
.bl-對戰開拓區 { border: 3px solid #82c7e0; }
.bd-對戰開拓區 { border: 3px solid #296e87; }
.t-對戰開拓區, .t-對戰開拓區 a { color: #3fa9d0 !important; }
.tl-對戰開拓區, .tl-對戰開拓區 a { color: #82c7e0 !important; }
.td-對戰開拓區, .td-對戰開拓區 a { color: #296e87 !important; }
.bg-开拓区 { background-color: #3fa9d0 !important; }
.bgl-开拓区 { background-color: #82c7e0 !important; }
.bgd-开拓区 { background-color: #296e87 !important; }
.b-开拓区 { border: 3px solid #3fa9d0; }
.bl-开拓区 { border: 3px solid #82c7e0; }
.bd-开拓区 { border: 3px solid #296e87; }
.t-开拓区, .t-开拓区 a { color: #3fa9d0 !important; }
.tl-开拓区, .tl-开拓区 a { color: #82c7e0 !important; }
.td-开拓区, .td-开拓区 a { color: #296e87 !important; }
.bg-開拓區 { background-color: #3fa9d0 !important; }
.bgl-開拓區 { background-color: #82c7e0 !important; }
.bgd-開拓區 { background-color: #296e87 !important; }
.b-開拓區 { border: 3px solid #3fa9d0; }
.bl-開拓區 { border: 3px solid #82c7e0; }
.bd-開拓區 { border: 3px solid #296e87; }
.t-開拓區, .t-開拓區 a { color: #3fa9d0 !important; }
.tl-開拓區, .tl-開拓區 a { color: #82c7e0 !important; }
.td-開拓區, .td-開拓區 a { color: #296e87 !important; }
.bg-塔 { background-color: #d6553c !important; }
.bgl-塔 { background-color: #e49080 !important; }
.bgd-塔 { background-color: #8b3727 !important; }
.b-塔 { border: 3px solid #d6553c; }
.bl-塔 { border: 3px solid #e49080; }
.bd-塔 { border: 3px solid #8b3727; }
.t-塔, .t-塔 a { color: #d6553c !important; }
.tl-塔, .tl-塔 a { color: #e49080 !important; }
.td-塔, .td-塔 a { color: #8b3727 !important; }
.bg-工厂 { background-color: #296e87 !important; }
.bgl-工厂 { background-color: #7ab7d7 !important; }
.bgd-工厂 { background-color: #215e7e !important; }
.b-工厂 { border: 3px solid #296e87; }
.bl-工厂 { border: 3px solid #7ab7d7; }
.bd-工厂 { border: 3px solid #215e7e; }
.t-工厂, .t-工厂 a { color: #296e87 !important; }
.tl-工厂, .tl-工厂 a { color: #7ab7d7 !important; }
.td-工厂, .td-工厂 a { color: #215e7e !important; }
.bg-工廠 { background-color: #296e87 !important; }
.bgl-工廠 { background-color: #7ab7d7 !important; }
.bgd-工廠 { background-color: #215e7e !important; }
.b-工廠 { border: 3px solid #296e87; }
.bl-工廠 { border: 3px solid #7ab7d7; }
.bd-工廠 { border: 3px solid #215e7e; }
.t-工廠, .t-工廠 a { color: #296e87 !important; }
.tl-工廠, .tl-工廠 a { color: #7ab7d7 !important; }
.td-工廠, .td-工廠 a { color: #215e7e !important; }
.bg-轮盘 { background-color: #ffc115 !important; }
.bgl-轮盘 { background-color: #ffd767 !important; }
.bgd-轮盘 { background-color: #a67e0e !important; }
.b-轮盘 { border: 3px solid #ffc115; }
.bl-轮盘 { border: 3px solid #ffd767; }
.bd-轮盘 { border: 3px solid #a67e0e; }
.t-轮盘, .t-轮盘 a { color: #ffc115 !important; }
.tl-轮盘, .tl-轮盘 a { color: #ffd767 !important; }
.td-轮盘, .td-轮盘 a { color: #a67e0e !important; }
.bg-輪盤 { background-color: #ffc115 !important; }
.bgl-輪盤 { background-color: #ffd767 !important; }
.bgd-輪盤 { background-color: #a67e0e !important; }
.b-輪盤 { border: 3px solid #ffc115; }
.bl-輪盤 { border: 3px solid #ffd767; }
.bd-輪盤 { border: 3px solid #a67e0e; }
.t-輪盤, .t-輪盤 a { color: #ffc115 !important; }
.tl-輪盤, .tl-輪盤 a { color: #ffd767 !important; }
.td-輪盤, .td-輪盤 a { color: #a67e0e !important; }
.bg-城堡 { background-color: #40ad72 !important; }
.bgl-城堡 { background-color: #83caa3 !important; }
.bgd-城堡 { background-color: #2a714a !important; }
.b-城堡 { border: 3px solid #40ad72; }
.bl-城堡 { border: 3px solid #83caa3; }
.bd-城堡 { border: 3px solid #2a714a; }
.t-城堡, .t-城堡 a { color: #40ad72 !important; }
.tl-城堡, .tl-城堡 a { color: #83caa3 !important; }
.td-城堡, .td-城堡 a { color: #2a714a !important; }
.bg-舞台 { background-color: #f87a97 !important; }
.bgl-舞台 { background-color: #faa8bb !important; }
.bgd-舞台 { background-color: #a14f62 !important; }
.b-舞台 { border: 3px solid #f87a97; }
.bl-舞台 { border: 3px solid #faa8bb; }
.bd-舞台 { border: 3px solid #a14f62; }
.t-舞台, .t-舞台 a { color: #f87a97 !important; }
.tl-舞台, .tl-舞台 a { color: #faa8bb !important; }
.td-舞台, .td-舞台 a { color: #a14f62 !important; }
.bg-清晨 { background-color: #ffffaa !important; }
.bgl-清晨 { background-color: #ffffc8 !important; }
.bgd-清晨 { background-color: #b3b377 !important; }
.b-清晨 { border: 3px solid #ffffaa; }
.bl-清晨 { border: 3px solid #ffffc8; }
.bd-清晨 { border: 3px solid #b3b377; }
.t-清晨, .t-清晨 a { color: #ffffaa !important; }
.tl-清晨, .tl-清晨 a { color: #ffffc8 !important; }
.td-清晨, .td-清晨 a { color: #b3b377 !important; }
.bg-白天 { background-color: #5ed0ff !important; }
.bgl-白天 { background-color: #96e0ff !important; }
.bgd-白天 { background-color: #4192b3 !important; }
.b-白天 { border: 3px solid #5ed0ff; }
.bl-白天 { border: 3px solid #96e0ff; }
.bd-白天 { border: 3px solid #4192b3; }
.t-白天, .t-白天 a { color: #5ed0ff !important; }
.tl-白天, .tl-白天 a { color: #96e0ff !important; }
.td-白天, .td-白天 a { color: #4192b3 !important; }
.bg-夜晚 { background-color: #003366 !important; }
.bgl-夜晚 { background-color: #597a9b !important; }
.bgd-夜晚 { background-color: #002347 !important; }
.b-夜晚 { border: 3px solid #003366; }
.bl-夜晚 { border: 3px solid #597a9b; }
.bd-夜晚 { border: 3px solid #002347; }
.t-夜晚, .t-夜晚 a { color: #003366 !important; }
.tl-夜晚, .tl-夜晚 a { color: #597a9b !important; }
.td-夜晚, .td-夜晚 a { color: #002347 !important; }
.bg-春 { background-color: #b0f858 !important; }
.bgl-春 { background-color: #c7fa89 !important; }
.bgd-春 { background-color: #7bae3d !important; }
.b-春 { border: 3px solid #b0f858; }
.bl-春 { border: 3px solid #c7fa89; }
.bd-春 { border: 3px solid #7bae3d; }
.t-春, .t-春 a { color: #b0f858 !important; }
.tl-春, .tl-春 a { color: #c7fa89 !important; }
.td-春, .td-春 a { color: #7bae3d !important; }
.bg-夏 { background-color: #78d0f8 !important; }
.bgl-夏 { background-color: #a0defa !important; }
.bgd-夏 { background-color: #5492ae !important; }
.b-夏 { border: 3px solid #78d0f8; }
.bl-夏 { border: 3px solid #a0defa; }
.bd-夏 { border: 3px solid #5492ae; }
.t-夏, .t-夏 a { color: #78d0f8 !important; }
.tl-夏, .tl-夏 a { color: #a0defa !important; }
.td-夏, .td-夏 a { color: #5492ae !important; }
.bg-秋 { background-color: #f89058 !important; }
.bgl-秋 { background-color: #fab189 !important; }
.bgd-秋 { background-color: #ae653d !important; }
.b-秋 { border: 3px solid #f89058; }
.bl-秋 { border: 3px solid #fab189; }
.bd-秋 { border: 3px solid #ae653d; }
.t-秋, .t-秋 a { color: #f89058 !important; }
.tl-秋, .tl-秋 a { color: #fab189 !important; }
.td-秋, .td-秋 a { color: #ae653d !important; }
.bg-冬 { background-color: #f0d8f8 !important; }
.bgl-冬 { background-color: #f4e3fa !important; }
.bgd-冬 { background-color: #a897ae !important; }
.b-冬 { border: 3px solid #f0d8f8; }
.bl-冬 { border: 3px solid #f4e3fa; }
.bd-冬 { border: 3px solid #a897ae; }
.t-冬, .t-冬 a { color: #f0d8f8 !important; }
.tl-冬, .tl-冬 a { color: #f4e3fa !important; }
.td-冬, .td-冬 a { color: #a897ae !important; }
.bg-道具 { background-color: #c86890 !important; }
.bgl-道具 { background-color: #d880a8 !important; }
.bgd-道具 { background-color: #b85078 !important; }
.b-道具 { border: 3px solid #c86890; }
.bl-道具 { border: 3px solid #d880a8; }
.bd-道具 { border: 3px solid #b85078; }
.t-道具, .t-道具 a { color: #c86890 !important; }
.tl-道具, .tl-道具 a { color: #d880a8 !important; }
.td-道具, .td-道具 a { color: #b85078 !important; }
.bg-回复 { background-color: #e07038 !important; }
.bgl-回复 { background-color: #e88050 !important; }
.bgd-回复 { background-color: #d86028 !important; }
.b-回复 { border: 3px solid #e07038; }
.bl-回复 { border: 3px solid #e88050; }
.bd-回复 { border: 3px solid #d86028; }
.t-回复, .t-回复 a { color: #e07038 !important; }
.tl-回复, .tl-回复 a { color: #e88050 !important; }
.td-回复, .td-回复 a { color: #d86028 !important; }
.bg-回復 { background-color: #e07038 !important; }
.bgl-回復 { background-color: #e88050 !important; }
.bgd-回復 { background-color: #d86028 !important; }
.b-回復 { border: 3px solid #e07038; }
.bl-回復 { border: 3px solid #e88050; }
.bd-回復 { border: 3px solid #d86028; }
.t-回復, .t-回復 a { color: #e07038 !important; }
.tl-回復, .tl-回復 a { color: #e88050 !important; }
.td-回復, .td-回復 a { color: #d86028 !important; }
.bg-回復 { background-color: #e07038 !important; }
.bgl-回復 { background-color: #e88050 !important; }
.bgd-回復 { background-color: #d86028 !important; }
.b-回復 { border: 3px solid #e07038; }
.bl-回復 { border: 3px solid #e88050; }
.bd-回復 { border: 3px solid #d86028; }
.t-回復, .t-回復 a { color: #e07038 !important; }
.tl-回復, .tl-回復 a { color: #e88050 !important; }
.td-回復, .td-回復 a { color: #d86028 !important; }
.bg-宝贝球 { background-color: #c88820 !important; }
.bgl-宝贝球 { background-color: #e0a038 !important; }
.bgd-宝贝球 { background-color: #b87008 !important; }
.b-宝贝球 { border: 3px solid #c88820; }
.bl-宝贝球 { border: 3px solid #e0a038; }
.bd-宝贝球 { border: 3px solid #b87008; }
.t-宝贝球, .t-宝贝球 a { color: #c88820 !important; }
.tl-宝贝球, .tl-宝贝球 a { color: #e0a038 !important; }
.td-宝贝球, .td-宝贝球 a { color: #b87008 !important; }
.bg-寶貝球 { background-color: #c88820 !important; }
.bgl-寶貝球 { background-color: #e0a038 !important; }
.bgd-寶貝球 { background-color: #b87008 !important; }
.b-寶貝球 { border: 3px solid #c88820; }
.bl-寶貝球 { border: 3px solid #e0a038; }
.bd-寶貝球 { border: 3px solid #b87008; }
.t-寶貝球, .t-寶貝球 a { color: #c88820 !important; }
.tl-寶貝球, .tl-寶貝球 a { color: #e0a038 !important; }
.td-寶貝球, .td-寶貝球 a { color: #b87008 !important; }
.bg-技能学习器 { background-color: #80a820 !important; }
.bgl-技能学习器 { background-color: #90c030 !important; }
.bgd-技能学习器 { background-color: #709018 !important; }
.b-技能学习器 { border: 3px solid #80a820; }
.bl-技能学习器 { border: 3px solid #90c030; }
.bd-技能学习器 { border: 3px solid #709018; }
.t-技能学习器, .t-技能学习器 a { color: #80a820 !important; }
.tl-技能学习器, .tl-技能学习器 a { color: #90c030 !important; }
.td-技能学习器, .td-技能学习器 a { color: #709018 !important; }
.bg-技能學習器 { background-color: #80a820 !important; }
.bgl-技能學習器 { background-color: #90c030 !important; }
.bgd-技能學習器 { background-color: #709018 !important; }
.b-技能學習器 { border: 3px solid #80a820; }
.bl-技能學習器 { border: 3px solid #90c030; }
.bd-技能學習器 { border: 3px solid #709018; }
.t-技能學習器, .t-技能學習器 a { color: #80a820 !important; }
.tl-技能學習器, .tl-技能學習器 a { color: #90c030 !important; }
.td-技能學習器, .td-技能學習器 a { color: #709018 !important; }
.bg-树果 { background-color: #20a048 !important; }
.bgl-树果 { background-color: #30b858 !important; }
.bgd-树果 { background-color: #188030 !important; }
.b-树果 { border: 3px solid #20a048; }
.bl-树果 { border: 3px solid #30b858; }
.bd-树果 { border: 3px solid #188030; }
.t-树果, .t-树果 a { color: #20a048 !important; }
.tl-树果, .tl-树果 a { color: #30b858 !important; }
.td-树果, .td-树果 a { color: #188030 !important; }
.bg-樹果 { background-color: #20a048 !important; }
.bgl-樹果 { background-color: #30b858 !important; }
.bgd-樹果 { background-color: #188030 !important; }
.b-樹果 { border: 3px solid #20a048; }
.bl-樹果 { border: 3px solid #30b858; }
.bd-樹果 { border: 3px solid #188030; }
.t-樹果, .t-樹果 a { color: #20a048 !important; }
.tl-樹果, .tl-樹果 a { color: #30b858 !important; }
.td-樹果, .td-樹果 a { color: #188030 !important; }
.bg-对战道具 { background-color: #3070e0 !important; }
.bgl-对战道具 { background-color: #4880f0 !important; }
.bgd-对战道具 { background-color: #2058c8 !important; }
.b-对战道具 { border: 3px solid #3070e0; }
.bl-对战道具 { border: 3px solid #4880f0; }
.bd-对战道具 { border: 3px solid #2058c8; }
.t-对战道具, .t-对战道具 a { color: #3070e0 !important; }
.tl-对战道具, .tl-对战道具 a { color: #4880f0 !important; }
.td-对战道具, .td-对战道具 a { color: #2058c8 !important; }
.bg-對戰道具 { background-color: #3070e0 !important; }
.bgl-對戰道具 { background-color: #4880f0 !important; }
.bgd-對戰道具 { background-color: #2058c8 !important; }
.b-對戰道具 { border: 3px solid #3070e0; }
.bl-對戰道具 { border: 3px solid #4880f0; }
.bd-對戰道具 { border: 3px solid #2058c8; }
.t-對戰道具, .t-對戰道具 a { color: #3070e0 !important; }
.tl-對戰道具, .tl-對戰道具 a { color: #4880f0 !important; }
.td-對戰道具, .td-對戰道具 a { color: #2058c8 !important; }
.bg-信封 { background-color: #1890b0 !important; }
.bgl-信封 { background-color: #18a8d0 !important; }
.bgd-信封 { background-color: #208090 !important; }
.b-信封 { border: 3px solid #1890b0; }
.bl-信封 { border: 3px solid #18a8d0; }
.bd-信封 { border: 3px solid #208090; }
.t-信封, .t-信封 a { color: #1890b0 !important; }
.tl-信封, .tl-信封 a { color: #18a8d0 !important; }
.td-信封, .td-信封 a { color: #208090 !important; }
.bg-重要物品 { background-color: #9048d8 !important; }
.bgl-重要物品 { background-color: #a058e8 !important; }
.bgd-重要物品 { background-color: #7838c0 !important; }
.b-重要物品 { border: 3px solid #9048d8; }
.bl-重要物品 { border: 3px solid #a058e8; }
.bd-重要物品 { border: 3px solid #7838c0; }
.t-重要物品, .t-重要物品 a { color: #9048d8 !important; }
.tl-重要物品, .tl-重要物品 a { color: #a058e8 !important; }
.td-重要物品, .td-重要物品 a { color: #7838c0 !important; }
.bg-重要道具 { background-color: #9048d8 !important; }
.bgl-重要道具 { background-color: #a058e8 !important; }
.bgd-重要道具 { background-color: #7838c0 !important; }
.b-重要道具 { border: 3px solid #9048d8; }
.bl-重要道具 { border: 3px solid #a058e8; }
.bd-重要道具 { border: 3px solid #7838c0; }
.t-重要道具, .t-重要道具 a { color: #9048d8 !important; }
.tl-重要道具, .tl-重要道具 a { color: #a058e8 !important; }
.td-重要道具, .td-重要道具 a { color: #7838c0 !important; }
.bg-圆柑果实 { background-color: #f0a018 !important; }
.bgl-圆柑果实 { background-color: #f8c038 !important; }
.bgd-圆柑果实 { background-color: #a05840 !important; }
.b-圆柑果实 { border: 3px solid #f0a018; }
.bl-圆柑果实 { border: 3px solid #f8c038; }
.bd-圆柑果实 { border: 3px solid #a05840; }
.t-圆柑果实, .t-圆柑果实 a { color: #f0a018 !important; }
.tl-圆柑果实, .tl-圆柑果实 a { color: #f8c038 !important; }
.td-圆柑果实, .td-圆柑果实 a { color: #a05840 !important; }
.bg-圓柑果實 { background-color: #f0a018 !important; }
.bgl-圓柑果實 { background-color: #f8c038 !important; }
.bgd-圓柑果實 { background-color: #a05840 !important; }
.b-圓柑果實 { border: 3px solid #f0a018; }
.bl-圓柑果實 { border: 3px solid #f8c038; }
.bd-圓柑果實 { border: 3px solid #a05840; }
.t-圓柑果實, .t-圓柑果實 a { color: #f0a018 !important; }
.tl-圓柑果實, .tl-圓柑果實 a { color: #f8c038 !important; }
.td-圓柑果實, .td-圓柑果實 a { color: #a05840 !important; }
.bg-神奇宝贝百科 { background-color: #f1907b !important; }
.bgl-神奇宝贝百科 { background-color: #ffe0c4 !important; }
.bgd-神奇宝贝百科 { background-color: #e34234 !important; }
.b-神奇宝贝百科 { border: 3px solid #f1907b; }
.bl-神奇宝贝百科 { border: 3px solid #ffe0c4; }
.bd-神奇宝贝百科 { border: 3px solid #e34234; }
.t-神奇宝贝百科, .t-神奇宝贝百科 a { color: #f1907b !important; }
.tl-神奇宝贝百科, .tl-神奇宝贝百科 a { color: #ffe0c4 !important; }
.td-神奇宝贝百科, .td-神奇宝贝百科 a { color: #e34234 !important; }
.bg-神奇寶貝百科 { background-color: #f1907b !important; }
.bgl-神奇寶貝百科 { background-color: #ffe0c4 !important; }
.bgd-神奇寶貝百科 { background-color: #e34234 !important; }
.b-神奇寶貝百科 { border: 3px solid #f1907b; }
.bl-神奇寶貝百科 { border: 3px solid #ffe0c4; }
.bd-神奇寶貝百科 { border: 3px solid #e34234; }
.t-神奇寶貝百科, .t-神奇寶貝百科 a { color: #f1907b !important; }
.tl-神奇寶貝百科, .tl-神奇寶貝百科 a { color: #ffe0c4 !important; }
.td-神奇寶貝百科, .td-神奇寶貝百科 a { color: #e34234 !important; }
/* 表格边框 */
.bw-1 { border-width: 1px; }
.bw-2 { border-width: 2px; }
/* JP 模板 */
@-moz-document url-prefix() { ruby { display: inline-table; text-align: center; white-space: nowrap; text-indent: 0; vertical-align: text-bottom; line-height: 100%; }
  ruby > rb, ruby > rbc { display: table-row-group; line-height: 90%; }
  ruby > rt, ruby > rbc + rtc { display: table-header-group; font-size: 60%; line-height: 40%; letter-spacing: 0; }
  ruby > rbc + rtc + rtc { display: table-footer-group; font-size: 60%; line-height: 40%; letter-spacing: 0; }
  rbc > rb, rtc > rt { display: table-cell; letter-spacing: 0; }
  rtc > rt[rbspan] { display: table-caption; }
  rp { display: none; } }
/* 特殊样式框 */
.type-box-6 { display: inline-block; font-size: 11px; min-width: 50px; text-align: center; box-sizing: border-box; height: 18px; border-radius: 9px; border: 1px solid #656557; box-shadow: 0 0 1px 1px #fff inset; line-height: 16px; text-shadow: 0 0 2px #656565; }
.type-box-6, .type-box-6 a { color: #fff !important; text-decoration: none !important; }

/* 以下内容为研究院确认样式,不可删除 */
/*  颜色 CSS 使用方法: .bg-颜色名,将元素的背景设置为该颜色 .b-颜色名,将元素的边框设置为该颜色,边框宽度默认为3像素 .t-颜色名,将元素中文字内容(包括链接)设置为该颜色 .bgl-颜色名 和 .bgd-颜色名 分别为该颜色的浅色和深色 .bl-颜色名,.bd-颜色名,.tl-颜色名,.td-颜色名 同理 */
.bg-未知 { background-color: #68a090 !important; }
.bgl-未知 { background-color: #9dc1b7 !important; }
.bgd-未知 { background-color: #44685e !important; }
.b-未知 { border: 3px solid #68a090; }
.bl-未知 { border: 3px solid #9dc1b7; }
.bd-未知 { border: 3px solid #44685e; }
.t-未知, .t-未知 a { color: #68a090 !important; }
.tl-未知, .tl-未知 a { color: #9dc1b7 !important; }
.td-未知, .td-未知 a { color: #44685e !important; }
.bg-亚冠 { background-color: goldenrod !important; }
.bgl-亚冠 { background-color: #e7c46e !important; }
.bgd-亚冠 { background-color: #8e6b15 !important; }
.b-亚冠 { border: 3px solid goldenrod; }
.bl-亚冠 { border: 3px solid #e7c46e; }
.bd-亚冠 { border: 3px solid #8e6b15; }
.t-亚冠, .t-亚冠 a { color: goldenrod !important; }
.tl-亚冠, .tl-亚冠 a { color: #e7c46e !important; }
.td-亚冠, .td-亚冠 a { color: #8e6b15 !important; }
.bg-超级 { background-color: #ff1111 !important; }
.bgl-超级 { background-color: #ff6464 !important; }
.bgd-超级 { background-color: #a60b0b !important; }
.b-超级 { border: 3px solid #ff1111; }
.bl-超级 { border: 3px solid #ff6464; }
.bd-超级 { border: 3px solid #a60b0b; }
.t-超级, .t-超级 a { color: #ff1111 !important; }
.tl-超级, .tl-超级 a { color: #ff6464 !important; }
.td-超级, .td-超级 a { color: #a60b0b !important; }
.bg-甲级 { background-color: #6890f0 !important; }
.bgl-甲级 { background-color: #9db7f5 !important; }
.bgd-甲级 { background-color: #445e9c !important; }
.b-甲级 { border: 3px solid #6890f0; }
.bl-甲级 { border: 3px solid #9db7f5; }
.bd-甲级 { border: 3px solid #445e9c; }
.t-甲级, .t-甲级 a { color: #6890f0 !important; }
.tl-甲级, .tl-甲级 a { color: #9db7f5 !important; }
.td-甲级, .td-甲级 a { color: #445e9c !important; }
.bg-乙级 { background-color: #a890f0 !important; }
.bgl-乙级 { background-color: #c6b7f5 !important; }
.bgd-乙级 { background-color: #6d5e9c !important; }
.b-乙级 { border: 3px solid #a890f0; }
.bl-乙级 { border: 3px solid #c6b7f5; }
.bd-乙级 { border: 3px solid #6d5e9c; }
.t-乙级, .t-乙级 a { color: #a890f0 !important; }
.tl-乙级, .tl-乙级 a { color: #c6b7f5 !important; }
.td-乙级, .td-乙级 a { color: #6d5e9c !important; }
.bg-丙级 { background-color: #f08030 !important; }
.bgl-丙级 { background-color: #f5ac78 !important; }
.bgd-丙级 { background-color: #9c531f !important; }
.b-丙级 { border: 3px solid #f08030; }
.bl-丙级 { border: 3px solid #f5ac78; }
.bd-丙级 { border: 3px solid #9c531f; }
.t-丙级, .t-丙级 a { color: #f08030 !important; }
.tl-丙级, .tl-丙级 a { color: #f5ac78 !important; }
.td-丙级, .td-丙级 a { color: #9c531f !important; }
.bg-省级 { background-color: #98d8d8 !important; }
.bgl-省级 { background-color: #bce6e6 !important; }
.bgd-省级 { background-color: #638d8d !important; }
.b-省级 { border: 3px solid #98d8d8; }
.bl-省级 { border: 3px solid #bce6e6; }
.bd-省级 { border: 3px solid #638d8d; }
.t-省级, .t-省级 a { color: #98d8d8 !important; }
.tl-省级, .tl-省级 a { color: #bce6e6 !important; }
.td-省级, .td-省级 a { color: #638d8d !important; }
.bg-市级 { background-color: #e1e1e1 !important; }
.bgl-市级 { background-color: #ebebeb !important; }
.bgd-市级 { background-color: #929292 !important; }
.b-市级 { border: 3px solid #e1e1e1; }
.bl-市级 { border: 3px solid #ebebeb; }
.bd-市级 { border: 3px solid #929292; }
.t-市级, .t-市级 a { color: #e1e1e1 !important; }
.tl-市级, .tl-市级 a { color: #ebebeb !important; }
.td-市级, .td-市级 a { color: #929292 !important; }
.bg-县级 { background-color: #b8b8d0 !important; }
.bgl-县级 { background-color: #d1d1e0 !important; }
.bgd-县级 { background-color: #787887 !important; }
.b-县级 { border: 3px solid #b8b8d0; }
.bl-县级 { border: 3px solid #d1d1e0; }
.bd-县级 { border: 3px solid #787887; }
.t-县级, .t-县级 a { color: #b8b8d0 !important; }
.tl-县级, .tl-县级 a { color: #d1d1e0 !important; }
.td-县级, .td-县级 a { color: #787887 !important; }
.bg-女足 { background-color: #ee99ac !important; }
.bgl-女足 { background-color: #f4bdc9 !important; }
.bgd-女足 { background-color: #9b6470 !important; }
.b-女足 { border: 3px solid #ee99ac; }
.bl-女足 { border: 3px solid #f4bdc9; }
.bd-女足 { border: 3px solid #9b6470; }
.t-女足, .t-女足 a { color: #ee99ac !important; }
.tl-女足, .tl-女足 a { color: #f4bdc9 !important; }
.td-女足, .td-女足 a { color: #9b6470 !important; }
.bg-青训 { background-color: #78c850 !important; }
.bgl-青训 { background-color: #a7db8d !important; }
.bgd-青训 { background-color: #4e8234 !important; }
.b-青训 { border: 3px solid #78c850; }
.bl-青训 { border: 3px solid #a7db8d; }
.bd-青训 { border: 3px solid #4e8234; }
.t-青训, .t-青训 a { color: #78c850 !important; }
.tl-青训, .tl-青训 a { color: #a7db8d !important; }
.td-青训, .td-青训 a { color: #4e8234 !important; }
.bg-校园 { background-color: #00a000 !important; }
.bgl-校园 { background-color: #59c159 !important; }
.bgd-校园 { background-color: #006800 !important; }
.b-校园 { border: 3px solid #00a000; }
.bl-校园 { border: 3px solid #59c159; }
.bd-校园 { border: 3px solid #006800; }
.t-校园, .t-校园 a { color: #00a000 !important; }
.tl-校园, .tl-校园 a { color: #59c159 !important; }
.td-校园, .td-校园 a { color: #006800 !important; }
/* 表格边框 */
.bw-1 { border-width: 1px; }
.bw-2 { border-width: 2px; }