/* ¹ã¸æ */
.advertisement{
    margin-top: 20px;
}
.advertisement img{
    display: block;
}
.icons {
    background: url(https://www.mydown.com/TLimages2023/mydown/images/202310/android/azIcons.png);
}
/* ½Ì³Ì */
.mainBox{
    margin-top: 20px;
}
.mainBox .layout {
    width: 1138px;
    border: 1px solid #eee;
    background: #fff;
    padding: 0 30px 28px 30px;
}
.mainBox .title {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 14px;
    margin-top: 20px;
}
.mainBox .layout{
    padding-bottom: 25px;
}
.mainBox .title h2{
    font-size: 22px;
    color: #0069e3;
    font-weight: bold;
}
.mainBox .title .floatR {
    font-size: 14px;
    color: #7e7e7e;
    margin-top: 5px;
}
.moreIcon{
    width: 8px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    background-position: -105px -39px;
    margin-top: -2px;
    margin-left: 6px;
}
.jcList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.jcList li{
    width: 555px;
    height: 150px;
    background: #f8f8f8;
    margin-top: 20px;
}
.jcList li a.floatL {
    width: 300px;
    height: 150px;
    overflow: hidden;
}
.jcList li img{
    width: 300px;
    height: 150px;
    display: block;
    transition: all 1s;
}
.jcList li img:hover {
    transform: scale(1.1);
}
.jcList li span.floatL{
    width: 215px;
    margin-left: 18px;
}
.jcList li span.floatL a{
    font-size: 16px;
    color: #1d1d1d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    line-height: 24px;
    margin-top: 12px;
}
.jcList li span.floatL a:hover{
    color: #009cff;
}
.jcList li span.floatL p{
    font-size: 14px;
    color: #767676;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}
.jcList li span.floatL span{
    font-size: 12px;
    color: #999;
    line-height: 20px;
    margin-top: 5px;
    display: block;
}

.tab{
    margin-bottom: 45px;
    margin-top: 20px;
}
.tab .layout{
    padding-bottom: 20px;
    width: 1138px;
    border: 1px solid #eee;
    background: #fff;
    padding: 0 30px 28px 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;
}