<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*global*/
#appStoreWin ol,#appStoreWin ul,#appStoreWin h1,#appStoreWin h2,#appStoreWin h3,#appStoreWin h4,#appStoreWin h5,#appStoreWin h6,#appStoreWin p,#appStoreWin th,#appStoreWin td,#appStoreWin dl,#appStoreWin dd,#appStoreWin form,#appStoreWin fieldset,#appStoreWin legend,#appStoreWin input,#appStoreWin textarea,#appStoreWin select,#appStoreWin a{margin:0;padding:0; outline:none;}
#appStoreWin img{margin:0;padding:0;border:none;}
#appStoreWin table{padding: 0;margin: 0;border-collapse: collapse;}
#appStoreWin {font: 12px/24px Arial, 'Microsoft YaHei';color: #333;}
#appStoreWin a{text-decoration: none; outline:none;cursor: pointer}
#appStoreWin ul,#appStoreWin li{list-style-type: none;}

#appStoreWin .clear{clear: both;}
#appStoreWin .btnPortal{width:50px;height:22px;line-height:22px;cursor:pointer;text-align:center;border-radius:5px;}
#appStoreWin .btn2{width:80px;height:30px;line-height:30px;cursor:pointer;text-align:center;border-radius:5px;border:none;}
#appStoreWin .number{color:#e74c00;}
#appStoreWin .star{height:14px;margin:3px 0;}
#appStoreWin .star img{ float:none;width:12px;height:12px;cursor: default;}

#appStoreWin .page{clear:both;line-height:20px;text-align:center;}
#appStoreWin .page a{display:inline-block;margin:10px 5px 0 5px;padding:3px 10px;border-radius:5px;}
#appStoreWin .page strong{display:inline-block;margin:10px 5px 0 5px;padding:3px 10px;border-radius:5px;font-weight:bold;}
#appStoreWin .page img{width:18px;height:18px; vertical-align:middle;}


/* 主页面*/
#appStoreWin .logobox{height:75px;padding-left:400px;line-height:20px;vertical-align:middle; white-space:nowrap;text-align:right; color:#95e2ff; background:url(../images/appStore/logo.png) no-repeat left 2px;}
#appStoreWin .logobox a{ display:inline-block;margin:10px 10px 0 2px;}
#appStoreWin .logobox span{text-align:left;color:#fff; }
#appStoreWin .logobox img{vertical-align:middle;}

/*主页面-横底状态栏*/
#appStoreWin .dock-b{left:50%;bottom:0;width:520px;height:65px;margin-left:-260px;margin-top:10px;}
#appStoreWin .dock-b-applist{width:318px;height:65px;border-right:1px #2a323f solid;box-shadow:1px 0 0 0 #3f485c;}
#appStoreWin .dock-b-use {width:200px;}
#appStoreWin .dock-b-use-popup{right:0;bottom:65px;}

/*主页面-横顶状态栏*/
#appStoreWin .dock-t{left:50%;top:0;width:520px;height:65px;margin-left:-260px;margin-bottom:10px;}
#appStoreWin .dock-t-applist{width:318px;height:65px;border-right:1px #2a323f solid;box-shadow:1px 0 0 0 #3f485c;}
#appStoreWin .dock-t-use {width:200px;}
#appStoreWin .dock-t-use-popup{right:0;top:65px;}

/*主页面-竖左状态栏*/
#appStoreWin .dock-l{left:0;top:50%;width:65px;height:520px;margin-top:-260px;margin-right:10px;}
#appStoreWin .dock-l-applist{width:65px;height:320px;padding-top:5px;border-bottom:1px #2a323f solid;box-shadow:0 1px 0 0 #3f485c;}
#appStoreWin .dock-l-use {height:200px;}
#appStoreWin .dock-l-use-popup{bottom:0;left:65px;}

/*主页面-竖右状态栏*/
#appStoreWin .dock-r{right:0;top:50%;width:65px;height:520px;margin-top:-260px;margin-left:10px;}
#appStoreWin .dock-r-applist{width:65px;height:320px;padding-top:5px;border-bottom:1px #2a323f solid;box-shadow:0 1px 0 0 #3f485c;}
#appStoreWin .dock-r-use {height:200px;}
#appStoreWin .dock-r-use-popup{bottom:0;right:65px;}

#appStoreWin .dock{position: absolute;border:1px #23263c solid;background: rgba( 52,59, 75, 0.9);}
#appStoreWin .dock a{display:inline-block;width:55px;height:55px;line-height:55px;margin:4px;}
#appStoreWin .dock-on ,#appStoreWin .dock a:hover{background:#1e2039;}

#appStoreWin .dock-applist{float:left;}
#appStoreWin .dock-applist div{position:relative;width:32px;height:32px;margin:10px auto ;}
#appStoreWin .dock-applist span{position: absolute; top:-5px; right:-10px; width:20px; height:20px; line-height:20px; border-radius:10px; color:#fff; text-align:center; background:#f00;}

#appStoreWin .dock-use {float:right;text-align:center;}
#appStoreWin .dock-use a img{vertical-align:middle;}

#appStoreWin .dock-use-popup{position:absolute;z-index:100;width:auto;padding:5px;text-align:left;border:1px #3c3f60 solid;box-shadow:0 0 10px 0 #000;background: rgba( 30,32, 57, 0.96);}
#appStoreWin .dock-use-popup li{ position:relative;display:block;line-height:35px;padding:0 40px 0 10px; vertical-align:middle;font-size: 12px;color: #fff;}
#appStoreWin .dock-use-popup li:hover{background:#424570;}
#appStoreWin .dock-use-popup a{width:auto;height:35px;line-height:35px; cursor:default; margin:0;color:#fff;white-space:nowrap;}
#appStoreWin .dock-use-popup a:hover{background:#424570;}
#appStoreWin .dock-use-popup img{margin-right:10px;vertical-align:middle;}
#appStoreWin .dock-use-popup li .dock-use-popup-close{ display: none; position:absolute;right:10px;top:10px;width:16px;height:16px;line-height:16px;cursor:pointer;border-radius:3px;background:#c00 url(../images/appStore/close1.png) no-repeat center;}
#appStoreWin .dock-use-popup li:hover .dock-use-popup-close{display:block;}
#appStoreWin .dock-use-popup li .dock-use-popup-close:hover{background:#f00 url(../images/appStore/close1.png) no-repeat center;}

#appStoreWin .desk-page{ clear:both;height:40px;text-align:center;}
#appStoreWin .desk-page a{display:inline-block;width:18px;height:18px;margin:5px 5px 0 5px;}


/*主页面-中间图标栏*/
#appStoreWin .desk-main{width:1000px;margin:0 auto;}

#appStoreWin .outerWin{float:left;width:49%;border-radius:5px;border:1px #23263c solid;background:rgba( 37,55, 68, 0.3);}

#appStoreWin .height1{width:480px;height:450px;margin-right:10px;}
#appStoreWin .height1 h1{float:left;height:450px;}
#appStoreWin .height1 h1 span{margin-top:150px;}
#appStoreWin .height2{width:490px;height:220px;margin-bottom:10px;}
#appStoreWin .height3{width:490px;height:220px;}

#appStoreWin .icon-title{float:left;width:28px;height:110px;margin:50px 0 0 10px;padding-top:10px;font-size:14px;line-height:24px;text-align:center;font-weight:normal; vertical-align:middle;border-radius:5px;}
#appStoreWin .icon-title-skin1{color:#fff;box-shadow:0 0 1px 0 #5e6575;background:rgba( 156,164, 173, 0.1);}

#appStoreWin .desk-applist{height:100%;font-size:12px;color:#fff;}
#appStoreWin .desk-applist a{float:left;padding:30px 0 0 30px;line-height:0;text-align:center;}
#appStoreWin .desk-applist a img{width:48px;height:48px;}
#appStoreWin .desk-applist a span{display:block;width:75px;text-overflow:ellipsis;overflow:hidden;margin-top:3px;line-height:20px;font-size:12px;color:#fff;white-space:nowrap}
#appStoreWin .desk-applist-on ,#appStoreWin .desk-applist a:hover span{border-radius:10px;background: rgba( 0,0,0, 0.8);}


/*应用中心-应用市场*/

#appStoreWin .win-in {
    height: 510px;
    margin: 0px;
    background-attachment: fixed;
    background-size: cover;
}
#appStoreWin .win-panel{height:45px;line-height:45px;padding:0 10px;}
#appStoreWin .win-panel-name{float:left;width:160px;height:45px;font-size:20px;font-weight:bold;}
#appStoreWin .win-panel-name img{width:32px;height:32px;margin-right:5px;vertical-align:middle; }
#appStoreWin .win-panel-menu{float:left;width:540px;height:45px;line-height:45px;font-size:16px;}
#appStoreWin .win-panel-menu a{display:inline-block;margin:0 1px;padding:0 15px;}
#appStoreWin .win-panel-menu img{width:20px;height:20px;margin-right:5px;vertical-align:middle; }

