* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑",Arial,Helvetica,sans-serif;
    font-size: 14px;
}
body, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
li, ol, ul {
    list-style: none;
}
a {
    color: #444;
    text-decoration: none;
}
i, em{
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}
em, i, u, s, b, strong{
    font-style: normal;
    /*font-weight: normal;*/
    text-decoration: none;
}
/*页头*/
header{
    position: relative;
    background: #ffffff;
    display: -webkit-box;
    height: 44px;
    width: 100%;
    overflow: hidden;
}
header h1,header p{
    text-align: center;
    -webkit-box-flex: 0;
    height: 44px;
}
header h1 img,header p img{
    height: 44px;
}
nav{
    line-height: 32px;
    padding: 8px 0;
    background: #fff;
    border-bottom: 1px solid #d6d6d6;
}
nav ul{
    overflow: hidden;
}
nav ul li{
    width: 20%;
    padding: 0;
    float: left;
    color: #333;
    text-align: center;
}
nav ul li a{
    font-size: 16px;
}
nav ul li a.cur{
    color: #50d08f;
    font-weight: 600;
}
/*首页内容*/
.list_cont{
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 12px;
    margin-bottom: 5px;
}
.list_cont .bt{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #fff;
    position: relative;
}
.list_cont .bt b{
    border: none;
    line-height: 40px;
    color: #000;
    display: block;
    position: absolute;
    left: 10px;
    font-size: 16px;
}
.list_cont .bt a{
    float: right;
    line-height: 40px;
    font-size: 12px;
    margin-right: 8px;
    padding-right: 16px;
    color: #999;
    background: url(../img/snav.png) 44px -242px no-repeat;
    background-size: 30px auto;
}
.list_cont .vlist{
    display: inline-block;
}
.list_cont .vlist li{
    width: 25%;
    height: 104px;
    border: none;
    padding: 7px 0 0 0;
    float: left;
    display: grid;
}
.list_cont .vlist li.pic{
    width: 65px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}
