﻿body, html, form { margin: 0px; height: 100%; font-size: 14px; }
.top-box .small-size { font-family: "黑体"; font-size: 16px; color: #666; letter-spacing: 2px; line-height: 26px; }
.top-box .name_title { font-family: "微软雅黑"; font-size: 24px; font-weight: 600; color: #444; }
.content { background: #f6f6f6; min-width: 100%; min-width: 1180px; min-height: 100%; z-index: 99; padding-top: 96px; box-sizing: border-box; }
.top-box .bg_white { background: white; }
.top-box .bg_white .layui-nav-item a { color: #333333; font-size: 17px; }
.top-box .layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a { color: black; }
.top-box .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after { background: #4a9fff; }
.layui-footer span { font-size: 14px; color: #666; line-height: 30px; padding-right: 32px; }
.layui-footer .gaba-img { width: 20px; height: 20px; vertical-align: text-top; }
.top-box { width: 100%; min-width: 1180px; position: absolute; left: 0px; top: 0px; z-index: 10000; background-color: #fff; margin-bottom:5px; }
.top-box .layui-row { padding: 17px 0; }
.top-box .log-img { width: 54px; height: 54px; float: left; padding-right: 8px }
.layui-footer { height: 180px; background: #232323; }
.rowRight { position: absolute; right: 0; top: 58px; }
.rowRight .QrCode { position: fixed; top: 660px; right: 30px; background-color: #fff; width: 124px; height: 134px; z-index: 1000; border-radius: 3px 3px 0 0; box-shadow: 0 2px 9px #ddd; }
.rowRight .QrCode span { font-size: 12px; color: #333; }
.rowRight .QrCode .delImg { position: absolute; top: -8px; right: -8px; border-width: 0; cursor: pointer; }
.rowRight .QrCode .qrcodeImg { height: 92px; width: 92px; margin: 12px 0 0 18px; }
.rowRight .QrCode .desc { display: block; font-size: 12px; margin-left: 23px; float: left; margin-top: 8px; }
.layui-footer { float: left; width: 100%; min-width: 1180px; position: relative; }
.box { width: 1180px; margin: 0px auto;padding:0 30px; }
.layui-nav.bg_white { padding: 0; }
.layui-nav.bg_white .layui-nav-item a { padding: 0 22px; }
.numbermsg {
    background-color: red;
    font-size: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    color: wheat;
    float: right;
    margin-right: 10px;
    z-index: 1000;
    text-align: center;
    line-height:18px;
}
.oneline {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.multiline {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
