*{
    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;
}

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;
}


/* µ×²¿*/
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;
}

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.4rem;
}
a.more:hover{
    background: #499dff;
    color: #ffffff;
}

/* Èí¼þ×¨Ìâ */
.software_zt{
    width: 100%; 
}
.software_zt ul.zt_list li{
    width: 100%;
    height: auto;
}
.software_zt ul.zt_list .title{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 238px;
}
.software_zt ul.zt_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 .55rem;
}
.software_zt ul.zt_list li{
    border: 1px solid #f2f3f4;
    border-radius: 10px;
    cursor: pointer;
    background: #fff;
    margin-top: .5rem;
}
.software_zt ul.zt_list li .top p.bottom{
    padding: .25rem 0;
    text-align: center;
}
.software_zt ul.zt_list li .top p.bottom .floatL{
    font-size: 0.35rem;
    color: #24292f;
}