html, body {
    background: #181A1B;
    -webkit-text-size-adjust: none;
    margin: 0;
    min-height: 100%;
    font-family: -apple-system, Arial, 'PingFang SC', 'STHeiti Light', 'Hiragino Kaku Gothic ProN', 'Microsoft YaHei', sans-serif
}

a {
    text-decoration: none;
    color: #1E90FF
}

#list {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 350px;
    border: solid #C8C7CC;
    border-width: 0 1px 0 0;
    overflow-y: auto;
    transition: 0.5s;
    min-height: 100%
}

.listitem {
    color: #FFFFFF;
    font-size: 16px;
    height: 18px;
    padding: 10px;
    background: #1E2021;
    border-bottom: 1px solid #C8C7CC;
    overflow: hidden;
    cursor: pointer;
    line-height: 18px;
    position: relative;
    padding-left: 50px
}

.listitem.hidden {
    height: 0;
    padding: 0;
    border: 0
}

.listitem:hover {
    /*background: #E5E5E5*/
    background: #3D3C42
}

.listitem:active {
    background: #C5C5C5
}

.listitem > :last-child {
    width: 50px;
    position: absolute;
    left: 0;
    top: 0 !important;
    bottom: 0
}

.listitem > :last-child:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 10px;
    width: 17px;
    height: 17px;
    background-image: url("img/bili.ico");
    background-size: 17px auto;
}

.listitem > :last-child:after {
    content: "";
    position: absolute;
    left: 22px;
    top: 19px;
    width: 0;
    height: 0;
    background: #888;
    transition: .3s
}

.listitem > .on:last-child:after {
    left: 17px;
    top: 14px;
    width: 10px;
    height: 10px
}

.listitem > div {
    position: relative;
    top: 0;
    transition: 0.3s
}

.listitem:hover > div {
    top: -28px
}

.listitem > div > div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px
}

.listitem > div > div > span {
    position: absolute;
    right: 0
}

.nonelistitem:before {
    background-image: none !important;
}

.msg {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 350px;
    max-width: 100%
}

.middle {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%
}

.middle > div {
    position: relative;
    top: -50%;
    display: block
}

#body {
    position: fixed;
    left: 351px;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-x: auto;
    transition: 0.5s;
    background: #2D112B
}

.board{
    width: 100% !important;
}

.menu {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 30px;
    border: solid 1px #C8C7CC;
    border-radius: 3px;
    background: #FFF;
    cursor: pointer
}

.menu > div {
    height: 2px;
    background: #C7C8CC;
    width: 25px;
    margin: 6px 0 0 5px;
    border-radius: 1px
}

#menu {
    position: fixed;
    top: 45px;
    right: 50px;
    width: 150px;
    height: 40px;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #C7C8CC;
    overflow: hidden;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0
}

#menu > div {
    position: relative;
    height: 100%;
    width: 100%;
    transition: 0.5s;
    left: 0
}

#menu > div > div > div {
    font-size: 16px;
    height: 18px;
    padding: 11px 6px;
    background: #FFF;
    border-bottom: 1px solid #C8C7CC;
    overflow: hidden;
    cursor: pointer
}

#menu > div > div > div:hover {
    background: #E5E5E5
}

#menu > div > div > div:active {
    background: #C5C5C5
}

#typeindex {
    position: relative;
    top: -82px;
    left: 100%;
    height: 245px;
    border: #C7C8CC solid;
    border-width: 0 0 0 1px
}

#typeindex > div {
    padding-left: 10px !important
}

div.switch {
    cursor: pointer;
    position: absolute;
    top: 8px;
    height: 22px;
    right: 4px;
    width: 40px;
    border-radius: 11px;
    background: #EFEFF4;
    border: 1px solid #E5E5E5;
    transition: 0.5s
}

div.switch:before {
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    height: 18px;
    width: 18px;
    border-radius: 10px;
    background: #fff;
    content: "";
    transition: 0.5s;
    border: #D7D7D7 1px solid
}

div.switch.on {
    background: #4BD863
}

div.switch.on:before {
    left: 19px
}

#list_control {
    position: fixed;
    top: 10px;
    left: 350px;
    height: 30px;
    width: 20px;
    border: solid 1px #C7C8CC;
    background: #FFF;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: 0.5s
}

#list_control.off {
    left: 0
}

#list_control:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 5px;
    width: 10px;
    height: 18px;
    background-image: url("img/UIButtonBarArrowRight@2x.png");
    background-size: 10px auto;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 0.5s
}

#list_control.off:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.credit {
    position: fixed;
    right: 20px;
    bottom: 15px;
    font-size: 14px;
    color: #BAFF00
}

.highcharts-tooltip > span {
    max-height: 80vh;
    overflow: hidden
}