/* ========================================
   global.css - 全局基础样式
   ======================================== */
html,
body {
    margin: 0px;
    height: 100%;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: auto;
    overflow: hidden;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

body {
    background-color: black;
    font-family: "Microsoft YaHei UI";
    color: #008000;
    font-size: 14px;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

pre {
    font-size: inherit;
    font-family: inherit;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    display: none;
}

* {
    box-sizing: border-box;
    scrollbar-width: none;
}

.hide {
    display: none;
}

@media(min-width: 768px) {
    body {
        width: 768px;
        margin: auto;
        position: relative;
    }

    .dialog-stats>.top-item>.top-title {
        padding-left: 3em;
        margin-right: 2em;
    }
}

@media (max-width: 767px) {
    .dialog>.dialog-footer>.footer-item {
        width: 4em;
    }

    .dialog>.dialog-footer>.eq-group {
        margin-left: 0.5em;
        width: 1.5em;
        height: 1.5em;
        line-height: 1.5em;
        margin-top: 0.5em;
    }

    .confirm-count>.btn {
        width: 3em;
    }

    .stats-container-left>.stats-silder {
        writing-mode: vertical-rl;
        width: 2em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }

    .dialog-list>.otype-list {
        width: 2.5em;
    }

    .dialog-list>.otype-list>.otype-item {
        writing-mode: vertical-rl;
        width: 2em;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
}

.input-error {
    color: red;
}

.textbox {
    border-radius: 0.25rem;
    padding: 6px 12px 6px 12px;
    outline: none;
    border: none;
    border-bottom: solid 1px #888888;
    width: 80%;
    height: 1.5rem;
    border-radius: 0px;
    margin-right: 10px;
}

.loader {
    margin: auto auto;
    margin-top: 12.5rem;
    width: 18.75rem;
    text-align: center;
    line-height: 2rem;
    padding: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25em;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    font-size: 0.875rem;
}

.loader>img {
    vertical-align: middle;
    border: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: -4px;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-1 {
    flex: 1;
}

.flex-0 {
    flex: none;
}

mem {
    color: gray;
    font-size: 0.8em;
}

/* ========================================
   颜色类 (grade / color tags / glyphicon)
   ======================================== */
.grade0 {
    --border-color: #C0C0C0;
    border-color: var(--border-color);
}

.grade1 {
    --border-color: #00FF00;
    border-color: var(--border-color);
}

.grade2 {
    --border-color: #00FFFF;
    border-color: var(--border-color);
}

.grade3 {
    --border-color: #FFFF00;
    border-color: var(--border-color);
}

.grade4 {
    --border-color: #912CEE;
    border-color: var(--border-color);
}

.grade5 {
    --border-color: #FFA500;
    border-color: var(--border-color);
}

.grade6 {
    --border-color: #FF4500;
    border-color: var(--border-color);
}

.grade7 {
    --border-color: #F8FBFF;
    border-color: var(--border-color);
}

CMD {
    font-weight: bold;
}

NOR {
    color: #008000;
}

GRE {
    color: #008000;
}

BLK {
    color: #505050;
}

BLU {
    color: #000080;
}

CYN {
    color: #008080;
}

RED {
    color: #800000;
}

MAG {
    color: #800080;
}

YEL {
    color: #808000;
}

WHT {
    color: #C0C0C0;
}

ORA {
    color: #d26900;
}

opt {
    opacity: 0.5
}

HIK {
    color: #808080;
}

HIB {
    color: #0000FF;
}

HIG {
    color: #00FF00;
}

HIC {
    color: #00FFFF;
}

HIR {
    color: #FF0000;
}

HIM {
    color: #FF00FF
}

HIY {
    color: #FFFF00;
}

HIW {
    color: #FFFFFF;
}

HIO {
    color: #FFA500;
}

HIJ {
    color: #FFD700;
}

HIZ {
    color: #912CEE;
}

HIXIAN {
    color: #F8FBFF;
    text-shadow: 0 0 4px #FFFFFF, 0 0 10px rgba(216, 241, 255, 0.55);
}

HIXIAN1 {
    color: #D8FFF3;
    text-shadow: 0 0 4px #78F5DD, 0 0 10px rgba(216, 255, 243, 0.45);
}

HIXIAN2 {
    color: #DDF3FF;
    text-shadow: 0 0 4px #7FCBFF, 0 0 10px rgba(221, 243, 255, 0.45);
}

HIXIAN3 {
    color: #F1D8FF;
    text-shadow: 0 0 4px #C783FF, 0 0 10px rgba(241, 216, 255, 0.45);
}

HIXIAN4 {
    color: #FFE28A;
    text-shadow: 0 0 4px #FFBF40, 0 0 10px rgba(255, 226, 138, 0.45);
}

HIXIAN5 {
    color: #BFA7FF;
    text-shadow: 0 0 4px #8C70FF, 0 0 10px rgba(191, 167, 255, 0.45);
}

HIXIAN6 {
    color: #FFB36A;
    text-shadow: 0 0 4px #FF7D2B, 0 0 10px rgba(255, 179, 106, 0.45);
}

HIXIAN7 {
    color: #E6C2FF;
    text-shadow: 0 0 4px #B67AFF, 0 0 10px rgba(230, 194, 255, 0.45);
}

HIXIAN8 {
    color: #FFF0B8;
    text-shadow: 0 0 4px #FFD86A, 0 0 10px rgba(255, 240, 184, 0.45);
}

HIXIAN9 {
    color: #FFFFFF;
    text-shadow: 0 0 4px #BFF8FF, 0 0 12px rgba(255, 255, 255, 0.65);
}

ORD {
    color: #FF4500;
}

FLA {}

BBLK {
    background-color: #FFFFFF;
}

BBLU {
    background-color: #000080;
}

BCYN {
    background-color: #008080;
}

BRED {
    background-color: #800000;
}

BMAG {
    background-color: #800080;
}

BYEL {
    background-color: #808000;
}

BWHT {
    background-color: #C0C0C0;
}

BHIK {
    background-color: #808080;
}

HBBLU {
    background-color: #0000FF;
}

HBGRN {
    background-color: #00FF00;
}

HBCYN {
    background-color: #00FFFF;
}

HBRED {
    background-color: #FF0000;
}

HBMAG {
    background-color: #FF00FF
}

HBYEL {
    background-color: #FFFF00;
}

HBWHT {
    background-color: #FFFFFF;
}

CMD {
    cursor: pointer;
    text-decoration: underline;
    background-color: transparent;
}

DEL {
    text-decoration: line-through;
    color: gray;
}

line {
    color: #008080;
    height: 30px;
    line-height: 30px;
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}

line::before {
    content: '';
    border-top: 1px solid #008080;
    width: 45%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0px;
}

line::after {
    content: '';
    border-top: 1px solid #008080;
    width: 45%;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0px;
}

.blink {
    animation-name: flash;
    animation-duration: 1s;
    animation-iteration-count: infinite
}

@keyframes flash {
    50% {
        color: inherit;
    }

    50% {
        color: black;
    }
}

/* ========================================
   login.css - 登录界面样式
   ======================================== */

.server-list {
    list-style-type: none;
    font-weight: bold;
    min-height: 5rem;
    max-height: 20rem;

}

.server-list .select {

    list-style-type: disc;
    color: unset;
}

.server-list li {
    cursor: pointer;
    padding-top: 0.4px;
    padding-bottom: 0.4px;
    color: #999;
    line-height: 2em;
}

.login-content {
    height: 100%;
    overflow: auto;
}

.mypanel {
    width: 100%;
    display: none;
    margin: 0px auto;
}

.mypanel>ul {
    padding-left: 0;
    display: block;
    margin: 0px;
    list-style-type: disc;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.mypanel>ul>.active {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.mypanel .content {
    background-color: white;
    border-bottom: none;
    list-style-type: none;
    padding: 0.6rem 1rem;
    -webkit-overflow-scrolling: touch;
    overflow: auto !important;
}

.mypanel .bottom {
    background-color: black;
    border-bottom: none;
    list-style-type: none;
    padding: 0.6rem 1rem;
}

.new-list {
    padding-left: 0.6rem;
}

.new-list>li {
    list-style-type: disc;
    font-size: 1rem;
    line-height: 1.2em;
    padding-top: 0.6rem;
    color: #808000;
    cursor: pointer;
}

.new-list>li:hover {
    text-decoration: underline;
}

.panel_item {
    cursor: pointer;
    background-color: black;
    border-bottom: 1px solid #666666;
    color: #999999;
    list-style-type: none;
    padding: 0.6rem 1rem;
}

.panel_item:hover {
    background-color: #999999;
    color: black;

}

.role-list {}

.role-list>.role-item {
    font-size: 1rem;
    cursor: pointer;
    padding: 0.32rem 0.55rem;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    flex-wrap: nowrap;
    border-radius: 0.25rem;
}

.role-list>.role-item::before {
    content: "";
    flex: 0 0 0.34rem;
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 50%;
}

.role-list>.role-item:hover {
    background: rgba(51, 122, 183, 0.04);
}

.role-list .role-realm {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    min-width: 2.2rem;
    min-height: 1.35rem;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.35rem;
    font-size: 1rem;
    font-weight: 500;
    white-space: nowrap;
}

.role-list .role-realm-color-hixian,
.role-list .role-realm-color-hixian1,
.role-list .role-realm-color-hixian2,
.role-list .role-realm-color-hixian3,
.role-list .role-realm-color-hixian4,
.role-list .role-realm-color-hixian5,
.role-list .role-realm-color-hixian6,
.role-list .role-realm-color-hixian7,
.role-list .role-realm-color-hixian8,
.role-list .role-realm-color-hixian9 {
    position: relative;
    isolation: isolate;
}

.role-list .role-realm-color-hixian::before,
.role-list .role-realm-color-hixian1::before,
.role-list .role-realm-color-hixian2::before,
.role-list .role-realm-color-hixian3::before,
.role-list .role-realm-color-hixian4::before,
.role-list .role-realm-color-hixian5::before,
.role-list .role-realm-color-hixian6::before,
.role-list .role-realm-color-hixian7::before,
.role-list .role-realm-color-hixian8::before,
.role-list .role-realm-color-hixian9::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -0.32rem;
    right: -0.32rem;
    top: 0.08rem;
    bottom: 0.02rem;
    border-radius: 999px;
    background:
        radial-gradient(ellipse at 30% 45%, rgba(122, 241, 255, 0.30), transparent 58%),
        radial-gradient(ellipse at 76% 50%, rgba(202, 196, 255, 0.22), transparent 62%);
    filter: blur(2px);
}

.role-list .role-realm hixian,
.role-list .role-realm hixian1,
.role-list .role-realm hixian2,
.role-list .role-realm hixian3,
.role-list .role-realm hixian4,
.role-list .role-realm hixian5,
.role-list .role-realm hixian6,
.role-list .role-realm hixian7,
.role-list .role-realm hixian8,
.role-list .role-realm hixian9 {
    display: inline-block;
    color: #0a8ec0;
    background: linear-gradient(92deg, #0b79ad 0%, #12c5ed 38%, #7ef4ff 54%, #8a9dff 78%, #d7c8ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    -webkit-text-stroke: 0.45px rgba(0, 70, 112, 0.62);
    text-shadow:
        0 1px 0 rgba(0, 63, 98, 0.45),
        0 0 2px rgba(255, 255, 255, 0.85),
        0 0 7px rgba(65, 224, 255, 0.45),
        0 0 15px rgba(192, 201, 255, 0.30);
}

.role-list .role-title {
    color: #777777;
    font-size: 0.92rem;
    min-width: 0;
}

.role-list .role-name {
    color: #008000;
}

.role-list>.select {
    list-style-type: none;
    background: linear-gradient(90deg, rgba(110, 224, 255, 0.09), rgba(196, 202, 255, 0.045));
}

.role-list>.select::before {
    background: #80eaff;
    box-shadow: 0 0 0 0.12rem rgba(128, 234, 255, 0.16), 0 0 0.45rem rgba(128, 234, 255, 0.55);
}

.role-list>.select::after {
    content: "将使用此角色登录";
    flex-basis: 100%;
    margin-left: 4.8rem;
    color: #7a8790;
    font-size: 0.78rem;
    line-height: 1rem;
}

.role-list>.select::after {
    content: none !important;
    display: none !important;
}

.hide_txt {
    border: none;
    clear: both;
    border-bottom: 1px solid #888888;
    width: 2.5rem;
    color: #337ab7;
    padding-left: 0.5rem;
}

.hide_txt:focus {
    outline: none;
}

.regist-info-text {
    margin: 0.5rem 0px;
    color: #999999;
    margin-bottom: 0px;
}

.regist-title-text {
    display: inline-block;
    margin-right: 0.5rem;
}

.regist-title-ref {
    color: gray;
    cursor: pointer;
    clear: both;
}

.validnum-box {
    width: 100%;
    white-space: nowrap;
    position: relative;
}

.validnum-box>.validnum-btn {
    margin: 0px;
    position: absolute;
    right: 20%;
    padding: 0px;
    outline: none;
    border: none;
    height: 100%;
    cursor: pointer;

    background-color: transparent;
}

.validnum-box>.validnum-img {
    margin: 0px;
    position: absolute;
    right: 20%;
    bottom: 1px;
    padding: 0px;
    outline: none;
    border: none;
    height: 100%;
    cursor: pointer;
    width: 130px;
    height: 40px;
}

/* ========================================
   Glyphicons 字体图标
   ======================================== */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/assets/glyphicons-halflings-regular-BUJKDMgK.eot');
    src: url('/assets/glyphicons-halflings-regular-BUJKDMgK.eot?#iefix') format('embedded-opentype'), url('/assets/glyphicons-halflings-regular-BKjkU69z.woff') format('woff'), url('/assets/glyphicons-halflings-regular-DrwTMapi.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-volume-up:before {
    content: "\e038";
}
/* ========================================
   game.css - 游戏主界面样式
   ======================================== */

.channel {
    max-height: 5em;
    overflow-y: auto;
}

.channel-dialog {
    height: 15em;
    max-height: 15em;
    overflow-y: auto;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.channel>pre {
    margin: 0px;
    white-space: pre-line;
}

.container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    position: relative;
    line-height: 1.25em;
}

.container>.content-message {
    flex: 1;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.content-message>pre {
    margin: 0px;
    white-space: pre-line;
}

.scroll-flag {
    background-color: #222;
    text-align: center;
    position: absolute;
    line-height: 2.5em;
    color: #555;
    border-radius: 0.5em;
    width: 2.5em;
    height: 2.5em;
    margin-right: 0.15em;
    cursor: pointer;
}

.chat-panel {
    height: 4em;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0 0.25rem;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 999;
}

.chat-panel>.channel-emotes {

    background-color: #000;
    padding: 0.3em;
    max-height: 20em;
    overflow-y: auto;
    margin-top: 1px;
}

.chat-panel>.channel-emotes>span {
    line-height: 2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border: 1px solid #808080;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
}

.chat-panel>.channel-box {}

.chat-panel>.channel-box>span {
    line-height: 1.5em;
    padding: 0.2em 0.3em;
    border: 1px solid #C0C0C0;
    display: inline-block;
    border-bottom: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: black;
}

.chat-panel>.channel-box>.selected {
    background-color: #bebebe;
    color: #343434
}

.chat-panel>.channel-box>.close {
    float: right;
    background-color: #ababab;
    color: #343434
}

.chat-panel>.chat-input {
    display: flex;
    flex-direction: row;
    height: 2.8em;
    line-height: 2.8em;
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
}

.chat-panel>.chat-input>.sender-box {
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    background-color: #bebebe;
    border-radius: 0px;
    height: 100%;
    padding-left: 2px;
    line-height: 2.8em;
    margin: 0px;
    padding: 0px
}

.chat-panel>.chat-input>.sender-btn {
    width: 4em;
    height: 100%;
    cursor: pointer;
    background-color: #ababab;
    text-align: center;
    color: #343434;
    font-weight: bold;
    line-height: 2.8em;
    top: 0px;
    margin: 0px;
    padding: 0px;

}



.combat-panel {}

.charac-status {
    display: inline-block;
}

.charac-status>.title {}

.hp>.progress-bar {
    background-color: darkred;
    transition-duration: 1s;
    transition-property: width;
    transition-timing-function: ease-out;
}

.item-damage {}

.mp>.progress-bar {
    background-color: darkblue;
}

.progress {
    border: 1px solid #343434;
    display: block;
    height: 0.3em;
    width: 6.25em;
    position: relative;
    margin-top: 2px;

    box-sizing: content-box;
}

.progress-num {
    display: inline-block;
}

.progress>.progress-bar {
    height: 100%;
    border: 1px solid transparent;
    float: right;
}

/*.progress>.progress-text {
    color:#898989;
    position:absolute;
    line-height:4px;
    height:4px;
    font-size:0.5em;
    width:100%;
    text-align:center;
 }*/
.tool-bar {
    position: absolute;
    z-index: 11;
}

.right-bar {
    right: 0px;
    bottom: 3em;
}

.left-bar {
    left: 0px;
    transition-property: bottom;
    transition-duration: 0.2s;
    transition-timing-function: ease-in;
}

.left-bar>.tool-item {
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
    border-left: none;
    margin-bottom: 0.25rem;
    font-size: 1em;
    line-height: 1.25em;
    width: 3em;
    height: 3em;
}

.tool-bar>.tool-item {
    text-align: center;
    background-color: gray;
    color: #111;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    border: solid 1px #222;
}

.tool-bar>.tool-item:hover {

    background-color: #666;
}

.tool-bar>.tool-item>.tag {
    background-color: red;
    color: white;
    border-radius: 0.6em;
    width: 1em;
    height: 1em;
    position: absolute;
    right: -0.2em;
    top: -0.3em;
}



.bottom-bar {
    display: block;
    position: relative;
    white-space: nowrap;
    display: flex;
    margin-top: 0.5em;
    margin-bottom: 4px;
}

.right-bar>.tool-item>.tool-icon,
.bottom-bar>.tool-item>.tool-icon {
    display: block;
    line-height: 1.25em;
}

.tool-item>.tool-text,
.tool-item>.tool-text {
    line-height: 1.5em;
    font-weight: bold;
    display: block;
    font-size: 0.8em;
}

.bottom-bar>.tool-item,
.right-bar>.tool-item {
    display: block;
    width: 2.5em;
    height: 2.5em;
    border-radius: 0.5em;
    margin-bottom: 0.15em;
    margin-right: 0.15em;
}



.bottom-bar>.br-tool {
    line-height: 2.5em;
    top: 0px;
    font-family: 'Glyphicons Halflings';
}

.bottom-bar>.br-tool::before {
    content: "\e234";
}


.room-commands,
.combat-commands {
    white-space: nowrap;
    overflow-x: auto;
    display: block;
    line-height: 2em;
    margin-bottom: 0.25em;
}

.obj-money {
    float: right;
    padding-right: 10px;
    color: #C0C0C0;
}

.obj-money>span {
    margin-left: 1em;
    padding-left: 1em;
    color: #C0C0C0;
    border-left: 1px solid gray;
    color: #808080;
    line-height: 1.8em;
    cursor: pointer;
    user-select: none;
}

.combat-wrap {
    white-space: pre-wrap;
    position: relative;
}


.combat-wrap::before {
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
}

.room-commands>.act-item,
.combat-commands>.pfm-item {
    display: inline-block;
    border: solid 1px gray;
    color: gray;
    background-color: black;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    min-width: 2.5em;
    margin-right: 0.5em;
    position: relative;
    padding-left: 0.4em;
    padding-right: 0.4em;
    margin-bottom: 2px;
    /* transition: background-size 0.2s linear; */
    background: linear-gradient(to top, rgba(128, 128, 128, 0.5) 0%, rgba(128, 128, 128, 0.5) 100%);
    background-size: 0% 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}



.room-commands>.act-item:active,
.combat-commands>.pfm-item:active {
    background-color: gray;
    color: black;
}

/* .room-commands>span>.shadow,
.combat-commands>.pfm-item>.shadow {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0.5;
    background-color: white;
    display: none;
    border: none;
    border-radius: 0.45em;
} */

.item-commands {
    white-space: normal;
    display: block;
    user-select: none;
    padding-bottom: 0.315em;
}

.item-commands>span {
    display: inline-block;
    border: solid 1px gray;
    color: gray;
    background-color: black;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25em;
    min-width: 2.5em;
    margin-right: 0.625em;
    padding: 0.25em 1em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.item-commands>span:active {
    background-color: gray;
    color: black;
}

.room_exits {}

.room_exits>.exits-item {
    color: #FFFF00;
}

.room-item {
    cursor: pointer;
    display: block;
    clear: both;
    position: relative;
}

.room-item>.item-name {
    margin-left: 2em;

}

.room-item>.item-icon {
    opacity: 0.3;
    width: 2em;
    text-align: center;
}

.room-item>.item-status {
    display: inline-block;
    float: right;
}

.room-item>.item-status-bar {
    display: inline-block;
    float: right;
}

.room_items>.item-commands {
    margin-left: 2em;
}

.map-panel {
    width: 100%;
    max-height: 6em;
    overflow: auto;
}

.room-title {
    position: relative;
    color: #ffff00;
    line-height: 1.875em;
    height: 1.875em;
    padding-right: 1.6em;
}

.room-title>.map-icon {
    position: absolute;
    right: 0.35em;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
    cursor: pointer;
}

.room-title>.map-icon:hover {
    color: #00ff00;
}

.room-commands>.empty-msg,
.combat-commands>.empty-msg {
    border: none;
}

.state-bar {
    flex: 1;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: .5em;
    border-radius: .5em;
    border-left-width: 2px;
    border-left-style: solid;
    white-space: nowrap;
    overflow-x: auto;
    background-color: #111;
    cursor: pointer;
    height: 2.5em;
    margin-right: 0.15em;
}


.state-bar>.title {
    line-height: 2.5em;
}

.state-bar>.stop {
    display: inline-block;
    color: #808080;
    text-align: center;
    cursor: pointer;
    width: 3.75em;
    text-decoration: underline;
}

.state-bar>.item-command {
    display: inline-block;
    border: solid 1px gray;
    color: gray;
    background-color: black;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    min-width: 2.5em;
    margin-right: 0.6em;
    padding: 0px 0.4em;
    margin-top: 0.2em;
    line-height: 2em;
}


.dialog-confirm {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #111;
    border-left: 4px solid #108ee9;
    border-radius: 4px;
    z-index: 10000;
    user-select: none;
    box-sizing: border-box;
    pointer-events: auto;

    overflow-y: hidden;
    height: 6em;
    line-height: 6em;
    display: flex;
    flex-direction: row;
}

.dialog-confirm>.dialog-btn>.btn-icon {
    margin-right: 0.4em;
}

.dialog-confirm>.dialog-btn {
    height: 100%;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    min-width: 5.5em;
    flex-shrink: 0;
    touch-action: manipulation;
}

.dialog-confirm>.dialog-content {
    color: #ababab;
    padding-left: 1em;
    flex: 1
}

.dialog-confirm>.btn-ok {
    background-color: #108ee9;
    color: white;
    cursor: pointer;
}

.confirm-count {
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
}

.confirm-count>.btn {
    display: inline-block;
    border: solid 1px gray;
    color: gray;
    background-color: black;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25em;
    width: 5em;
    margin-right: 0.625em;
    margin-top: 0.25em;
    height: 2.5em;
    line-height: 2.5em;
    touch-action: manipulation;
}

.confirm-count>input {
    background-color: transparent;
    outline: none;
    border: 1px solid #666666;
    border-radius: 0.25em;
    width: 5em;
    height: 2.5em;
    line-height: 2.5em;
    color: inherit;
    text-align: center;
    font-weight: bold;
    margin-right: 0.625em;
}

.room-item>.item-status {
    display: inline-block;
    float: right;
}

.room-item>.item-status-bar {
    display: inline-block;
    float: right;
}

.room_items>.item-commands {
    margin-left: 2em;
}

.warn-dialog {

    position: absolute;
    left: auto;
    right: 3.5em;
    z-index: 20;
    min-width: 20em;
    max-width: 100%;
    padding: 0.5em;

    transition-property: bottom;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    background: #111;
    border-radius: 6px;
    overflow: hidden;
    border-top-width: 4px;
    border-top-style: solid;
}

.warn-dialog>.warn-content {
    color: #bdc3c7;
    white-space: pre-wrap;
}

.warn-dialog>.item-commands {
    float: right;
    padding-bottom: 0px;
}

.item-status-bar>.status-item {
    position: relative;
    cursor: pointer;
    margin-right: 0.75em;
    background-color: #008000;
    border-radius: 0.25em;
    color: white;
    line-height: 1.25em;
    padding-left: 0.25em;
    padding-right: 0.25em;
    height: 1.25em;
    display: inline-block;
    zoom: 0.8;
}

.item-status-bar>.downside {
    background-color: #800000;
}

.item-status-bar>.status-item[sid="room"] {
    background-color: #b58900;
    border: 1px solid #ffff00;
    color: #ffff00;
}

.item-status-bar>.status-item.status-color-hiz[sid="room"] {
    background-color: #7a35d8;
    border: 1px solid #d7c5ff;
    color: #fff;
    box-shadow: 0 0 4px rgba(185, 134, 255, 0.65);
}

.item-status-bar>.status-item.status-color-hiz[sid="room"]>.shadow {
    background-color: #2d115a;
}

.item-status-bar>.status-item.status-color-hiy[sid="room"] {
    background-color: #b58900;
    border: 1px solid #ffff00;
    color: #ffff00;
}

.item-status-bar>.status-item[sid="wudao_sixiang_suppression"] {
    min-width: 2.2em;
    height: 1.45em;
    line-height: 1.45em;
    padding: 0 0.3em;
    margin-right: 0.5em;
    border-radius: 0.38em;
    border: 0;
    background: #9f100e;
    color: #ffe9df;
    font-weight: 500;
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(255, 235, 225, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.35);
    zoom: 0.86;
}

.item-status-bar>.status-item[sid="wudao_sixiang_suppression"]>.shadow {
    display: none;
}

.item-status-bar>.status-item>.status-bg {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    display: inline;
    border-radius: 4px;
}

.item-status-bar>.status-item>.shadow {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 100%;
    bottom: 0px;
    background-color: black;
    opacity: 0.5;
    height: 100%;
    border-radius: 0.25em;
    border-radius: 0.25em;
}
.signinfo {
    position: absolute;
    bottom: 1em;
    color: #333;
    font-size: 0.5rem;
    left: 0px;
    right: 0px;
    text-align: center;
}

.signinfo>a {
    color: #333;
}

.dialog {
    width: 100%;
    z-index: 10;
}

.dialog>.dialog-header {
    height: 2.5em;
    line-height: 2.5em;
    background-color: #222;
    padding-left: 0.5em;
    display: flex;
    flex-direction: row;
}

.dialog>.dialog-content {
    overflow: auto;
    width: 100%;
}

.dialog>.dialog-content .item-commands {
    text-align: center;
}


.dialog>.dialog-header>.dialog-title {
    color: #808000;
    font-weight: bold;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.dialog>.dialog-header>.dialog-icon {
    color: #808000;
    margin-top: 0.65em;
    margin-right: 0.25em;
}

.dialog>.dialog-header>.dialog-close {
    line-height: 2em;
    color: gray;
    cursor: pointer;
    font-size: 1.25em;
    margin-right: 4px;
}

.dialog>.dialog-footer>.trade_btn {
    float: right;
    border-left: solid 1px gray;
    display: inline-block;
    text-align: center;
    width: 120px;
    height: 1.875em;
    line-height: 1.875em;
}

.dialog>.dialog-footer>.ok {
    color: #00FFFF;
}


.dialog>.dialog-footer {
    background-color: #222;
    white-space: nowrap;
    height: 2.5em;
    user-select: none;
    line-height: 2.5em;
}

.dialog>.dialog-footer>.item-commands {
    float: right;
    margin-right: 2px;
    padding-bottom: 0px;
}

.dialog>.dialog-footer>.item-commands>span {
    height: 2em;
    line-height: 2em;
    padding: 0 0.5em 0 0.5em;
    margin: 0;
    margin-left: 1em;
}

.dialog>.dialog-footer>.footer-item {
    color: #bdc3c7;
    display: inline-block;
    width: 5em;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}


.dialog>.dialog-footer>.eq-group {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background-color: #111;
    line-height: 2em;
    margin-left: 1em;
    margin-top: 0.25em;
}

.dialog>.dialog-footer>.channel-item {

    width: 4em;
}



.dialog>.dialog-footer>.select {
    background-color: #555;
    color: #bdc3c7;
}


.dialog>.dialog-footer>.sk-group {
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background-color: #111;
    line-height: 2em;
    margin-top: .25em;
    margin-right: 0.5em;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    float: right
}

.dialog-score {
    min-width: 360px;
    height: 29em;
    padding-top: 0.5em;
}

.dialog-score>.score-section {
    line-height: 1em;
    padding-left: 0.5em;
    border-radius: 4px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: gray;
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 0.5em;
    background-color: #111;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    position: relative;
}


.dialog-score .title {
    width: 4.375em;
    display: inline-block;
    line-height: 1.25em;
}

.dialog-score .value {
    width: 6em;
    display: inline-block;
    line-height: 1.25em;
}

.dialog-score h3 {
    color: #C0C0C0;
    margin: 0.625em;
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
    font-size: 1em;
    line-height: 2em;
}

.dialog-score2 {
    min-width: 360px;
    height: 29em;
    padding-top: 0.5em;
}

.dialog-score2 .title {
    width: 8em;
    display: inline-block;
    line-height: 1.6em;
}

.dialog-score2 .value {
    display: inline-block;
    line-height: 1.6em;
    color: #00ff00;
}

.dialog-score2 h3 {
    color: #C0C0C0;
    margin: 0.625em;
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
    font-size: 1em;
}

.dialog-titles {
    min-width: 360px;
    height: 29em;
    padding-top: 0.5em;
}

.dialog-titles>.title-item {
    line-height: 2em;
    padding-left: 1.5em;
    border-radius: 4px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: gray;
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: 0.5em;
    background-color: #111;
}

.dialog-titles>.selected {
    border-left-color: #00FF00;
}

.dialog-titles>.title-item>.btn-noused {
    float: right;
    display: inline-block;
    color: #00ff00;
    padding-left: 2em;
    background-color: #343434;
    padding-right: 2em;
    border-left: 1px solid #121212;
    cursor: pointer;
}

.dialog-titles>.empty {
    color: gray;
    padding-left: 1.4em;
    line-height: 2em;
}