﻿body{
    width:100%;
    overflow-x:hidden;
    background-color:#f3f3f3;
}
a:hover{
    color:#0376d8;
}
.uc-color-primary{
    color: #0476d7;
}
.uc-font{
    font-family: "verdana","Microsoft YaHei";
}
.uc-notice{
    display:none;
}
.uc-text-shadow{
    text-shadow: 0px 2px #aacdde;
}
.uc-hd{
    position:relative;
    z-index:10;
}
.uc-menue{
    display:none;
    min-width:64px;
    position: absolute;
    left: 0px;
    top:60px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 2px 3px 20px #ccc;
    color: #333;
}
.uc-menue:after{
    content:"";
    position:absolute;
    right:10px;
    top:-16px;
    width:0px;
    height:0px;
    border-width:8px;
    border-style:solid;
    border-color:transparent transparent #fff transparent ; 
}
.uc-menue .fonticon{
    position:relative;
    width:64px;
    height:64px;
    line-height:64px;
    border:1px solid #e3e3e3;
    border-radius:12px;
    text-align:center;
}
.uc-menue .fonticon .icon-font{
    position:absolute;
    font-size: 40px; 
    color:#c3c3c3;
}
.uc-header{
    height:50px;
    background-color:#474747;
}
.uc-header .uc-size{
    width:1200px;
    overflow-x:visible;
}
.uc-header .menuLink .outer>a{
    vertical-align: middle;
    padding:0px 8px;
}
.uc-header .setting .icon-search-s{
    right:5px;top:3px;font-size:20px;font-weight:bold;color:#c3c3c3;
}
.uc-header .menuLink .outer,.uc-header .setting .outer{
    position:relative;
    line-height:50px;
    z-index:100;
}
.uc-header .setting .outer.Hover:after{
    position:absolute;
    content:"";
    width:100%;
    height:20px;
    left:0px;
}
.uc-header a.appUserNum{
    display:none;
    position:absolute;
    width:64px;
    height:64px;
    line-height:64px;
    text-align:center;
    background-color:#0376d8;
    color:#fff;
    padding:0px;
    left:0px;
    top:0px;
}
.uc-header .setting .applySearch input{
    width:234px;
    border-radius:13px;
}
.uc-header .setting .applySearch .searchList{
    width:242px;
    left:0px;
    top:30px;
    max-height:450px;
    overflow-y:auto;
    border-radius:5px;
    background-color:#fff;
}
/*
app
*/
/*advertise*/
.uc-app-advertise{
    height:316px;
}
.uc-app-advertise .applyImages{
    height:316px;
    width:850px;
}
.fullSlide{ 
    position:relative; height:316px; overflow:hidden;  
}
.fullSlide .applyImgList{ 
    position:relative; z-index:0; height:316px; 
}	
.fullSlide .applyImgList ul{ 
    width:100% !important;  
}	
.fullSlide .applyImgList li{
     width:100% !important;  height:100%; overflow:hidden; text-align:center;  
}	
.fullSlide .applyImgList li a{ 
    display:block; height:316px; 
}		
.fullSlide .applyImgIcon{ 
    width:850px; left:50%; margin-left:-425px; bottom:15px; position:absolute; z-index:1; bottom:15px; overflow:hidden; 
}	
.fullSlide .applyImgIcon ul{ 
    text-align:center;
    margin:0px auto;
}	
.fullSlide .applyImgIcon ul li{
    display:inline-block;
    width:10px;
    height:10px;
    border:1px solid #ffffff;
    border-radius:50%;
}
.fullSlide .applyImgIcon ul li.on{ 
     background-color:#ffffff;
}
.uc-app-advertise .applyLink{
    width:350px;
    background-color:#474747;
    color:#999;
    height:316px;
    overflow:hidden;
}
.uc-app-advertise .applyLink .list{
    padding:23px 30px;
}
.uc-app-advertise .applyLink .list.on,.uc-app-advertise .applyLink .list:hover{
    background-color:#0476d7;
    color:#a5d4ff;
}
.uc-app-advertise .applyLink .list.on .uc-font{
    color:#a5d4ff;
}
.uc-app-applyWrap .main{
    width:850px;
}
.uc-app-applyWrap .side{
    width:335px;
}
.uc-app-applyWrap dl{
    background-color:#fff;
}
.uc-app-applyWrap dl.applist dd{
    min-height:314px;
}
.uc-app-applyWrap dl.applist .list{
    position:relative;
    border:1px solid #eee;
    border-top:1px solid #eee;
    box-sizing:border-box;
    height:158px;
    margin-top:-1px;
}
.uc-app-applyWrap dl.applist .list .uc-btn{
    display:none;
    position:absolute;
    right:20px;
    top:30px;
}
.uc-app-applyWrap dl.applist .list:hover .uc-btn{
    display:block;
}
.uc-app-applyWrap .side dl.applist dd{
    min-height:100px;
}
.uc-app-applyWrap dl.appRanking .hd a.cur{
    color:#0476d7;
    border-bottom:1px solid #0476d7;
}
.uc-app-applyWrap dl.appRanking .ht{
    min-height:200px;
}
.uc-app-applyWrap dl.appRanking .ht h2{
    width:158px;vertical-align:top;
}
.uc-app-applyWrap dl.appRanking .ht .num{
    display:inline-block;
    width:24px;
    font-size:16px;
    color:#999;
    text-align:center;
    font-style:italic;
    border-radius:12px;
}
.uc-app-applyWrap dl.appRanking .ht .num.rank1{
    background-color:#f3251b;
    color:#fff;
}
.uc-app-applyWrap dl.appRanking .ht .num.rank2{
    background-color:#f77e13;
    color:#fff;
}
.uc-app-applyWrap dl.appRanking .ht .num.rank3{
    background-color:#efab19;
    color:#fff;
}
.uc-app-applyWrap dl.applist .m-list{
    position:relative;
    box-sizing:border-box;
}
.uc-app-applyWrap dl.applist .m-list>div{
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    border-left-color:#f2f2f2;
}
.uc-app-applyWrap dl.applist .m-list .uc-btn{
    display:none;
    position:absolute;
    right:80px;
    top:20px;
}
.uc-app-applyWrap dl.applist .m-list:hover .uc-btn{
    display:block;
}
.uc-appSearch-item a.on,.uc-appSearch-item a:hover{
    color:#1a76cc;
}
.uc-app-applyWrap dl.applist .m-list .uc-default-success{
    right:20px;
}
/*全部应用*/
.uc-app-all{
    background-color:#fff;
}
.uc-app-all .uc-app-applyWrap dl.applist .list{
    border: none;margin-top:30px;height:auto;
}
.uc-app-all .allNav a{
    display:block;
    float:left;
    font-size:16px;
}
.uc-app-all .allNav a.on{
    color:#1a76cc;
}