#appStoreWin .win-panel-search{float:right;width:250px;padding-top:4px;}
#appStoreWin .panel-search-input{float:left;width:200px;height:30px;line-height:30px;font-size:14px;text-align:left;padding-left:5px; border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px;}
#appStoreWin .panel-search-btn{float:left;width:40px;height:30px;cursor:pointer; text-align:center;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;}

#appStoreWin .win-tab{clear:both;height:40px;line-height:40px;padding:0 10px;font-size:14px;}
#appStoreWin .win-tab a{display:inline-block;margin:0 1px;padding:0 15px;}
#appStoreWin .win-tab img{width:16px;height:16px;margin-right:5px;vertical-align:middle; }

#appStoreWin .tab-right1{position:relative;float:right;height:30px;line-height:30px;margin:5px -5px 0 0;font-size:12px;}
#appStoreWin .tab-right1 a{display:inline-block;margin-right:1px;padding:0 10px;}
#appStoreWin .tab-right1 img{width:20px;height:30px;padding:0;margin:0;}
#appStoreWin .sort-lable{margin-left:15px;}
#appStoreWin .tab-right1 .sort{margin-right:15px;width:50px;padding-left:5px 0 0 0;}
#appStoreWin .sort-box{position: absolute;right:60px;top:35px; z-index:100;border-bottom:none;}
#appStoreWin .sort-box a{ display:block;margin:0;padding:0px 15px;}

#appStoreWin .side-box{float:left;width:140px;height:400px;margin:15px 5px 0 10px;overflow:hidden;}
#appStoreWin .side-menu{float:left;width:140px;height: 399px;overflow-y: auto;}
#appStoreWin .side-menu a{display:block;height:35px;line-height:35px;margin-bottom:5px;font-size:12px; text-align:center;margin-right: 5px;}
#appStoreWin .scroll{float:left;width:5px;height:400px;margin-left:5px;}
#appStoreWin .scroll-face{height:150px;cursor:default;}

#appStoreWin .app-pane{float:left;width:830px;}
#appStoreWin .app-pane .app-pane-list&gt;li{ position:relative;display:inline-block;width:250px;height:100px;margin:15px 10px 4px;padding:10px;line-height:18px;text-align:left;}

#appStoreWin .app-pane input{margin-top: 58px;position:absolute;right:10px;top:10px;}

#appStoreWin .app-pane-pic{display:inline-block;width:64px;margin:5px 5px 0 0; vertical-align:middle;}
#appStoreWin .app-pane-pic img{width:64px;height:64px;vertical-align:middle;cursor: default;    border-radius: 10px;}
#appStoreWin .app-pane .app-pane-list&gt;li div{display:inline-block;vertical-align:middle;}
#appStoreWin .app-pane .app-pane-list&gt;li h1 a{font-size:14px; font-weight:normal;}
#appStoreWin .app-pane .app-pane-list&gt;li&gt;div{display:inline-block;vertical-align:middle;}

/*应用中心-应用市场-应用列表*/
#appStoreWin .app-list1{float:left;width:830px;}
/*#appStoreWin .app-list1 ul{margin:15px 15px 0 15px;}*/
#appStoreWin .app-list1 .app-list-ul&gt;li{position:relative;padding:5px 10px;line-height:18px;text-align:left;}
#appStoreWin .app-list1 input{position:absolute;right:10px;top:15px;}

#appStoreWin .app-list1-pic{display:inline-block;width:32px;margin:0 5px 0 0; vertical-align:middle;}
#appStoreWin .app-list1-pic img{width:32px;height:32px;vertical-align:middle;cursor: default;border-radius: 10px;}
#appStoreWin .app-list1-content{display:inline-block;margin-top:5px;vertical-align:middle;}
#appStoreWin .app-list1 h1{display:inline-block;width:250px;font-size:14px; font-weight:normal;}
#appStoreWin .app-list1 h2 a{display:inline-block;width:670px;height:20px;text-overflow:ellipsis;overflow:hidden;font-size:12px;font-weight:normal;}
#appStoreWin .app-list1 .app-list-ul&gt;li p{display:inline-block;width:80px;text-align:right;}
#appStoreWin .app-list1 .star{height:14px;margin:0;}

#appStoreWin .myapp{width:auto;padding:10px;}
#appStoreWin .myapp li{margin:10px 30px 5px 30px;}

#appStoreWin .tool{width:auto;padding:20px 30px;}
#appStoreWin .tool li{display:inline-block;width:150px;margin-top:30px;line-height:18px;text-align:center;}
#appStoreWin .tool li i img{width:64px;height:64px;}
#appStoreWin .tool li span{display:inline-block;width:100px; height:20px; line-height:20px;padding:0 10px; text-overflow:ellipsis;overflow:hidden;border-radius:10px; }
#appStoreWin .tool li p{display:inline-block;margin:5px 10px 10px;}


/*应用中心-应用市场-应用详情*/
#appStoreWin .detail{position:relative;padding:10px 20px;text-align:left;}
#appStoreWin .detail input{position:absolute;right:20px;top:17px;width:120px;height:40px;font-size:16px;}
#appStoreWin .detail-pic{display:inline-block;width:48px;vertical-align:middle;}
#appStoreWin .detail-pic img{width:48px;height:48px;vertical-align:middle;}
#appStoreWin .detail h1{display:inline-block;padding:0 10px;font-size:30px;vertical-align:middle;font-weight:normal;}
#appStoreWin .detail div{display:inline-block;line-height:18px;vertical-align:middle;}

#appStoreWin .detail-c{padding:10px 20px;}
#appStoreWin .detail-c h1{margin:5px 0 2px;font-size:14px;font-weight:normal;}
#appStoreWin .detail-c h2 a{display:inline-block;margin:10px 10px 0 10px;font-size:14px;font-weight:normal;}
#appStoreWin .detail-c h2 a:hover{font-weight:bold;}
#appStoreWin .detail-c h2 .comment-on{font-weight:bold;}
#appStoreWin .detail-c p{text-indent:25px;}
#appStoreWin .detail-c textarea{width:99.5%;height:70px;padding:5px;}
#appStoreWin .detail-c i{float:right;}
#appStoreWin .comment li{padding:5px;}
#appStoreWin .comment li:hover{background:#fff;}
#appStoreWin .comment li h3{font-weight:normal;font-size:12px;}
#appStoreWin .comment li h3 span{padding-right:15px;}

#appStoreWin .table-list{width:100%;margin-bottom:10px;line-height:22px;text-align:center;}
#appStoreWin .table-list th{padding:5px;font-weight:normal;}
#appStoreWin .table-list td{padding:5px;}

