.download-02 {
    padding-bottom: 50px;
}

.download-02 h1 {
    text-align: center;
    margin: 80px 0;
    font-size: 40px;
}

.download-02 .wrap {
    width: 1400px;
    margin: 0 auto;
}



.download-02 .list .item {
    width: 40%;
     
    margin-bottom: 50px;
    position: relative;
    transition: transform 0.3s;
    overflow: hidden;
}

.download-02 .list .item:hover {
    transform: translate(0px, -8px);
}

.download-02 .list .item .img {
    width: 100%;
    padding-bottom: 60%;
    height: 0;
    position: relative;
    display: block;
}

.download-02 .list .item .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.download-02 .list .item .title {
    display: block;
    background: #f3f4f6;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.download-02 .templateTips {
    position: absolute;
    left: 0;
    top: -156px;
    width: 100%;
    height: 100px;
    line-height: 235px;
    color: #fff;
    font-size: 16px;
    border-radius: 100%;
    text-align: center;
    z-index: 10;
    box-shadow: 0 0 0 45px rgb(0 0 0 / 50%);
    transition: all 0.3s;
    cursor: pointer;
}

.download-02 .list .item:hover .templateTips {
    top: -100px;
}