/*星动精选*/
.c-jxrj .title i{
    width: 30px;
    height: 28px;
    background-position: 0 0;  
    vertical-align: -1px;  
}
.c-jxrj ul{
    /* display: flex;    
    justify-content: space-between; */
    width: 100%;
}
.c-jxrj ul li{
    width: 102px;
    height: 130px;
    margin-top:24px; 
    margin-right: 20px;   
    text-align: center;
    border:#ecf0f4 solid 1px;
    background:#fff;
    border-radius: 12px;
    box-sizing: border-box;    
    float:left;
    transition: transform .5s;    
}
.c-jxrj  li > a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.c-jxrj  li .seIcon {
    width: 90px;
    height: 90px;
    display: inline-block;
    position: relative;
}
.c-jxrj  li .seIcon img{
    margin-top: 20px;
    width: 90px;
    height: 90px;
    border-radius: 10px;
    /*transition: transform .5s ease-in-out 0s;
    -webkit-transition: transform .5s ease-in-out 0s;*/
    transition:transform .5s ease-in-out, translateY .5s ease-in-out;
    -webkit-transition:transform .5s ease-in-out, translateY .5s ease-in-out;
}
/* .c-jxrj  li .seIcon img:hover{
    transform: rotateY(180deg);
    transition: transform 0.5s;
} */
.c-jxrj  li .seName {
    padding: 0 5px;    
    margin-top: 10px;
    font-size: 14px;
    color: #070707;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;    
}

.c-jxrj  li .seName:hover{    
    color:#009cff;
}
.softIcon {
    position: relative;
}
.softIcon .softIcon-hover {
    background-color: var(--color);
    background-size: cover;
    background-repeat: no-repeat;
}
.softIcon .softIcon-hover{
    --size: 90px;
    width: var(--size);
    height: var(--size);
    position: absolute;    
    background-image: var(--img);
    border-radius: 55px;   
    opacity: .6;
    transform: scale(0) translateX(-50%);
    filter: blur(15px) opacity(100%);
    z-index: 0;
    transition-delay: .05s;
    transition: transform .3s ease-in-out;
}
.c-jxrj ul li a .softIcon .softIcon-hover{
    top: -85px;
    left: 5px;
}
.c-jxrj ul li:hover{
    box-shadow: 0  0 10px 0 rgba(217,228,239,1);
    transform: translate(0px, -5px);
    /*transition: transform .5s;*/
    transition: transform .3s ease-in-out, translateY .3s ease-in-out, box-shadow .3s ease-in-out;
}
.c-jxrj ul li a:hover .softIcon-hover {
    transform: scale(1);
}
.c-jxrj ul li a:hover img{
    transform: scale(1.1);
}
/*频道*/
.c-jxrj{
    width: 100%;
    margin-top: 40px;
    display: inline-block;
}
.c-jxrj .title i{
    width: 30px;
    height: 28px;
    background-position: 0 0;
    vertical-align: -1px;
}
.c-jxrj ul{
    width: 100%;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}
.c-jxrj ul li{
    width: 175px;
    height: 210px;
    margin-right: 30px;
}