da{color:#333;}
#appStoreWin a:hover{color:#00349d;}
#appStoreWin .page a{border:1px solid #d4d4d4;}
#appStoreWin .page a:hover{border:1px solid #61697d;}
#appStoreWin .page strong{color:#fff;border:1px solid #61697d;background:#61697d;}

#appStoreWin .btn-open{color:#333;border:1px #b9bec9 solid;background:#fff;}
#appStoreWin .btn-open:hover{color:#fff;border:1px #a6acbf solid;background:#373a57;}
#appStoreWin .btn-install{color:#00aaf1;border:1px #1ebdff solid;background:#fff;}
#appStoreWin .btn-install:hover{color:#fff;border:1px #b8e0ff solid;background:#0087f0;}
#appStoreWin .btn-uninstall{color:#c99f4e;border:1px #d9b97b solid;background:#fff;}
#appStoreWin .btn-uninstall:hover{color:#fff;border:1px #e1cca2 solid;background:#c1933b;}
#appStoreWin .installed{border:1px #b9bec9 solid;background:#fff url(../images/appStore/install.png) center no-repeat;}
#appStoreWin .installed:hover{border:1px #a6acbf solid;background:#373a57 url(../images/appStore/install.png) center no-repeat;}
#appStoreWin .install-big{color:#fff;border:1px #fff solid;background:#ff8400;}
#appStoreWin .install-big:hover{border:1px #ff8400 solid;background:#f95e00;}
#appStoreWin .btn-middling{color:#fff;background:#208ee3;}
#appStoreWin .btn-middling:hover{background:#006ec4;}


/*应用中心-应用市场*/
.win{background: rgba( 160,167,188, 0.7);width: 990px;}

#appStoreWin .win-in{background:#f2f3f7 url(../images/appStore/win-in-bg.png) no-repeat center;}
#appStoreWin .win-panel{color:#fff;background:#565877;}
#appStoreWin .win-panel a{color:#fff;}
#appStoreWin .win-panel-menu-on ,#appStoreWin .win-panel-menu a:hover{background:#373a57;}

#appStoreWin .panel-search-input{border:1px #e7e8e9 solid;background:#e7e8e9;color: #0b0b0b}
#appStoreWin .panel-search-btn{border:1px #e7e8e9 solid;background:#e7e8e9 url(../images/appStore/panel-search.png) center no-repeat;}

#appStoreWin .win-tab{border-bottom:1px #d5d5d5 solid;background:#e7e8e9;}
#appStoreWin .win-tab-on{border:1px #d5d5d5 solid;border-bottom:none;background:#f9f9f9;}
#appStoreWin .win-tab a:hover{background:#f9f9f9;}

#appStoreWin .tab-right1-on ,#appStoreWin .tab-right1 a:hover{background:#cfd1d7;}
#appStoreWin .sort-lable{color:#888;}
#appStoreWin .tab-right1 .sort{background:url(../images/appStore/arrow-select.png) 40px center no-repeat;}
#appStoreWin .tab-right1 .sort:hover{background:#cfd1d7 url(../images/appStore/arrow-select.png) 40px center no-repeat;}
#appStoreWin .sort-box{border:1px #b2b8c5 solid;border-bottom:none;background:#fff;}
#appStoreWin .sort-box a{border-bottom:1px #b2b8c5 solid;background:#fff;}
#appStoreWin .sort-box a:hover{background:#cfd1d7;}
#appStoreWin .sort-on{background:#cfd1d7;}

#appStoreWin .side-menu a{width: 128px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;border:1px #dedede solid;background:#f2f2f2;}
#appStoreWin .side-menu .side-menu-on ,#appStoreWin .side-menu a:hover{color:#fff;border:1px #61697d solid;background:#61697d;}
#appStoreWin .scroll{background:#ced1d9;}
#appStoreWin .scroll-face{background:#aeb3c0;}

#appStoreWin .app-pane .app-pane-list&gt;li{color:#888;border:1px #ededed solid;background:#fff;}

#appStoreWin .app-pane .app-pane-list&gt;li h1 a{color:#333;}
#appStoreWin .app-pane .app-pane-list&gt;li h1{width: 150px;font-size: 20px;!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
#appStoreWin .number{color:#e74c00;}

#appStoreWin .app-pane .app-pane-list&gt;li:hover{color:#fff;border:1px #6c7897 solid;background:#6c7897;}
#appStoreWin .app-pane .app-pane-list&gt;li:hover h1 a{color:#fff;cursor: default;}
#appStoreWin .app-pane .app-pane-list&gt;li:hover .number{color:#fff;}


/*应用中心-应用市场-应用排行*/
#appStoreWin .app-list1 .app-list-ul&gt;li{color:#333;border-bottom:1px #ededed solid;background:#fff;}
#appStoreWin .app-list1 .app-list-ul&gt;li:nth-child(2n){background:#f8f8f8;}
#appStoreWin .app-list1 .app-list-ul&gt;li:hover{color:#fff;border-bottom:1px #6c7897 solid;background:#6c7897;}
#appStoreWin .app-list1 .app-list-ul&gt;li:hover h1 a{color:#fff;}
#appStoreWin .app-list1 .app-list-ul&gt;li:hover h2 a{color:#fff;}
#appStoreWin .app-list1 .app-list-ul&gt;li:hover .number{color:#fff;}

#appStoreWin .app-list1 h1{color:#333;width: 250px;}
#appStoreWin .app-list1 h1 a{color:#333;width: 250px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;    line-height: 14px;cursor: default;}
#appStoreWin .app-list1 h2 {height:23px;}
#appStoreWin .app-list1 h2 a{color:#888;cursor: default;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}

#appStoreWin .tool li a:hover span{color:#fff;background:#6c7897;}

/*应用中心-应用市场-应用详情*/
#appStoreWin .detail div{color:#888;}
#appStoreWin .detail-c h1{color:#0069c2;}
#appStoreWin .detail-c h2 a{color:#0069c2;}
#appStoreWin .detail-c h2 a:hover{font-weight:bold;}
#appStoreWin .detail-c textarea{border:1px #e4e4e4 solid;background:#fff;}
#appStoreWin .comment li{border-top:1px #d5d5d5 dashed;}
#appStoreWin .comment li:hover{background:#fff;}
#appStoreWin .comment li h3{color:#888;}
#appStoreWin .comment li h3 span{color:#f16000;}

#appStoreWin .table-list{border:1px #e4e4e4 solid;background:#fff;}
#appStoreWin .table-list th{border:1px #e4e4e4 solid;background:#f2f2f2;}
#appStoreWin .table-list td{border:1px #e4e4e4 solid;}
#appStoreWin .table-list tr:hover{background:#f1f6fb;}
/* 设置滚动条的样式 */
#appTypeMenu::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
/* 滚动槽 */
#appTypeMenu::-webkit-scrollbar, #appTypeMenu::-webkit-scrollbar-track-piece {
    background-color: transparent;
}
/* 滚动条滑块 */
#appTypeMenu::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(144,146,152,.5);
}
#appTypeMenu::-webkit-scrollbar, #appTypeMenu::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

#appRanking {
    padding: 5px 20px 5px 20px;
}

.layui-col-md4 {
    padding: 0 10px !important;
}

.app-ranking-list {
    padding-top: 10px;
}

.app-ranking-list li{
    height: 35px;
}

.app-ranking-list .top3 {
    height: 55px;
    /*border-bottom: solid 1px #E5E5E5;*/
}

.app-ranking-list a {
    display: block;
    width: 290px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    margin-top: 8px;
}
.app-ranking-list a:hover{
    color: #000;
}
.app-ranking-list span{
    display: inline-block;
}
.app-ranking-list p{
    display: inline-block;
}
.app-ranking-list .top3 p{
    display: block;
    height: 20px;
    vertical-align: middle;
    margin-left: 5px !important;
}
.app-ranking-list div{
    height: 25px;
    vertical-align: middle;
    display: inline-block;
}
.app-ranking-list .top3 div{
    height: 40px;
    vertical-align: middle;
    display: inline-block;
}
.app-ranking-list img{
    vertical-align: middle;
    height: 40px;
    width: 40px;
    margin-left: 5px !important;
    border-radius: 5px;
}
.app-ranking-list button{
    float: right;
}
.app-ranking-list .top3 button{
    float: right;
    margin-top: 10px;
}
.app-ranking-list .title{
    margin-left: 5px !important;
    width: 155px;
    display: inline-block;
    font-weight: bold;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.app-ranking-list .top3 .title{
    display: block;
    font-weight: bold;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hidePortal{display:none!important;}

#appOrderWin ol, #appOrderWin ul, #appOrderWin h1, #appOrderWin h2, #appOrderWin h3, #appOrderWin h4, #appOrderWin h5, #appOrderWin h6, #appOrderWin p, #appOrderWin th, #appOrderWin td, #appOrderWin dl, #appOrderWin dd, #appOrderWin form, #appOrderWin fieldset, #appOrderWin legend, #appOrderWin input, #appOrderWin textarea, #appOrderWin select, #appOrderWin a {
    margin: 0;
    padding: 0;
    outline: none;
}

#appOrderWin img {
    margin: 0;
    padding: 0;
    border: none;
}

#appOrderWin table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

#appOrderWin {
    font: 12px/24px Arial, 'Microsoft YaHei';
    color: #333;
}

#appOrderWin a {
    text-decoration: none;
    outline: none;
    cursor: pointer
}

#appOrderWin ul, #appOrderWin li {
    list-style-type: none;
}

#appOrderWin .clear {
    clear: both;
}

#appOrderWin .btnPortal {
    width: 50px;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
}

#appOrderWin .btn2 {
    width: 80px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    border: none;
}

#appOrderWin .number {
    color: #e74c00;
}

#appOrderWin .star {
    height: 14px;
    margin: 3px 0;
}

#appOrderWin .star img {
    float: none;
    width: 12px;
    height: 12px;
    cursor: default;
}

#appOrderWin .page {
    clear: both;
    line-height: 20px;
    text-align: center;
}

#appOrderWin .page a {
    display: inline-block;
    margin: 10px 5px 0 5px;
    padding: 3px 10px;
    border-radius: 5px;
}

#appOrderWin .page strong {
    display: inline-block;
    margin: 10px 5px 0 5px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: bold;
}

#appOrderWin .page img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}


/* 主页面*/
#appOrderWin .logobox {
    height: 75px;
    padding-left: 400px;
    line-height: 20px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: right;
    color: #95e2ff;
    background: url(../images/appStore/logo.png) no-repeat left 2px;
}

#appOrderWin .logobox a {
    display: inline-block;
    margin: 10px 10px 0 2px;
}

#appOrderWin .logobox span {
    text-align: left;
    color: #fff;
}

#appOrderWin .logobox img {
    vertical-align: middle;
}

/*主页面-横底状态栏*/
#appOrderWin .dock-b {
    left: 50%;
    bottom: 0;
    width: 520px;
    height: 65px;
    margin-left: -260px;
    margin-top: 10px;
}

#appOrderWin .dock-b-applist {
    width: 318px;
    height: 65px;
    border-right: 1px #2a323f solid;
    box-shadow: 1px 0 0 0 #3f485c;
}

#appOrderWin .dock-b-use {
    width: 200px;
}

#appOrderWin .dock-b-use-popup {
    right: 0;
    bottom: 65px;
}

/*主页面-横顶状态栏*/
#appOrderWin .dock-t {
    left: 50%;
    top: 0;
    width: 520px;
    height: 65px;
    margin-left: -260px;
    margin-bottom: 10px;
}

#appOrderWin .dock-t-applist {
    width: 318px;
    height: 65px;
    border-right: 1px #2a323f solid;
    box-shadow: 1px 0 0 0 #3f485c;
}