/*筛选*/
.uc-app-all .filter{
    margin-bottom:10px;
    border:1px solid #efefef;
}
.uc-app-all .filter .line{
    padding:10px;
    padding-bottom:0px;
    border-top:1px solid #efefef;
    margin-top:-1px;
}
.uc-app-all .filter .line .label {
  color: #999;
  float: left;
  margin-right: 5px;
  display: inline-block;
}
.uc-app-all .filter .line .item,.multi-item {
  float: left;
  overflow: hidden;
  font-size: 0;
  display: block;
  width:860px;
}
.uc-app-all .filter .item a,.multi-item a{
  padding: 1px 4px;
  margin-right: 12px;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 2px;
  margin:0px;
  margin-right:20px;
  margin-bottom: 10px;
  transition: all .3s ease;
}
.uc-app-all .multi-item a:hover,.filter .item a:hover{
    padding-left: 2px;
}
.uc-app-all .multi-item a.on {
    border:none;
}
.uc-app-all .filter .item a.on{
     border:none;
}
/*排序*/
.uc-app-all .uc-appSearch-item#orderBy {
    height: 38px;
    border: 1px solid #e5e5e5;
    border-top:none;
    border-right:none;
    box-sizing: border-box;
}
.uc-app-all .uc-appSearch-item#orderBy a{
   margin:0px;
   min-width:65px;
   height:30px;
   line-height:30px;
   text-align:center;
   padding:3px 12px;
   border: 1px solid #e5e5e5;
   border-left:none;
   border-bottom:none;
   background-color: #f3f3f3;
}
.uc-app-all .uc-appSearch-item#orderBy a.on{
    background-color: #ffffff;
    border-bottom:none;
    height:31px;
}
/*应用详情*/
.applyDtail{
    margin-top:40px;
}
.applyDtail .infor{
    width:1080px;
}
.applyDtail .top{
    height:36px;
    line-height:36px;
}
.applyDtail .top h2{
    font-size:24px;
    color:#333;
    float:left;
}
.applyDtail .applyInstall{
    display:block;
    float:right;
    min-width:72px;
    padding:0px 10px;
    height:36px;
    border-radius:3px;
    background-color:#79be07;
    color:#fff;
    text-align:center;
    font-size:16px;
}
.applyDtail .mid{
    height:40px;
    margin:5px 0px;
}
.applyDtail .bigScore{
    margin-top:6px;
    margin-right:20px;
}
.applyDtail .other{
    line-height:40px;
     color:#999;
}
.applyDtail .other span{
    display:inline-block;
}
.applyDtail .anchor{
    display:inline-block;
    height:28px;
    line-height:28px;
    padding:0px 8px;
    border:1px solid #ddd;
}
.applyDtail .anchor span{
    color:#ff0000;
    padding-right:5px;
}
.applyDtail .userNum{
     display:inline-block;
     margin:0px 40px 0px 20px;
}
.isUse{
    color:#1a76cc;
    font-size:12px;
    margin-top:10px;
}
.applyDtail .bottom >div{
    display:inline-block;
    margin-right:35px;
    line-height:28px;
    color:#666;
}
.applyDtail .bottom span{
    display:inline-block;
    margin:0px 5px;
}
 .bottom .decive span{
    font-size:12px;
    padding:0px 5px;
    margin:0px 2px;
    cursor:pointer;
    height:20px;
    line-height:20px;
    vertical-align:middle;
    border: 1px solid #C2D7E4;
    color: #2693D5;
    border-radius:2px;
}
#applyUser{
    color:#1a76cc;
    margin-right:5px;
    display:inline-block;
}
#scope{
    position:relative;
    margin:0px 20px;
}
.gap {
    color:#c5d1ce;
}
.userList span{
    display:inline-block;
    padding:5px;
    line-height:20px;
}
.moreico{
    display:inline-block;
    vertical-align: middle;
}
.applyDtail .arear{
    margin-top:20px;
    border:1px solid #ddd;
}
.applyDtail .item{
    padding-left:20px;
    padding-right: 20px;
}
.applyDtail .dTitle{
    height:24px;
    line-height:24px;
    margin-top:20px;
    padding-bottom:10px;
    border-bottom:1px  dotted #ddd;
}
.applyDtail .dTitle h2{
    font-size:18px;
    padding-left:10px;
    border-left:4px solid #1a76cc;
}
.applyDtail .dContent{
    padding:20px;
    padding-left:0px;
}
.applyDtail .dContent p{
    line-height:28px;
}
.applyDtail .dContent .bg{
    background-color:#f5f5f5;
    border:1px solid #eee;
    padding:20px;
}
#RecommendList li:hover .applyIcon{
    transform:translateY(-5px);
    -webkit-transform:translateY(-5px);
    -moz-transform:translateY(-5px);
    -ms-transform:translateY(-5px);
}
/*截图*/
.slide{ 
    width:845px; margin: 0px auto;position:relative;  height:432px;  
}
.slide .applyImgList{ 
    position:relative; z-index:0;  
}	
.slide .applyImgList ul{ 
    width:100% !important;  
}	
.slide .applyImgList li{
     width:100% !important; height:432px; overflow:hidden; text-align:center;  
}	
.slide .applyImgList li a{ 
    display:block;height:432px;
}
.slide .applyImgList li img{ 
    /*width:100%;height:432px;*/
}		
.slide .applyImgIcon{ 
    width:1000px; left:50%; margin-left:-500px; position:absolute; z-index:1; overflow:hidden; 
}	
.slide .applyImgIcon ul{ 
    text-align:center;
    margin:0px auto;
}	
.slide .applyImgIcon ul li{
    display:inline-block;
    width:8px;
    height:8px;
    border:1px solid #1a76cc;
    border-radius:50%;
}	
	