.list_cont .vlist li .pic img{
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}
.list_cont .vlist li .tit{
    display: block;
    width: 65px;
    overflow: hidden;
    margin: 0 auto;
    max-height: 37px;
}
.list_cont .tlist li{
    width: 47.8%;
    margin: 1%;
    float: left;
    text-align: center;
    position: Relative;
    height: 150px;
}
.list_cont .tlist li a img{
    width: 100%;
    height: 148px;
    border: 1px solid #fff;
}
.list_cont .tlist li a span{
    width: 100%;
    position: absolute;
    height: 34px;
    line-height: 34px;
    color: #fff;
    bottom: 0;
    left: 1px;
    background: #000;
    opacity: .5;
    font-size: 16px;
    display: block;
}
.list_cont .tlist li a i{
    width: 100%;
    position: absolute;
    height: 34px;
    line-height: 34px;
    color: #fff;
    bottom: 0;
    left: 1px;
}
/*软件列表内容*/
.list_youxi{
    width: 98%;
    padding: 0 1%;
    overflow: hidden;
}
.list_youxi dt{
    height: 50px;
    line-height: 50px;
}
.list_youxi dt p{
    height: 40px;
    line-height: 40px;
    background: #f4f4f4;
    font-size: 16px;
    display: block;
}
.list_youxi dt p a{
    width: 40px;
    height: 40px;
    background: url(/m/img/wback.png) center center no-repeat;
    float: left;
    display: inline-block;
    margin: 0;
}
.list_youxi dt p b{
    width: auto;
    height: auto;
    font-size: 15px;
    color: #666;
    text-indent: 10px;
    margin: 10px 10px 0;
    border-left: 5px solid #50d08f;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}
.list_youxi dd p{
    float: left;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
    position: relative;
    color: #777;
    background: #fff;
    width: 48%;
    margin: 1% 1.4% 1% 0;
}
.list_youxi dd p a{
    padding: 5px 0px 0px 0px;
    display: inline-block;
    width: 100%;
}
.list_youxi dd p a img{
    width: 120px;
    height: 120px;
    margin: auto;
    border-radius: 20%;
}
.list_youxi dd p a i{
    margin-bottom: 0;
    overflow: hidden;
    display: block;
    height: 24px;
    font-size: 14px;
}
.list_youxi dd p span{
    display: block;
    height: 38px;
    line-height: 38px;
    background: #f5f5f5;
    color: #999;
    text-align: center;
}
/*软件详情内容*/
.list_soft dt{
    display: none;
}
#dinfo{
    width: 98%;
    padding: 1% 1%;
    height: 180px;
    border-bottom: 5px solid #efefef;
}
#dico img{
    float: left;
    width: 66px;
    height: 66px;
}
#dinfo h1{
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    font-size: 14px;
    padding: 0;
    width: 12rem;
    text-align: left;
    text-indent: 8px;
}
#dbtns{
    position: absolute;
    top: 184px;
    width: 98%;
    border-bottom: 0;
}
#dbtns #azbtn1{
    width: 98%;
    background: #22b37c;
    padding-left: 0;
    display: block;
    border-radius: 15px;
    margin: 0px 1% 12px 1%;
    height: 40px;
    line-height: 40px;
}
#dbtns a{
    display: block;
    position: unset;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 16px;
}
#dinfo .base{
    display: block;
    float: left;
    width: 80%;
    text-align: left;
}
.base i{
    display: inline-block;
    padding: 0;
    width: 50%;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #999;
    text-indent: 8px;
}
#soft-info,.pic,.dptd,.appinfo,#dside{
    width: 98%;
    padding: 1% 1%;
    overflow: hidden;
}
#soft-info p{
    line-height: 30px;
}
#soft-info p img {
    width: auto !important;
    height: auto !important;
    max-width: 65% !important;
    display: block;
    margin: 5px auto;
}
#soft-info h3{
    display: block;
    height: 38px;
    line-height: 38px;
    margin-bottom: 7px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
    padding: 0;
    font-weight: 700;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 隐藏溢出内容 */
    text-overflow: ellipsis; /* 使用省略号表示被遮住的内容 */
}
.dimg{
    width: 21rem;
    margin: 15px auto 10px auto;
    position: relative;
}
#focus{
    display: block;
    position: relative;
    width: 20rem;
    overflow: hidden;
    margin: 0 auto;
    max-height: 600px;
}
#focus i{
	position: absolute;
}
#focus i span{
	float: left;
	width: 280px;
	overflow: hidden;
}
.dimg .jtbtn{
    display: block;
    position: absolute;
    width: 30px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    background: #000;
    filter: alpha(opacity=20);
    opacity: .2;
    top: 40%;
    color: #fff;
    font-size: 24px;
}
.dimg .prev{
    left: -10px;
}
.dimg .next{
    right: -10px;
}
.dptd{
    border-bottom: 5px solid #efefef;
}
.introTit{
    display: block;
    height: 38px;
    line-height: 38px;
    margin-bottom: 7px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
    padding: 0;
    font-weight: 700;
}
.address_like, .ul_Address li{
    width: 150px;
    height: 30px;
    line-height: 30px;
    float: left;
    padding-left: 30px;
    background: url(/m/img/icons.png) -58px -139px no-repeat;
}
.addlist h3{
    float: left;
    padding: 5px 12px;
    background: #50d08f;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.ul_Address{
    clear: both;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.appinfo ul li{
    float: left;
    display: inline;
    margin-right: 20px;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #dfdfdf;
    line-height: 35px;
    padding: 0;
    width: 100%;
}
#dside dl{
    margin-bottom: 20px;
    overflow: hidden;
}
#dside dl dt{
    display: block;
    color: #222;
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #E3E3E3;
}
#recom dd a, .kbox dd a{
    width: 100px;
    height: 110px;
    float: left;
    display: inline;
    text-align: center;
    overflow: hidden;
    margin: 15px 8px 0 9px;
}
#recom img, .kbox img{
    width: 82px;
    height: 82px;
    margin: 0 auto 4px auto;
    border-radius: 10px;
}
#dside .ilist dd p{
    padding: 12px 0 12px 18px;
    border-bottom: 1px dashed #ddd;
    height: 82px;
    overflow: hidden;
}
.ilist dd img{
    width: 82px;
    height: 82px;
    float: left;
    display: inline;
    margin: 0 6px 0 0;
    border-radius: 20%;
}
.ilist dd i, .ilist dd span{
    display: block;
    height: 24px;
    overflow: hidden;
}
.ilist dd span{
    color: #999;
}
/*友链*/
.yl{
    display: block;
    clear: both;
}
.yl p{
    height: 40px;
    font-size: 16px;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}
.yl p b{
    border: none;
    line-height: 40px;
    color: #000;
    display: block;
    position: absolute;
    left: 10px;
    font-size: 16px;
}
.yl ul{
    zoom: 1;
    overflow: hidden;
}

.yl ul li{
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin: 10px 0 0 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
/*底部*/
footer.bottom{
    width: 100%;
    margin: 15px 0 0 0;
    border-top: 1px solid #d9d9d9;
    background: #ebebeb;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}
footer.bottom p{
    height: 46px;
    line-height: 46px;
}
footer.bottom p a{
    padding: 0 10px;
}
footer.bottom .icp{
    margin-top:-8px;
    height:30px;
    line-height:30px;
}
/*分页*/
.pageboxa{
    font-size: 13px;
    background-color: #f2f2f2;
    clear: both;
    height: 30px;
    overflow: hidden;
    line-height: 25px;
    padding: 0 5px;
    text-align: right;
    width: 97%;
}
.list_youxi .pageboxa p{
    width: 100%;
    border: 0;
    background: #f2f2f2;
}
.list_youxi .pageboxa p a{
    width: auto;
    padding: 0 3px;
}