#appOrderWin .dock-t-use {
    width: 200px;
}

#appOrderWin .dock-t-use-popup {
    right: 0;
    top: 65px;
}

/*主页面-竖左状态栏*/
#appOrderWin .dock-l {
    left: 0;
    top: 50%;
    width: 65px;
    height: 520px;
    margin-top: -260px;
    margin-right: 10px;
}

#appOrderWin .dock-l-applist {
    width: 65px;
    height: 320px;
    padding-top: 5px;
    border-bottom: 1px #2a323f solid;
    box-shadow: 0 1px 0 0 #3f485c;
}

#appOrderWin .dock-l-use {
    height: 200px;
}

#appOrderWin .dock-l-use-popup {
    bottom: 0;
    left: 65px;
}

/*主页面-竖右状态栏*/
#appOrderWin .dock-r {
    right: 0;
    top: 50%;
    width: 65px;
    height: 520px;
    margin-top: -260px;
    margin-left: 10px;
}

#appOrderWin .dock-r-applist {
    width: 65px;
    height: 320px;
    padding-top: 5px;
    border-bottom: 1px #2a323f solid;
    box-shadow: 0 1px 0 0 #3f485c;
}

#appOrderWin .dock-r-use {
    height: 200px;
}

#appOrderWin .dock-r-use-popup {
    bottom: 0;
    right: 65px;
}

#appOrderWin .dock {
    position: absolute;
    border: 1px #23263c solid;
    background: rgba(52, 59, 75, 0.9);
}

#appOrderWin .dock a {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin: 4px;
}

#appOrderWin .dock-on, #appOrderWin .dock a:hover {
    background: #1e2039;
}

#appOrderWin .dock-applist {
    float: left;
}

#appOrderWin .dock-applist div {
    position: relative;
    width: 32px;
    height: 32px;
    margin: 10px auto;
}

#appOrderWin .dock-applist span {
    position: absolute;
    top: -5px;
    right: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    background: #f00;
}

#appOrderWin .dock-use {
    float: right;
    text-align: center;
}

#appOrderWin .dock-use a img {
    vertical-align: middle;
}

#appOrderWin .dock-use-popup {
    position: absolute;
    z-index: 100;
    width: auto;
    padding: 5px;
    text-align: left;
    border: 1px #3c3f60 solid;
    box-shadow: 0 0 10px 0 #000;
    background: rgba(30, 32, 57, 0.96);
}

#appOrderWin .dock-use-popup li {
    position: relative;
    display: block;
    line-height: 35px;
    padding: 0 40px 0 10px;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
}

#appOrderWin .dock-use-popup li:hover {
    background: #424570;
}

#appOrderWin .dock-use-popup a {
    width: auto;
    height: 35px;
    line-height: 35px;
    cursor: default;
    margin: 0;
    color: #fff;
    white-space: nowrap;
}

#appOrderWin .dock-use-popup a:hover {
    background: #424570;
}

#appOrderWin .dock-use-popup img {
    margin-right: 10px;
    vertical-align: middle;
}

#appOrderWin .dock-use-popup li .dock-use-popup-close {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    border-radius: 3px;
    background: #c00 url(../images/appStore/close1.png) no-repeat center;
}

#appOrderWin .dock-use-popup li:hover .dock-use-popup-close {
    display: block;
}

#appOrderWin .dock-use-popup li .dock-use-popup-close:hover {
    background: #f00 url(../images/appStore/close1.png) no-repeat center;
}

#appOrderWin .desk-page {
    clear: both;
    height: 40px;
    text-align: center;
}

#appOrderWin .desk-page a {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 5px 5px 0 5px;
}


/*主页面-中间图标栏*/
#appOrderWin .desk-main {
    width: 1000px;
    margin: 0 auto;
}

#appOrderWin .outerWin {
    float: left;
    width: 49%;
    border-radius: 5px;
    border: 1px #23263c solid;
    background: rgba(37, 55, 68, 0.3);
}

#appOrderWin .height1 {
    width: 480px;
    height: 450px;
    margin-right: 10px;
}

#appOrderWin .height1 h1 {
    float: left;
    height: 450px;
}

#appOrderWin .height1 h1 span {
    margin-top: 150px;
}

#appOrderWin .height2 {
    width: 490px;
    height: 220px;
    margin-bottom: 10px;
}

#appOrderWin .height3 {
    width: 490px;
    height: 220px;
}

#appOrderWin .icon-title {
    float: left;
    width: 28px;
    height: 110px;
    margin: 50px 0 0 10px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
    border-radius: 5px;
}

#appOrderWin .icon-title-skin1 {
    color: #fff;
    box-shadow: 0 0 1px 0 #5e6575;
    background: rgba(156, 164, 173, 0.1);
}

#appOrderWin .desk-applist {
    height: 100%;
    font-size: 12px;
    color: #fff;
}

#appOrderWin .desk-applist a {
    float: left;
    padding: 30px 0 0 30px;
    line-height: 0;
    text-align: center;
}

#appOrderWin .desk-applist a img {
    width: 48px;
    height: 48px;
}

#appOrderWin .desk-applist a span {
    display: block;
    width: 75px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 3px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap
}

#appOrderWin .desk-applist-on, #appOrderWin .desk-applist a:hover span {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
}


/*应用中心-应用市场*/

#appOrderWin .win-in {
    height: 510px;
    margin: 0px;
    background-attachment: fixed;
    background-size: cover;
}

#appOrderWin .win-panel {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}

#appOrderWin .win-panel-name {
    float: left;
    width: 160px;
    height: 45px;
    font-size: 20px;
    font-weight: bold;
}

#appOrderWin .win-panel-name img {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    vertical-align: middle;
}

#appOrderWin .win-panel-menu {
    float: left;
    width: 540px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

#appOrderWin .win-panel-menu a {
    display: inline-block;
    margin: 0 1px;
    padding: 0 15px;
}

#appOrderWin .win-panel-menu img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

#appOrderWin .win-panel-search {
    float: right;
    width: 250px;
    padding-top: 4px;
}

#appOrderWin .panel-search-input {
    float: left;
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    padding-left: 5px;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#appOrderWin .panel-search-btn {
    float: left;
    width: 40px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#appOrderWin .win-tab {
    clear: both;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
}

#appOrderWin .win-tab a {
    display: inline-block;
    margin: 0 1px;
    padding: 0 15px;
}

#appOrderWin .win-tab img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

#appOrderWin .tab-right1 {
    position: relative;
    float: right;
    height: 30px;
    line-height: 30px;
    margin: 5px -5px 0 0;
    font-size: 12px;
}

#appOrderWin .tab-right1 a {
    display: inline-block;
    margin-right: 1px;
    padding: 0 10px;
}

#appOrderWin .tab-right1 img {
    width: 20px;
    height: 30px;
    padding: 0;
    margin: 0;
}

#appOrderWin .sort-lable {
    margin-left: 15px;
}

#appOrderWin .tab-right1 .sort {
    margin-right: 15px;
    width: 50px;
    padding-left: 5px 0 0 0;
}

#appOrderWin .sort-box {
    position: absolute;
    right: 60px;
    top: 35px;
    z-index: 100;
    border-bottom: none;
}

#appOrderWin .sort-box a {
    display: block;
    margin: 0;
    padding: 0px 15px;
}

#appOrderWin .side-box {
    float: left;
    width: 140px;
    height: 400px;
    margin: 15px 5px 0 10px;
    overflow: hidden;
}

#appOrderWin .side-menu {
    float: left;
    width: 140px;
    height: 399px;
    overflow-y: auto;
}

#appOrderWin .side-menu a {
    display: block;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    font-size: 12px;
    text-align: center;
    margin-right: 5px;
}

#appOrderWin .scroll {
    float: left;
    width: 5px;
    height: 400px;
    margin-left: 5px;
}

#appOrderWin .scroll-face {
    height: 150px;
    cursor: default;
}

#appOrderWin .app-pane {
    float: left;
    width: 100%;
}

#appOrderWin .app-pane .app-pane-list &gt; li {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 100px;
    margin: 15px 10px 4px;
    padding: 10px;
    line-height: 18px;
    text-align: left;
}

#appOrderWin .app-pane input {
    margin-top: 58px;
    position: absolute;
    right: 10px;
    top: 10px;
}

#appOrderWin .app-pane-pic {
    display: inline-block;
    width: 64px;
    margin: 5px 5px 0 0;
    vertical-align: middle;
}

#appOrderWin .app-pane-pic img {
    width: 64px;
    height: 64px;
    vertical-align: middle;
    cursor: default;
    border-radius: 10px;
}

#appOrderWin .app-pane .app-pane-list &gt; li div {
    display: inline-block;
    vertical-align: middle;
}

#appOrderWin .app-pane .app-pane-list &gt; li h1 a {
    font-size: 14px;
    font-weight: normal;
}

#appOrderWin .app-pane .app-pane-list &gt; li &gt; div {
    display: inline-block;
    vertical-align: middle;
}

/*应用中心-应用市场-应用列表*/
#appOrderWin .app-list1 {
    float: left;
    width: 830px;
}