.slide .applyImgIcon ul li.on{ 
     /*box-shadow:inset 1px 1px 3px #999;*/
     background-color:#1a76cc;
}
.slide .prev{
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -18px;
  display: block;
}
.slide .next{
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -18px;
  display: block;

}
.slide .prev:hover .icon-font,.slide .next:hover .icon-font{
    color:#1a76cc;
}
.slide .icon-font{
    font-size:30px;
    color:#666;
}
/*推荐应用*/
.applyRec li{
  float: left;
  width: 70px;
  margin: 15px 22px;
}
.applyRec .applyName {
  line-height: 36px;
  height: 36px;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 8px 0px;
}
.applyRec  .applyInstall {
  display: inline-block;
  width: 68px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  padding:0px;
  background: #fff;
  border: 1px solid #c5d1ce;
  color: #5b5b5b;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  -webkit-user-select: none;
}
.applyRec .applyInstall:hover{
    background-color:#93ce2c;
    border: 1px solid #93ce2c;
    color:#fff;
}
#appList .applyName{
    font-size:16px;
}
#appList .userNum{
    font-size:14px;
}
 .applyAll #appList .other,.applyAll #appList .brif {
    font-size:14px;
}
/**/
.uc-app-hd{
    border:1px solid #eee;
    background-color:#f5f5f5;
}
.uAppLoading{position:absolute;top:50%;left:50%;text-align:center;width:200px;height:40px;color:#999;margin-left:-100px;margin-top:-20px;}
.uAppLoading img{margin-top:10px;}

/*应用中心国家平台对接相关样式*/
#applist .more_operate {
    width: 50px;
    position: absolute;
    right: 10px;
    top: -5px;
    text-align: center;
}

#applist .more_operate ol {
    padding: 6px;
    box-shadow: 0px 1px 7px #ccc;
    display: none;
}

#applist .more_operate:hover ol {
    display: block;
}

#applist .h_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #378af9;
    color: #fff;
    border-radius: 50%;
    display: block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
}

.h_app_center a {
    color: #309aeb;
}

.h_app_center {
    height: 53px;
    padding: 0 15px;
    line-height: 70px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

    .h_app_center h3 {
        float: left;
        font-size: 18px;
        color: #222;
        font-weight: normal;
    }

    .h_app_center em {
        font-size: 16px;
        float: right;
    }

    .h_app_center a {
        color: #309aeb;
    }
/*应用中心国家平台对接相关样式*/