.layout{
    width: 1200px;
    border-radius: 5px;
}
.icon{
    background: url("https://resource.mydown.com/TLimages2009/topspeed/mydown/images/icons.png") no-repeat;
}
li{
    transition: 1.2s linear;
}
.hotSofts{
    width: 100%;
    margin-top: 25px;
}
.hotSofts .layout{
    background: #fff;
    border: 1px solid #eee;
}
.hotSofts ul{
    padding: 0px 40px 30px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hotSofts ul li{
    width: 225px;
    cursor: pointer;
    margin-top: 30px;
    display: none;
} 
.hotSofts ul li:nth-child(-n+8){
    display: block;
}
.hotSofts ul li a img{
    width: 50px;
    height: 50px;
}  
.hotSofts ul li span.floatL{
    width: 155px;
    margin-left: 10px;
}
.hotSofts ul li span.floatL a:not(.but){
    font-size: 16px;
    color: #1d1d1d;
    font-weight: bold;
    line-height: 24px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.hotSofts ul li span.floatL a:not(.but):hover{
    color: #0082ff;
}
.hotSofts ul li span.floatL p{
    margin-top: 3px;
}
.hotSofts ul li span.floatL p .fileSize{
    font-size: 14px;
    color: #929292;
    vertical-align: middle;
}
.hotSofts ul li span.floatL p img{
    vertical-align: middle;
}
.hotSofts ul li span.floatL p i{
    padding: 0px 10px;
    color: #bfbfbf;
    vertical-align: middle;
}
.hotSofts ul li button,
.hotSofts ul li a.but{
    width: 53px;
    height: 21px;
    background: #fff;
    border: 2px solid #48d544;
    border-radius: 3px;
    font-size: 12px;
    color: #48d544;
    cursor: pointer;
    display: none;
    margin-top: 5px;
    text-align:center;
    text-decoration: none;
    box-sizing:border-box;
}
.hotSofts ul li button:hover,
.hotSofts ul li a.but:hover{
    background: #48d544;
    color: #fff;
}
.hotSofts ul li:hover button,
.hotSofts ul li:hover a.but{
    display: block;
}
.hotSofts ul li:hover span.floatL p{
    display: none;
}
/* 最近更新 */
.zjgxWrap{
    width: 100%;
    margin-top: 25px;
}
.zjgxWrap .zjgx{
    width: 820px;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
}
.zjgx_content .red{
    font-size: 22px;
    color: #ff4542;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 15px;
    text-decoration: none;
}
.zjgx_content .red:hover{
    text-decoration: underline;
}
.zjgx_content ul{
    padding: 0px 40px 23px 40px;
}
.zjgx_content ul li{
    margin-top: 20px;
}
.zjgx_content ul li img{
    width: 20px;
    height: 20px;
    vertical-align: top;
}
.zjgx_content ul li .category{
    font-size: 14px;
    color: #888;
    margin-left: 10px;
}
.zjgx_content ul li .category:hover{
    color: #0082ff;
}
.zjgx_content ul li i{
    color: #dcdcdc;
    padding: 0px 10px;
}
.zjgx_content ul li .softName{
    width: 450px;
    font-size: 14px;
    color: #1d1d1d;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle;
}
.zjgx_content ul li .softName:hover{
    color: #0082ff;
}
.zjgx_content ul li span.floatR{
    font-size: 14px;
    color: #888;
}
/* 电脑软件年度下载排行 */
.pcSoftPh{
    width: 358px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}
.ph_list{
    padding: 4px 30px 20px 30px;
}
.ph_list dl{
    margin-top: 15px;
    cursor: pointer;
}
.pcSoftPh .ph_list dl dt span.icon{
    width: 20px;
    height: 24px;
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 24PX;
}
.pcSoftPh .ph_list dl dt span.icon{
    background-position: -102px -8px;
}
.pcSoftPh .ph_list dl dt span.icon1{
    background-position: -8px -8px;
}
.pcSoftPh .ph_list dl dt span.icon2{
    background-position: -37px -8px;
}
.pcSoftPh .ph_list dl dt span.icon3{
    background-position: -72px -8px;
}
.ph_list dl dt a{
    font-size: 14px;
    color: #1d1d1d;
    line-height: 24px;
    margin-left: 15px;
    width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}
.ph_list dl dt a:hover{
    font-weight: bold;
    color: #0082ff;
}
.ph_list dl.show dt a{
    font-weight: bold;
}
.ph_list dl dd{
    margin-left: 30px;
    margin-top: 10px;
    overflow: hidden;
    display: none;
}
.ph_list dl.show dd{
    display: block;
}
.ph_list dl dd .picture_box{
    width: 48px;
    height: 48px;
    border: 1px solid #eee;
    border-radius: 5px;
    position: relative;
    display: block;
    float: left;
}
.ph_list dl dd .picture_box img{
   width: 35px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -17px;
   margin-top: -17px;
   vertical-align: top;
}
.ph_list dl dd p{
    vertical-align: top;
    font-size: 14px;
    color: #838282;
    float: left;
    margin-left: 10px;
}
.ph_list dl dd  p span{
    color: #dbdbdb;
    padding: 0px 15px;
}
.ph_list dl dd  p button,
.ph_list dl dd  p a.but{
    display:block;
    width: 64px;
    height: 23px;
    border: 2px solid #48d544;
    color: #48d544;
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    border-radius: 5px;
    margin-top: 5px;
    background: #fff;
    cursor: pointer;
    text-decoration: none;
    box-sizing:border-box;
}
.ph_list dl dd  p button:hover,
.ph_list dl dd  p a.but:hover{
    background: #48d544;
    color: #fff;
}
/* 广告 */
.advertisement a{
    display: block;
}
.advertisement .layout{
    margin-top: 25px;
}
.advertisement img{
    display: block;
}
/* 热门导航 */
.hotNav{
    width: 100%;
    margin-top: 25px;
}
.hotNav .layout{
    background: #fff;
    border: 1px solid #eee;
}
.hotNav ul{
    padding: 10px 40px 20px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hotNav ul li{
    width: 128px;
    height: 32px;
    background: #f3f3f3;
    text-align: center;
    line-height: 32px;
    margin-top: 10px;
}
.hotNav ul li a{
    font-size: 14px;
    color: #2c2c2c;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
}
.hotNav ul li:hover{
    background: #1a9aff;
}
.hotNav ul li:hover a{
    color: #fff;
}
/* 每周热推 */
.weekhot{
    width: 100%;
    margin-top: 25px;
}
.weekhot .layout{
    background: #fff;
    border: 1px solid #eee;
}
.weekhot .title{
    padding-right: 40px;
}
.weekhot .title ul{
    width: 470px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.weekhot .title ul li{
    cursor: pointer;
    font-size: 16px;
    color: #4b4b4b;
    transition: 0.3s linear;
    margin-top: -1px;
}
.weekhot .title ul li:hover{
    color: #0082ff;
    font-weight: bold;
    border-bottom: 2px solid #0082ff;
}
.weekhot .title ul li.active{
    color: #0082ff;
    font-weight: bold;
    border-bottom: 2px solid #0082ff;
}
.weekhot .softList ul{
    padding: 0px 40px 30px 40px;
    display: none;
}
.weekhot .softList ul li{
    width: 200px;
    margin-top: 30px;
    float: left;
    margin-right: 28px;
}
.weekhot .softList ul li:nth-child(5n){
    margin-right: 0px;
}
.weekhot .softList ul li a img{
    width: 58px;
    height: 58px;
    border-radius: 10px;
}
.weekhot .softList ul li span.floatR{
    width: 115px;
}
.weekhot .softList ul li span.floatR a{
    font-size: 16px;
    color: #1d1d1d;
    margin-top: 2px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.weekhot .softList ul li span.floatR a:hover{
    color: #0082ff;
    font-weight: bold;
}
.weekhot .softList ul li span.floatR i{
    font-size: 13px;
    color: #8e8e8e;
    margin-top: 3px;
    display: block;
}
.weekhot .softList ul li span.floatR img{
    display: block;
    margin-top: 3px;
}
.weekhot .softList ul li button ,
.weekhot .softList ul li span.floatR a.but{
    width: 72px;
    height: 30px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 5px;
    border: none;
    outline: none;
    color: #fff;
    background-color: #00b951;
    cursor: pointer;
    line-height: 19px;
    display: none;
    text-align:center;
    line-height:30px;
    text-decoration:none;
}

.weekhot .softList ul li button:hover,
.weekhot .softList ul li span.floatR  a.but:hover{
    background: #01d45d;
}

.weekhot .softList ul li:hover button,
.weekhot .softList ul li:hover span.floatR a.but{
    display: block;
}

.weekhot .softList ul li:hover span.floatR i,
.weekhot .softList ul li:hover span.floatR img {
    display: none;
}
/* 电脑必备软件下载排行 */
.softDownPh{
    width: 100%;
    margin-top: 25px;
}
.softDownPh .layout{
    background: #fff;
    border: 1px solid #eee;
}
.softDownPh_list{
    padding: 0px 40px 30px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.softDownPh_list dl{
    width: 250px;
    margin-top: 30px;
}
.softDownPh_list dl dt{
    height: 34px;
    font-size: 16px;
    color: #fff;
    background: -webkit-linear-gradient(left,#fd8b8e,#f9797b);
    background: -moz-linear-gradient(left,#fd8b8e,#f9797b);
    background: -o-linear-gradient(left,#fd8b8e,#f9797b);
    background: -ms-linear-gradient(left,#fd8b8e,#f9797b);
    background: linear-gradient(left,#fd8b8e,#f9797b);
    text-align: center;
    line-height: 34px;
}
.softDownPh_list dl dd{
    padding: 0px 3px;
    margin-top: 13px;
}
.softDownPh_list dl dd span.icon{
    width: 20px;
    height: 24px;
    margin-top: 5px;
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 24PX;
}
.softDownPh_list dl dd span.icon1{
    background-position: -8px -8px;
}
.softDownPh_list dl dd span.icon2{
    background-position: -37px -8px;
}
.softDownPh_list dl dd span.icon3{
    background-position: -72px -8px;
}
.softDownPh_list dl dd span.icon4{
    background-position: -102px -8px;
}
.softDownPh_list dl dd span.icon5{
    background-position: -102px -8px;
}
.softDownPh_list dl dd a{
    display: block;
}
.softDownPh_list dl dd a.floatL{
    margin-left: 13px;
}
.softDownPh_list dl dd a img{
    width: 35px;
    height: 35px;
    display: block;
}
.softDownPh_list dl dd span.right{
    width: 150px;
    margin-left: 15px;
}
.softDownPh_list dl dd span.right a{
    font-size: 14px;
    color: #1d1d1d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.softDownPh_list dl dd span.right a:hover{
    color: #0082ff;
}
.softDownPh_list dl:nth-child(2) dt,.softDownPh_list dl:nth-child(6) dt{
    background: -webkit-linear-gradient(left,#fda378,#fb996a);
    background: -moz-linear-gradient(left,#fda378,#fb996a);
    background: -o-linear-gradient(left,#fda378,#fb996a);
    background: -ms-linear-gradient(left,#fda378,#fb996a);
    background: linear-gradient(left,#fda378,#fb996a);
}
.softDownPh_list dl:nth-child(3) dt,.softDownPh_list dl:nth-child(7) dt{
    background: -webkit-linear-gradient(left,#99d16c,#92cf60);
    background: -moz-linear-gradient(left,#99d16c,#92cf60);
    background: -o-linear-gradient(left,#99d16c,#92cf60);
    background: -ms-linear-gradient(left,#99d16c,#92cf60);
    background: linear-gradient(left,#99d16c,#92cf60);
}
.softDownPh_list dl:nth-child(4) dt,.softDownPh_list dl:nth-child(8) dt{
    background: -webkit-linear-gradient(left,#5ebfeb,#5bc0ed);
    background: -moz-linear-gradient(left,#5ebfeb,#5bc0ed);
    background: -o-linear-gradient(left,#5ebfeb,#5bc0ed);
    background: -ms-linear-gradient(left,#5ebfeb,#5bc0ed);
    background: linear-gradient(left,#5ebfeb,#5bc0ed);
}
/* 软件教程 */
.softJc{
    width: 100%;
    margin-top: 25px;
}
.softJc .layout{
    background: #fff;
    border: 1px solid #eee;
}
.softJc .title{
    padding-right: 40px;
}
.softJc .title ul li{
    font-size: 16px;
    color: #4b4b4b;
    margin-right: 35px;
    cursor: pointer;
    margin-top: -1px;
}
.softJc .title ul li:hover,.softJc .title ul li.active{
    color: #0082ff;
    font-weight: bold;
}
.softJc .title span.floatR a{
    font-size: 16px;
    color: #4b4b4b;
}
.softJc .title span.floatR a:hover{
    color: #0082ff;
}
.softJc_list ul li a.floatL{
    width: 222px;
    height: 111px;
    border-radius: 5px;
    overflow:hidden;
}
.softJc_list ul li a img{
    width: 222px;
    height: 111px;
    border: 1px solid #eee;
    border-radius: 5px;
    display: block;
    transition: all 1s;
}
.softJc_list ul li a img:hover{
     transform: scale(1.1);
}
.softJc_list ul{
    padding: 15px 40px;
}
.softJc_list ul li{
    width: 545px;
    border-bottom: 1px dotted #eee;
    padding: 15px 0px;
    float: left;
}
.softJc_list ul li:nth-child(5),.softJc_list ul li:nth-child(6){
    border: none;
}
.softJc_list ul li:nth-child(2n){
    padding-left: 20px;
}
.softJc_list ul li span.floatL{
    width: 300px;
    margin-left: 20px;
}
.softJc_list ul li span.floatL a{
    font-size: 16px;
    color: #292929;
    font-weight: bold;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 4px;
}
.softJc_list ul li span.floatL a:hover{
    color: #0082ff;
}
.softJc_list ul li span.floatL p{
    font-size: 14px;
    color: #737373;
    line-height: 22px;
    margin-top: 10px;
}
.softJc_list ul li span.floatL span{
    font-size: 14px;
    color: #b0b0b0;
    margin-top: 15px;
    display: block;
}

/* 新增软件教程分类样式 */
.softJc_list ul li span.floatL span span {
    display: inline;
    vertical-align: middle;
}

.softJc_list ul li span.floatL span a {
    font-size: 14px;
    color: #b0b0b0;
    margin-top: 15px;
    font-weight: 500;
    display: inline-block;
    margin-top: 0px;
    vertical-align: middle;
    margin-left: 10px;
}

/*电脑软件库 2023-05-15 chenlq */
.dnrjk {
    margin-top: 25px;    
}
.dnrjk .layout{    
    background: #fff;
    border: 1px solid #eee;
}
.dnrjk .title{
    padding-right: 40px;
}
.dnrjk .ztsbox{    
    position: relative;
}
.dnrjk .ztsbox{
    width: 1138px;
    height: 460px;  
    padding: 0 30px 20px;
}
.dnrjk .ztsbox .ztlist{
    width: 100%;    
    overflow: hidden;
}
.dnrjk .ztsbox .swiper-wrapper{
    width: 1138px;
    float: left
}
.dnrjk .ztsbox ul li{
    margin-top: 20px;
    margin-right: 20px;
    width: 366px;   
    text-align: center;
    float: left;
}
.dnrjk .ztsbox ul li:nth-of-type(3n){
    margin-right: 0;
}
.dnrjk .ztsbox ul li > a{
    width: 366px;
    height: 183px;
    display: block;
    overflow: hidden;
}
.dnrjk .ztsbox ul li img{
    width: 366px;
    height: 183px;
    display: block;
    transition: all 1s;
}
.dnrjk .ztsbox ul li img:hover{
    transform: scale(1.1);
}
.dnrjk .ztsbox ul li p{
    margin-top: 6px;
    font-size: 14px;
    color:#1d1d1d;
    width: 100%;
    overflow:hidden;    
    white-space:nowrap;
}

.dnrjk .ztsbox .swiper-button-next, .dnrjk .ztsbox .swiper-container-rtl .swiper-button-prev{
    right: 50%;
    left: auto;
    margin-right:-625px;
    width: 27px;
    height: 51px;   
    background:url(https://resource.mydown.com/TLimages2023/mydown/images/202302/jsxzindex/index_icon.png) no-repeat; 
    background-position: -269px -109px;
}
.dnrjk .ztsbox .swiper-button-next:hover,.dnrjk .ztsbox .swiper-container-rtl .swiper-button-prev:hover{
    background-position: -269px -56px;
}
.dnrjk .ztsbox .swiper-button-prev, .dnrjk .ztsbox .swiper-container-rtl .swiper-button-next{
  left: 50%;
  right: auto;
  margin-left:-625px;
  width: 27px;
  height: 51px;  
  background:url(https://resource.mydown.com/TLimages2023/mydown/images/202302/jsxzindex/index_icon.png) no-repeat; 
  background-position: -241px -109px;  
}
.dnrjk .ztsbox .swiper-button-prev:hover, .dnrjk .ztsbox .swiper-container-rtl .swiper-button-next:hover{
    background-position: -241px -56px;
}
.dnrjk .ztsbox .swiper-button-next.swiper-button-disabled, .dnrjk .ztsbox .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    cursor: auto;
    pointer-events: none;
}
/* 热门游戏部分软件添加hot图标 */
.hotSofts ul li:nth-child(1) span a:not(.but)::after,.hotSofts ul li:nth-child(2) span a:not(.but)::after,.hotSofts ul li:nth-child(4) span a:not(.but)::after{
    content: url(https://resource.mydown.com/TLimages2023/mydown/images/202309/common/hotIcons.png);
    margin-left: 5px;
}
/* 修改软件库板块样式 */
.dnrjk .ztsbox ul li p a{
	max-width: 230px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.dnrjk .ztsbox ul li p span{
	font-size: 12px;
	color: #aaa;
}
/* 热门软件新增换一换 */
.hotSofts .title{
    display: flex;
    justify-content: space-between;
}
.hotSofts .title .change{
    margin-right: 20px;
    font-size: 16px;
    color: #b6b6b6;
    cursor: pointer;
    user-select: none;
}
.hotSofts .title .change:hover {
    color: #80bff4;
}
/* 软件教程更新时间前添加图标  2024-09-23 DULL */
.softJc_list ul li span.floatL span span img{
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
}

/*软件教程更多改为换一换 2024-11-06 chenlq*/
.hotSofts .change{
    display: none;
}
.softJc .change{
    font-size: 16px;
    color: #b6b6b6;
    display: inline-block;
    cursor: pointer;
    display: none;
}
.softJc .change em{
    margin-right: 5px;
    font-size: 18px;
    vertical-align: -1px;    
    transform: rotate(90deg);
    display: inline-block;
}
.softJc .change:hover{
    color:#0082ff;
}