*{
    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;
}
/* 精选教程 */
.jxjc{
    padding: 0rem 0.45rem;
    margin-top: 0.2rem;
}
.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;
}