/*#appOrderWin .app-list1 ul{margin:15px 15px 0 15px;}*/
#appOrderWin .app-list1 .app-list-ul &gt; li {
    position: relative;
    padding: 5px 10px;
    line-height: 18px;
    text-align: left;
}

#appOrderWin .app-list1 input {
    position: absolute;
    right: 10px;
    top: 15px;
}

#appOrderWin .app-list1-pic {
    display: inline-block;
    width: 32px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

#appOrderWin .app-list1-pic img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    cursor: default;
    border-radius: 10px;
}

#appOrderWin .app-list1-content {
    display: inline-block;
    margin-top: 5px;
    vertical-align: middle;
}

#appOrderWin .app-list1 h1 {
    display: inline-block;
    width: 250px;
    font-size: 14px;
    font-weight: normal;
}

#appOrderWin .app-list1 h2 a {
    display: inline-block;
    width: 670px;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
}

#appOrderWin .app-list1 .app-list-ul &gt; li p {
    display: inline-block;
    width: 80px;
    text-align: right;
}

#appOrderWin .app-list1 .star {
    height: 14px;
    margin: 0;
}

#appOrderWin .myapp {
    width: auto;
    padding: 10px;
}

#appOrderWin .myapp li {
    margin: 10px 30px 5px 30px;
}

#appOrderWin .tool {
    width: auto;
    padding: 20px 30px;
}

#appOrderWin .tool li {
    display: inline-block;
    width: 150px;
    margin-top: 30px;
    line-height: 18px;
    text-align: center;
}

#appOrderWin .tool li i img {
    width: 64px;
    height: 64px;
}

#appOrderWin .tool li span {
    display: inline-block;
    width: 100px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 10px;
}

#appOrderWin .tool li p {
    display: inline-block;
    margin: 5px 10px 10px;
}


/*应用中心-应用市场-应用详情*/
#appOrderWin .detail {
    position: relative;
    padding: 10px 20px;
    text-align: left;
}

#appOrderWin .detail input {
    position: absolute;
    right: 20px;
    top: 17px;
    width: 120px;
    height: 40px;
    font-size: 16px;
}

#appOrderWin .detail-pic {
    display: inline-block;
    width: 48px;
    vertical-align: middle;
}

#appOrderWin .detail-pic img {
    width: 48px;
    height: 48px;
    vertical-align: middle;
}

#appOrderWin .detail h1 {
    display: inline-block;
    padding: 0 10px;
    font-size: 30px;
    vertical-align: middle;
    font-weight: normal;
}

#appOrderWin .detail div {
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
}

#appOrderWin .detail-c {
    padding: 10px 20px;
}

#appOrderWin .detail-c h1 {
    margin: 5px 0 2px;
    font-size: 14px;
    font-weight: normal;
}

#appOrderWin .detail-c h2 a {
    display: inline-block;
    margin: 10px 10px 0 10px;
    font-size: 14px;
    font-weight: normal;
}

#appOrderWin .detail-c h2 a:hover {
    font-weight: bold;
}

#appOrderWin .detail-c h2 .comment-on {
    font-weight: bold;
}

#appOrderWin .detail-c p {
    text-indent: 25px;
}

#appOrderWin .detail-c textarea {
    width: 99.5%;
    height: 70px;
    padding: 5px;
}

#appOrderWin .detail-c i {
    float: right;
}

#appOrderWin .comment li {
    padding: 5px;
}

#appOrderWin .comment li:hover {
    background: #fff;
}

#appOrderWin .comment li h3 {
    font-weight: normal;
    font-size: 12px;
}

#appOrderWin .comment li h3 span {
    padding-right: 15px;
}

#appOrderWin .table-list {
    width: 100%;
    margin-bottom: 10px;
    line-height: 22px;
    text-align: center;
}

#appOrderWin .table-list th {
    padding: 5px;
    font-weight: normal;
}

#appOrderWin .table-list td {
    padding: 5px;
}

da {
    color: #333;
}

#appOrderWin a:hover {
    color: #00349d;
}

#appOrderWin .page a {
    border: 1px solid #d4d4d4;
}

#appOrderWin .page a:hover {
    border: 1px solid #61697d;
}

#appOrderWin .page strong {
    color: #fff;
    border: 1px solid #61697d;
    background: #61697d;
}

#appOrderWin .btn-open {
    color: #333;
    border: 1px #b9bec9 solid;
    background: #fff;
}

#appOrderWin .btn-open:hover {
    color: #fff;
    border: 1px #a6acbf solid;
    background: #373a57;
}

#appOrderWin .btn-install {
    color: #00aaf1;
    border: 1px #1ebdff solid;
    background: #fff;
}

#appOrderWin .btn-install:hover {
    color: #fff;
    border: 1px #b8e0ff solid;
    background: #0087f0;
}

#appOrderWin .btn-uninstall {
    color: #c99f4e;
    border: 1px #d9b97b solid;
    background: #fff;
}

#appOrderWin .btn-uninstall:hover {
    color: #fff;
    border: 1px #e1cca2 solid;
    background: #c1933b;
}

#appOrderWin .installed {
    border: 1px #b9bec9 solid;
    background: #fff url(../images/appStore/install.png) center no-repeat;
}

#appOrderWin .installed:hover {
    border: 1px #a6acbf solid;
    background: #373a57 url(../images/appStore/install.png) center no-repeat;
}

#appOrderWin .install-big {
    color: #fff;
    border: 1px #fff solid;
    background: #ff8400;
}

#appOrderWin .install-big:hover {
    border: 1px #ff8400 solid;
    background: #f95e00;
}

#appOrderWin .btn-middling {
    color: #fff;
    background: #208ee3;
}

#appOrderWin .btn-middling:hover {
    background: #006ec4;
}


/*应用中心-应用市场*/
.win {
    background: rgba(160, 167, 188, 0.7);
    width: 997px;
}

#appOrderWin .win-in {
    background: #f2f3f7 url(../images/appStore/win-in-bg.png) no-repeat center;
}

#appOrderWin .win-panel {
    color: #fff;
    background: #565877;
}

#appOrderWin .win-panel a {
    color: #fff;
}

#appOrderWin .win-panel-menu-on, #appOrderWin .win-panel-menu a:hover {
    background: #373a57;
}

#appOrderWin .panel-search-input {
    border: 1px #e7e8e9 solid;
    background: #e7e8e9;
    color: #0b0b0b
}

#appOrderWin .panel-search-btn {
    border: 1px #e7e8e9 solid;
    background: #e7e8e9 url(../images/appStore/panel-search.png) center no-repeat;
}

#appOrderWin .win-tab {
    border-bottom: 1px #d5d5d5 solid;
    background: #e7e8e9;
}

#appOrderWin .win-tab-on {
    border: 1px #d5d5d5 solid;
    border-bottom: none;
    background: #f9f9f9;
}

#appOrderWin .win-tab a:hover {
    background: #f9f9f9;
}

#appOrderWin .tab-right1-on, #appOrderWin .tab-right1 a:hover {
    background: #cfd1d7;
}

#appOrderWin .sort-lable {
    color: #888;
}

#appOrderWin .tab-right1 .sort {
    background: url(../images/appStore/arrow-select.png) 40px center no-repeat;
}

#appOrderWin .tab-right1 .sort:hover {
    background: #cfd1d7 url(../images/appStore/arrow-select.png) 40px center no-repeat;
}

#appOrderWin .sort-box {
    border: 1px #b2b8c5 solid;
    border-bottom: none;
    background: #fff;
}

#appOrderWin .sort-box a {
    border-bottom: 1px #b2b8c5 solid;
    background: #fff;
}

#appOrderWin .sort-box a:hover {
    background: #cfd1d7;
}

#appOrderWin .sort-on {
    background: #cfd1d7;
}

#appOrderWin .side-menu a {
    width: 128px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px #dedede solid;
    background: #f2f2f2;
}

#appOrderWin .side-menu .side-menu-on, #appOrderWin .side-menu a:hover {
    color: #fff;
    border: 1px #61697d solid;
    background: #61697d;
}

#appOrderWin .scroll {
    background: #ced1d9;
}

#appOrderWin .scroll-face {
    background: #aeb3c0;
}

#appOrderWin .app-pane .app-pane-list &gt; li {
    color: #888;
    border: 1px #ededed solid;
    background: #fff;
}

#appOrderWin .app-pane .app-pane-list &gt; li h1 a {
    color: #333;
}

#appOrderWin .app-pane .app-pane-list &gt; li h1 {
    width: 150px;
    font-size: 20px;
!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#appOrderWin .number {
    color: #e74c00;
}

#appOrderWin .app-pane .app-pane-list &gt; li:hover {
    color: #fff;
    border: 1px #6c7897 solid;
    background: #6c7897;
}

#appOrderWin .app-pane .app-pane-list &gt; li:hover h1 a {
    color: #fff;
    cursor: default;
}

#appOrderWin .app-pane .app-pane-list &gt; li:hover .number {
    color: #fff;
}


