<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, .main {
    height: 100%;
    overflow: hidden;
    position: relative;
    font-family:"Microsoft YaHei",å¾®è½¯é›…é»‘,"MicrosoftJhengHei",åŽæ–‡ç»†é»‘,STHeiti,MingLiu;
    font-size: 16px;
}
body{
    min-width: 800px;
}
[ng-view], [ng-view]&gt;div{
    overflow: inherit;
    position: inherit;
}
[ng-view] {
    width: calc(100% - 200px);
    display: inline-block;
    vertical-align: top;
}
.orange{
    color: #ff8100;
}
pre{
    white-space: pre-line;
    background-color: transparent;
    border: 0;
    color: inherit;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
/* radio start*/
i.radio {
    display: inline-block;
    margin: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
}
i.radio.active {
    border: 3px solid #30A2FF;
}
/* radio end*/
/* switch start*/
i.switch {
    display: inline-block;
    height: 21px;
    width: 35px;
    background-color: #d9d9d9;
    border-radius: 14px;
    vertical-align: middle;
    border: 0;
    cursor: pointer;
}
i.switch.open {
    background-color: #4ec641;
    border: 0;
}
i.switch:before {
    content: "";
    height: 17px;
    width: 17px;
    border-radius: 12px;
    background-color: white;
    display: block;
    border: 0;
    margin-left: 2px;
    margin-top: 2px;
    margin-right: 2px;
}
i.switch.open:before {
    float: right;
}
/* switch end*/

header{
    border-bottom: 1px solid #fbeec7;
    line-height: 40px;
    padding: 0 20px;
    color: #ff8100;
    position: relative;
    z-index: 1000;
}
header .appName{
    display: inline-block;
    font-size: 16px;
}
header .icon-user{
    line-height: 40px;
    font-weight: bold;
    margin-left: 10px;
    vertical-align: middle;
}
header .icon-user:before{
    margin-right: 7px;
    border-radius: 50%;
    padding: 5px;
    background: #f6f6f6;
}
header .pull-right{
    position: relative;
}
header .btn-group{
    margin-bottom: 6px;
    cursor: pointer;
    position: static;
}
header .icon-arrow{
    display: inline-block;
    font-size: 25px;
    margin-bottom: 3px;
    vertical-align: middle;
}
header .hearer-user-img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-bottom: 6px;
}
header .dropdown-menu{
    width: 100%;
}
header .dropdown-menu li{
    font-size: 16px;
    text-align: center;
    line-height: 34px;
}
main{
    height: calc(100% - 80px);
    width: 100%;
    /*white-space: nowrap;*/
}
.menu{
    float: left;
    width: 200px;
    height: 100%;
    border-right: 1px solid #eee;
    font-size: 16px;
    display: inline-block;
}
.menu .line{
    padding-left: 67px;
    height: 40px;
    line-height: 40px;
    color: #444;
    cursor: pointer;
}
.menu .line.title{
    color: #bbb;
    padding-left: 20px;
    font-size: 18px;
    cursor: default;
}
.menu .line.title:nth-child(n+2){
    border-top: 1px solid #eee;
}
.menu .line .new-icon-video_setting-:before {
    font-size: 24px;
    position: relative;
    top: 4px;
}
.menu .line.title:before{
    margin-right: 7px;
}
.menu .line .num{
    float: right;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    padding: 0 5px;
    font-size: 12px;
    background: #fe8862;
    color: #fff;
    margin-top: 10px;
    margin-right: 10px;
}
.menu .line.active{
    background: #ffb263;
    position: relative;
    color: #fff;
}
.menu .line.active:after{
    content: " ";
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #f6f68b;
    position: absolute;
    left: 45px;
    top: 15px;
}
.content{
    padding: 30px 60px;
    width: 100%;
    float: right;
}

footer{
    clear: left;
    background: #444446;
    height: 40px;
    line-height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 14px;
    text-align: center;
    color: white;
    z-index: 1000;
}


