.wg-box {
    width: 500px;
    margin: 0 auto;
}

.layui-layer, .layui-layer-title {
    background-color: rgba(28, 19, 23, 0.5);
    border-bottom: 0px solid #fff !important;
    color: #F7DA69;
    overflow-y: hidden;
}

.layui-layer .layui-layer-iframe {
    max-width: 800px;
}

.layui-layer-btn .layui-layer-btn-c {
    color: #0ff;
}

.layui-layer .layui-layer-btn0 {
    border-color: #b8312f;
    background-color: #b8312f;
    color: #fff;
}

.layui-layer .layui-layer-btn1 {
    border-color: #b8312f;
    background-color: #b8312f;
    color: #fff;
}

.layui-layer-setwin .layui-layer-min cite {
    background-color: #09c;
}

body .layui-layer-page .layui-layer-content {
    text-align: center;
}

body .layui-layer-prompt textarea.layui-layer-input {
    width: 10em;
    height: 2em;
}

.layui-btn {
    border: none;
}

.layui-panel {
    border-color: #431805;
}

.layui-table {
    /*background-color: #121212;*/
    /*color: #999;*/
}

.layui-table td, .layui-table th, .layui-table-fixed-r, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-view, .layui-table[lay-skin=row], .layui-table[lay-skin=line] {
    /*border-color: rgb(44, 46, 49);*/
}

.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even) {
    /*background-color: #111111;*/
}

.layui-table-page {
    text-align: right;
    /*background-color: #161616;*/
    height: 55px;
    padding: 12px 7px 0;
}

.layui-table-page > div {
    text-align: center;
}

.layui-layer-btn0, .layui-layer-btn1 {
    /*background-color: #FF5722;*/
    color: #fff;
    border: none;
}

.layui-form-label {
    width: 80px;
}

body .layui-layer-msg {
    border: rgb(49, 49, 49) solid 1px;
    background-color: rgba(0, 0, 0, 0.5);
}

body .layui-layer-ico16 {
    background-size: 100%;
}

.layui-layer-title {
    border-bottom: none;
}

.layui-layer-content {
    background-color: rgba(19, 23, 28, 0.91);
}

.layui-elem-field {
    border-color: rgba(19, 23, 28, 0.90);
}

label {
    border-color: rgba(19, 23, 28, 0.90);
}

.layui-layer-monster {
    background-color: rgba(19, 23, 28, 0.91);
    border: rgb(49, 49, 49) solid 1px;

}

.layui-layer-monster .layui-layer-title {
    background-color: rgba(0, 0, 0, 0.51);
    border: none;
    /*border-bottom:1px solid rgb(49,49,49);*/
    color: #fff;
}

.layui-layer-monster .layer-content {
    background-color: rgba(0, 0, 0, 0.51);
}

.layui-layer-monster .layui-layer-content {
    background-color: rgba(0, 0, 0, 0.51);
    color: #fff;
}


body .layui-layer-close {
    background-position: 1px -40px;
    cursor: pointer;
}

.layui-layer-confirm {
    background-color: rgba(0, 0, 0, 0.9);
    border: rgb(49, 49, 49) solid 1px;
    border-radius: 8px;
}

.layui-layer-confirm .layui-layer-content {
    text-align: center;
    color: #fff;
}

.layui-layer-confirm .layui-layer-btn {
    text-align: center;
}

.layui-layer-confirm .layui-layer-btn .layui-layer-btn0 {
    background-color: rgb(254, 86, 33);
    border-color: rgb(254, 86, 33);
    color: #fff;
}

.layui-layer-confirm .layui-layer-btn .layui-layer-btn1 {
    background-color: rgb(48, 48, 48);
    border-color: rgb(48, 48, 48);
    color: #fff;
}

.layui-layer-prompt {
    background-color: rgba(19, 23, 28, 0.91);
    border: 1px solid rgb(49, 49, 49);
    border-radius: 8px;
}

.layui-layer-prompt .layui-layer-title {
    background-color: rgba(19, 23, 28, 0.91);
    border: none;
    color: #fff;
}

.layui-btn-primary {
    border: 1px solid rgb(49, 49, 49);
    background-color: rgb(49, 49, 49);
    color: #fff;
}

.layui-btn-primary:hover {
    border-color: #666;
    color: #fff;
}

/*webkit定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 6px;
    height: 16px;
    background-color: rgba(19, 23, 28, 0.91);
}

/*定义滚动条的轨道，内阴影及圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;

}

/*定义滑块，内阴影及圆角*/
::-webkit-scrollbar-thumb {
    /*width: 10px;*/
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

/*IE*/
* {
    scrollbar-3dlight-color: rgba(19, 23, 28, 0.91);
    scrollbar-highlight-color: #fff;
    scrollbar-face-color: rgb(49, 49, 49);
    scrollbar-arrow-color: #666;
    scrollbar-shadow-color: rgba(19, 23, 28, 0.91);
    scrollbar-darkshadow-color: rgba(19, 23, 28, 0.91);
    scrollbar-base-color: #D7DCE0;
    scrollbar-track-color: rgba(19, 23, 28, 0.91);
}

body .layui-btn:focus {
    outline: none;
}

.card, .table {
    color: #ffe393;
}

.layui-flow-more {
    display: none;
}

/*tips*/
body .layui-layer-tips .layui-layer-content .layui-layer-TipsR {
    top: 0px;
    border-bottom-color: #2C2E31;
}

body .layui-layer-tips .layui-layer-content {
    padding: 0px 15px;
    background-color: #2C2E31;
}

body .layui-layer-tips .layui-layer-content > span {
    color: #ffd700;
}

.wg-center {
    text-align: center;
}

.layui-table-tips {
    display: none;
}

.layui-table-grid-down{
    display: none;
}

body .demo-class .layui-layer-title {
    background: #191919;
    color: goldenrod;
    border: none;
    font-weight: bold;
}

body .demo-class .layui-layer-close{
    background-color: goldenrod;
}

body .layui-nav{
    background-color: unset;
}

body .layui-nav .layui-nav-child a{
    color: #fff;
}

.xinYueNotice{
    padding-left: 1em;
    color: purple;
    font-weight: bold;
}