body {
    width: 100%;
    height: 100%;
    background:#fff;
    overflow-x: hidden;
    font-family: PingFang-SC-Regular;
    margin: 0;
    text-align: center;
}
/*公用的一些样式*/
.hardwareImg{
    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;
}
.font1{
    font-size:1.21rem;
}
.eName{
    font-size:0.48rem;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
    margin-top:0.61rem;
    text-align:center;
}
.top1{
    margin-top:2.03rem;
}
.top2{
     margin-top:1.23rem;
}
.top3{
    margin-top:3rem;
}
.bottom1{
    margin-bottom:3.73rem;
}
.bottom2{
     margin-bottom:2rem;
}

.banner{
   
    overflow:hidden;
    padding:0 1rem;
}
.solidInset{
   width:5.2rem;
    height:0.11rem;
    background:rgba(94,161,252,1);
    margin:0.53rem auto;
}
.value{
    color:#2B2B2B;
    font-size:0.75rem;
    line-height:1.28rem;
    margin-bottom:1rem;
    text-align:left;
    padding:0 0.56rem;
}
.border_bottom{
    background:#000;
    border-bottom:0.05rem dashed #fff;
}