@keyframes moveDown{0%{scale:1;transform:translateY(0)}50%{scale:1.05;transform:translateY(12px)}100%{scale:1;transform:translateY(0)}}.downloadPage{background-position:center center;background-size:cover;background-repeat:no-repeat;background-image:url(/static/images/download/bg.jpg);padding-bottom:3.575rem}.downloadPage .banner .title{padding-top:3.125rem;font-weight:700;color:#333;font-size:1.3rem;text-align:center}.downloadPage .banner .icon{display:flex;justify-content:center;margin-top:.825rem;animation:moveDown 1.5s linear infinite}.downloadPage .banner .icon img{width:.8rem}.downloadPage .list{display:flex;flex-wrap:wrap;padding-top:1rem}.downloadPage .list .item{width:calc((100% - 1rem)/ 2);margin-right:1rem;margin-top:1rem;border-radius:.5rem;position:relative;background:#FFF;z-index:1;overflow:hidden;border:1px solid rgba(51,51,51,.2);padding:.85rem .7rem .65rem .7rem;align-items:center;display:flex}.downloadPage .list .item .item_icon{max-width:5.5rem;width:100%}.downloadPage .list .item .item_icon img{object-fit:cover;aspect-ratio:220/300}.downloadPage .list .item .info{margin-left:1.05rem;display:flex;flex-direction:column;align-items:baseline;color:#333}.downloadPage .list .item .info .title{font-weight:700;font-size:.8rem}.downloadPage .list .item .info .title_des{font-size:.45rem;padding-top:.5rem}.downloadPage .list .item .info .button{margin-top:1.25rem;display:flex;align-items:center;justify-content:center}.downloadPage .list .item .info .button .button_item{cursor:pointer;font-weight:700;position:relative;box-shadow:0 .25rem .5rem 1px rgba(0,0,0,.16);margin-left:1rem;width:3.75rem;height:1.15rem;border-radius:.75rem;font-size:.4rem;text-decoration:none;margin-left:.5rem;font-weight:600;box-shadow:none}.downloadPage .list .item .info .button .button_item span{display:flex;align-items:center}.downloadPage .list .item .info .button .orange{color:#FFF;background:linear-gradient(180deg,#FE5825 0,#FE5825 71%,#FE5825 100%);margin-left:0}.downloadPage .list .item .info .button .orange:before{background:linear-gradient(90deg,#FE5825 0,#FE6909 100%)}.downloadPage .list .item .info .button .white{color:#FFF;background:linear-gradient(180deg,#2C4EFF 0,#2C4EFF 71%,#2C4EFF 100%)}.downloadPage .list .item .info .button .white:before{background:linear-gradient(90deg,#2C4EFF 0,#3575F5 100%)}.downloadPage .list .item:nth-child(2n){margin-right:0}.downloadPage .list .item:nth-child( 4){animation-delay:.4s;margin-bottom:0}.downloadPage .list .item:nth-child( 3){animation-delay:.3s}.downloadPage .list .item:nth-child( 2){animation-delay:.2s}.downloadPage .list .item:nth-child( 1){animation-delay:.1s}