a { text-decoration: none;}
html body h1, html body h2, html body h3, html body h4, html body h5, html body h6 {
	margin-top: 0px;
	margin-bottom: 5px;
	text-shadow: rgba(0, 0, 0, 0.05) 0 0 1px;
	font-family: inherit;
font-size: 16px;
}
html body  .content {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow-x: hidden;
	min-height: 72vh;
}
html body .content .page_leftmenu {
    width: 280px !important;
    float: left;
}
html body .content .content-box .title {
    position: relative;
    border-bottom: 1px solid #EEEEEE;
    line-height: 33px;
    font-weight: 500;
    font-size: 16px;
}
html body .content .page_leftmenu .border {
    border-bottom: 1px solid #EEEEEE;
}
html body .content .page_content {
    margin-left: 295px;
}
html body .content ul.list-txt > li.active {
    background: linear-gradient(45deg, #589ffc, #99c5ff);
}
html body .content .row {
    margin-right: -15px;
    margin-left: -15px;
}
html body .pages .content .content-box .padding {
    padding: 20px;
}
a.btn:not(.btn-link), a.btn:not(.btn-link):active, a.btn:not(.btn-link).active {
    text-decoration: none;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-outline-default, .btn-outline .btn-default {
    color: #76838f;
    background-color: transparent;
    border-color: #e4eaec;
    box-shadow: none;
}
.btn-primary {
    color: #fff;
    background-color: #3e8ef7;
    border-color: #3e8ef7;
    box-shadow: none;
}
.btn-primary {
    color: #fff;
    background-color: #3e8ef7;
    border-color: #3e8ef7;
    box-shadow: none;
}
.py-6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.ml--30 {
    margin-left: -30px !important;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
/* 浮动层样式 */
.float-layer {
            position: fixed;
            background: white;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            padding: 0;
            z-index: 1000;
            min-width: 360px;
            max-width: 90vw; /* 90vw 表示元素宽度为视口宽度的90% */
            display: none;  /* 默认隐藏*/
            overflow: hidden;
            resize: both;
            min-height: 200px;
}
        
.layer-header {
            background: #3498db;
            color: white;
            padding: 15px 20px;
            cursor: move;
            display: flex;
            justify-content: space-between;
            align-items: center;
}
        
.layer-title {
            font-weight: bold;
            font-size: 18px;
}
        
.close-btn {
            background: none;
            border: none;
            color: white;
            font-size: 20px;
            cursor: pointer;
            padding: 0;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
}
        
.close-btn:hover {
            background: rgba(255,255,255,0.2);
}
        
.layer-content {
            padding: 20px;
            max-height: 400px;
            overflow-y: auto;
}
        
/* 遮罩层 */
.overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,0.5);
            z-index: 999;
            display: none;
}
        
.info-box {
            background: #f8f9fa;
            border-left: 4px solid #3498db;
            padding: 15px;
            margin: 20px 0;
            border-radius: 0 5px 5px 0;
}
        
.dragging {
            opacity: 0.9;
            box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}