/*应用中心-应用市场-应用排行*/
#appOrderWin .app-list1 .app-list-ul &gt; li {
    color: #333;
    border-bottom: 1px #ededed solid;
    background: #fff;
}

#appOrderWin .app-list1 .app-list-ul &gt; li:nth-child(2n) {
    background: #f8f8f8;
}

#appOrderWin .app-list1 .app-list-ul &gt; li:hover {
    color: #fff;
    border-bottom: 1px #6c7897 solid;
    background: #6c7897;
}

#appOrderWin .app-list1 .app-list-ul &gt; li:hover h1 a {
    color: #fff;
}

#appOrderWin .app-list1 .app-list-ul &gt; li:hover h2 a {
    color: #fff;
}

#appOrderWin .app-list1 .app-list-ul &gt; li:hover .number {
    color: #fff;
}

#appOrderWin .app-list1 h1 {
    color: #333;
    width: 250px;
}

#appOrderWin .app-list1 h1 a {
    color: #333;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    line-height: 14px;
    cursor: default;
}

#appOrderWin .app-list1 h2 {
    height: 23px;
}

#appOrderWin .app-list1 h2 a {
    color: #888;
    cursor: default;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#appOrderWin .tool li a:hover span {
    color: #fff;
    background: #6c7897;
}

/*应用中心-应用市场-应用详情*/
#appOrderWin .detail div {
    color: #888;
}

#appOrderWin .detail-c h1 {
    color: #0069c2;
}

#appOrderWin .detail-c h2 a {
    color: #0069c2;
}

#appOrderWin .detail-c h2 a:hover {
    font-weight: bold;
}

#appOrderWin .detail-c textarea {
    border: 1px #e4e4e4 solid;
    background: #fff;
}

#appOrderWin .comment li {
    border-top: 1px #d5d5d5 dashed;
}

#appOrderWin .comment li:hover {
    background: #fff;
}

#appOrderWin .comment li h3 {
    color: #888;
}

#appOrderWin .comment li h3 span {
    color: #f16000;
}

#appOrderWin .table-list {
    border: 1px #e4e4e4 solid;
    background: #fff;
}

#appOrderWin .table-list th {
    border: 1px #e4e4e4 solid;
    background: #f2f2f2;
}

#appOrderWin .table-list td {
    border: 1px #e4e4e4 solid;
}

#appOrderWin .table-list tr:hover {
    background: #f1f6fb;
}

#resetPasswordWin ol, #resetPasswordWin ul, #resetPasswordWin h1, #resetPasswordWin h2, #resetPasswordWin h3, #resetPasswordWin h4, #resetPasswordWin h5, #resetPasswordWin h6, #resetPasswordWin p, #resetPasswordWin th, #resetPasswordWin td, #resetPasswordWin dl, #resetPasswordWin dd, #resetPasswordWin form, #resetPasswordWin fieldset, #resetPasswordWin legend, #resetPasswordWin input, #resetPasswordWin textarea, #resetPasswordWin select, #resetPasswordWin a {
    margin: 0;
    padding: 0;
    outline: none;
}

#resetPasswordWin img {
    margin: 0;
    padding: 0;
    border: none;
}

#resetPasswordWin table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

#resetPasswordWin {
    font: 12px/24px Arial, 'Microsoft YaHei';
    color: #333;
}

#resetPasswordWin a {
    text-decoration: none;
    outline: none;
    cursor: pointer
}

#resetPasswordWin ul, #resetPasswordWin li {
    list-style-type: none;
}

#resetPasswordWin .clear {
    clear: both;
}

#resetPasswordWin .btnPortal {
    width: 50px;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
}

#resetPasswordWin .btn2 {
    width: 80px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    border: none;
}

#resetPasswordWin .number {
    color: #e74c00;
}

#resetPasswordWin .star {
    height: 14px;
    margin: 3px 0;
}

#resetPasswordWin .star img {
    float: none;
    width: 12px;
    height: 12px;
    cursor: default;
}

#resetPasswordWin .page {
    clear: both;
    line-height: 20px;
    text-align: center;
}

#resetPasswordWin .page a {
    display: inline-block;
    margin: 10px 5px 0 5px;
    padding: 3px 10px;
    border-radius: 5px;
}

#resetPasswordWin .page strong {
    display: inline-block;
    margin: 10px 5px 0 5px;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: bold;
}

#resetPasswordWin .page img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}


/* 主页面*/
#resetPasswordWin .logobox {
    height: 75px;
    padding-left: 400px;
    line-height: 20px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: right;
    color: #95e2ff;
    background: url(../images/appStore/logo.png) no-repeat left 2px;
}

#resetPasswordWin .logobox a {
    display: inline-block;
    margin: 10px 10px 0 2px;
}

#resetPasswordWin .logobox span {
    text-align: left;
    color: #fff;
}

#resetPasswordWin .logobox img {
    vertical-align: middle;
}

/*主页面-横底状态栏*/
#resetPasswordWin .dock-b {
    left: 50%;
    bottom: 0;
    width: 520px;
    height: 65px;
    margin-left: -260px;
    margin-top: 10px;
}

#resetPasswordWin .dock-b-applist {
    width: 318px;
    height: 65px;
    border-right: 1px #2a323f solid;
    box-shadow: 1px 0 0 0 #3f485c;
}

#resetPasswordWin .dock-b-use {
    width: 200px;
}

#resetPasswordWin .dock-b-use-popup {
    right: 0;
    bottom: 65px;
}

/*主页面-横顶状态栏*/
#resetPasswordWin .dock-t {
    left: 50%;
    top: 0;
    width: 520px;
    height: 65px;
    margin-left: -260px;
    margin-bottom: 10px;
}

#resetPasswordWin .dock-t-applist {
    width: 318px;
    height: 65px;
    border-right: 1px #2a323f solid;
    box-shadow: 1px 0 0 0 #3f485c;
}

#resetPasswordWin .dock-t-use {
    width: 200px;
}

#resetPasswordWin .dock-t-use-popup {
    right: 0;
    top: 65px;
}

/*主页面-竖左状态栏*/
#resetPasswordWin .dock-l {
    left: 0;
    top: 50%;
    width: 65px;
    height: 520px;
    margin-top: -260px;
    margin-right: 10px;
}

#resetPasswordWin .dock-l-applist {
    width: 65px;
    height: 320px;
    padding-top: 5px;
    border-bottom: 1px #2a323f solid;
    box-shadow: 0 1px 0 0 #3f485c;
}

#resetPasswordWin .dock-l-use {
    height: 200px;
}

#resetPasswordWin .dock-l-use-popup {
    bottom: 0;
    left: 65px;
}

/*主页面-竖右状态栏*/
#resetPasswordWin .dock-r {
    right: 0;
    top: 50%;
    width: 65px;
    height: 520px;
    margin-top: -260px;
    margin-left: 10px;
}

#resetPasswordWin .dock-r-applist {
    width: 65px;
    height: 320px;
    padding-top: 5px;
    border-bottom: 1px #2a323f solid;
    box-shadow: 0 1px 0 0 #3f485c;
}

#resetPasswordWin .dock-r-use {
    height: 200px;
}

#resetPasswordWin .dock-r-use-popup {
    bottom: 0;
    right: 65px;
}

#resetPasswordWin .dock {
    position: absolute;
    border: 1px #23263c solid;
    background: rgba(52, 59, 75, 0.9);
}

#resetPasswordWin .dock a {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin: 4px;
}

#resetPasswordWin .dock-on, #resetPasswordWin .dock a:hover {
    background: #1e2039;
}

#resetPasswordWin .dock-applist {
    float: left;
}

#resetPasswordWin .dock-applist div {
    position: relative;
    width: 32px;
    height: 32px;
    margin: 10px auto;
}

#resetPasswordWin .dock-applist span {
    position: absolute;
    top: -5px;
    right: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    background: #f00;
}

#resetPasswordWin .dock-use {
    float: right;
    text-align: center;
}

#resetPasswordWin .dock-use a img {
    vertical-align: middle;
}

#resetPasswordWin .dock-use-popup {
    position: absolute;
    z-index: 100;
    width: auto;
    padding: 5px;
    text-align: left;
    border: 1px #3c3f60 solid;
    box-shadow: 0 0 10px 0 #000;
    background: rgba(30, 32, 57, 0.96);
}

#resetPasswordWin .dock-use-popup li {
    position: relative;
    display: block;
    line-height: 35px;
    padding: 0 40px 0 10px;
    vertical-align: middle;
    font-size: 12px;
    color: #fff;
}

#resetPasswordWin .dock-use-popup li:hover {
    background: #424570;
}

#resetPasswordWin .dock-use-popup a {
    width: auto;
    height: 35px;
    line-height: 35px;
    cursor: default;
    margin: 0;
    color: #fff;
    white-space: nowrap;
}

#resetPasswordWin .dock-use-popup a:hover {
    background: #424570;
}

#resetPasswordWin .dock-use-popup img {
    margin-right: 10px;
    vertical-align: middle;
}

#resetPasswordWin .dock-use-popup li .dock-use-popup-close {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    border-radius: 3px;
    background: #c00 url(../images/appStore/close1.png) no-repeat center;
}

