<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> html,body{margin: 0; padding: 0; height: 100%; background-color:#f5f5f5;}
 a{ text-decoration: none;}
.container{ position:absolute; top:0px; bottom:0px; width:100% }
.container .header{ height:60px; line-height:60px; background:#1697ff; color:#fff}
.container .header .actions{ text-align: right;}
.container .header .actions a{color: #fff; line-height: 60px; display: inline-block; padding: 0 11px;}
.container .header .actions a:hover{background-color: #0083ed;}
.container .menu-logo{ padding: 30px; }
.container .menu-logo.collapsed{ padding: 5px; display: table-cell; vertical-align: middle; }
.container .menu-logo img{ width: 100%; }
.container .header .tools{ padding:0px 23px; height:60px; line-height:60px; cursor:pointer; overflow: hidden; position: relative; z-index: 2;}
.container .header .tools i{ margin-right: 10px;}
.container .main{ display:-ms-flex; display:-webkit-flex; display:-moz-flex; display:flex; position:absolute; top:0px; left: 0px; right: 0px; bottom:0px; overflow:hidden}
.container .main aside{-ms-flex:0 0 230px;flex:0 0 230px;width:230px; background-color: #333;}
/*.container .main aside .el-menu{ height:100%;}*/
.container .main aside .collapsed{ width:60px }
.container .main aside .collapsed .el-submenu{ text-align: center; }
.container .main aside .collapsed .el-submenu .el-submenu__icon-arrow{ right: 5px; margin-top: -6px; }
.container .main aside .collapsed font{ display: none; }
.container .main aside .collapsed i{ margin-right: 0; }
.container .main aside .collapsed .item{ position:relative }
.container .main aside .collapsed .submenu{ position:absolute; top:0px; left:60px; z-index:99999; height:auto;display:none; max-height: 300px; overflow-y: auto; -webkit-overflow-scrolling: touch;}
/*.container .main .menu-collapsed{ -ms-flex:0 0 60px; -webkit-flex:0 0 60px; -moz-flex:0 0 60px; flex:0 0 60px; width:60px}*/
.container .main .menu-collapsed{ -ms-flex:0 0 0px; -webkit-flex:0 0 0px; -moz-flex:0 0 0px; flex:0 0 0px; width:0px}
.container .main .menu-expanded{ -ms-flex:0 0 230px; -webkit-flex:0 0 230px; -moz-flex:0 0 230px; flex:0 0 230px; width:230px;overflow-y: auto;height: 100%; -webkit-overflow-scrolling: touch;}
.container .main .content-container{ -ms-flex:1; -webkit-flex:1; -moz-flex:1; flex:1;  position: relative; width: 100%;}
.container .main .content-container .grid-content{padding: 20px; position:absolute; top:60px; left: 0; right: 0; bottom:0px; overflow-y:auto; -webkit-overflow-scrolling: touch;}
.container .main .content-container .breadcrumb-container .title{ width:200px;float:left;color:#475669}
.container .main .content-container .breadcrumb-container .breadcrumb-inner{float:right}
.container .main .content-container .content-wrapper{  box-sizing: border-box;}

/*l*/
.tv-red-title{ background-color: #f95f53; color: #fff; border-radius: 3px; padding: 10px 12px;}
.tv-table-list{ width: 100%;}
.el-card__bodys .el-table{ border: none; }
.tv-table-single .el-table_1_column_1,.tv-table-single .el-table_1_column_3,.tv-table-single .el-table_1_column_5,.tv-table-single .el-table_1_column_7,.tv-table-single .el-table_1_column_9,.tv-table-single .el-table_1_column_11,.tv-table-single .el-table_1_column_13,.tv-table-single .el-table_1_column_15{ background-color: #eef1f6;}
.el-card__bodys .el-table thead{ display: none; }
.el-card__bodys .el-table tr td:last-child{ border-right: none; }
.el-card__bodys .el-table tr:last-child td{ border-bottom: none; }
.el-card__bodycustom thead th,.el-card__bodycustom thead th .cell{ background-color: #fff;}

#el_menu{
    width:230px !important;
}
/*h*/
.bg-white{
	background-color:#FFFFFF;
}
.bg-extra-light-gray{
	background-color:#EFF2F7;
}
.el-loading-mask{
    z-index:1;
}
.tv-red-color{
	color:#ff4949;
}
/****************/
::-webkit-scrollbar-track{
}
::-webkit-scrollbar{
    width: 12px;
    height: 12px;
    background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: #c1c1c1;
}
.fl{float:left;}
.fr{float:right;}
.clearfix:after,
.row:after,
.fl:after,
.fr:after {
    clear:both;
    content:'\0020';
    display:block;
    height:0;    
}
.tv-mt5{margin-top:5px;}
.tv-mt10{margin-top:10px;}
.tv-mt15{margin-top:15px;}
.tv-mt20{margin-top:20px;}

.tv-mb5{margin-bottom:5px;}
.tv-mb10{margin-bottom:10px;}
.tv-mb15{margin-bottom:15px;}
.tv-mb20{margin-bottom:20px;}
.tv-card .el-card__header{
	background-color:#aedbff;
	text-align: center;
	font-weight:bold;
	color:#1f2d3d;
}
.tv-card .el-card__header a{
    color: #1697ff;
}
.tv-btn a{
	display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #bfcbd9;
    color: #1f2d3d;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin:5px 5px 5px 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 4px;
}
.tv-btn a:hover{
	background-color:#1697ff;
	color:#fff;
    border: 1px solid #1697ff;
}
.tv-current-btn a{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #aedbff;
    color: #1f2d3d;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin:5px 5px 5px 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 4px;
    background-color:#aedbff;
    position: relative;
}
.tv-current-btn .hot{
    display: block;
    width:12px;
    height:12px;
    border-radius:50%;
    background-color:#f95f53;
    position: absolute;
    right: -5px;
    top: -5px;
}
.tv-current-btn a:hover,
.tv-current-btn .current{
    color:#fff;
    background-color:#1697ff;
    border-color:#1697ff;
}
.tv-table th,
.tv-table td{
    /*text-align: center;*/
    padding:5px 0;
}
.tv-table thead th{
    text-align: center;
}
.tv-table .cell{
    /* word-break: normal;
    white-space:nowrap;  */
    font-size:14px;
    line-height:22px !important;
}
.tv-dropdown{
    max-height:300px;
    overflow-y:auto;
}
.tv-table a,
.tv-dropdown a{
    color:#1697ff;
    font-size:14px;
}
.tv-dropdown a{
    display: block;
}
.tv-breadcrumb{
    line-height:20px;
}
.tv-page{
    width:100%;
    text-align: right;
    overflow-x:auto;
    overflow-y:hidden;
}
.tv-bg-title{
    border-radius: 4px;
    min-height: 36px;
    line-height:36px;
    background-color: #d3dce6;
    text-align: center;
}
.tv-table-style{
	border-collapse:collapse; 
}
.tv-table-style thead tr{
    background-color: #eef1f6;
}
.tv-table-style tbody tr{
    background-color: #ffffff;
}
.tv-table-style td{
	border:1px solid #dfe6ec; 
    padding:10px;
    text-align: center;
    font-size:14px;
}
.tv-table-style .el-form-item{
	margin-bottom:0;
}
.tv-td-pd1510 td{
	padding:15px 10px;
}
.tv-not-margin-left .el-form-item__content{
    margin-left:0 !important;
    text-align: center;
}
.tv-preview-table{
	border-collapse:collapse; 
}
.tv-preview-table td{
    border:1px solid #dfe6ec; 
	text-align:center;
	font-size:14px;
}
.tv-up-box-size{
	border-radius: 6px;
    box-sizing: border-box;
    width: 148px;
    height: 148px;
    line-height: 148px;
    position:relative;
    overflow:hidden;
}
.tv-up-file{
	background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    vertical-align: top;
    margin:0 auto;
}
.tv-up-file a{
    cursor:pointer;
    font-size:20px;
}
.tv-up-file:hover{
	border-color: #20a0ff;
}
.tv-pa{
    position: absolute;
    left:-1px;
    top:-1px;
}
.tv-up-tool{
    background-color:rgba(0,0,0,.5);
    color:#fff;
    display: none;
}
.tv-up-tool a{
    margin:0 10px;
}
.tv-up-loading,
.tv-tool .tv-up-btn{
    display: none;
}
.tv-up-loading{
	background-color:#fff;
	font-size:20px;
}
.tv-tool:hover .tv-up-tool{
    display:block;
}
.editor-wrap{
    position:relative;
}
.editor-wrap .title{
    position: absolute;
    font-size:14px;
    color:#48576a;
    left:60px;
    line-height: 30px;
}
.editor-wrap .title:before{
    content: '*';
    color: #ff4949;
    margin-right: 4px;
}
.editor-w{
    margin-left:140px;
}
.editor-wrap #editor{
    background-color: #fff;
}
.w-e-text-container{
    z-index:1 !important;
}
.w-e-toolbar .w-e-droplist{
    z-index:2;
}
.editor-wrap .el-textarea{
    display:none;
}
.moneyCapital{
    position: absolute;
    right: 0;
    top: 40px;
    color: #bbb;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
}
/*h*/


/*å­é¡µé¢tab*/
.el-tabbar-menu{
    background: none;
    border-bottom: 1px solid #bfcbd9;
}

.el-tabbar-menu&gt;.el-menu-item, .el-tabbar-menu .el-submenu .el-submenu__title,.el-tabbar-menu&gt;.el-submenu .el-menu-item{
    border-width: 2px!important;
}

.el-tabbar-menu&gt;.el-menu-item, .el-tabbar-menu&gt;.el-submenu, .el-tabbar-menu&gt;.el-submenu .el-submenu__title{
    color: #878d99!important;
    padding: 0 15px;
}

.el-tabbar-menu&gt;.el-submenu .el-menu-item{
    border:none!important; 
}

.el-tabbar-menu&gt;.el-submenu .el-menu-item:hover{
    color: #409eff!important;
    border-bottom: 2px solid #fff!important; 
}

.el-tabbar-menu&gt;.el-menu-item a{
    margin: 0;
}

.el-tabbar-menu .el-submenu .el-menu-item {
    color: #878d99!important;
}
.el-tabbar-menu .el-submenu .el-menu-item:hover {
    border-bottom: none!important;
    color: #2d2f33!important;
}

.el-tabbar-menu&gt;.el-menu-item.is-active, .el-tabbar-menu&gt;.el-submenu.is-active .el-submenu__title {
    border-bottom: 2px solid #409eff;
    color: #2d2f33!important;
}


.el-tabbar-menu .el-menu-item.is-active,.el-tabbar-menu .el-menu-item:focus, .el-tabbar-menu .el-menu-item:hover,.el-tabbar-menu&gt;.el-submenu .el-submenu__title:hover {
    background: none;
    color: #2d2f33!important;
    border-bottom: 2px solid #409eff;
}

/*.el-tabbar-menul&gt;.el-menu-item:hover, .el-tabbar-menul&gt;.el-submenu.is-active .el-submenu__title, .el-tabbar-menul&gt;.el-submenu:hover .el-submenu__title {
    border-bottom: 2px solid #20a0ff;
}

.el-tabbar-menul .el-menu-item:hover, .el-tabbar-menul .el-submenu__title:hover {
    background: none;
}*/


/** æ‰‹æœºå±å¹•ä¸‹åšè°ƒæ•´ **/
.mobileSize ::-webkit-scrollbar-track{
}
.mobileSize ::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    background-color: #f1f1f1;
}
.mobileSize ::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background-color: #c1c1c1;
}
.mobileSize .el-col-12{
    width:100%;
}
.mobileSize .el-col-12 .el-form-item__label{
    width:100% !important;
    text-align:left;
}
.mobileSize .el-col-12 .el-form-item__content{
    margin-left:0 !important;
}
.mobileSize .editor-wrap .title{
    position:static;
}
.mobileSize .editor-w{
    margin-left:0;
}
.mobileSize .tv-table-wrap{
    width:100%;
    overflow-x:auto;
}
.mobileSize .w-e-toolbar{
    display:block;
}
.mobileSize .w-e-toolbar:after {
    clear:both;
    content:'\0020';
    display:block;
    height:0;    
}
.mobileSize .w-e-toolbar .w-e-menu{
    width: 40px;
    float: left;
}
/** æ‰‹æœºå±å¹•ä¸‹åšè°ƒæ•´ **/
</pre></body></html>