*{
    padding: 0;
    margin: 0;
}
ul{
    list-style: none;
}
a{
    color: #585858;
    text-decoration: none;
}
body{
    font-family:  -apple-system,Helvetica,'SourceHanSansCN Regular','Microsoft YaHei',arial,sans-serif;
    font-size: 0.16rem;
    background: #fefefe;
}
.sprite{
    background: url("/96kaifa/img/icons.png");
    background-size: 7rem;
}
.clearfix::after{
    content: '';
    display: block;
    clear: both;
}
input{
    border: none;
    outline: none;
}
header{
    padding: 0.35rem 0.55rem;
    display: flex;
    justify-content: space-between;
}
header .logo img{
    width: 1.8rem;
}
header .search{
    display: inline-block;
    width: 0.39rem;
    height: 0.41rem;
    background-position: -0.02rem -0.04rem;
    margin-top: 0.1rem;
}
nav{
    padding: 0.15rem 0.55rem;
}
nav ul{
    display: flex;
    justify-content: space-between;
}
nav ul li a{
    font-size: 0.3rem;
    color: #585858;
}
nav ul li.active a{
    color: #353536;
    font-weight: 600;
}
nav ul li.active::after{
    content: '';
    display: block;
    width: 0.29rem;
    height: 0.04rem;
    background: #3f98ff;
    border-radius: 0.05rem;
    margin: 0 auto;
    margin-top: 0.1rem;
}
/* 轮播图 */
.indexSwiper{
    width: 100%;
    margin: 0.25rem 0rem;
}
.indexSwiper .swiper-wrapper{
    width: 88%;
}
.indexSwiper .swiper-slide{
    padding: 0rem 0.15rem;
}
.indexSwiper .swiper-slide img{
    max-width: 100%;
}
/* 彩色按钮 */
.btnList{
    display: flex;
    flex-wrap: wrap;
    padding: 0rem 0.25rem;
}
.btnList li{
    width: 25%;
    margin-top: 0.35rem;
}
.btnList li a{
    display: block;
    font-size: 0.3rem;
    text-align: center;
}
.btnList li span.sprite{
    width: 1.14rem;
    height: 1.14rem;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.25rem;
}
.btnList li .btn1{
    background-position: -0.58rem -0.04rem;
}
.btnList li .btn2{
    background-position: -1.79rem -0.07rem;
}
.btnList li .btn3{
    background-position: -3rem -0.06rem;
}
.btnList li .btn4{
    background-position: -4.22rem -0.06rem;
}
/* 热门软件 */
h2{
    font-size: 0.4rem;
    color: #373c44;
    /* font-weight: 500; */
}
.hotSoft{
    padding: 0rem 0.57rem;
    margin-top: 0.8rem;
}
.hotSoft ul{
    margin-top: 0.3rem;
}
.hotSoft ul li{
    border-bottom: 0.01rem solid #ecf1f6;
    padding: 0.35rem 0.08rem;
}
.hotSoft ul li img{
    width: 0.92rem;
    height: 0.92rem;
    float: left;
}
.hotSoft ul li .middle{
    float: left;
    margin-left: 0.5rem;
    max-width: 3.9rem;
}
.hotSoft ul li .jt{
    float: right;
}
.hotSoft ul li .middle h3{
    font-size: 0.3rem;
    color: #24292f;
    font-weight: 500;
}
.hotSoft ul li .middle h3 span{
    font-size: 0.26rem;
    color: #6b6f74;
    margin-left: 0.2rem;
}
.hotSoft ul li .middle p{
    font-size: 0.3rem;
    color: #bdbdbd;
    margin-top: 0.15rem;
}
.hotSoft ul li span.jt{
    width: 0.71rem;
    height: 0.18rem;
    background-position: -5.49rem -0.07rem;
    margin-top: 0.33rem;
}
.hotSoft ul li:hover span.jt{
    background-position: -5.49rem -0.35rem;
}
.hotSoft ul li:hover h3{
    color: #3f98ff;
}
.hotSoft ul li{
    position: relative;
}
.hotSoft ul li .softIcon .softIcon-hover{
    --size: 1rem;
    width: var(--size);
    height: var(--size);
    position: absolute;
    top: 0.09rem;
    left: 0.16rem;
    background-image: var(--img);
    border-radius: 0.55rem;
    opacity: .6;
    transform: scale(0) translateX(-50%);
    filter: blur(0.2rem) opacity(70%);
    z-index: -1;
    transition-delay: .05s;
    transition: transform .3s ease-in-out;
}
.hotSoft ul li:hover .softIcon-hover {
    transform: scale(1);
}
.hotSoft ul li .softIcon .softIcon-hover {
    top: 0.3rem;
    left: 0.05rem;
}
a.more{
    display: block;
    width: 6.17rem;
    height: 0.8rem;
    border: 0.02rem solid #3f99ff;
    border-radius: 0.5rem;
    font-size: 0.3rem;
    color: #3f98ff;
    text-align: center;
    line-height: 0.8rem;
    margin: 0 auto;
    margin-top: 0.25rem;
}
a.more:hover{
    background: #499dff;
    color: #ffffff;
}
/* 精选教程 */
.jxjc{
    padding: 0rem 0.45rem;
    margin-top: 0.8rem;
}
.jxjc h2{
    padding: 0rem 0.12rem;
}
.jxjc h2 span{
    font-size: 0.28rem;
    color: #a7a7a7;
    margin-left: 0.24rem;
}
.jxjc ul li{
    width: 6.53rem;
    height: 6.2rem;
    border: 0.01rem solid #efefef; 
    border-radius: 0.1rem;
    margin: 0 auto;
    margin-top: 0.4rem;
    background: #fff;
}
.jxjc ul li img{
    width: 100%;
    height: 4rem;
}
.jxjc ul li h3{
    font-size: 0.3rem;
    color: #373c44;
    font-weight: 500;
    width: 5.3rem;
    margin: 0.25rem auto 0 auto;
    line-height: 0.6rem;
}
.jxjc ul li p{
    float: right;
    margin-right: 0.65rem;
    font-size: 0.28rem;
    color: #aaaaaa;
}
.jxjc ul li p span i.commentIcon{
    width: 0.37rem;
    height: 0.32rem;
    display: inline-block;
    background-position: -5.45rem -0.6rem;
    margin-right: 0.2rem;
}
.jxjc ul li p span i.timeIcon{
    width: 0.3rem;
    height: 0.3rem;
    display: inline-block;
    background-position: -5.88rem -0.6rem;
    margin-right: 0.1rem;
	transform: translateY(0.04rem);
}
.jxjc ul li p span:nth-child(1){
    /*margin-right: 0.7rem;*/
}
.jxjc a.more{
    margin-top: 0.35rem;
}
.jxjc ul li:hover{
    box-shadow: 0 0.04rem 0.08rem rgb(84 81 81 / 15%);
}
.jxjc ul li:hover h3{
    color: #3f98ff;
}
/* 底部*/
footer{
    background: #ececec;
    margin-top: 0.62rem;
    padding: 0.3rem 0rem;
}
footer p{
    font-size: 0.25rem;
    color: #585858;
    line-height: 0.5rem;
    text-align: center;
}
footer p span{
    padding: 0rem 0.15rem;
}

