﻿@keyframes rotating{100%{transform:rotate(360deg)}}.downloadItem{display:flex;align-items:center;justify-content:space-between;padding:2.4rem 0;border-bottom:1px solid #e9e9e9}.downloadItem .downloadItem-content{display:flex;align-items:center;gap:2.4rem}.downloadItem .downloadItem-icon{position:relative;display:flex;width:4.8rem;height:4.8rem;align-items:center;justify-content:center}.downloadItem .downloadItem-icon::before{position:absolute;top:0;left:0;display:block;width:100%;height:100%;border-radius:.8rem;background:linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.1) 100%);content:""}.downloadItem .downloadItem-icon::after{position:relative;z-index:2;display:flex;width:4.4rem;height:4.4rem;align-items:center;justify-content:center;border-radius:.6rem;background:linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.03) 100%);background-color:#fff;color:#db0a35;font-size:3rem;content:"";font-family:"icomoon";line-height:1;font-weight:normal}.downloadItem .downloadItem-info{color:#6d6d6d}.downloadItem .downloadItem-info a{display:block;margin-bottom:.8rem;color:#1c1c23;font-size:1.8rem;font-weight:700;line-height:1.4;text-decoration:none}.downloadItem .downloadItem-info a:hover{color:#db0a35}