button{
    font-family: Dosis,Open Sans,pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif;
}
/* 当前位置 */
.position{
    width: 100%;
    font-size: 16px;
    color: #5f5f5f;
}
.position a{
    font-size: 16px;
    color: #5f5f5f;
}
.position a:hover{
    color: #3295ff;
}
/* 专题软件列表 */
.zt_softList{
    width: 100%;
    margin-top: 40px;
}
.zt_softList .layout{
    position: relative;
    border-top: 1px solid #dcdcdc;
}
.total_title{
    position: absolute;
    top: -22px;
    left: 50%;
    margin-left: -185px;
    background: #f8fafc;
}
.total_title hr{
    width: 80px;
    height: 3px;
    background: #77d4ef;
    border: none;
    float: left;
    margin-top: 20px;
}
.total_title h2{
    font-size: 30px;
    color: #24292f;
    font-weight: 500;
    padding: 0px 20px;
}
.total_title h1{
    font-size: 30px;
    color: #24292f;
    font-weight: 500;
    padding: 0px 30px;
}
.zt_softList .SoftList{
    padding-top: 15px;
}
.zt_softList .SoftList ul{
    display: none;
}
.zt_softList .SoftList ul:nth-child(1){
    display: block;
}
.zt_softList .SoftList ul li{
    width: 223px;
    height: 315px;
    border: 1px solid #f2f3f4;
    background: #fff;
    margin-top: 22px;
    border-radius: 5px;
    margin-right: 18px;
    transition: transform .3s ease-in-out,translateY .3s ease-in-out,box-shadow .3s ease-in-out;
    /* overflow: hidden; */
}
.zt_softList .SoftList ul li:nth-child(5n){
    margin-right: 0px;
}
.zt_softList .SoftList ul li a{
    height: 315px;
    display: block;
    padding: 0px 24px 0px 27px;
}
.zt_softList .SoftList ul li img{
    width: 63px;
    height: 63px;
    margin-top: 29px;
    border-radius: 10px;
    transition: transform .3s ease-in-out,translateY .3s ease-in-out;
}
.zt_softList .SoftList ul li h3{
    font-size: 20px;
    color: #24292f;
    font-weight: 500;
    margin-top: 20px;
    width: 172px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zt_softList .SoftList ul li p.describe{
    font-size: 16px;
    color: #aaaaaa;
    line-height: 24px;
    text-align: justify;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
}
.zt_softList .SoftList ul li .detail{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.detail span{
    color: #aaaaaa;
    font-size: 13px;
    /* margin-right: 14px; */
}
.detail i.download{
    display: inline-block;
    width: 11px;
    height: 11px;
    background-position: -82px -4px;
    margin-right: 4px;
}
.detail i.comment{
    display: inline-block;
    width: 13px;
    height: 11px;
    background-position: -98px -4px;
    margin-right: 4px;
}
.detail i.time{
    display: inline-block;
    width: 11px;
    height: 11px;
    background-position: -118px -4px;
    margin-right: 4px;
}
.zt_softList .SoftList ul li span.jt{
    display: block;
    width: 38px;
    height: 10px;
    background-position: -135px -5px;
    margin-top: 25px;
}
.zt_softList .SoftList ul li:hover{
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgb(84 81 81 / 15%);
    z-index: 1;
}
.zt_softList .SoftList ul li:hover h3{
    color: #3e8dff;
}
.zt_softList .SoftList ul li:hover span.jt{
    background-position: -177px -5px;
}
.zt_softList .SoftList ul li:hover img{
    transform: scale(1.1);
    /* transform: rotateZ(360deg); */
    transition: transform .5s ease-in-out 0s;
    -webkit-transition: transform .5s ease-in-out 0s;
}
.softIcon {
    position: relative;
}
.softIcon .softIcon-hover {
    background-color: var(--color);
    background-size: cover;
    background-repeat: no-repeat;
}

.softIcon .softIcon-hover{
    --size: 83px;
    width: var(--size);
    height: var(--size);
    position: absolute;
    top: 19px;
    left: -10px;
    background-image: var(--img);
    border-radius: 55px;
    opacity: .6;
    transform: scale(0) translateX(-50%);
    filter: blur(20px) opacity(70%);
    z-index: -1;
    transition-delay: .05s;
    transition: transform .3s ease-in-out;
}
.zt_softList .SoftList ul li:hover .softIcon-hover {
    transform: scale(1);
}
.zt_softList .SoftList button{
    width: 137px;
    height: 40px;
    border: 1px solid #599fff;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -68px;
    cursor: pointer;
    font-size: 16px;
    color: #599fff;
}
.zt_softList .SoftList ul li{
    position: relative;
}
.ztDetailIcons{
    background: url("https://resource.bear20.com/bear_download/images/ztDetailIcons.png") no-repeat;
}
.zt_softList .SoftList ul li button .down{
    width: 24px;
    height: 18px;
    display: inline-block;
    background-position: -32px -124px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 4px;
}
.zt_softList .SoftList ul li button:hover{
    background: #599fff;
    color: #fff;
}
.zt_softList .SoftList ul li button:hover .down{
    background-position: -84px -124px;
}
.zt_softList .SoftList ul li .xbtj{
    width: 92px;
    height: 92px;
    display: block;
    position: absolute;
    right: -3px;
    top: -3px;
    background-position: -16px -12px;
}
.zt_softList .SoftList ul li .xzzd{
    width: 92px;
    height: 92px;
    display: block;
    position: absolute;
    right: -3px;
    top: -3px;
    background-position: -137px -14px;
}
.zt_softList .SoftList ul li .zshy{
    width: 92px;
    height: 92px;
    display: block;
    position: absolute;
    right: -3px;
    top: -3px;
    background-position: -268px -15px;
}
.zt_softList .SoftList ul li .rstj{
    width: 92px;
    height: 92px;
    display: block;
    position: absolute;
    right: -3px;
    top: -3px;
    background-position: -395px -16px;
}
.zt_softList .SoftList ul li .rjhm{
    width: 92px;
    height: 92px;
    display: block;
    position: absolute;
    right: -3px;
    top: -3px;
    background-position: -503px -16px;
}
.more{
    width: 194px;
    height: 42px;
    border: 1px solid #599fff;
    border-radius: 25px;
    display: block;
    font-size: 18px;
    color: #599fff;
    line-height: 42px;
    text-align: center;
    margin: 0 auto;
    margin-top: 23px;
    cursor: pointer;
}
.more span{
    width: 28px;
    height: 13px;
    display: inline-block;
    background-position: -137px -129px;
    margin-left: 5px;
}
.more:hover{
    color: #fff;
    background: #599fff;
}
.more:hover span{
    background-position: -193px -129px;
}
/* 介绍 */
.zt_introduce{
    width: 100%;
    margin-top: 50px;
}
.zt_introduce .layout{
    position: relative;
    border-top: 1px solid #dcdcdc;
}
.zt_introduce .total_title{
    margin-left: -215px;
}
.introduce_content{
    padding: 18px 20px;
    background: #fff;
    border-radius: 10px;
    margin-top: 50px;
    border: 1px solid #f2f3f4;
    box-shadow: 0 0 26px rgba(0,61,131,0.1);
}
.introduce_content .ztName{
    font-size: 25px;
    color: #0f8dff;
    margin-top: 20px;
    display: block;
    width: 790px;
    white-space: nowrap;
    overflow: hidden;
}
.introduce_content img{
    width: 325px;
    height: 180px;
    border-radius: 5px;
}
.introduce_content .floatR{
    width: 790px;
}
.introduce_content p{
    font-size: 14px;
    color: #aeafb2;
    margin-top: 20px;
}
.introduce_content p span{
    color: #e5e5e5;
    padding: 0px 15px;
    margin-top: -1px;
}
.introduce_content p i{
    color: #599fff;
    font-style: initial;
}
.introduce_content p i.icons{
    display: inline-block;
    width: 20px;
    height: 13px;
    background-position: -282px -481px;
    margin-right: 4px;
    vertical-align: middle;
    margin-top: -2px;
}
.introduce_content .content{
    font-size: 16px;
    color: #7f7f7f;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 20px;
}
.zt_articles{
    width: 100%;
    margin-top: 60px;
}
.zt_articles .layout{
    border-top: 1px solid #dcdcdc;
    position: relative;
}
.zt_articles .total_title{
    margin-left: -245px;
}
.zt_articles ul{
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zt_articles ul li{
    width: 586px;
    height: 139px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin-top: 20px;
    transition: transform .3s ease-in-out,translateY .3s ease-in-out,box-shadow .3s ease-in-out;
}
.zt_articles ul li a{
    display: block;
}
.zt_articles ul li img{
    width: 145px;
    height: 100px;
    border-radius: 5px;
    margin: 20px 0px 0px 20px;
}
.zt_articles ul li span.floatL{
    width: 280px;
    margin-left: 38px;
    margin-top: 23px;
}
.zt_articles ul li span.floatL .articleTitle{
    font-size: 20px;
    color: #24292f;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zt_articles ul li span.floatL .articleTime{
    font-size: 16px;
    color: #aaaaaa;
    line-height: 24px;
    margin-top: 11px;
}
.zt_articles ul li span.jt{
    display: block;
    width: 38px;
    height: 10px;
    background-position: -135px -5px;
    margin-top: 64px;
    margin-right: 32px;
}
.zt_articles ul li:hover{
    box-shadow: 0 0 26px rgb(0 61 131 / 10%);
    transform: translateY(-5px);
    background: #fff;
}
.zt_articles ul li:hover span.jt{
    background-position: -177px -5px;
}
.zt_articles ul li:hover span.floatL .articleTitle{
    color: #3e8dff;
}
/* 热门专题推荐 */
.hotZt{
    width: 100%;
    margin-top: 48px;
}
.hotZt .layout{
    border-top: 1px solid #dcdcdc;
    position: relative;
}
.hotZt .total_title{
    margin-left: -200px;
}
.hotZt .zt_list{
    margin-top: 10px;
}