@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0
}

html, body {
    height: 100%
}

body, pre, button, input, select, textarea {
    font: 14px/1.6 tahoma, arial, 'Microsoft YaHei', sans-serif
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    /* font-weight: normal; */
    color: inherit;
}

address, cite, dfn, em, var {
    font-style: normal
}

i {
    color: inherit
}

small {
    font-size: 12px
}

body {
    color: #786e8c
}

ul, li, ol {
    list-style: none
}

a {
    text-align: center;
    text-decoration: none;
    transition: all .2s;
    cursor: pointer;
}

a:focus {
    outline: 0
}

legend {
    color: #000
}

fieldset, img {
    border: 0
}

img {
    vertical-align: middle
}

button, input, select, textarea {
    font-size: 100%
}

input[type="button"], input[type="submit"], button {
    cursor: pointer
}

button:focus {
    outline: 0
}

input[type="button"], input[type="submit"], input[type="reset"], button {
    border: 0
}

input[readonly], input:disabled, textarea:disabled {
    background-color: #E8EAF6;
    color: #545454;
    cursor: not-allowed !important;
}

input[readonly]:hover, input:disabled:hover, textarea:disabled:hover {
    cursor: pointer;
    background-color: #ebebe4
}

input, textarea, button {
    outline: 0;
    font: 14px/1.6 Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 微软雅黑, Arial, sans-serif
}

[placeholder] {
    font-family: 'Microsoft yahei'
}

::-moz-placeholder {
    color: #bbb;
    text-indent: 5px;
    opacity: 1 !important
}

:-ms-input-placeholder {
    color: #bbb;
    text-indent: 5px
}

::-webkit-input-placeholder {
    color: #bbb;
    text-indent: 5px
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track-piece {
    background-color: #eee;
    margin: -2px
}

::-webkit-scrollbar-thumb {
    background: #aaa;
    min-height: 150px;
    min-width: 150px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:vertical:hover {
    background: #555
}

::-webkit-scrollbar-thumb:horizontal:hover {
    background: #555
}


#InviteWindow, #lim_mini_chat, #lim_mini {
    display: none !important
}

#selectbtc {
    background: #555;
    outline: 0;
    border-radius: 5px;
    border: 0;
    height: 23px;
    width: 50px;
    color: white
}