/* 软件技巧 */
.skills.btnList li .btn1{
    background-position: -0.06rem -4.91rem;
}
.skills.btnList li .btn2{
    background-position: -1.27rem -4.91rem;
}
.skills.btnList li .btn3{
    background-position: -2.55rem -4.91rem;
}
.skills.btnList li .btn4{
    background-position: -3.79rem -4.91rem;
}
.skills.btnList li .btn5{
    background-position: -0.06rem -6.12rem;
}
.skills.btnList li .btn6{
    background-position: -1.3rem -6.12rem;
}
.skillsList.jxjc ul li{
    margin-top: 0.4rem;
}
.skillsList.jxjc a.more{
    margin-top: 0.25rem;
}
/* 软件技巧列表页 */
.skillsListSwiper .swiper-wrapper li{
    width: 2.32rem;
    height: 0.7rem;
    border: 0.02rem solid #3f99ff;
    border-radius: 0.1rem;
    color: #4198ff;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.7rem;
}
.skillsListSwiper .swiper-wrapper li a{
    color: #4198ff;
}
.skillsListSwiper .swiper-wrapper li:hover{
    background: #499dff;
    color: #fff;
}
.skillsListSwiper .swiper-wrapper li.active{
    background: #499dff;
    color: #fff;
}
.skillsListSwiper .swiper-wrapper li:hover a,.skillsListSwiper .swiper-wrapper li.active a{
    color: #fff;
}
.skillsListSwiper {
    width: 100%;
    height: 100%;
    margin-top: 0.1rem;
}
.skillsListSwiper .swiper-wrapper{
    padding: 0rem 0.55rem; 
}
.skillsListSwiper .list .skillsList{
    display: none;
}
.skillsList.jxjc{
    margin-top: 0.4rem;
}
/* 文章详情 */
.articleDetail{
    padding: 0rem 0.45rem;
    margin-top: 0.15rem;
}
.articleDetail h1{
    font-size: 0.44rem;
    color: #373c44;
    line-height: 0.7rem;
    font-weight: 500;
}
.articleDetail p.mark{
    font-size: 0.26rem;
    color: #999;
    line-height: 0.3rem;
    margin-top: 0.3rem;
}
.articleDetail p.mark span{
    margin-left: 0.25rem;
}
.articleDetail p.mark span:nth-of-type(1){
    margin-left: 0rem;
}
.articleDetail .detail p{
    font-size: 0.32rem;
    color: #747678;
    line-height: 0.6rem;
    text-align: justify;
    margin-top: 0.3rem;
}
.articleDetail .detail img{
    max-width: 100%;
    height: auto;
}
.articleDetail .detail a{
    margin-top: 0.3rem;
    display: block;
}