.blackBackground{
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    color: #fff;
}
.blackBackground .body{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 720px;
    height: 115px;
    margin: auto;
    font-size: 36px;
}
.blackBackground .line{
    display: inline-block;
    height: 1px;
    width: 205px;
    vertical-align: middle;
    background: #fff;
}
.blackBackground .againBtn{
    width: 100px;
    margin: 10px auto;
    font-size: 24px;
    color: #47d726;
}
.blackBackground .info{
    font-size: 16px;
    text-align: center;
}
.blackBackground[state='2'] .info{
    margin-top: 5px;
}
/*ä¸‹æ‹‰åˆ—è¡¨  */
.btn-group.open .dropdown-toggle{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu {
    min-width: 70px;
    border: 1px solid #ddd;
    padding: 10px 0;
    line-height: 28px;
    z-index: 1070;
}
.dropdown-menu li{
    cursor: pointer;
    text-indent: 15px;
    font-size: 13px;
    color: #808080;
    padding-right: 25px;
    position: relative;
    white-space: nowrap;
}
.dropdown-menu li:hover{
    cursor: pointer;
    background-color: #f2f2f2;

}
.dropdown-menu li.active:after{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    right: 5px;
    background: url('../img/selected.png') no-repeat;
    z-index: 1;
}
.dropdown-menu:before{
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    display: block;
    background: #fff;
    top: -7px;
    margin-left: -7px;
    left: 50%;
    box-shadow: 0 0 8px rgba(60,60,60,0.4);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.dropdown-menu .adjusticon{
    height: 13px;
    margin-top: -10px;
    width: 90%;
    background-color: white;
    position: relative;
}
.dropdown-menu .treemenu{
    max-height: 300px;
}


/*ä¸‹æ‹‰åˆ—è¡¨ end*/

.search-box{
    display: inline-block;
    position: relative;
    padding: 7px 0;
    line-height: normal;
}
.search-box input{
    font-size: 14px;
    width: 330px;
    height: 30px;
    border: 0;
    border-radius: 15px;
    outline-style: none;
    padding-left: 10px;
}
.search-box .icon-search{
    font-size: 18px;
    color: #a4a4a4;
    position: absolute;
    right: 10px;
    top: 12px;
}

.list{
    width: 100%;
    margin: 40px auto 0;
    overflow: hidden;
    color: #444;
    font-size: 14px;
}
.list .item{
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-left: 1px solid #f8f8f8;
    border-right: 1px solid #f8f8f8;
}
.list .item *{
    display: inline-block;
    vertical-align: top;
}
.list .item .ellipsis-box{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
.list .item:first-child{
    background: #f8f8f8;
    font-size: 16px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.list .item:nth-child(n+2){
    border-bottom: 1px solid #f8f8f8;
}
.list .item:last-child{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.page-box .page-content{
    margin-top: 60px;
    width: 140px;
    height: 32px;
    line-height: 30px;
    text-align: left;
    border: 1px solid #c6c6c6;
    display: inline-block;
}
.page-box .page-content span{
    color: #5c5c5c;
    display: inline-block;
    width: 60px;
    margin: 3px 0;
    text-align: center;
    line-height: 24px;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
}

.page-box .page-content .pageBtn{
    color: #ea5c5c;
    display: inline-block;
    padding: 7px 8px;
    cursor: pointer;
}
.page-box .page-content .pageBtn.dis{
    color: #eee;
    cursor: default;
}
.page-box .page-info{
    line-height: 30px;
    display: inline-block;
    margin-left: 20px;
    color: #cdcdcd;
    font-size: 14px;
}
/*æç¤ºå°æ¡†*/
.alert-box{
    position: absolute;
    top: 30%;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: none;
    color: #6e6e6e;
    z-index: 2000;
    overflow: hidden;
}
.alert-box span{
    display: inline-block;
    padding: 0 10px;
    border-radius: 10px;
    background-color: #eaeaea;
}
.loading{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 8888;
    background: rgba(255,255,255,0.5);
}
.loading img{
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    animation: animate-cloud-loading 1.5s infinite linear;
    -webkit-animation: animate-cloud-loading 1.5s infinite linear;
}

/* å‘è¡¨ç±»åž‹åˆ‡æ¢æŒ‰é’®*/
.switch-type-btn {
    width: 108px;
}
.switch-type-btn.disabled .btn-group {
    cursor: default;
}
.switch-type-btn .new-icon-drop-down {
    transition: 0.5s;
}
.switch-type-btn:not(.disabled):hover .new-icon-drop-down {
    transform: rotate(180deg);
}
.switch-type-btn:not(.disabled):hover .dropdown-menu {
    max-height: 200px;
    opacity: 1;
    z-index: 1;
}
.switch-type-btn .dropdown-toggle {
    background: #FE835A;
    color: #fff;
    font-size: 18px;
    padding: 0 9px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.switch-type-btn .dropdown-toggle .new-icon-bianji- {
    font-size: 20px;
}
.switch-type-btn .dropdown-menu {
    color: #666;
    font-size: 14px;
    padding: 0;
    width: 100%;
    line-height: 40px;
    top: 38px;
    max-height: 0;
    display: block;
    opacity: 0;
    z-index: -5;
    transition: max-height 0.3s;
    overflow: hidden;
}
.switch-type-btn .dropdown-menu:before {
    display: none;
}
.switch-type-btn .dropdown-menu li {
    text-indent: 0;
    display: flex;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px;
}
.switch-type-btn .dropdown-menu li:active {
    opacity: 0.7;
}
.switch-type-btn .dropdown-menu li:nth-child(n+2) {
    border-top: 1px solid #c4c4c4;
}
.switch-type-btn .dropdown-menu li.active:after {
    display: none;
}
.switch-type-btn .dropdown-menu li i {
    width: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 2px;
}
.switch-type-btn .dropdown-menu li .new-icon-document {
    font-size: 24px;
    color: #579AE8;
}
.switch-type-btn .dropdown-menu li .new-icon-tupian1 {
    color: #63B332;
}
.switch-type-btn .dropdown-menu li .new-icon-shipinbofangyingpian {
    color: #F5A623;
}
.switch-type-btn .dropdown-menu li .new-icon-live {
    color: #FF7A7A;
    font-size: 20px;
    margin-left: -3px;
    margin-right: 5px;
}
.new-icon-video_setting-:before {
    font-size: 26px;
    position: relative;
    top: 5px;
}</pre></body></html>