.tab{
    margin-bottom: 45px;
    margin-top: 20px;
}
.tab .layout{
    width: 1138px;
    border: 1px solid #eee;
    background: #fff;
    padding: 0 30px 20px 30px;
}
.tab .title{
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 14px;
    margin-top: 20px;
}
.tab .title li{
    float: left;
    font-size: 22px;
    color: #7e7e7e;
    margin-right: 54px;
    cursor: pointer;
}
.tab .title li:hover,.tab .title li.active{
    color: #009cff;
    position: relative;
}
.tab .title li:hover::after,.tab .title li.active::after{
    content: '';
    width: 74px;
    height: 3px;
    background: #009cff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -37px;
}
.tabLists ul{
    display: none;
}
.tabLists ul li{
    width: 100px;
    text-align: center;
    margin-top: 21px;
    margin-right: 48px;
    float: left;
}
.tabLists ul li:nth-child(8n){
    margin-right: 0px;
}
.tabLists ul li img{
    width: 74px;
    height: 74px;
    display: block;
    margin: 0 auto;
    transition: transform .5s ease-in-out 0s;
    -webkit-transition: transform .5s ease-in-out 0s;
}
.tabLists ul li img:hover{
    transform: rotateY(180deg);
    transition: transform 0.5s;
}
.tabLists ul li .softName{
    font-size: 16px;
    color: #161616;
    display: block;
    margin-top: 10px;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tabLists ul:nth-child(3) li,.tabLists ul:nth-child(5) li {
    width: 110px;
    margin-top: 42px;
    margin-right: 19px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tabLists ul:nth-child(3) li:nth-child(9n),.tabLists ul:nth-child(5) li:nth-child(9n) {
    margin-right: 0px;
}
.tabLists ul:nth-child(3) li:nth-child(7n),.tabLists ul:nth-child(5) li:nth-child(7n){
    margin-right: 15px;
}
.tabLists ul:nth-child(3) li a::before, .tabLists ul:nth-child(5) li a::before{
    content: '';
    background: #666;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.tab .tabLists ul:nth-child(4){
    padding-bottom: 12px;
}
.tab .tabLists ul:nth-child(4) li{
    width: 350px;
    margin-top: 27px;
    margin-right: 44px;
    text-align: left;
    overflow: hidden;
}
.tab .tabLists ul:nth-child(4) li a{
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #1d1d1d;
    display: inline-block;
    vertical-align: middle;
}
.tab .tabLists ul:nth-child(4) li a::before{
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #383838;
    margin-right: 5px;
}
.tab .tabLists ul:nth-child(4) li span{
    font-size: 16px;
    color: #878787;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
}
.tab .tabLists ul:nth-child(4) li:nth-child(3n){
    margin-right: 0px;
}
.tabLists ul li .softName:hover{
    color: #009cff;
}
.tab .tabLists ul:nth-child(4) li a:hover{
    color: #009cff;
}
/* 面包屑导航 */
.position{	
	font-size: 14px;
	color:#7e7e7e;
	line-height: 64px;
}
.position a{
	color:#8d8d8d
} 
/* 软件库详情页合集简介部分*/
.softjj dl {
    width: 1200px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;    
    padding: 30px 40px ;
    box-sizing: border-box;   
}
.softjj dt{	
	float: right;
}
.softjj img{
	width: 400px;
	height: 200px;
	display: block;	
}
.softjj .jj_right{
	width: 680px;
	float: left;
}
.softjj .jj_right h1{
	font-size: 22px;
	color:#2c2c2c;
	font-weight: bold;
	text-align: left;
	float:left;
}
.softjj .jj_right .soft_info{
	margin-top: 10px;
	font-size: 12px;
	color:#8e8e8e;
	text-align: right;
	padding-right: 30px;
}
.softjj .jj_right .soft_info em{
	color:#8e8e8e;
	display: inline-block;
}
.softjj .jj_right .soft_info em:before,.softjj .jj_right .soft_info time:before{
	content:'';
	margin-right: 5px;
	width: 14px;
	height: 12px;
	background:url(https://www.mydown.com/TLimages2009/topspeed/mydown/images/rjkD_icon.png) no-repeat;
	background-position: 0 0;
	display: inline-block;
	vertical-align: -2px;
}
.softjj .jj_right .soft_info time:before{
	margin-left: 10px;
	width: 12px;
	height: 12px;
	background-position: -17px 0;
}
.softjj .jj_right .soft_info em.soft_pv:before{
	margin-left: 10px;
	width:16px;
	height: 10px;
	background-position: -32px 0;
	vertical-align: 0;
}
.softjj .jj_right .content{
	height: 100px;		
    margin-top: 15px;
}
.softjj .jj_right .content span{
	font-size: 14px;
	color:#505050;
	line-height: 25px;
	height: 100px;
	overflow: auto;
	display: block;
}
.t-label{
	height: 36px;
	line-height: 36px;
	margin-top: 15px;		
}
.t-label p{
	float: left;
	font-size: 14px;
    font-size: 14px;
    color: #008ded;
}
.t-label ul li a{
	float: left;
    width: 94px;
    height: 16px;
    padding: 8px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    margin-left: 5px;
    text-decoration: none;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    white-space: nowrap;
}
.t-label ul li:nth-child(1) a{
	border:#ff589f solid 2px;
	background:#ff589f;
}
.t-label ul li:nth-child(2) a{
	border:#ac60ff solid 2px;
	background:#ac60ff;
}
.t-label ul li:nth-child(3) a{
	border:#0099ff solid 2px;
	background:#0099ff;
}
.t-label ul li:nth-child(4) a{
	border:#48d8d7 solid 2px;
	background:#48d8d7;
}
.t-label ul li:hover a{
	background:#fff;
	color:#ff589f;
}
.t-label ul li:nth-child(2):hover a{	
	color:#ac60ff;
}
.t-label ul li:nth-child(3):hover a{	
	color:#157cf4;
}
.t-label ul li:nth-child(4):hover a{	
	color:#31c2ff;
}
.t-label ul li:nth-child(5):hover a{	
	color:#23de97;
}
/* 合集软件列表 */
.softList{
    width: 100%;
    margin-top: 20px;
}
.softList .layout{
    width: 1118px;
    padding: 12px 40px;
    border: 1px solid #eee;
    background: #fff;
}
.softList ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.softList ul li{
    width: 512px;
    padding: 16px 34px 16px 13px;
    border-bottom: 1px solid #f2f2f2;
}
.softList ul li:nth-child(2n){
    padding: 16px 13px 16px 34px;
}
.softList ul li:nth-last-child(1),.softList ul li:nth-last-child(2){
    border: none;
}
.softList ul li a.floatL{
    display: block;
}
.softList ul li a.floatL img{
    width: 80px;
    height: 80px;
    display: block;
}
.softList ul li span.floatL {
    margin-left: 29px;
    width: 300px;
}
.softList ul li span.floatL a{
    font-size: 18px;
    color: #000; 
    display: block;
    margin-top: 6px;
}
.softList ul li span.floatL a:hover{
    color: #009cff;
}
.softList ul li span.floatL span{
    font-size: 14px;
    color: #b8b8b8;
    display: block;
    margin-top: 3px;
}
.softList ul li span.floatL span i{
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #b8b8b8;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
}
.softList ul li span.floatL p{
    font-size: 14px;
    color: #757575;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.softList ul li a.floatR{
    display: block;
    width: 68px;
    height: 28px;
    border: 1px solid #00b951;
    background: #00b951;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    margin-top: 25px;
}
.softList ul li a.floatR:hover{
    background: #fff;
    color: #00b951;
}
/* 相关文章 */
.xgwz{
    width: 100%;
    height: 100%;
    margin-top: 20px;
}
.xgwz .layout{
    width: 1138px;
    padding: 25px 30px 20px 30px;
    border: 1px solid #eee;
    background: #fff;
}
.xgwz .title{
    font-size: 22px;
    color: #0069e3;
    font-weight: bold;
    border-bottom: 1px solid #e4e4e4;
    padding: 0px 10px 15px 10px;
}
.xgwz ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}
.xgwz ul li{
    width: 348px;
    padding-left: 10px;
}
.xgwz ul li a{
    font-size: 16px;
    color: #1d1d1d;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xgwz ul li span{
    font-size: 16px;
    color: #878787;
    display: block;
    line-height: 34px;
}
.xgwz ul li:before{
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #1d1d1d;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
.xgwz ul li:hover a,.xgwz ul li:hover span{
    color: #1890ff;
}
.xgwz ul li:hover::before{
    background: #1890ff;
}
/* 广告 */
.advertisement{
    margin-top: 20px;
}
.advertisement img{
    display: block;
}
/* 精选/应用合集/手游合集 */
.hjWrap{
    margin-top: 20px;
}
.hjWrap .layout{
    width: 1138px;
    padding: 0 30px 20px 30px;
    border: 1px solid #eee;
    background: #fff;
}
.hjWrap .title{
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 14px;
    margin-top: 20px;
}
.hjWrap .title li{
    float: left;
    font-size: 22px;
    color: #7e7e7e;
    margin-right: 54px;
    cursor: pointer;
}
.hjWrap .title li:nth-child(1){
    margin-left: 25px;
}
.hjWrap .title li:hover,.hjWrap .title li.active{
    color: #009cff;
    position: relative;
}
.hjWrap .title li:hover::after,.hjWrap .title li.active::after{
    content: '';
    width: 74px;
    height: 3px;
    background: #009cff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -37px;
}
.hjList{
    padding: 6px 0px 10px 0px;
}
.hjList ul li{
    margin-top: 20px;
}
.hjList ul li a{
    display: block;
}
.hjList ul li > a{
    overflow:hidden
}
.hjList ul li a img{
    width: 366px;
    height: 183px;
    display: block;
    transition: all 1s;
}
.hjList ul li a img:hover {
    transform: scale(1.1);
}
.hjList ul li a.softName{
    font-size: 14px;
    color: #1d1d1d;
    line-height: 14px;
    margin-top: 10px;
}
.hjList ul li a.softName:hover{
    color: #0e6eff;
}
.hjList ul li{
    width: 366px;
    text-align: center;
}
.hjList ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: none;
}
/* 合集添加创建时间  2024-04-07 */
.hjWrap .hjList ul li p span {
    font-size: 12px;
    color: #aaa;
    display: block;
}

.hjWrap .hjList ul li p {
    margin-top: 10px;
}

.hjList ul li a.softName {
    margin-top: 0;
}