body {
    width: 100%;
    height: 100%;
    background:#fff;
    overflow-x: hidden;
    font-family: PingFang-SC-Regular;
    margin: 0;
    text-align: center;
}

.softwareImg{
    width:100%;
}
.name{
    font-size:0.8rem;
font-family:MicrosoftYaHei;
font-weight:400;
color:rgba(31,31,31,1);
margin-top:1.38rem;
text-align:center;
}
.eName{
    font-size:0.48rem;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
    margin-top:0.61rem;
    text-align:center;
}
.list{
    padding:1.55rem 0 1.04rem;
}

.li{
    padding:0.26rem 0.18rem;
    border:0.05rem solid rgba(187,187,187,1);
    border-radius:0.2rem;
    text-align:center;
    line-height:1.07rem;
    font-size:0.48rem;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
   margin-left: 0.38rem;
    margin-right: 0.38rem;
}
.sofImg{
    width:100%;
    margin-bottom:1.07rem;
}
.active{
    background:RGBA(16, 113, 237, 1);
    border:0.05rem solid RGBA(16, 113, 237, 1);
    color:#fff;
}
.none{
    display:none;

}

.listImg{
    width:100% ;
   
}
.listImg1{
    width:100%;
    margin-top:2.05rem;
}
.listImg2{
     width:100%;
    margin-top:0.9rem;
}