#resetPasswordWin .dock-use-popup li:hover .dock-use-popup-close {
    display: block;
}

#resetPasswordWin .dock-use-popup li .dock-use-popup-close:hover {
    background: #f00 url(../images/appStore/close1.png) no-repeat center;
}

#resetPasswordWin .desk-page {
    clear: both;
    height: 40px;
    text-align: center;
}

#resetPasswordWin .desk-page a {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 5px 5px 0 5px;
}


/*主页面-中间图标栏*/
#resetPasswordWin .desk-main {
    width: 1000px;
    margin: 0 auto;
}

#resetPasswordWin .outerWin {
    float: left;
    width: 49%;
    border-radius: 5px;
    border: 1px #23263c solid;
    background: rgba(37, 55, 68, 0.3);
}

#resetPasswordWin .height1 {
    width: 480px;
    height: 450px;
    margin-right: 10px;
}

#resetPasswordWin .height1 h1 {
    float: left;
    height: 450px;
}

#resetPasswordWin .height1 h1 span {
    margin-top: 150px;
}

#resetPasswordWin .height2 {
    width: 490px;
    height: 220px;
    margin-bottom: 10px;
}

#resetPasswordWin .height3 {
    width: 490px;
    height: 220px;
}

#resetPasswordWin .icon-title {
    float: left;
    width: 28px;
    height: 110px;
    margin: 50px 0 0 10px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
    border-radius: 5px;
}

#resetPasswordWin .icon-title-skin1 {
    color: #fff;
    box-shadow: 0 0 1px 0 #5e6575;
    background: rgba(156, 164, 173, 0.1);
}

#resetPasswordWin .desk-applist {
    height: 100%;
    font-size: 12px;
    color: #fff;
}

#resetPasswordWin .desk-applist a {
    float: left;
    padding: 30px 0 0 30px;
    line-height: 0;
    text-align: center;
}

#resetPasswordWin .desk-applist a img {
    width: 48px;
    height: 48px;
}

#resetPasswordWin .desk-applist a span {
    display: block;
    width: 75px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 3px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap
}

#resetPasswordWin .desk-applist-on, #resetPasswordWin .desk-applist a:hover span {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.8);
}


/*应用中心-应用市场*/

#resetPasswordWin .win-in {
    height: 320px;
    margin: 0px;
    background-attachment: fixed;
    background-size: cover;
}

#resetPasswordWin .win-panel {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}

#resetPasswordWin .win-panel-name {
    float: left;
    width: 160px;
    height: 45px;
    font-size: 20px;
    font-weight: bold;
}

#resetPasswordWin .win-panel-name img {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    vertical-align: middle;
}

#resetPasswordWin .win-panel-menu {
    float: left;
    width: 540px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

#resetPasswordWin .win-panel-menu a {
    display: inline-block;
    margin: 0 1px;
    padding: 0 15px;
}

#resetPasswordWin .win-panel-menu img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

#resetPasswordWin .win-panel-search {
    float: right;
    width: 250px;
    padding-top: 4px;
}

#resetPasswordWin .panel-search-input {
    float: left;
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    padding-left: 5px;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#resetPasswordWin .panel-search-btn {
    float: left;
    width: 40px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#resetPasswordWin .win-tab {
    clear: both;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
}

#resetPasswordWin .win-tab a {
    display: inline-block;
    margin: 0 1px;
    padding: 0 15px;
}

#resetPasswordWin .win-tab img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
}

#resetPasswordWin .tab-right1 {
    position: relative;
    float: right;
    height: 30px;
    line-height: 30px;
    margin: 5px -5px 0 0;
    font-size: 12px;
}

#resetPasswordWin .tab-right1 a {
    display: inline-block;
    margin-right: 1px;
    padding: 0 10px;
}

#resetPasswordWin .tab-right1 img {
    width: 20px;
    height: 30px;
    padding: 0;
    margin: 0;
}

#resetPasswordWin .sort-lable {
    margin-left: 15px;
}

#resetPasswordWin .tab-right1 .sort {
    margin-right: 15px;
    width: 50px;
    padding-left: 5px 0 0 0;
}

#resetPasswordWin .sort-box {
    position: absolute;
    right: 60px;
    top: 35px;
    z-index: 100;
    border-bottom: none;
}

#resetPasswordWin .sort-box a {
    display: block;
    margin: 0;
    padding: 0px 15px;
}

#resetPasswordWin .side-box {
    float: left;
    width: 140px;
    height: 400px;
    margin: 15px 5px 0 10px;
    overflow: hidden;
}

#resetPasswordWin .side-menu {
    float: left;
    width: 140px;
    height: 399px;
    overflow-y: auto;
}

#resetPasswordWin .side-menu a {
    display: block;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    font-size: 12px;
    text-align: center;
    margin-right: 5px;
}

#resetPasswordWin .scroll {
    float: left;
    width: 5px;
    height: 400px;
    margin-left: 5px;
}

#resetPasswordWin .scroll-face {
    height: 150px;
    cursor: default;
}

#resetPasswordWin .app-pane {
    float: left;
    width: 100%;
}

#resetPasswordWin .app-pane .app-pane-list &gt; li {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 100px;
    margin: 15px 10px 4px;
    padding: 10px;
    line-height: 18px;
    text-align: left;
}

#resetPasswordWin .app-pane input {
    margin-top: 58px;
    position: absolute;
    right: 10px;
    top: 10px;
}

#resetPasswordWin .app-pane-pic {
    display: inline-block;
    width: 64px;
    margin: 5px 5px 0 0;
    vertical-align: middle;
}

#resetPasswordWin .app-pane-pic img {
    width: 64px;
    height: 64px;
    vertical-align: middle;
    cursor: default;
    border-radius: 10px;
}

#resetPasswordWin .app-pane .app-pane-list &gt; li div {
    display: inline-block;
    vertical-align: middle;
}

#resetPasswordWin .app-pane .app-pane-list &gt; li h1 a {
    font-size: 14px;
    font-weight: normal;
}

#resetPasswordWin .app-pane .app-pane-list &gt; li &gt; div {
    display: inline-block;
    vertical-align: middle;
}

/*应用中心-应用市场-应用列表*/
#resetPasswordWin .app-list1 {
    float: left;
    width: 830px;
}

/*#resetPasswordWin .app-list1 ul{margin:15px 15px 0 15px;}*/
#resetPasswordWin .app-list1 .app-list-ul &gt; li {
    position: relative;
    padding: 5px 10px;
    line-height: 18px;
    text-align: left;
}

#resetPasswordWin .app-list1 input {
    position: absolute;
    right: 10px;
    top: 15px;
}

#resetPasswordWin .app-list1-pic {
    display: inline-block;
    width: 32px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

#resetPasswordWin .app-list1-pic img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    cursor: default;
    border-radius: 10px;
}

#resetPasswordWin .app-list1-content {
    display: inline-block;
    margin-top: 5px;
    vertical-align: middle;
}

#resetPasswordWin .app-list1 h1 {
    display: inline-block;
    width: 250px;
    font-size: 14px;
    font-weight: normal;
}

#resetPasswordWin .app-list1 h2 a {
    display: inline-block;
    width: 670px;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    font-weight: normal;
}

#resetPasswordWin .app-list1 .app-list-ul &gt; li p {
    display: inline-block;
    width: 80px;
    text-align: right;
}

#resetPasswordWin .app-list1 .star {
    height: 14px;
    margin: 0;
}

#resetPasswordWin .myapp {
    width: auto;
    padding: 10px;
}

#resetPasswordWin .myapp li {
    margin: 10px 30px 5px 30px;
}

#resetPasswordWin .tool {
    width: auto;
    padding: 20px 30px;
}

#resetPasswordWin .tool li {
    display: inline-block;
    width: 150px;
    margin-top: 30px;
    line-height: 18px;
    text-align: center;
}

#resetPasswordWin .tool li i img {
    width: 64px;
    height: 64px;
}

#resetPasswordWin .tool li span {
    display: inline-block;
    width: 100px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 10px;
}

#resetPasswordWin .tool li p {
    display: inline-block;
    margin: 5px 10px 10px;
}


/*应用中心-应用市场-应用详情*/
#resetPasswordWin .detail {
    position: relative;
    padding: 10px 20px;
    text-align: left;
}

#resetPasswordWin .detail input {
    position: absolute;
    right: 20px;
    top: 17px;
    width: 120px;
    height: 40px;
    font-size: 16px;
}

#resetPasswordWin .detail-pic {
    display: inline-block;
    width: 48px;
    vertical-align: middle;
}

#resetPasswordWin .detail-pic img {
    width: 48px;
    height: 48px;
    vertical-align: middle;
}

#resetPasswordWin .detail h1 {
    display: inline-block;
    padding: 0 10px;
    font-size: 30px;
    vertical-align: middle;
    font-weight: normal;
}

#resetPasswordWin .detail div {
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
}

#resetPasswordWin .detail-c {
    padding: 10px 20px;
}

#resetPasswordWin .detail-c h1 {
    margin: 5px 0 2px;
    font-size: 14px;
    font-weight: normal;
}