.c-jxrj ul li:nth-of-type(6n){
    margin-right: 0;
}
.c-jxrj ul li .seIcon img{
    width: 90px;
    height: 90px;
    margin-top: 28px;
}
.c-jxrj li .seIcon{
    width: 90px;
    height: 90px;
}
.c-jxrj li .seName{
    font-size: 16px;
    margin-top: 10px;
}
.c-jxrj li .categoryName{
    padding-top: 10px;
    font-size: 14px;
    color:#929292;
    display: inline-block;
}
.c-jxrj li .btn{
    margin-top: 10px;
    width: 60px;  
    display: none; 
}
.c-jxrj li:hover{
     box-shadow: 0  0 16px 0 rgba(217,228,239,1);
}
.c-jxrj li:hover .btn{
    display: inline-block;
}
.c-jxrj li:hover .categoryName{
    display: none;
}
.c-jxrj .softIcon .softIcon-hover{
    --size: 90px;
}
.c-jxGame ul li {
    width: 150px;
    height: 190px;
    margin-right: 25px;
}
.c-jxGame li .seIcon{
    width: 66px;
    height: 66px; 
}
.c-jxGame ul li .seIcon img{
    width: 66px;
    height: 66px;    
}
.c-jxGame ul li a .softIcon .softIcon-hover {
    top: -55px;    
}
.c-jxGame .softIcon .softIcon-hover{
    --size: 66px;
}
.c-jxGame .softIcon-hover{
    --size: 66px;
}
.c-jxGame ul li:nth-of-type(6n) {
    margin-right: 25px;
}
.c-jxGame ul li:nth-of-type(7n) {
    margin-right: 0;
}
/*电脑软件推荐*/
.c-rjtjbox{
    width: 100%;
    margin-top: 40px;
    display: inline-block;
}
.c-rjtjbox .title{
    border-bottom:#ebeef1 solid 1px;
    padding-bottom: 20px;
    display: inline-block;
}
.c-rjtjbox .title i{
    width: 28px;
    height: 28px;
    background-position: -85px -34px;
    vertical-align: -2px;
}
.c-dnyxtj .title i{
    background-position: -153px -34px;
}
.c-macrjtj .title i{
    background-position: -69px -254px;
}
.c-rjtjbox .title .more,.c-rjtjbox .title .more a{
    font-size: 14px;
    color:#b9b9b9;
    display: inline-block;
}
.c-rjtjbox .title .more a:hover{    
    color:var(--blueColor);
}
.c-rjtjbox .title .more a:after{
    content:'';
    margin: 0 15px;
    width: 1px;
    height: 12px;
    background:#d7d7d7;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
.c-rjtjbox .title .more a:last-child:after{
    content: none;
}

.c-rjtjbox .title2{    
    padding-top: 25px;
    width:100%;    
    display: inline-block;
}
.c-rjtjbox .title2 a.cat1{
    font-size: 22px;    
    font-family: 'Arial', '黑体';
    margin-right: 20px;
    vertical-align: middle;
}
/*.c-rjtjbox .title2 .cat1.color1{
    color:#008aff;
}
.c-rjtjbox .title2 .cat1.color1:hover{
    color:#45aaff;
}
.c-rjtjbox .title2 .cat1.color2{
    color:#03ca81;
}
.c-rjtjbox .title2 .cat1.color2:hover{
    color:#30d89a;
}
.c-rjtjbox .title2 .cat1.color3{
    color:#f57e3d;
}
.c-rjtjbox .title2 .cat1.color3:hover{
    color:#f89965;
}*/
.c-rjtjbox .title2 span a{
    margin: 0 6px;
    padding: 0 15px;
    min-width: 65px;
    height: 30px;
    font-size: 14px;
    color:#93989c;
    text-align: center;
    line-height: 30px;
    background:#eff3f6;
    border-radius: 30px;
    box-sizing: border-box;
    display: inline-block;    
}
.c-rjtjbox .title2 span a:last-child{
    margin-right: 0;
}
.c-rjtjbox .title2 span a:hover{
    color:#131313;
    font-family: 'Arial','黑体';
}
/*.c-rjtjbox .title2 .bgcolor1 a:hover{
    background-image:linear-gradient(to left,#d4e9ff,#e8f5ff);
}
.c-rjtjbox .title2 .bgcolor2 a:hover{
    background-image:linear-gradient(to left,#c5eee5,#e3f6f1);
}
.c-rjtjbox .title2 .bgcolor3 a:hover{
    background-image:linear-gradient(to left,#fddecc,#fbede5);
} */
.c-rjtjbox .title2 i{
    width: 24px;
    height: 24px;
    margin-right: 9px;       
    display: inline-block;
    vertical-align: -7px;
}
.c-rjtjbox > div:nth-of-type(3n-2) .title2 i{
    background-color:#008aff;
}
.c-rjtjbox > div:nth-of-type(3n-1) .title2 i{
    background-color:#0bcc84;
}
.c-rjtjbox > div:nth-of-type(3n) .title2 i{
    background-color:#f57e3d;
}
.c-rjtjbox > div:nth-of-type(3n-2) .title2 .cat1{
    color:#008aff;
}
.c-rjtjbox > div:nth-of-type(3n-2) .title2 .cat1:hover{
    color:#45aaff;
}
.c-rjtjbox > div:nth-of-type(3n-1) .title2 .cat1{
    color:#03ca81;
}
.c-rjtjbox > div:nth-of-type(3n-1) .title2 .cat1:hover{
    color:#30d89a;
}
.c-rjtjbox > div:nth-of-type(3n) .title2 .cat1{
    color:#f57e3d;
}
.c-rjtjbox > div:nth-of-type(3n) .title2 .cat1:hover{
    color:#f89965;
}

.c-rjtjbox > div:nth-of-type(3n-2) .title2 .cat2 a:hover{
    background-image:linear-gradient(to left,#d4e9ff,#e8f5ff);
}
.c-rjtjbox > div:nth-of-type(3n-1) .title2 .cat2 a:hover{
    background-image:linear-gradient(to left,#c5eee5,#e3f6f1);
}
.c-rjtjbox > div:nth-of-type(3n) .title2 .cat2 a:hover{
    background-image:linear-gradient(to left,#fddecc,#fbede5);
}
.c-liaotian .title2 i{
    background-position: 0 -100px; 
}
.c-shipin .title2 i{
    background-position: -25px -100px;
}
.c-yinyue .title2 i{
    background-position: -50px -100px;
}
.c-liulanqi .title2 i{
    background-position: -75px -100px;
}
.c-tupiantuxing .title2 i{
    width: 26px;
    height: 26px;
    background-position: -100px -100px;
    vertical-align: -8px;
}
.c-anquanfangfu .title2 i{
    width: 25px;
    height: 27px;
    background-position: -75px -182px;
    vertical-align: -9px;
}
.c-shurufa .title2 i{
    width: 26px;
    height: 26px;
    background-position: -127px -100px;
    vertical-align: -8px;
}
.c-xiazaigongju .title2 i{
    width: 25px;
    height: 25px;
    background-position: -154px -100px;
    vertical-align: -8px;
}
.c-gupiaowangyin .title2 i{
    width: 26px;
    height: 26px;
    background-position: -180px -100px;
    vertical-align: -8px;
}
.c-bangongruanjian .title2 i{    
    background-position: 0 -129px;    
}
.c-yudufanyi .title2 i{    
    background-position: -25px -129px; 
    vertical-align: -8px;   
}
.c-yasuokelu .title2 i{ 
    height: 23px;   
    background-position: -50px -129px; 
    vertical-align: -8px;   
}
.c-xitonggongju .title2 i{     
    background-position: -75px -129px;     
}
.c-bianchengkaifa .title2 i{     
    background-position: -100px -129px;     
}
.c-zhushougongju .title2 i{   
    height: 23px;  
    background-position: -127px -129px;
    vertical-align: -8px;      
}
.c-jiaoyuxueyi .title2 i{  
    background-position: -153px -129px;
}
.c-wangluoyingyong .title2 i{  
    background-position: -180px -129px;
}
/*yx tb*/
.c-juesebanyan .title2 i{
    background-position: 0 -156px;
}
.c-feixingsheji .title2 i{
    background-position: -25px -156px;
}
.c-zhanzhengcelue .title2 i{
    background-position: -50px -156px;
}
.c-dongzuomaoxian .title2 i{
    background-position: -75px -156px;
}
.c-tiyujingsu .title2 i{
    background-position: -100px -156px;
}
.c-monijingying .title2 i{
    width: 23px;
    height: 23px;
    background-position: -127px -156px;
    vertical-align: -8px;
}
.c-xiuxianyizhi .title2 i{
    background-position: -153px -156px;
}
.c-youxigongju .title2 i{
    width: 23px;
    height: 23px;
    background-position: -180px -156px;
    vertical-align: -8px;
}
.c-wangluoyouxi .title2 i{
    background-position: 0 -183px;
}
.c-kapaiqipai .title2 i{
    background-position: -25px -183px;
}
.c-shouyoudnb .title2 i{
    background-position: -50px -183px;
}
/*mac tb*/
.c-mac-anq .title2 i{
    width: 26px;
    height: 28px;
    background-position: 0 -317px;
    vertical-align: -9px;
}
.c-mac-bang .title2 i{    
    background-position: -31px -317px;   
}
.c-mac-gongj .title2 i{    
    background-position: -60px -317px;   
}
.c-mac-shej .title2 i{    
    background-position: -88px -317px;   
}
.c-mac-tux .title2 i{    
    background-position: -118px -317px;   
}
.c-mac-wangs .title2 i{
    width: 23px;
    height: 23px;    
    background-position: -118px -317px;   
    vertical-align: -8px;
}
.c-mac-xit .title2 i{    
    background-position: -177px -317px;   
}
.c-mac-yingy .title2 i{    
    background-position: 0 -348px;   
}
.c-categoryBox ul{
    padding-top: 5px;
}
.c-categoryBox ul li{
    margin-top: 20px;
    margin-right: 20px;
    padding: 20px ;
    width: 285px;
    height: 102px;
    background:#fff;
    border:var(--border);
    border-radius: 10px;
    float:left;
    box-sizing: border-box;
    transition: transform .5s;
}
.c-categoryBox ul li:nth-of-type(4n){
    margin-right: 0;
}
.c-categoryBox ul li .img{
    width: 60px;
    height: 60px;
    margin-right: 15px;
    float:left;    
}
.c-categoryBox ul li .tit{
    /*padding-top: 5px;*/
}
.c-categoryBox ul li .des{
    padding-top: 0px;
    color: #afafaf;
}
.c-categoryBox ul li .btn{
    margin-top: 10px;
    width: 60px;  
    display: none;  
}
.c-categoryBox ul li .time{
    padding-top: 5px;    
}
.c-categoryBox ul li .time span,.c-categoryBox ul li .time em{
    font-size: 14px;
    color: #afafaf;
    display: inline-block;
    overflow: hidden;
}
.c-categoryBox ul li:hover{
    box-shadow: 0  0 10px 0 rgba(217,228,239,1);
    transform: translate(0px, -5px);
}
.c-categoryBox ul li:hover .tit{
    color:var(--blueColor);
}
.c-categoryBox ul li:hover .des{
    display: none;
}
.c-categoryBox ul li:hover .time{
    display: none;
}
.c-categoryBox ul li:hover .btn{
    display: inline-block;
}
.c-categoryBox ul li .time em{
    max-width: 90px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: inline-block;
}
.c-categoryBox ul li .time em:before{
    content:'';
    margin: 0 8px;
    width: 1px;
    height: 12px;
    background:#afafaf;
    font-size: 0;
    vertical-align: middle;
    display: inline-block;
}

/*列表页分类导航*/
.rjflNav{
    width: 100%;
    margin-top: 40px;
    padding: 0 15px;
    box-sizing: border-box;
}
.rjflNav ul{
    width: 100%;
    /* background:#fff; */
    padding-bottom: 10px;
    display: inline-block;
}
.rjflNav ul li{
    width: 120px;
    /*height: 85px;*/
    height: 100px;
    padding-top: 15px;
    margin-right: 11px;
    font-size: 18px;
    color:#131313;
    text-align: center;
    border-radius: 3px;
    float:left;
    position: relative;    
}
.rjflNav ul li:nth-of-type(9n){
    margin-right: 0;
}
.rjflNav ul li i{
    width: 40px;
    height: 40px;
    margin:0 auto 15px; 
    background-image:url(../images/202410/fl_icon.png);
    display: block; 
    transform: scale(1); 
    transition: all 0.2s;
}
.rjflNav ul li:before{
    content:'';
    width: 40px;
    height: 40px;
    background:#131313;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -20px;
    display: inline-block; 
    transform: scale(1);    
}
.rjflNav ul li a{
    position: relative;
    z-index: 2;
}
.rjflNav ul li:hover:before{
    
}
.rjflNav ul li.cat_25461 i{
    background-position: 0 0px;
}
.rjflNav ul li.cat_24724 i{
    background-position: -40px 0px;
}
.rjflNav ul li.cat_24998 i{
    background-position: -80px 0;
}
.rjflNav ul li.cat_24883 i{
    background-position: -120px 0;
}
.rjflNav ul li.cat_24726 i{
    background-position: -160px 0;
}
.rjflNav ul li.cat_24720 i{
    background-position: -200px 0;
}
.rjflNav ul li.cat_24901 i{
    background-position: -240px 0;
}
.rjflNav ul li.cat_24878 i{
    background-position: -280px 0;
}
.rjflNav ul li.cat_25459 i{
    background-position: -320px 0;
}
.rjflNav ul li.cat_24730 i{
    background-position: 0 -40px;
}
.rjflNav ul li.cat_25462 i{
    background-position: -40 -40px;
}
.rjflNav ul li.cat_25465 i{
    background-position: -80px -40px;
}
.rjflNav ul li.cat_24728 i{
    background-position: -120px -40px;
}
.rjflNav ul li.cat_24723 i{
    background-position: -160px -40px;
}
.rjflNav ul li.cat_24725 i{
    background-position: -200px -40px;
}
.rjflNav ul li.cat_24722 i{
    background-position: -240px -40px;
}
.rjflNav ul li.cat_24727 i{
    background-position: -280px -40px;
}
.rjflNav ul li.cat_25490 i{
    background-position: 0 -80px;
}
.rjflNav ul li.cat_24736 i{
    background-position: -40px -80px;
}
.rjflNav ul li.cat_25491 i{
    background-position: -80px -80px;
}
.rjflNav ul li.cat_25493 i{
    background-position: -120px -80px;
}
.rjflNav ul li.cat_25495 i{
    background-position: -160px -80px;
}
.rjflNav ul li.cat_25498 i{
    background-position: -200px -80px;
}
.rjflNav ul li.cat_25499 i{
    background-position: -240px -80px;
}
.rjflNav ul li.cat_24735 i{
    background-position: -280px -80px;
}
.rjflNav ul li.cat_24742 i{
    background-position: -320px -80px;
}
.rjflNav ul li.cat_24732 i{
    background-position: 0 -120px;
}
.rjflNav ul li.cat_24737 i{
    background-position: -40px -120px;
}
.rjflNav ul li.cat_24701 i{
    background-position: 0 -160px;
}
.rjflNav ul li.cat_24702 i{
    background-position: -40px -160px;
}
.rjflNav ul li.cat_24708 i{
    background-position: -80px -160px;
}
.rjflNav ul li.cat_24704 i{
    background-position: -120px -160px;
}
.rjflNav ul li.cat_24705 i{
    background-position: -160px -160px;
}
.rjflNav ul li.cat_24706 i{
    background-position: -200px -160px;
}
.rjflNav ul li.cat_24707 i{
    background-position: -240px -160px;
}
.rjflNav ul li.cat_24703 i{
    background-position: -280px -160px;
}
.rjflNav ul li.active,.rjflNav ul li:hover{
    background:#fff;
}
.rjflNav ul li:hover a,.rjflNav ul li.active a{
    font-weight: bold;
    color:var(--blueColor);
}
.rjflNav ul li:hover:before,.rjflNav ul li.active:before{   
    transform: scale(1);
    background-image:linear-gradient(90deg, #00f37c, #0089ff); 
}
.rjflNav ul li:hover i,.rjflNav ul li.active i{
    background-image: url(../images/202410/fl_icon_a.png);
    transform: scale(1.1);
}
.rjflNav ul li.active i{
    transform: scale(1);
}
/*列表*/
.rjList-box{
    width: 100%;
    display: inline-block;
}
.l-rjList-box{
    margin-top: 40px;
    width: 810px;
}
.l-rjList-box .title h1{
    display: inline-block;    
    font-weight: bold;
    font-family: 'Arial', '黑体';    
}
.l-rjList {
    margin-top: 8px;
    width: 100%;
    display: inline-block;
}
.l-rjList ul li{
    margin-top: 8px;
    padding: 23px 130px 23px 23px;
    width: 100%;
    height: 116px;    
    border:#eee solid 1px;
    background:#fff;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    transition: all .3s;
}
.l-rjList ul li .img{
    width: 70px;
    height: 70px;
    margin-right: 20px;
    float:left;
}
.l-rjList ul li .tit{
    margin-top: -3px;
}
.l-rjList ul li .des{
    padding-top: 6px;
    line-height: 24px;
    height: 48px;
    color:#afafaf;
}
.l-rjList ul li .softxx{
    padding-top: 7px;
    font-size: 14px;
    color:#afafaf;
}
.l-rjList ul li .softxx span{
    color:#afafaf;
    padding-right: 20px;
}
.l-rjList ul li .btn{
    float:right;
    width: 80px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color:#1dd280;
    border:#1dd280 solid 1px;
    background:#fff;
    border-radius: 40px;
    position: absolute;
    right: 23px;
    top: 50%;
    margin-top: -20px;
    transition: all .3s;
}
.l-rjList ul li .btn:hover{
    color:#fff;
    background:#1dd280;
}
.l-rjList ul li:hover{
   box-shadow: 0 0 16px 0 rgba(215,229,240,1);   
}
.l-rjList ul li:hover .tit{
    color:var(--blueColor);
}
.l-rjList ul li:hover .btn{
    color:#fff;
    background:#1dd280;
}
.l-rjList-right{
    width: 360px;
    margin-top: 90px;    
}
.borbox{
    width: 100%;
    margin-top: 30px;    
    border:var(--border);
    background:#fff;
    border-radius: 10px;
    float:left;
    box-sizing: border-box;
}
.borbox .title3{
    font-size: 24px;
    color:#131313;
    font-family: 'Arial', '黑体';
    line-height: 62px;
    padding:0 20px;
    border-bottom:#eee solid 1px;
    box-shadow: border-box;
}
.borbox .title3 h2{
   font-family: 'Arial', '黑体';
    display: inline-block;
}
.cat2-box {
    margin-top: 0;
    padding-bottom: 20px;
}
.cat2-box dl{
    display: none;
}
.cat2-box dl dt{
    display: none;
}
.cat2-box dl dd{
    padding: 0 20px;    
}
.cat2-box dl dd a{
    margin-top: 20px;
    width: 148px;
    height: 48px;
    font-size: 16px;
    color:#93989c;
    text-align: center;
    line-height: 48px;
    background:#f0f4f7;
    border-radius: 48px;
    float:left;
    transition: transform .5s; 
}
.cat2-box dl dd a:nth-of-type(even){
    float:right;
}
.cat2-box dl dd a.active,.cat2-box dl dd a:hover{
    color:#131313;
    background-image:linear-gradient(-90deg, #d4e9ff, #e8f5ff); 
}
.cat2-box dl dd a:hover{
    transform: translate(0px, -5px);
}
/*火爆推荐*/
.l-hbtj ul li{
    width: 100%;
    height: 86px;
    padding: 15px 20px;  
    border-bottom:#eee solid 1px;
    box-sizing:border-box;
    position: relative;  
}
.l-hbtj ul li:last-child,.l-hbtj ul li:nth-of-type(5n){
    border:0;
    border-radius: 0 0 10px 10px;
}
.l-hbtj ul li .img{
    width: 56px;
    height: 56px;
    margin-right: 20px;
    float:left;
}
.l-hbtj ul li .spanLeft{    
    display: block;
}
.l-hbtj ul li .tit{
    padding-top: 5px;
}
.l-hbtj ul li .des{
    padding-top: 10px;
}
.l-hbtj ul li .btn{
    width: 76px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -18px;
    display: none;
}
.l-hbtj ul li:hover{
    box-shadow: 0 0 16px 0 rgba(215,229,240,1);   
}
.l-hbtj ul li:hover .spanLeft{
    padding-right: 100px;
}
.l-hbtj ul li:hover .tit{
    color:var(--blueColor);
}
.l-hbtj ul li:hover .btn{
    display: block;
}
.title3 span.change{
    line-height: 62px;
    float:right;
}
.title3 span.change em{
    color: #b9b9b9;
    margin-right: 6px;    
    cursor: pointer;
    display: inline-block;
}
/*一周热文*/
.l-yzrw ul{
    padding-bottom: 15px;
    float:left;
}
.l-yzrw ul li{
    padding: 15px 20px 0;
    width: 100%;
    box-sizing: border-box;
    float:left;    
}
.l-yzrw ul li i{
    margin-top: 6px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    color:#b3b3b3;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    background:#efefef;
    border-radius: 3px;
    float:left;
}
.l-yzrw ul li:nth-of-type(1) i{
    color:#ec2424;
    background:#fbe6e6;
}
.l-yzrw ul li:nth-of-type(2) i{
    color:#ef7716;
    background:#ffeadd;
}
.l-yzrw ul li:nth-of-type(3) i{
    color:#f1a400;
    background:#fff6d9;
}
.l-yzrw ul li a{
    line-height: 30px;
    height: 60px;
    width: 285px;
    float:left;
    overflow:hidden;
    text-overflow: -o-ellipsis-lastline;  
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space:normal;
    transition: ease-in-out 0.3s;
}
.l-yzrw ul li a span{
    font-size: 14px;
    color:#b9b9b9;
    padding-left: 15px;
}
.l-yzrw ul li:hover a{
    margin-left: 5px;
}
/*精选专题*/
.l-jxzt ul{
    width: 100%;
    padding: 0 0 20px 0;
    display: inline-block;    
}
.l-jxzt li{
    padding: 20px 20px 0;
}
.l-jxzt li .bigimg{
    width: 160px;
    height: 80px;
    margin-right: 15px;
    border-radius: 5px;
    float:left;
    overflow: hidden;
}
.l-jxzt li .bigimg img{
    transition: transform 0.5s;
}
.l-jxzt li .bigimg:hover img{
    -webkit-transform: scale(1.2) rotate(-6deg);
    -moz-transform: scale(1.2) rotate(-6deg);
    -o-transform: scale(1.2) rotate(-6deg);
    -ms-transform: scale(1.2) rotate(-6deg);
    transform: scale(1.2) rotate(-6deg);
}
.l-jxzt li time{
    padding-top: 10px;
    font-size: 14px;
    color:#979797;
    display: block;
}
.l-jxzt li p{
    padding-top: 12px;
    font-size: 14px;
    color:#979797;
}
.l-jxzt li p em{
    color:#ff4646;
    font-weight: bold;
}
.l-jxzt li .tit{
    transition: ease-in-out 0.3s;
}
.l-jxzt li .tit:hover{
    padding-left: 5px;
}
.l-rjjs{
    width: 100%;
    margin-top: 40px;
    display: inline-block;
}
.l-rjjs .title i{
    width: 28px;
    height: 28px;
    background-position:-116px -69px;
    vertical-align: -2px;
}
.l-rjjs .jscontent{
    margin-top: 25px;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    color:#717171;
    line-height: 32px;
    border:#ecf0f4 solid 1px;
    background:#fff;
    border-radius: 10px;
    box-sizing: border-box;
}
/*排行榜*/
.phbbanner{
    margin-top: 30px;
}
.phb-tabTit{
    margin-top: 30px;
    width: 100%;
    display: inline-block;
}
.phb-tabTit span{
    width: 214px;
    height: 44px;
    margin-right: 32px;
    font-size: 18px;
    color:#747474;
    text-align: center;
    line-height: 44px;
    background:#eef4fa;
    border-radius: 44px;
    float:left;
    cursor: pointer;
}
.phb-tabTit span:last-child{
    margin-right: 0;
}
.phb-tabTit span.active{
    color:#131313;
    background-image:linear-gradient(to right,#d1fde7,#c7efff 80%);
}
.phb-tabCont{
    margin-top: 22px;
    width: 100%;
    border:#ecf0f4 solid 1px;
    background:#fff;
    border-radius: 15px;
    display: inline-block;
    box-sizing: border-box;    
}
.phb-tabCont ol{
    width: 1158px;
    height: 52px;
    margin: 0 20px;
    font-size: 16px;
    color:#939393;
    line-height: 52px;
    border-bottom:#ebeff2 solid 1px;
}
.phb-tabCont ol li{
    float:left;
    text-align: center;    
}
.phb-tabCont ol li.li1{
   width: 90px;      
}
.phb-tabCont ol li.li2{
    padding: 0 30px;
    width: 290px;
}
.phb-tabCont ol li.li3{
    width: 150px;
    padding-right: 10px;
}
.phb-tabCont ol li.li4{
    width: 150px;
    padding: 0 20px;
}
.phb-tabCont ol li.li5{
    padding: 0 20px;
    width: 190px;    
}
.phb-tabCont ol li.li6{
    width: 130px;
}
.phb-tabCont ul li{
    padding: 18px 20px;
    width: 100%;
    height: 91px;
    box-sizing: border-box;
    position: relative;
}
.phb-tabCont ul li span{
    height: 55px;
    float:left;   
    font-size: 14px;
    color:#979797;
    line-height: 55px;
    text-align: center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.phb-tabCont ul li .pm{
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;    
}
.phb-tabCont ul li .pm i{
    width: 28px;
    height: 28px;
    font-size: 14px;
    color:#b1b0b0;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    background-color:#efefef;
    border-radius: 5px;   
    display: inline-block; 
}
.phb-tabCont ul li:nth-of-type(1) .pm i,
.phb-tabCont ul li:nth-of-type(2) .pm i,
.phb-tabCont ul li:nth-of-type(3) .pm i{
    width: 25px;
    height: 30px;
    line-height:36px;
    color:#fff; 
    background-color:transparent;        
}
.phb-tabCont ul li:nth-of-type(1) .pm i{
    background-position: 0 -34px;
}
.phb-tabCont ul li:nth-of-type(2) .pm i{
    background-position: -28px -34px;
}
.phb-tabCont ul li:nth-of-type(3) .pm i{
    background-position: -56px -34px;
}
.phb-tabCont ul li .name{
    width: 290px;
    padding: 0 30px;    
}
.phb-tabCont ul li .name .img{
    width: 55px;
    height: 55px;
    margin-right: 20px;
    float:left;
}
.phb-tabCont ul li .name .tit{
    color:#000;
    text-align: left;
}
.phb-tabCont ul li .name .tit:hover{
    color:var(--blueColor);
}
.phb-tabCont ul li .category{
    width: 150px;
    padding-right: 10px;
    color:#000;
}
.phb-tabCont ul li .time{
    padding: 0 20px;
    width: 150px;
}
.phb-tabCont ul li .version{
    padding: 0 20px;
    width: 190px;
} 
.phb-tabCont ul li .size{
    width: 130px;
}  
.phb-tabCont ul li:after{
    content: '';
    width: 1158px;
    height: 1px;
    line-height: 1;
    font-size: 0;
    border-bottom: #f2f5f8 solid 1px;
    position: absolute;
    bottom: 0;
    left: 20px;
    display: inline-block;    
}
.phb-tabCont ul li:last-child:after{
    border-bottom:0;
}
.phb-tabCont ul li:last-child{
    border-radius: 0 0 15px 15px;
}
.phb-tabCont ul li:hover{
    box-shadow: 0  0 10px 0 rgba(217,228,239,1);
}
.zxrj-tabCont  ol li.li1,.zxrj-tabCont ul li .name{
    padding: 0 25px;
    width: 282px;
}
.zxrj-tabCont  ol li.li2,.zxrj-tabCont ul li .time{
    width: 90px;
    padding: 0;
    text-align: left;
}
.zxrj-tabCont  ol li.li3,.zxrj-tabCont ul li .version{
    width: 145px; 
    padding: 0 20px;
}
.zxrj-tabCont  ol li.li4,.zxrj-tabCont ul li .size{
    width: 145px;
    padding-left: 0;
    padding-right:20px;
}
.zxrj-tabCont  ol li.li5,.zxrj-tabCont ul li .system{
    width: 145px;
    padding: 0;
    padding-right:20px;
}
.zxrj-tabCont  ol li.li6,.zxrj-tabCont ul li .language{
    width: 100px;
    padding-left: 0;
    padding-right: 20px;
}
.zxrj-tabCont  ol li.li7,.zxrj-tabCont ul li .category{
    width: 100px;
    padding-right: 0;
}
.zxrj-tabCont ul li .category{
    color:#979797;
}
/*知名软件*/
.zm-c-zmrj{
    margin-top: 30px;
    width: 100%; 
    display: inline-block;  
}
.zm-jxzmrj .title i{
    width: 28px;
    height: 28px;
    background-position: -148px -69px;
    vertical-align: -4px;
}
.zm-c-zmrj .title a{
    font-family: 'Arial', '黑体';
}
.zm-c-zmrj .title a:hover{
    color:#131313;
}
.zm-c-zmrj  ul li{ 
    margin-top: 30px;
    margin-right: 30px;
    width: 380px;
    height: 286px;
    border:var(--border);
    background:#fff;
    border-radius: 15px;
    box-sizing: border-box;
    float:left; 
    cursor: pointer;
    transition: transform .3s;
}
.zm-c-zmrj  ul li:nth-of-type(3n){
    margin-right: 0;
}
.zm-c-zmrj  ul li:nth-of-type(-n+3),
.zm-jxzmrj  ul li:nth-of-type(6n+1),
.zm-jxzmrj  ul li:nth-of-type(6n+2),
.zm-jxzmrj  ul li:nth-of-type(6n+3),
.zm-zxzmrj  ul li:nth-of-type(15n+1),
.zm-zxzmrj  ul li:nth-of-type(15n+2),
.zm-zxzmrj  ul li:nth-of-type(15n+3){
    margin-top: 20px;
}
.zm-c-zmrj ul li .bigimg{    
    width: 100%;
    height: 190px;
    border-radius: 10px 10px 0 0;
    display: block;
    overflow: hidden;   
}
.zm-c-zmrj ul li .bigimg img{ 
    display: block;
    transition: all 0.5s;
}
.zm-c-zmrj ul li:hover .bigimg img{
     transform: scale(1.1);   
}
.zm-c-zmrj ul li .libottom{
    width: 100%;
    padding: 15px 20px 0;
    display: inline-block;
    box-sizing: border-box;
}
.zm-c-zmrj ul li .img{
    width: 60px;
    height: 60px;
    margin-right: 15px;
    float:left;
}
.zm-c-zmrj ul li .tit{  
    padding-top: 5px; 
}
.zm-c-zmrj ul li:hover .tit{
    color:var(--blueColor);
}
.zm-c-zmrj ul li:hover .tit{    
    padding-right: 50px;
}
.zm-c-zmrj ul li a.btn{    
    width: 60px;
    height: 30px;
    line-height: 30px;
    float: right;
    position: relative;
    top: -10px;
    display: none;
}
.zm-c-zmrj ul li .des{
    padding-top: 12px; 
}
.zm-c-zmrj ul li:hover{   
    box-shadow: 0  0 15px 0 rgba(217,228,239,1);
     transform: translate(0px, -5px);     
}
.zm-c-zmrj ul li:hover .libottom a.btn{
    display: inline-block;
}
.zm-zxzmrj .title i{
    width: 29px;
    height: 28px;
    background-position: -177px -69px;
    vertical-align: -4px;
}
.zm-sygj{
    width:100%;
    margin-top: 30px;
    display: inline-block;
}
.zm-sygj .title i{
    width: 31px;
    height: 28px;
    background-position: 0 -219px;
    vertical-align: -2px;
}
.zm-sygj ul li{    
    width: 285px;
    height: 110px;
    margin-top: 20px;
    margin-right: 20px;
    padding: 20px;
    border:var(--border);
    background:#fff;
    border-radius: 10px;
    box-sizing: border-box;
    float:left;
    transition: all .5s;
}
.zm-sygj ul li:nth-of-type(4n){
    margin-right: 0;
}
.zm-sygj ul li .img{    
    width: 70px;
    height: 70px;
    margin-right: 16px;
    float:left;    
}
.zm-sygj ul li .categoryName{
    padding-top: 6px;
    font-size: 12px;
    color:#afafaf;
}
.zm-sygj ul li .categoryName em{
    display: inline-block;
    font-size: 12px;
    color: #afafaf;
}
.zm-sygj ul li .categoryName em:before{
    content: '';
    margin: 0 10px;
    width: 2px;
    height: 2px;
    background: #afafaf;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.zm-sygj ul li .des{
    padding-top: 5px;
}
.zm-sygj ul li .btn{
    margin-top: 15px;
    display: none;
}
.zm-sygj ul li:hover{
    box-shadow: 0px 0 15px 0 #d9e4ef;
    transform: translate(0px, -5px);
    transition: all .5s;
}
.zm-sygj ul li:hover .tit{
    color:var(--blueColor);
}
.zm-sygj ul li:hover .des,
.zm-sygj ul li:hover .categoryName{
    display: none;
}
.zm-sygj ul li:hover .btn{
    display: inline-block;
}
.zm-rjzt{
    width: 100%;
    margin-top: 30px;
    display: inline-block;
}
.zm-rjzt .title i{
    width: 28px;
    height: 28px;
    background-position: 0 -69px;
    vertical-align: -2px;
}
.zm-rjzt ul li{
    margin-top: 20px!important;
    margin-right: 30px;
    width: 380px;
    height: 228px;
    float:left;
}
.zm-rjzt ul li:nth-of-type(3n){
    margin-right: 0;
}
.zm-rjzt ul li .bigimg{
    width: 100%;
    height: 190px;
    display: block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all 1s;
}
.zm-rjzt ul li a.bigimg:hover img{
    transform: scale(1.1);
}
.zm-rjzt ul li .bigimg p{
    width: 100%;
    height: 42px;
    font-size: 16px;
    color:#ffffff;
    line-height: 42px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    background:rgba(27,27,27,0.5);
    position: absolute;
    left: 0;
    bottom: 0;
}
.zm-rjzt ul li .spanbottom{
    padding: 10px 40px 0;
    width: 100%;
    font-size: 14px;
    color:#4d4d4d;
    display: inline-block;
    box-sizing: border-box;
}
.zm-rjzt ul li .spanbottom time{
    float:left;
}
.zm-rjzt ul li .spanbottom em{
    float:right;
}
.zm-zmrjList .title span.more{
    font-size: 14px;
    color: #b9b9b9;
    display: inline-block;
}
.zm-zmrjList .title span.more a{
    font-size: 14px;
    color:#4192f7;
    margin: 0 14px;
}
.zm-zmrjList .title i{
    width: 32px;
    height: 28px;
    background-position: -35px -219px;
    vertical-align: -2px;
}

/*tags*/
.tags-cont-box{
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
}
.tags-cont-box h1{
    padding-top: 30px;
    font-size: 26px;
    color:#131313;
}
.tags-cont-box .tags-des{
    padding-top: 15px;
    font-size: 16px;
    color:#5c5c5c;
    line-height: 30px;
    text-indent: 2em;
    text-align: left;
}
.tags-xg-box .floatL{
    width: 810px;    
}
.tags-xg-box .xgtitle{
    padding-top: 20px;
    font-size: 24px;
    color:#131313;
}
.tags-xg-box .xgtitle span{
    color:#1292ff;
}
.tags-rjList ul li{
    margin-top: 15px;
}
.tags-xg-box .floatR{
    width: 360px;
}
.tags-rmbq ul{
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tags-rmbq ul li{  
    min-width: 80px;  
    line-height: 54px;    
    float:left;    
}

.tags-rmbq .tags0 a{color:#0a9e94;font-size: 16px;} 
.tags-rmbq .tags1 a{color:#069cff; font-size:24px;} 
.tags-rmbq .tags2 a{color:#d49f17;font-size: 20px;} 
.tags-rmbq .tags3 a{color:#069cff;font-size:24px;}
.tags-rmbq .tags4 a{color:#8b4bfa;font-size: 20px;}
.tags-rmbq .tags5 a{color:#ff006c;font-size:16px;} 
.tags-rmbq .tags6 a{color:#d49f17;font-size:16px;} 
.tags-rmbq .tags7 a{color:#069cff;font-size:20px;} 
.tags-rmbq .tags8 a{color:#0a9e94;font-size: 24px;} 

.tags-rmbq .size0 a{font-size: 16px;} 
.tags-rmbq .size1 a{font-size:20px;} 
.tags-rmbq .size2 a{;font-size: 24px;} 

.tags-xg-box .title3 span.change em{
    vertical-align: -2px;
}

/*最新软件*/
.i-zjgx{
    width: 100%;  
    margin-top: 40px;  
}
.i-zjgx .title i.index_icon{
    width: 31px;
    height: 28px;
    background-position: -130px 0;
    vertical-align: -2px;
}
.i-zjgx ul{
    padding-top: 4px;
}
.i-zjgx ul li{    
    width: 378px;
    height: 110px;
    padding: 20px;
    margin-right: 33px;
    margin-top: 20px;
    border:var(--border);
    background:#fff;
    border-radius: 15px;
    box-sizing: border-box;
    float:left;
    transition: transform .5s;
}
.i-zjgx ul li:nth-of-type(3n){
    margin-right: 0;
}

.i-zjgx ul li .img{    
    width: 70px;
    height: 70px;
    margin-right: 20px;
    float:left;
    transition: transform 0.5s;
    position: relative;
}
.i-zjgx ul li .des{
    padding-top: 12px;
}
.i-zjgx ul li .btn{ 
    margin-top: 10px;    
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -16px;
    display: none;
}
.i-zjgx ul li:hover{
    box-shadow: 0px 0 15px 0 #d9e4ef;
    transform: translate(0px, -5px);
    transition: transform .5s;
}
.i-zjgx ul li .spanLeft{
    transition: transform 0.5s;    
}
.i-zjgx ul li:hover .btn{
    display: inline-block;
}
.i-zjgx ul li .img > img{
    position: relative;
    z-index: 2;   
}
.i-zjgx ul li .img span{
    width: 70px;
    height: 70px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;    
}
.i-zjgx ul li .img span img{
    width: 70px;
    height: 70px;
    display: block;
    transform: scale(1);    
    filter: blur(10px) opacity(0);
    transition: transform .5s ease-in-out 0s;
    -webkit-transition: transform .5s ease-in-out 0s;
}
.i-zjgx ul li:hover .img span img{
    transform: scale(1.2);    
    filter: blur(10px) opacity(60%);
    transition-delay: .05s;
    transition: transform .3s ease-in-out;
}
.i-tab-tit{
    text-align: center;
}
.i-tab-tit span{
    float:none;
    display: inline-block;
}