img[border="0"]{
    display: none;
}



/* 分页 */
.pagingWrap {
    position: relative;
    left: 50%;
}
.paging {
    position: relative;
    left: -50%;
    margin-top: .3rem;
    text-align: center;
}
.paging div{
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #edeeee;
    font-size: .3rem;
    color: #666565;
    text-align: center;
    line-height: 45px;
    margin-left: 15px;
    cursor: pointer;
}
.paging div.pagingDiv{
	display: none!important;
}
.paging .pagingDiv a {
    display: flow;
}
.paging .pagingDiv a:Hover {
    color: #3489f7;
}
.paging .first,.paging .last{
    width: 50px;
    height: 25px;
}
.paging .prev{
	margin-left: 0;
}
.paging .next{
	margin-left: 0;
}
.paging .prev,.paging .next{
    width: 2rem;
    border: none;
    font-size: .3rem;
    color: #bbb;
}
.paging .prev a,.paging .next a{
    color: #4f4e4e;
}
.paging .prev::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 15px;
    background: url(/96kaifa/img/prev.png) no-repeat;
    background-size: 76%;
    margin-right: 12px;
	transform: translateY(0.06rem);
}
.paging .next::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 15px;
    background: url(/96kaifa/img/next.png) no-repeat;
    background-size: 76%;
    margin-left: 12px;
	transform: translateY(0.06rem);
}
.paging div.disable {
    color: #cdcdcf;
    cursor: not-allowed;
}
.paging .prev.disable::before{
    background: url(/96kaifa/img/disableprev.png) no-repeat;
}
.paging .next.disable::after{
    background: url(/96kaifa/img/disablenext.png) no-repeat;
}
.paging div.active {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #3d8ef7;
    font-size: .3rem;
    color: #3489f7;
    text-align: center;
    line-height: 45px;
    margin-left: 15px;
}
.paging .pagingDiv:hover {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #3d8ef7;
    font-size: .3rem;
    color: #3489f7;
    text-align: center;
    line-height: 45px;
}