/**
 * DESCRIPTION    星动下载 2024
 * AUTHOR  Chenlq  
 * TIME  2024-09-19
 */
/*spjdb*/

.spjdb{
    width: 100%;
    height: 412px;
    background:url(../images/202410/banner1.jpg) no-repeat center bottom;
    background-size: cover;    
}
.spjdtSwiper{
    width: 100%;
    height: 392px;
    overflow: hidden;
    position: relative;
}
.spjdb .swiper-slide{
    width: 100%;
    height: 392px; 
    display: flex;
    align-items: center;
    justify-content: space-between;   
}
.spjdb .i-rjxx{    
    padding-left: 50px;
    width: 450px;
}
.spjdb .i-rjxx .rjname img{
    width: 60px;
    height: 60px;
    margin-right:20px;
    display: inline-block;
    vertical-align: middle;
}
.spjdb .i-rjxx .rjname span{
    font-size: 32px;
    color:#1a1a1a;
    padding-right: 10px;
    vertical-align: middle;
}
.spjdb .i-rjxx .rjname em{
    padding:0 12px;
    height: 28px;
    font-size: 14px;
    color:#ffffff;
    line-height: 28px;
    background:#5370ea;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}
.spjdb .i-rjxx .des{
    margin-top: 23px;
    font-size: 40px;
    color:#212121;
    font-weight: bold;
    line-height: 50px;
}
.spjdb .i-rjxx .btn{
    margin-top: 30px;
    width: 210px;
    height: 66px;
    font-size: 22px;
    line-height: 66px;
    border-radius: 66px;
}
.spjdb .pull-right{
    width: 606px;
    padding-right: 62px;
    text-align: center;
}
.spjdb .pull-right img{
    max-width: 606px;
    max-height: 392px;
    display: block;
    border-radius: 15px;
}
.spjdb .pull-right video{
    width: 560px;
    height: auto;
    border-radius: 15px;
}
.spjdb .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background:#d0e5f9;
    opacity: 1;
}
.spjdb .swiper-pagination-bullet-active{
    background:#d0e5f9;
    height: 28px;
    border-radius: 8px;
}
.spjdb .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
     margin: 10px 0;
}
/*星动精选*/
.i-xdjx .title i{
    width: 30px;
    height: 28px;
    background-position: 0 0;  
    vertical-align: -1px;  
}
.i-xdjx ul{
    /* display: flex;    
    justify-content: space-between; */
    width: 100%;
    height: 185px;
    overflow: hidden;
}
.i-xdjx ul li{
    width: 120px;
    height: 160px;
    margin-top:24px; 
    margin-right: 15px;   
    text-align: center;
    border:#ecf0f4 solid 1px;
    background:#fff;
    border-radius: 12px;
    box-sizing: border-box;    
    float:left;
    transition: transform .5s;    
}
.i-xdjx ul li:nth-of-type(9n){
    margin-right: 0;
}
.i-xdjx  li > a{
    width: 100%;
    height: 100%;
    display: inline-block;
}
.i-xdjx  li .seIcon {
    width: 90px;
    height: 90px;
    display: inline-block;
    position: relative;
}
.i-xdjx  li .seIcon img{
    margin-top: 18px;
    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;
}
/* .i-xdjx  li .seIcon img:hover{
    transform: rotateY(180deg);
    transition: transform 0.5s;
} */
.i-xdjx  li .seName {
    padding: 0 5px;    
    margin-top: 10px;
    font-size: 14px;
    color: #070707;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;    
}