#resetPasswordWin .detail-c h2 a {
    display: inline-block;
    margin: 10px 10px 0 10px;
    font-size: 14px;
    font-weight: normal;
}

#resetPasswordWin .detail-c h2 a:hover {
    font-weight: bold;
}

#resetPasswordWin .detail-c h2 .comment-on {
    font-weight: bold;
}

#resetPasswordWin .detail-c p {
    text-indent: 25px;
}

#resetPasswordWin .detail-c textarea {
    width: 99.5%;
    height: 70px;
    padding: 5px;
}

#resetPasswordWin .detail-c i {
    float: right;
}

#resetPasswordWin .comment li {
    padding: 5px;
}

#resetPasswordWin .comment li:hover {
    background: #fff;
}

#resetPasswordWin .comment li h3 {
    font-weight: normal;
    font-size: 12px;
}

#resetPasswordWin .comment li h3 span {
    padding-right: 15px;
}

#resetPasswordWin .table-list {
    width: 100%;
    margin-bottom: 10px;
    line-height: 22px;
    text-align: center;
}

#resetPasswordWin .table-list th {
    padding: 5px;
    font-weight: normal;
}

#resetPasswordWin .table-list td {
    padding: 5px;
}

da {
    color: #333;
}

#resetPasswordWin a:hover {
    color: #00349d;
}

#resetPasswordWin .page a {
    border: 1px solid #d4d4d4;
}

#resetPasswordWin .page a:hover {
    border: 1px solid #61697d;
}

#resetPasswordWin .page strong {
    color: #fff;
    border: 1px solid #61697d;
    background: #61697d;
}

#resetPasswordWin .btn-open {
    color: #333;
    border: 1px #b9bec9 solid;
    background: #fff;
}

#resetPasswordWin .btn-open:hover {
    color: #fff;
    border: 1px #a6acbf solid;
    background: #373a57;
}

#resetPasswordWin .btn-install {
    color: #00aaf1;
    border: 1px #1ebdff solid;
    background: #fff;
}

#resetPasswordWin .btn-install:hover {
    color: #fff;
    border: 1px #b8e0ff solid;
    background: #0087f0;
}

#resetPasswordWin .btn-uninstall {
    color: #c99f4e;
    border: 1px #d9b97b solid;
    background: #fff;
}

#resetPasswordWin .btn-uninstall:hover {
    color: #fff;
    border: 1px #e1cca2 solid;
    background: #c1933b;
}

#resetPasswordWin .installed {
    border: 1px #b9bec9 solid;
    background: #fff url(../images/appStore/install.png) center no-repeat;
}

#resetPasswordWin .installed:hover {
    border: 1px #a6acbf solid;
    background: #373a57 url(../images/appStore/install.png) center no-repeat;
}

#resetPasswordWin .install-big {
    color: #fff;
    border: 1px #fff solid;
    background: #ff8400;
}

#resetPasswordWin .install-big:hover {
    border: 1px #ff8400 solid;
    background: #f95e00;
}

#resetPasswordWin .btn-middling {
    color: #fff;
    background: #208ee3;
}

#resetPasswordWin .btn-middling:hover {
    background: #006ec4;
}


/*应用中心-应用市场*/
.win {
    background: rgba(160, 167, 188, 0.7);
    width: 100%;
}

#resetPasswordWin .win-in {
    background: #f2f3f7 url(../images/appStore/win-in-bg.png) no-repeat center;
}

#resetPasswordWin .win-panel {
    color: #fff;
    background: #565877;
}

#resetPasswordWin .win-panel a {
    color: #fff;
}

#resetPasswordWin .win-panel-menu-on, #resetPasswordWin .win-panel-menu a:hover {
    background: #373a57;
}

#resetPasswordWin .panel-search-input {
    border: 1px #e7e8e9 solid;
    background: #e7e8e9;
    color: #0b0b0b
}

#resetPasswordWin .panel-search-btn {
    border: 1px #e7e8e9 solid;
    background: #e7e8e9 url(../images/appStore/panel-search.png) center no-repeat;
}

#resetPasswordWin .win-tab {
    border-bottom: 1px #d5d5d5 solid;
    background: #e7e8e9;
}

#resetPasswordWin .win-tab-on {
    border: 1px #d5d5d5 solid;
    border-bottom: none;
    background: #f9f9f9;
}

#resetPasswordWin .win-tab a:hover {
    background: #f9f9f9;
}

#resetPasswordWin .tab-right1-on, #resetPasswordWin .tab-right1 a:hover {
    background: #cfd1d7;
}

#resetPasswordWin .sort-lable {
    color: #888;
}

#resetPasswordWin .tab-right1 .sort {
    background: url(../images/appStore/arrow-select.png) 40px center no-repeat;
}

#resetPasswordWin .tab-right1 .sort:hover {
    background: #cfd1d7 url(../images/appStore/arrow-select.png) 40px center no-repeat;
}

#resetPasswordWin .sort-box {
    border: 1px #b2b8c5 solid;
    border-bottom: none;
    background: #fff;
}

#resetPasswordWin .sort-box a {
    border-bottom: 1px #b2b8c5 solid;
    background: #fff;
}

#resetPasswordWin .sort-box a:hover {
    background: #cfd1d7;
}

#resetPasswordWin .sort-on {
    background: #cfd1d7;
}

#resetPasswordWin .side-menu a {
    width: 128px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px #dedede solid;
    background: #f2f2f2;
}

#resetPasswordWin .side-menu .side-menu-on, #resetPasswordWin .side-menu a:hover {
    color: #fff;
    border: 1px #61697d solid;
    background: #61697d;
}

#resetPasswordWin .scroll {
    background: #ced1d9;
}

#resetPasswordWin .scroll-face {
    background: #aeb3c0;
}

#resetPasswordWin .app-pane .app-pane-list &gt; li {
    color: #888;
    border: 1px #ededed solid;
    background: #fff;
}

#resetPasswordWin .app-pane .app-pane-list &gt; li h1 a {
    color: #333;
}

#resetPasswordWin .app-pane .app-pane-list &gt; li h1 {
    width: 150px;
    font-size: 20px;
!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#resetPasswordWin .number {
    color: #e74c00;
}

#resetPasswordWin .app-pane .app-pane-list &gt; li:hover {
    color: #fff;
    border: 1px #6c7897 solid;
    background: #6c7897;
}

#resetPasswordWin .app-pane .app-pane-list &gt; li:hover h1 a {
    color: #fff;
    cursor: default;
}

#resetPasswordWin .app-pane .app-pane-list &gt; li:hover .number {
    color: #fff;
}


/*应用中心-应用市场-应用排行*/
#resetPasswordWin .app-list1 .app-list-ul &gt; li {
    color: #333;
    border-bottom: 1px #ededed solid;
    background: #fff;
}

#resetPasswordWin .app-list1 .app-list-ul &gt; li:nth-child(2n) {
    background: #f8f8f8;
}

#resetPasswordWin .app-list1 .app-list-ul &gt; li:hover {
    color: #fff;
    border-bottom: 1px #6c7897 solid;
    background: #6c7897;
}

#resetPasswordWin .app-list1 .app-list-ul &gt; li:hover h1 a {
    color: #fff;
}

#resetPasswordWin .app-list1 .app-list-ul &gt; li:hover h2 a {
    color: #fff;
}

#resetPasswordWin .app-list1 .app-list-ul &gt; li:hover .number {
    color: #fff;
}

#resetPasswordWin .app-list1 h1 {
    color: #333;
    width: 250px;
}

#resetPasswordWin .app-list1 h1 a {
    color: #333;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    line-height: 14px;
    cursor: default;
}

#resetPasswordWin .app-list1 h2 {
    height: 23px;
}

#resetPasswordWin .app-list1 h2 a {
    color: #888;
    cursor: default;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#resetPasswordWin .tool li a:hover span {
    color: #fff;
    background: #6c7897;
}

/*应用中心-应用市场-应用详情*/
#resetPasswordWin .detail div {
    color: #888;
}

#resetPasswordWin .detail-c h1 {
    color: #0069c2;
}

#resetPasswordWin .detail-c h2 a {
    color: #0069c2;
}

#resetPasswordWin .detail-c h2 a:hover {
    font-weight: bold;
}

#resetPasswordWin .detail-c textarea {
    border: 1px #e4e4e4 solid;
    background: #fff;
}

#resetPasswordWin .comment li {
    border-top: 1px #d5d5d5 dashed;
}

#resetPasswordWin .comment li:hover {
    background: #fff;
}

#resetPasswordWin .comment li h3 {
    color: #888;
}

#resetPasswordWin .comment li h3 span {
    color: #f16000;
}

#resetPasswordWin .table-list {
    border: 1px #e4e4e4 solid;
    background: #fff;
}

#resetPasswordWin .table-list th {
    border: 1px #e4e4e4 solid;
    background: #f2f2f2;
}

#resetPasswordWin .table-list td {
    border: 1px #e4e4e4 solid;
}

#resetPasswordWin .table-list tr:hover {
    background: #f1f6fb;
}</pre></body></html>