.i-xdjx  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;
}
.i-xdjx ul li a .softIcon .softIcon-hover{
    top: -80px;
    left: 5px;
}
.i-xdjx 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;
}
.i-xdjx ul li a:hover .softIcon-hover {
    transform: scale(1);
}
.i-xdjx ul li a:hover img{
    transform: scale(1.1);
}
.jx-d-block{
    margin-top: 30px;
    margin-right: 30px;
    width: 380px;
    height: 585px;
    border-radius: 10px;
    box-shadow: border-box;
    overflow: hidden;
    float:left;
    box-sizing: border-box;
}
.jx-d-block .title2{
    width: 340px;
    margin: 0 20px;
    height: 61px;
    font-size: 24px;
    color:#1582ff;
    line-height: 61px;
    font-family: 'Arial', '黑体';
    border-bottom:#d6ecff solid 1px;
    
}
.jx-d-block .title2 .index_icon{
    margin-right: 17px;
    width: 23px;
    height: 28px;
    background-position: -34px 0;
    display: inline-block;
    vertical-align: -6px;
}
.jx-d-block .jx-d-Swiper{
    width: 100%;    
    position: relative;
}
.jx-d-block li{
    width: 100%;
    height: 92px;
    padding: 16px 20px;
    position: relative;
    box-sizing:border-box;
}
.jx-d-block li .img{
    width: 60px;
    height: 60px;
    margin-right: 20px;
    float:left;
    border-radius: 12px;
    overflow: hidden;
}
/* .jx-d-block li:not(.fill):after{
    content:'';
    width: 340px;
    height: 1px;
    background:#f2f5f8;
    font-size: 0;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left:20px;
} */
.jx-d-block li .spanLeft{
    display: block;
}
.jx-d-block li .tit{
    padding-top: 6px;
    font-size: 16px;    
}
.jx-d-block li .des{
    padding-top: 12px;
    font-size: 14px;
    color:#8b8a8a;
}
.jx-d-block li .btn{    
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    display: none;
}
.jx-d-block li:not(.fill):hover{
    background:#fff;
    box-shadow: 0px 0 10px 0 rgba(227,227,227,1);
}
.jx-d-block li:hover .btn{
    display: block;
}
.jx-d-block li:hover .spanLeft{
    padding-right: 80px;
}
.jx-d-block .pagenobox{
    margin: 16px 0 0 155px;
    width: 70px;
    height: 30px;
    border:#e4e8ec solid 1px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    position: relative;
}
.jx-d-block .pagenobox .pagination{
    font-size: 14px;
    color:#aeaeae;
}
.jx-d-block .pagenobox .swiper-pagination-current{
    color:#47acf7;
    padding-right: 5px;
}
.jx-d-block .pagenobox .swiper-pagination-total{
    padding-left: 5px;
}
.jx-d-block .pagenobox .prev,.jx-d-block .pagenobox .next{    
    width: 10px;
    height: 10px;
    border:#a2d0ff solid 2px;
    border-right:0;
    border-bottom:0;
    transform:rotate(-45deg); 
    position: absolute;
    left: -20px;
    top: 9px;
    cursor: pointer;
}
.jx-d-block .pagenobox .swiper-button-disabled{
    border:#e4e8ec solid 2px;
    border-right:0;
    border-bottom:0;
}
.jx-d-block .pagenobox .next{
    transform:rotate(135deg); 
    right: -20px; 
    left: auto;   
}
.i-bzrm{
    border:#d7eaff solid 1px;
    background-image:linear-gradient(to bottom,#e8f9ff,#ffffff 90%);
}
/*AI办公*/
.i-aibg{
    border:#d7f5e2 solid 1px;
    background-image:linear-gradient(to bottom,#ecfff4,#ffffff 90%);
}
.i-aibg .title2{
    border-color:#c9f6db;
    color:#45c571;
}
.i-aibg .title2 .index_icon{
    width: 31px;
    background-position:-62px 0;
}
.i-aibg li:not(.fill):after{
    background:#eef6f1;
}
.i-aibg .pagenobox .swiper-pagination-current{
    color:#69ca8a;
}
/*追剧听歌必备*/
.i-zjtgbb{
    margin-right: 0;
    border:#f8e9df solid 1px;
    background-image:linear-gradient(to bottom,#fff5ec,#ffffff 90%);
}
.i-zjtgbb .title2{
    border-color:#ffe3cf;
    color:#ff9853;
}
.i-zjtgbb .title2 .index_icon{
    width: 28px;
    height: 29px;
    background-position:-98px 0;
}
.i-zjtgbb li:not(.fill):after{
    background:#fff1e4;
}
.i-zjtgbb .pagenobox .swiper-pagination-current{
    color:#ffa467;
}
/*第二屏焦点图切换块*/
.jdSwiper{
    width: 600px;
    height: 300px;
    padding-bottom:38px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.jdSwiper li img{
    width: 600px;
    height: 300px;
    border-radius: 10px;
}
.jdSwiper .swiper-pagination{
    bottom: 17px;
}
.jdSwiper .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
    background:#d0e5f9;
    opacity: 1;
}
.jdSwiper .swiper-pagination-bullet-active{
    background:#d0e5f9;
    width: 28px;
    border-radius: 8px;
}
.jdSwiper .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
     margin: 0 10px;
}
/*左侧切换*/
.left-tab-box{
    width: 600px;   
}
.left-tab-box .tab-content{
    width: 600px;
    height: 537px;
    margin-top: 14px;
    overflow: hidden;
}
.left-tab-box .tab-content ul{
    width: 100%;
    height: 100%;
    background:#fff;
    border:var(--border);
    box-sizing: border-box;
    border-radius: 15px;
    overflow: hidden;
}
.left-tab-box .i-bd24 li{
    height: 89px;
    width: 100%;
    padding: 14px 30px 14px 20px;
    border-bottom:#f2f5f8 solid 1px;
    display: flex;
    align-items: center;
    box-sizing:border-box;    
}
.left-tab-box .i-bd24 li:last-child{
    border-bottom:0;
}
.left-tab-box .i-bd24 li i{
    width: 25px;
    font-size: 14px;
    color:#c0c0c0;
    font-weight: bold;
    text-align: center;
    float:left;
}
.left-tab-box .i-bd24 li:nth-of-type(1) i,
.left-tab-box .i-bd24 li:nth-of-type(2) i,
.left-tab-box .i-bd24 li:nth-of-type(3) i{   
    height: 30px;
    color:#fff;
    line-height: 36px;
    background-position: 0 -34px;
}
.left-tab-box .i-bd24 li:nth-of-type(2) i{
    background-position: -28px -34px;
}
.left-tab-box .i-bd24 li:nth-of-type(3) i{
    background-position: -56px -34px;
}
.left-tab-box .i-bd24 li:nth-of-type(n+4) i{
    background:none;
}
.left-tab-box .i-bd24 li .img{
    width: 60px;
    height: 60px;
    margin: 0 20px;
    float:left;
}
.left-tab-box .i-bd24 li .spanLeft{
    width: 320px;
    flex: 1;
}
.left-tab-box .i-bd24 li .tit{
    padding-top: 6px;
}
.left-tab-box .i-bd24 li .des{
    padding-top: 6px;
    font-size: 14px;
    color:#8b8a8a;
}
.left-tab-box .i-bd24 li a.btn{
    margin-left: 20px;
    width: 88px;
    height: 34px;
    line-height: 34px;
    flex: none;
}
.left-tab-box .i-bd24 li:hover{
    box-shadow: 0px 0 15px 0 #d9e4ef;
}
/*i-sydnb*/
.left-tab-box .i-sydnb  li{
    height: 61px;
    width: 100%;
    padding: 18px 30px 18px 20px;
    border-bottom:#f2f5f8 solid 1px;
    display: flex;
    align-items: center;
    box-sizing:border-box;    
    
}
.left-tab-box .i-sydnb  li i{
    width: 24px;
    height: 24px;
    margin-right: 20px;
    font-size: 14px;
    color:#b3b3b3;
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    background:#efefef;
    border-radius: 5px;
    float:left;
}
.left-tab-box .i-sydnb  li:nth-child(-n + 3) i{
    color:#fff;
    background:#ef656e;
}
.left-tab-box .i-sydnb  li .img{
    width: 60px;
    height: 60px;
    margin-right:20px;
    float:left;
    display: none;
}
.left-tab-box .i-sydnb li .spanLeft{    
    width: 425px;
    height: 60px;
    flex: 1;    
}
.left-tab-box .i-sydnb li .tit{
    line-height: 60px;
    width: 295px;
    float:left;
}
.left-tab-box .i-sydnb li .categoryName{
    width: 125px;
    padding-left: 10px;
    font-size: 14px;
    color:#717171;
    line-height: 60px;
    float:left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left-tab-box .i-sydnb li .categoryName em{
    display: none;
}
.left-tab-box .i-sydnb li .des{
    display: none;
}
.left-tab-box .i-sydnb li a.btn{
    width: 60px;
}
.left-tab-box .i-sydnb li.on{
    height: 110px;
    padding-top: 25px ;
    padding-bottom: 25px;
    box-shadow: 0px 0 15px 0 #d9e4ef;
    border-radius: 15px;
}
.left-tab-box .i-sydnb li.on .img{
    display: inline-block;
}
.left-tab-box .i-sydnb li.on .spanLeft{
    width: 340px;
}
.left-tab-box .i-sydnb li.on .tit{
    width: 350px;
    color:#3995fe;
    line-height: 1;
    padding-top: 3px;
}
.left-tab-box .i-sydnb li.on .categoryName{
    width:350px; 
    padding-top: 9px;
    line-height: 1;
    padding-left: 0px;
    font-size: 12px;
    color:#afafaf;
}
.left-tab-box .i-sydnb li.on .categoryName em{
    display: inline-block;
    font-size: 12px;
    color:#afafaf;
}
.left-tab-box .i-sydnb li.on .categoryName em:before{
    content:'';
    margin: 0 15px;
    width: 2px;
    height: 2px;
    background:#afafaf;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.left-tab-box .i-sydnb li.on .des{
    width: 350px;    
    padding-top: 5px;
    display: block;
}
/*i-rmjc*/
.left-tab-box .i-rmjc ul{
    padding: 12px 20px;
}
.left-tab-box .i-rmjc li{
   line-height: 1;
}
.left-tab-box .i-rmjc li a{
    width: 465px;
    font-size: 16px;
    color:#070707; 
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all ease-in-out .3s;
    display: inline-block;
}
.left-tab-box .i-rmjc li a:before{
    content: '';
    margin-right: 6px;
    width: 3px;
    height: 3px;
    background: #070707;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.left-tab-box .i-rmjc li span{
    font-size: 16px;
    color:#717171;
    line-height: 34px;
    float:right;
}
.left-tab-box .i-rmjc li:hover a{
    color:#4498f8;
    /*transform: translate(5px, 0);*/
}
/*i-zmrj*/
 .left-tab-box .i-zmrj{    
    position: relative;
    overflow: visible;
}
.left-tab-box  .zmrjSwiper{
    width: 100%;
    height: 537px;
    overflow: hidden;
}
.left-tab-box .i-zmrj ul{
    border:0;
    border-radius: 0;
    background:none;   
}
.left-tab-box .i-zmrj li{
    width: 290px;
    height: 258px;   
    border:var(--border);
    background:#fff;
    border-radius: 15px;    
    float:left;
    cursor: pointer;
    box-sizing: border-box;
}
.left-tab-box .i-zmrj li:hover{
    box-shadow: 0px 0 15px 0 #d9e4ef;
}
.left-tab-box .i-zmrj li .bigimg{
    width: 290px;
    height: 145px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    display: block
}
.left-tab-box .i-zmrj li span.libottom{
    padding:23px 20px 0 20px;
    width: 100%;
    box-sizing: border-box;
    float:left;
}
.left-tab-box .i-zmrj li span.libottom .img{
    width: 64px;
    height: 64px;
    margin-right: 15px;
    float:left;

}
.left-tab-box .i-zmrj li span.libottom .tit{
    padding-top: 5px;
}
.left-tab-box .i-zmrj li span.libottom .des{
    padding-top: 10px;
}
.left-tab-box .i-zmrj li span.libottom .btn{
    margin-top: 8px;
    width: 60px;
    background:#63ce87;
    display: none;
}
.left-tab-box .i-zmrj li:hover img{
    transform: scale(1.1);
}
.left-tab-box .i-zmrj li:hover span.libottom .des{
    display: none;
}
.left-tab-box .i-zmrj li:hover span.libottom .btn{
    display: inline-block;
}
.left-tab-box .i-zmrj li.fill{
    visibility: hidden;
}
.left-tab-box .i-zmrj  .next,.left-tab-box .i-zmrj  .prev{
    width: 45px;
    height: 45px;
    background:rgba(72,158,242,0.5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translate(0, -50%);
    z-index: 9;
    cursor: pointer;
    box-shadow: 0px 0 15px 0 #d9e4ef;
}
.left-tab-box .i-zmrj  .next{
    left: auto;
    right: -18px;
}
.left-tab-box .i-zmrj  .prev:before,.left-tab-box .i-zmrj  .next:before{
    content:'';    
    width: 10px;
    height: 10px;
    border:#fff solid 1px;
    border-right:0;
    border-bottom:0;        
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;   
    transform: translate(-40%, -50%) rotate(-45deg); 
}
.left-tab-box .i-zmrj  .next:before{    
    left: 50%;
    top: 50%;  
    transform: translate(-60%, -50%) rotate(135deg); 
}
.left-tab-box .i-zmrj  .swiper-button-disabled{
    background:rgba(255,255,255,1);
}
.left-tab-box .i-zmrj  .swiper-button-disabled:before{
    border:#e4e8ec solid 1px;
    border-right:0;
    border-bottom:0;    
    
}
/*实用工具*/
.i-sygongju{
    width: 570px;    
}
.i-sygongju .title i.index_icon{
    width: 31px;
    height: 28px;
    background-position: -130px 0;
    vertical-align: -2px;
}
.i-sygongju ul{
    padding-top: 4px;
}
.i-sygongju ul li{    
    width: 275px;
    height: 130px;
    margin-top: 20px;
    padding: 19px 20px;
    border:var(--border);
    background:#fff;
    border-radius: 15px;
    box-sizing: border-box;
    float:left;
    transition: transform .5s;
}
.i-sygongju ul li:nth-of-type(even){
    float:right;
    
}
.i-sygongju ul li .img{    
    width: 90px;
    height: 90px;
    margin-right: 20px;
    float:left;
    transition: transform 0.5s;
}
.i-sygongju ul li a.tit{
    padding-top: 3px;
}
.i-sygongju ul li .categoryName{
    padding-top: 6px;
    font-size: 12px;
    color:#afafaf;
}
.i-sygongju ul li .categoryName em{
    display: inline-block;
    font-size: 12px;
    color: #afafaf;
}
.i-sygongju ul li .categoryName em:before{
    content: '';
    margin: 0 10px;
    width: 2px;
    height: 2px;
    background: #afafaf;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.i-sygongju ul li .des{
    padding-top: 10px;
}
.i-sygongju ul li .btn{
    margin-top: 10px;    
}
.i-sygongju ul li:hover{
    box-shadow: 0px 0 15px 0 #d9e4ef;
    transform: translate(0px, -5px);
    transition: transform .5s;
}
/*.i-sygongju ul li:hover .img{    
    transform: translate(5px, 5px) scale(1.16);
    
}*/
.i-sygongju ul li .spanLeft{
    transition: transform 0.5s;    
}
.i-sygongju ul li:hover .spanLeft{
   /* transform: translate(10px,5px);*/
    display: block;
     transition: transform 0.5s;  
}

/*电脑软件*/
.i-rjlist{
    width: 100%;
    margin-top: 40px;
    float:left;
}
.i-rjlist .title span{
    float:none;
    padding-left: 30px;
}
.i-rjlist .title span em{
    margin: 0 6px;
    padding: 0 15px;
    min-width: 56px;
    height: 30px;
    font-size: 14px;
    color:#93989c;
    text-align: center;
    line-height: 30px;
    border:0;
    background:#eef4fa;
    border-radius: 30px;
    display: inline-block;
    vertical-align: 4px;
}
.i-rjlist .title span em.active{
    color:#131313;
    background-image:linear-gradient(to right,#d0fcea,#c7efff 50%);
}
.i-rjlist .title span em.active:before{
    content:none;
}
.i-dnrj .title i{
    width: 28px;
    height: 28px;
    background-position: -85px -34px;
    vertical-align: -2px;
}
.i-rjlist ul{
    margin-top: 5px;
}
.i-rjlist ul li{
    width: 285px;
    height: 130px;
    padding: 20px;
    margin-top: 20px;
    margin-right: 20px;
    border:var(--border);
    background:#fff;
    border-radius: 15px;
    box-sizing: border-box;
    float:left;    
    transition: transform .5s;
}
.i-rjlist ul li:nth-of-type(4n){
    margin-right: 0;
}
.i-rjlist ul li:hover{
    transform: translate(0px, -5px);
    box-shadow: 0px 0 15px 0 #d9e4ef;    
}
.i-rjlist ul li .img{
    width: 90px;
    height: 90px;
    margin-right: 16px;
    float:left;
    position: relative;   
}
.i-rjlist ul li .img span{
    width: 90px;
    height: 90px;
    display: inline-block;    
    position: absolute;
    top: 0;
    left: 0;
}
.i-rjlist ul li .img span img{
    width: 90px;
    height: 90px;
    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-rjlist 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-rjlist ul li .img > img{
    position: relative;
    z-index: 2;
    /*border-radius: 16px;*/
}
.i-rjlist ul li a.tit{
    padding-top: 6px;
}
.i-rjlist ul li .categoryName{
    padding-top: 10px;
    font-size: 12px;
    color:#afafaf;
}
.i-rjlist ul li .categoryName > span{
    color: #afafaf;
    max-width: 70px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: inline-block;
}
.i-rjlist ul li .categoryName em{
    display: inline-block;
    font-size: 12px;
    color: #afafaf;
    max-width: 65px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;    
}
.i-rjlist ul li .categoryName em:before{
    content: '/';
    margin: 0 5px;
    /* width: 2px;
    height: 2px; 
    background: #afafaf;*/
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.i-rjlist ul li .des{
    padding-top: 5px;
}
.i-rjlist ul li time{
    padding-top: 10px;
    font-size: 12px;
    color:#afafaf;
    display: block;
}
.i-rjlist ul li time i{
    width: 18px;
    height: 18px;
    margin-right: 6px;
    border:#c6c6c6 solid 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 0;
    box-sizing:border-box;
}
.i-rjlist ul li time i:before{
    content:'';
    width: 4px;
    height: 5px;
    border-left:#c6c6c6 solid 2px;
    border-bottom:#c6c6c6 solid 2px;
    position: absolute;
    top: 3px;
    left: 5px;
    display: inline-block;
}
.i-dnyx .title i{
    width: 33px;
    height: 28px;
    background-position: -118px -34px;
    vertical-align: -2px;
}
/*软件专题*/
.i-rjzt{
    margin-top: 40px;
    width: 100%;
    float:left;
}
.i-rjzt .title i{
    width: 28px;
    height: 28px;
    background-position: 0 -69px;
    vertical-align: -2px;
}

.i-rjzt ul{
    margin-top: 5px;
}
.i-rjzt ul li{
    margin-top: 20px!important;
    margin-right: 30px;
    width: 380px;
    height: 228px;
    float:left;
}
.i-rjzt ul li:nth-of-type(3n){
    margin-right: 0;
}
.i-rjzt ul li .bigimg{
    width: 100%;
    height: 190px;
    display: block;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all 1s;
}
.i-rjzt ul li a.bigimg:hover img{
    transform: scale(1.1);
}
.i-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;
}
.i-rjzt ul li .spanbottom{
    padding: 10px 40px 0;
    width: 100%;
    font-size: 14px;
    color:#4d4d4d;
    display: inline-block;
    box-sizing: border-box;
}
.i-rjzt ul li .spanbottom time{
    float:left;
}
.i-rjzt ul li .spanbottom em{
    float:right;
}
.i-rjzt .ztcontbox{
    position: relative;
}
.i-rjzt  .ztSwiper{
    width: 100%;
    height: 496px;
    overflow: hidden;
}
.i-rjzt li.fill{
    visibility: hidden;
}
.i-rjzt .next,.i-rjzt  .prev{
    width: 35px;
    height: 34px;
    background:#fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translate(0, -50%);
    box-shadow: 0 0 10px 0 rgba(217,228,239,1);
    z-index: 9;
    cursor: pointer;
}
.i-rjzt .next{
    left: auto;
    right: -18px;
}
.i-rjzt .prev:before,.i-rjzt  .next:before{
    content:'';    
    width: 8px;
    height: 8px;
    border:#b4daff solid 1px;
    border-right:0;
    border-bottom:0;        
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;   
    transform: translate(-40%, -50%) rotate(-45deg); 
}
.i-rjzt .next:before{    
    left: 50%;
    top: 50%;  
    transform: translate(-60%, -50%) rotate(135deg); 
}
.i-rjzt .swiper-button-disabled:before{
    border:#e4e8ec solid 1px;
    border-right:0;
    border-bottom:0;
    
}
/*软件教程*/
.i-rjjc{
    width: 100%;
    margin-top: 40px;
    float:left;
}
.i-rjjc .title i{
    width: 31px;
    height: 29px;
    background-position: -32px -69px;
    vertical-align: -1px;
}
.i-rjjc ul li{
    width: 585px;
    height: 171px;
    margin-top: 30px;
    padding: 20px;
    border:var(--border);
    background:#fff;
    border-radius: 15px;
    box-sizing: border-box;
    float:left;
    transition: all 1s;
}
.i-rjjc ul li:nth-of-type(even){
    float:right;
}
.i-rjjc ul li .bigimg{
    width: 260px;
    height: 130px;
    margin-left: 25px;
    border-radius: 10px;
    overflow: hidden;
    float:right;
}
.i-rjjc ul li .tit{
    font-size: 18px;
    color:#0a0a0a;
    font-weight: bold;
    line-height: 32px;
    height: 96px;
    overflow:hidden;
    text-overflow: -o-ellipsis-lastline;  
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
}
.i-rjjc ul li time{
    font-size: 14px;
    color:#979797;
}
.i-rjjc ul li time i{
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border:#c6c6c6 solid 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 0;
    box-sizing:border-box;
}
.i-rjjc ul li time i:before{
    content:'';
    width: 4px;
    height: 5px;
    border-left:#c6c6c6 solid 2px;
    border-bottom:#c6c6c6 solid 2px;
    position: absolute;
    top: 3px;
    left: 5px;
    display: inline-block;
}
.i-rjjc ul li:hover{
   box-shadow: 2px 2px 16px 0 rgba(217,228,239,1);
}
.i-rjjc ul li:hover img{
    transform: scale(1.1);
}
.i-rjjc ul li:hover .tit{
    color:var(--blueColor);
}


.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;
}