css打造三角碎片金光闪闪动画效果代码
代码语言:html
所属分类:粒子
代码描述:css打造三角碎片金光闪闪动画效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <style> body { background: black; height: 100vh; overflow: hidden; display: flex; font-family: "Anton", sans-serif; justify-content: center; align-items: center; } div { position: absolute; } .gold .graphic { width: 0; height: 0; border-style: solid; border-color: transparent transparent #a98545 transparent; -webkit-animation: rotateY 3000ms linear infinite, goldColor 750ms linear infinite alternate; animation: rotateY 3000ms linear infinite, goldColor 750ms linear infinite alternate; } .gold .graphic::before { content: ""; position: absolute; top: 0; background: linear-gradient(90deg, rgba(169, 133, 69, 0) 0%, rgba(169, 133, 69, 0.1) 40%, rgba(169, 133, 69, 0.4) 50%, rgba(169, 133, 69, 0.1) 60%, rgba(169, 133, 69, 0) 100%); transform: translateX(-50%); -webkit-animation: reflect 750ms linear infinite alternate; animation: reflect 750ms linear infinite alternate; } .gold .graphic::after { content: ""; position: absolute; background: linear-gradient(0deg, rgba(169, 133, 69, 0) 0%, rgba(169, 133, 69, 0.1) 40%, rgba(169, 133, 69, 0.4) 50%, rgba(169, 133, 69, 0.1) 60%, rgba(169, 133, 69, 0) 100%); transform: translateY(-50%); -webkit-animation: reflect 750ms linear infinite alternate; animation: reflect 750ms linear infinite alternate; } .gold:nth-child(1) { top: calc(50% + -36px); left: 23%; transform: rotateZ(130deg); } .gold:nth-child(1) .graphic { border-width: 0 7px 8px 3px; -webkit-animation-delay: -6038ms, -6038ms; animation-delay: -6038ms, -6038ms; } .gold:nth-child(1) .graphic::before { left: 2px; width: 120px; height: 8px; -webkit-animation-delay: -6038ms; animation-delay: -6038ms; } .gold:nth-child(1) .graphic::after { top: 4px; left: -3px; width: 10px; height: 96px; -webkit-animation-delay: -6038ms; animation-delay: -6038ms; } .gold:nth-child(1) .rotate { -webkit-animation: rotateZ 16287ms linear infinite; animation: rotateZ 16287ms linear infinite; } .gold:nth-child(2) { top: calc(50% + 67px); left: 40%; transform: rotateZ(183deg); } .gold:nth-child(2) .graphic { border-width: 0 3px 10px 6px; -webkit-animation-delay: -3355ms, -3355ms; animation-delay: -3355ms, -3355ms; } .gold:nth-child(2) .graphic::before { left: -1.5px; width: 108px; height: 10px; -webkit-animation-delay: -3355ms; animation-delay: -3355ms; } .gold:nth-child(2) .graphic::after { top: 5px; left: -6px; width: 9px; height: 120px; -webkit-animation-delay: -3355ms; animation-delay: -3355ms; } .gold:nth-child(2) .rotate { -webkit-animation: rotateZ 17013ms linear infinite; animation: rotateZ 17013ms linear infinite; } .gold:nth-child(3) { top: calc(50% + -21px); left: 93%; transform: rotateZ(315deg); } .gold:nth-child(3) .graphic { border-width: 0 6px 11px 4px; -webkit-animation-delay: -5767ms, -5767ms; animation-delay: -5767ms, -5767ms; } .gold:nth-child(3) .graphic::before { left: 1px; width: 120px; height: 11px; -webkit-animation-delay: -5767ms; animation-delay: -5767ms; } .gold:nth-child(3) .graphic::after { top: 5.5px; left: -4px; width: 10px; height: 132px; -webkit-animation-delay: -5767ms; animation-delay: -5767ms; } .gold:nth-child(3) .rotate { -webkit-animation: rotateZ 19179ms linear infinite; animation: rotateZ 19179ms linear infinite; } .gold:nth-child(4) { top: calc(50% + 27px); left: 97%; transform: rotateZ(191deg); } .gold:nth-child(4) .graphic { border-width: 0 3px 9px 10px; -webkit-animation-delay: -6089ms, -6089ms; animation-delay: -6089ms, -6089ms; } .gold:nth-child(4) .graphic::before { left: -3.5px; width: 156px; height: 9px; -webkit-animation-delay: -6089ms; animation-delay: -6089ms; } .gold:nth-child(4) .graphic::after { top: 4.5px; left: -10px; width: 13px; height: 108px; -webkit-animation-delay: -6089ms; animation-delay: -6089ms; } .gold:nth-child(4) .rotate { -webkit-animation: rotateZ 13882ms linear infinite; animation: rotateZ 13882ms linear infinite; } .gold:nth-child(5) { top: calc(50% + -57px); left: 11%; transform: rotateZ(277deg); } .gold:nth-child(5) .graphic { border-width: 0 12px 8px 5px; -webkit-animation-delay: -228ms, -228ms; animation-delay: -228ms, -228ms; } .gold:nth-child(5) .graphic::before { left: 3.5px; width: 204px; height: 8px; -webkit-animation-delay: -228ms; animation-delay: -228ms; } .gold:nth-child(5) .graphic::after { top: 4px; left: -5px; width: 17px; height: 96px; -webkit-animation-delay: -228ms; animation-delay: -228ms; } .gold:nth-child(5) .rotate { -webkit-animation: rotateZ 19225ms linear infinite; animation: rotateZ 19225ms linear infinite; } .gold:nth-child(6) { top: calc(50% + 23px); left: 93%; transform: rotateZ(287deg); } .gold:nth-child(6) .graphic { border-width: 0 5px 11px 9px; -webkit-animation-delay: -2521ms, -2521ms; animation-delay: -2521ms, -2521ms; } .gold:nth-child(6) .graphic::before { left: -2px; width: 168px; height: 11px; -webkit-animation-delay: -2521ms; animation-delay: -2521ms; } .gold:nth-child(6) .graphic::after { top: 5.5px; left: -9px; width: 14px; height: 132px; -webkit-animation-delay: -2521ms; animation-delay: -2521ms; } .gold:nth-child(6) .rotate { -webkit-animation: rotateZ 11949ms linear infinite; animation: rotateZ 11949ms linear infinite; } .gold:nth-child(7) { top: calc(50% + -10px); left: 78%; transform: rotateZ(161deg); } .gold:nth-child(7) .graphic { border-width: 0 4px 11px 3px; -webkit-animation-delay: -7155ms, -7155ms; animation-delay: -7155ms, -7155ms; } .gold:nth-child(7) .graphic::before { left: 0.5px; width: 84px; height: 11px; -webkit-animation-delay: -7155ms; animation-delay: -7155ms; } .gold:nth-child(7) .graphic::after { top: 5.5px; left: -3px; width: 7px; height: 132px; -webkit-animation-delay: -7155ms; animation-delay: -7155ms; } .gold:nth-child(7) .rotate { -webkit-animation: rotateZ 12909ms linear infinite; animation: rotateZ 12909ms linear infinite; } .gold:nth-child(8) { top: calc(50% + -32px); left: 25%; transform: rotateZ(229deg); } .gold:nth-child(8) .graphic { border-width: 0 11px 6px 3px; -webkit-animation-delay: -9671ms, -9671ms; animation-delay: -9671ms, -9671ms; } .gold:nth-child(8) .graphic::before { left: 4px; width: 168px; height: 6px; -webkit-animation-delay: -9671ms; animation-delay: -9671ms; } .gold:nth-child(8) .graphic::after { top: 3px; left: -3px; width: 14px; height: 72px; -webkit-animation-delay: -9671ms; animation-delay: -9671ms; } .gold:nth-child(8) .rotate { -webkit-animation: rotateZ 13916ms linear infinite; animation: rotateZ 13916ms linear infinite; } .gold:nth-child(9) { top: calc(50% + -83px); left: 55%; transform: rotateZ(224deg); } .gold:nth-child(9) .graphic { border-width: 0 10px 4px 3px; -webkit-animation-delay: -2597ms, -2597ms; animation-delay: -2597ms, -2597ms; } .gold:nth-child(9) .graphic::before { left: 3.5px; width: 156px; height: 4px; -webkit-animation-delay: -2597ms; animation-delay: -2597ms; } .gold:nth-child(9) .graphic::after { top: 2px; left: -3px; width: 13px; height: 48px; -webkit-animation-delay: -2597ms; animation-delay: -2597ms; } .gold:nth-child(9) .rotate { -webkit-animation: rotateZ 19187ms linear infinite; animation: rotateZ 19187ms linear infinite; } .gold:nth-child(10) { top: calc(50% + -89px); left: 5%; transform: rotateZ(149deg); } .gold:nth-child(10) .graphic { border-width: 0 8px 11px 3px; -webkit-animation-delay: -5922ms, -5922ms; animation-delay: -5922ms, -5922ms; } .gold:nth-child(10) .graphic::before { left: 2.5px; width: 132px; height: 11px; -webkit-animation-delay: -5922ms; animation-delay: -5922ms; } .gold:nth-child(10) .graphic::after { top: 5.5px; left: -3px; width: 11px; height: 132px; -webkit-animation-delay: -5922ms; animation-delay: -5922ms; } .gold:nth-child(10) .rotate { -webkit-animation: rotateZ 19289ms linear infinite; animation: rotateZ 19289ms linear infinite; } .gold:nth-child(11) { top: calc(50% + 26px); left: 99%; transform: rotateZ(74deg); } .gold:nth-child(11) .graphic { border-width: 0 7px 11px 8px; -webkit-animation-delay: -8223ms, -8223ms; animation-delay: -8223ms, -8223ms; } .gold:nth-child(11) .graphic::before { left: -0.5px; width: 180px; height: 11px; -webkit-animation-delay: -8223ms; animation-delay: -8223ms; } .gold:nth-child(11) .graphic::after { top: 5.5px; left: -8px; width: 15px; height: 132px; -webkit-animation-delay: -8223ms; animation-delay: -8223ms; } .gold:nth-child(11) .rotate { -webkit-animation: rotateZ 13614ms linear infinite; animation: rotateZ 13614ms linear infinite; } .gold:nth-child(12) { top: calc(50% + 40px); left: 37%; transform: rotateZ(121deg); } .gold:nth-child(12) .graphic { border-width: 0 4px 5px 8px; -webkit-animation-delay: -3955ms, -3955ms; animation-delay: -3955ms, -3955ms; } .gold:nth-child(12) .graphic::before { left: -2px; width: 144px; height: 5px; -webkit-animation-delay: -3955ms; animation-delay: -3955ms; } .gold:nth-child(12) .graphic::after { top: 2.5px; left: -8px; width: 12px; height: 60px; -webkit-animation-delay: -3955ms; animation-delay: -3955ms; } .gold:nth-child(12) .rotate { -webkit-animation: rotateZ 10703ms linear infinite; animation: rotateZ 10703ms linear infinite; } .gold:nth-child(13) { top: calc(50% + -85px); left: 62%; transform: rotateZ(293deg); } .gold:nth-child(13) .graphic { border-width: 0 9px 5px 8px; -webkit-animation-delay: -1956ms, -1956ms; animation-delay: -1956ms, -1956ms; } .gold:nth-child(13) .graphic::before { left: 0.5px; width: 204px; height: 5px; -webkit-animation-delay: -1956ms; animation-delay: -1956ms; } .gold:nth-child(13) .graphic::after { top: 2.5px; left: -8px; width: 17px; height: 60px; -webkit-animation-delay: -1956ms; animation-delay: -1956ms; } .gold:nth-child(13) .rotate { -webkit-animation: rotateZ 12360ms linear infinite; animation: rotateZ 12360ms linear infinite; } .gold:nth-child(14) { top: calc(50% + 79px); left: 10%; transform: rotateZ(190deg); } .gold:nth-child(14) .graphic { border-width: 0 9px 9px 10px; -webkit-animation-delay: -8644ms, -8644ms; animation-delay: -8644ms, -8644ms; } .gold:nth-child(14) .graphic::before { left: -0.5px; width: 228px; height: 9px; -webkit-animation-delay: -8644ms; animation-delay: -8644ms; } .gold:nth-child(14) .graphic::after { top: 4.5px; left: -10px; width: 19px; height: 108px; -webkit-animation-delay: -8644ms; animation-delay: -8644ms; } .gold:nth-child(14) .rotate { -webkit-animation: rotateZ 17957ms linear infinite; animation: rotateZ 17957ms linear infinite; } .gold:nth-child(15) { top: calc(50% + 32px); left: 62%; transform: rotateZ(301deg); } .gold:nth-child(15) .graphic { border-width: 0 3px 10px 4px; -webkit-animation-delay: -1519ms, -1519ms; animation-delay: -1519ms, -1519ms; } .gold:nth-child(15) .graphic::before { left: -0.5px; width: 84px; height: 10px; -webkit-animation-delay: -1519ms; animation-delay: -1519ms; } .gold:nth-child(15) .graphic::after { top: 5px; left: -4px; width: 7px; height: 120px; -webkit-animation-delay: -1519ms; animation-delay: -1519ms; } .gold:nth-child(15) .rotate { -webkit-animation: rotateZ 15738ms linear infinite; animation: rotateZ 15738ms linear infinite; } .gold:nth-child(16) { top: calc(50% + 33px); left: 62%; transform: rotateZ(234deg); } .gold:nth-child(16) .graphic { border-width: 0 10px 6px 3px; -webkit-animation-delay: -3296ms, -3296ms; animation-delay: -3296ms, -3296ms; } .gold:nth-child(16) .graphic::before { left: 3.5px; width: 156px; height: 6px; -webkit-animation-delay: -3296ms; animation-delay: -3296ms; } .gold:nth-child(16) .graphic::after { top: 3px; left: -3px; width: 13px; height: 72px; -webkit-animation-delay: -3296ms; animation-delay: -3296ms; } .gold:nth-child(16) .rotate { -webkit-animation: rotateZ 11310ms linear infinite; animation: rotateZ 11310ms linear infinite; } .gold:nth-child(17) { top: calc(50% + -45px); left: 79%; transform: rotateZ(360deg); } .gold:nth-child(17) .graphic { border-width: 0 4px 7px 9px; -webkit-animation-delay: -569ms, -569ms; animation-delay: -569ms, -569ms; } .gold:nth-child(17) .graphic::before { left: -2.5px; width: 156px; height: 7px; -webkit-animation-delay: -569ms; animation-delay: -569ms; } .gold:nth-child(17) .graphic::after { top: 3.5px; left: -9px; width: 13px; height: 84px; -webkit-animation-delay: -569ms; animation-delay: -569ms; } .gold:nth-child(17) .rotate { -webkit-animation: rotateZ 17126ms linear infinite; animation: rotateZ 17126ms linear infinite; } .gold:nth-child(18) { top: calc(50% + -93px); left: 13%; transform: rotateZ(360deg); } .gold:nth-child(18) .graphic { border-width: 0 5px 8px 11px; -webkit-animation-delay: -8788ms, -8788ms; animation-delay: -8788ms, -8788ms; } .gold:nth-child(18) .graphic::before { left: -3px; width: 192px; height: 8px; -webkit-animation-delay: -8788ms; animation-delay: -8788ms; } .gold:nth-child(18) .graphic::after { top: 4px; left: -11px; width: 16px; height: 96px; -webkit-animation-delay: -8788ms; animation-delay: -8788ms; } .gold:nth-child(18) .rotate { -webkit-animation: rotateZ 10594ms linear infinite; animation: rotateZ 10594ms linear infinite; } .gold:nth-child(19) { top: calc(50% + 62px); left: 87%; transform: rotateZ(22deg); } .gold:nth-child(19) .graphic { border-width: 0 12px 11px 10px; -webkit-animation-delay: -9908ms, -9908ms; animation-delay: -9908ms, -9908ms; } .gold:nth-child(19) .graphic::before { left: 1px; width: 264px; height: 11px; -webkit-animation-delay: -9908ms; animation-delay: -9908ms; } .gold:nth-child(19) .graphic::after { top: 5.5px; left: -10px; width: 22px; height: 132px; -webkit-animation-delay: -9908ms; animation-delay: -9908ms; } .gold:nth-child(19) .rotate { -webkit-animation: rotateZ 15897ms linear infinite; animation: rotateZ 15897ms linear infinite; } .gold:nth-child(20) { top: calc(50% + 77px); left: 22%; transform: rotateZ(157deg); } .gold:nth-child(20) .graphic { border-width: 0 3px 9px 11px; -webkit-animation-delay: -5520ms, -5520ms; animation-delay: -5520ms, -5520ms; } .gold:nth-child(20) .graphic::before { left: -4px; width: 168px; height: 9px; -webkit-animation-delay: -5520ms; animation-delay: -5520ms; } .gold:nth-child(20) .graphic::after { top: 4.5px; left: -11px; width: 14px; height: 108px; -webkit-animation-delay: -5520ms; animation-delay: -5520ms; } .gold:nth-child(20) .rotate { -webkit-animation: rotateZ 16932ms linear infinite; animation: rotateZ 16932ms linear infinite; } .gold:nth-child(21) { top: calc(50% + -84px); left: 18%; transform: rotateZ(279deg); } .gold:nth-child(21) .graphic { border-width: 0 3px 10px 11px; -webkit-animation-delay: -5418ms, -5418ms; animation-delay: -5418ms, -5418ms; } .gold:nth-child(21) .graphic::before { left: -4px; width: 168px; height: 10px; -webkit-animation-delay: -5418ms; animation-delay: -5418ms; } .gold:nth-child(21) .graphic::after { top: 5px; left: -11px; width: 14px; height: 120px; -webkit-animation-delay: -5418ms; animation-delay: -5418ms; } .gold:nth-child(21) .rotate { -webkit-animation: rotateZ 18639ms linear infinite; animation: rotateZ 18639ms linear infinite; } .gold:nth-child(22) { top: calc(50% + 39px); left: 3%; transform: rotateZ(77deg); } .gold:nth-child(22) .graphic { border-width: 0 5px 6px 5px; -webkit-animation-delay: -1115ms, -1115ms; animation-delay: -1115ms, -1115ms; } .gold:nth-child(22) .graphic::before { left: 0px; width: 120px; height: 6px; -webkit-animation-delay: -1115ms; animation-delay: -1115ms; } .gold:nth-child(22) .graphic::after { top: 3px; left: -5px; width: 10px; height: 72px; -webkit-animation-delay: -1115ms; animation-delay: -1115ms; } .gold:nth-child(22) .rotate { -webkit-animation: rotateZ 13386ms linear infinite; animation: rotateZ 13386ms linear infinite; } .gold:nth-child(23) { top: calc(50% + 70px); left: 91%; transform: rotateZ(55deg); } .gold:nth-child(23) .graphic { border-width: 0 9px 5px 5px; -webkit-animation-delay: -4948ms, -4948ms; animation-delay: -4948ms, -4948ms; } .gold:nth-child(23) .graphic::before { left: 2px; width: 168px; height: 5px; -webkit-animation-delay: -4948ms; animation-delay: -4948ms; } .gold:nth-child(23) .graphic::after { top: 2.5px; left: -5px; width: 14px; height: 60px; -webkit-animation-delay: -4948ms; animation-delay: -4948ms; } .gold:nth-child(23) .rotate { -webkit-animation: rotateZ 17450ms linear infinite; animation: rotateZ 17450ms linear infinite; } .gold:nth-child(24) { top: calc(50% + -20px); left: 53%; transform: rotateZ(320deg); } .gold:nth-child(24) .graphic { border-width: 0 9px 11px 4px; -webkit-animation-delay: -3475ms, -3475ms; animation-delay: -3475ms, -3475ms; } .gold:nth-child(24) .graphic::before { left: 2.5px; width: 156px; height: 11px; -webkit-animation-delay: -3475ms; animation-delay: -3475ms; } .gold:nth-child(24) .graphic::after { top: 5.5px; left: -4px; width: 13px; height: 132px; -webkit-animation-delay: -3475ms; animation-delay: -3475ms; } .gold:nth-child(24) .rotate { -webkit-animation: rotateZ 14967ms linear infinite; animation: rotateZ 14967ms linear infinite; } .gold:nth-child(25) { top: calc(50% + 47px); left: 2%; transform: rotateZ(65deg); } .gold:nth-child(25) .graphic { border-width: 0 12px 4px 7px; -webkit-animation-delay: -6646ms, -6646ms; animation-delay: -6646ms, -6646ms; } .gold:nth-child(25) .graphic::before { left: 2.5px; width: 228px; height: 4px; -webkit-animation-delay: -6646ms; animation-delay: -6646ms; } .gold:nth-child(25) .graphic::after { top: 2px; left: -7px; width: 19px; height: 48px; -webkit-animation-delay: -6646ms; animation-delay: -6646ms; } .gold:nth-child(25) .rotate { -webkit-animation: rotateZ 14093ms linear infinite; animation: rotateZ 14093ms linear infinite; } .gold:nth-child(26) { top: calc(50% + -58px); left: 36%; transform: rotateZ(283deg); } .gold:nth-child(26) .graphic { border-width: 0 10px 6px 3px; -webkit-animation-delay: -3144ms, -3144ms; animation-delay: -3144ms, -3144ms; } .gold:nth-child(26) .graphic::before { left: 3.5px; width: 156px; height: 6px; -webkit-animation-delay: -3144ms; animation-delay: -3144ms; } .gold:nth-child(26) .graphic::after { top: 3px; left: -3px; width: 13px; height: 72px; -webkit-animation-delay: -3144ms; animation-delay: -3144ms; } .gold:nth-child(26) .rotate { -webkit-animation: rotateZ 19316ms linear infinite; animation: rotateZ 19316ms linear infinite; } .gold:nth-child(27) { top: calc(50% + -56px); left: 6%; transform: rotateZ(187deg); } .gold:nth-child(27) .graphic { border-width: 0 9px 4px 7px; -webkit-animation-delay: -3662ms, -3662ms; animation-delay: -3662ms, -3662ms; } .gold:nth-child(27) .graphic::before { left: 1px; width: 192px; height: 4px; -webkit-animation-delay: -3662ms; animation-delay: -3662ms; } .gold:nth-child(27) .graphic::after { top: 2px; left: -7px; width: 16px; height: 48px; -webkit-animation-delay: -3662ms; animation-delay: -3662ms; } .gold:nth-child(27) .rotate { -webkit-animation: rotateZ 14648ms linear infinite; animation: rotateZ 14648ms linear infinite; } .gold:nth-child(28) { top: calc(50% + 26px); left: 70%; transform: rotateZ(182deg); } .gold:nth-child(28) .graphic { border-width: 0 4px 11px 6px; -webkit-animation-delay: -3224ms, -3224ms; animation-delay: -3224ms, -3224ms; } .gold:nth-child(28) .graphic::before { left: -1px; width: 120px; height: 11px; -webkit-animation-delay: -3224ms; animation-delay: -3224ms; } .gold:nth-child(28) .graphic::after { top: 5.5px; left: -6px; width: 10px; height: 132px; -webkit-animation-delay: -3224ms; animation-delay: -3224ms; } .gold:nth-child(28) .rotate { -webkit-animation: rotateZ 13981ms linear infinite; animation: rotateZ 13981ms linear infinite; } .gold:nth-child(29) { top: calc(50% + 28px); left: 60%; transform: rotateZ(215deg); } .gold:nth-child(29) .graphic { border-width: 0 6px 6px 11px; -webkit-animation-delay: -8380ms, -8380ms; animation-delay: -8380ms, -8380ms; } .gold:nth-child(29) .graphic::before { left: -2.5px; width: 204px; height: 6px; -webkit-animation-delay: -8380ms; animation-delay: -8380ms; } .gold:nth-child(29) .graphic::after { top: 3px; left: -11px; width: 17px; height: 72px; -webkit-animation-delay: -8380ms; animation-delay: -8380ms; } .gold:nth-child(29) .rotate { -webkit-animation: rotateZ 14896ms linear infinite; animation: rotateZ 14896ms linear infinite; } .gold:nth-child(30) { top: calc(50% + 50px); left: 95%; transform: rotateZ(324deg); } .gold:nth-child(30) .graphic { border-width: 0 4px 10px 10px; -webkit-animation-delay: -4040ms, -4040ms; animation-delay: -4040ms, -4040ms; } .gold:nth-child(30) .graphic::before { left: -3px; width: 168px; height: 10px; -webkit-animation-delay: -4040ms; animation-delay: -4040ms; } .gold:nth-child(30) .graphic::after { top: 5px; left: -10px; width: 14px; height: 120px; -webkit-animation-delay: -4040ms; animation-delay: -4040ms; } .gold:nth-child(30) .rotate { -webkit-animation: rotateZ 14552ms linear infinite; animation: rotateZ 14552ms linear infinite; } .gold:nth-child(31) { top: calc(50% + 98px); left: 17%; transform: rotateZ(119deg); } .gold:nth-child(31) .graphic { border-width: 0 12px 3px 4px; -webkit-animation-delay: -7580ms, -7580ms; animation-delay: -7580ms, -7580ms; } .gold:nth-child(31) .graphic::before { left: 4px; width: 192px; height: 3px; -webkit-animation-delay: -7580ms; animation-delay: -7580ms; } .gold:nth-child(31) .graphic::after { top: 1.5px; left: -4px; width: 16px; height: 36px; -webkit-animation-delay: -7580ms; animation-delay: -7580ms; } .gold:nth-child(31) .rotate { -webkit-animation: rotateZ 13951ms linear infinite; animation: rotateZ 13951ms linear infinite; } .gold:nth-child(32) { top: calc(50% + 53px); left: 37%; transform: rotateZ(118deg); } .gold:nth-child(32) .graphic { border-width: 0 7px 10px 8px; -webkit-animation-delay: -4424ms, -4424ms; animation-delay: -4424ms, -4424ms; } .gold:nth-child(32) .graphic::before { left: -0.5px; width: 180px; height: 10px; -webkit-animation-delay: -4424ms; animation-delay: -4424ms; } .gold:nth-child(32) .graphic::after { top: 5px; left: -8px; width: 15px; height: 120px; -webkit-animation-delay: -4424ms; animation-delay: -4424ms; } .gold:nth-child(32) .rotate { -webkit-animation: rotateZ 10263ms linear infinite; animation: rotateZ 10263ms linear infinite; } .gold:nth-child(33) { top: calc(50% + 88px); left: 43%; transform: rotateZ(249deg); } .gold:nth-child(33) .graphic { border-width: 0 6px 10px 3px; -webkit-animation-delay: -1814ms, -1814ms; animation-delay: -1814ms, -1814ms; } .gold:nth-child(33) .graphic::before { left: 1.5px; width: 108px; height: 10px; -webkit-animation-delay: -1814ms; animation-delay: -1814ms; } .gold:nth-child(33) .graphic::after { top: 5px; left: -3px; width: 9px; height: 120px; -webkit-animation-delay: -1814ms; animation-delay: -1814ms; } .gold:nth-child(33) .rotate { -webkit-animation: rotateZ 11800ms linear infinite; animation: rotateZ 11800ms linear infinite; } .gold:nth-child(34) { top: calc(50% + -54px); left: 75%; transform: rotateZ(40deg); } .gold:nth-child(34) .graphic { border-width: 0 5px 11px 12px; -webkit-animation-delay: -4148ms, -4148ms; animation-delay: -4148ms, -4148ms; } .gold:nth-child(34) .graphic::before { left: -3.5px; width: 204px; height: 11px; -webkit-animation-delay: -4148ms; animation-delay: -4148ms; } .gold:nth-child(34) .graphic::after { top: 5.5px; left: -12px; width: 17px; height: 132px; -webkit-animation-delay: -4148ms; animation-delay: -4148ms; } .gold:nth-child(34) .rotate { -webkit-animation: rotateZ 17292ms linear infinite; animation: rotateZ 17292ms linear infinite; } .gold:nth-child(35) { top: calc(50% + 82px); left: 8%; transform: rotateZ(253deg); } .gold:nth-child(35) .graphic { border-width: 0 8px 11px 11px; -webkit-animation-delay: -7461ms, -7461ms; animation-delay: -7461ms, -7461ms; } .gold:nth-child(35) .graphic::before { left: -1.5px; width: 228px; height: 11px; -webkit-animation-delay: -7461ms; animation-delay: -7461ms; } .gold:nth-child(35) .graphic::after { top: 5.5px; left: -11px; width: 19px; height: 132px; -webkit-animation-delay: -7461ms; animation-delay: -7461ms; } .gold:nth-child(35) .rotate { -webkit-animation: rotateZ 19604ms linear infinite; animation: rotateZ 19604ms linear infinite; } .gold:nth-child(36) { top: calc(50% + 51px); left: 17%; transform: rotateZ(321deg); } .gold:nth-child(36) .graphic { border-width: 0 10px 6px 3px; -webkit-animation-delay: -6697ms, -6697ms; animation-delay: -6697ms, -6697ms; } .gold:nth-child(36) .graphic::before { left: 3.5px; width: 156px; height: 6px; -webkit-animation-delay: -6697ms; animation-delay: -6697ms; } .gold:nth-child(36) .graphic::after { top: 3px; left: -3px; width: 13px; height: 72px; -webkit-animation-delay: -6697ms; animation-delay: -6697ms; } .gold:nth-child(36) .rotate { -webkit-animation: rotateZ 17872ms linear infinite; animation: rotateZ 17872ms linear infinite; } .gold:nth-child(37) { top: calc(50% + 4px); left: 71%; transform: rotateZ(267deg); } .gold:nth-child(37) .graphic { border-width: 0 9px 8px 6px; -webkit-animation-delay: -6980ms, -6980ms; animation-delay: -6980ms, -6980ms; } .gold:nth-child(37) .graphic::before { left: 1.5px; width: 180px; height: 8px; -webkit-animation-delay: -6980ms; animation-delay: -6980ms; } .gold:nth-child(37) .graphic::after { top: 4px; left: -6px; width: 15px; height: 96px; -webkit-animation-delay: -6980ms; animation-delay: -6980ms; } .gold:nth-child(37) .rotate { -webkit-animation: rotateZ 12224ms linear infinite; animation: rotateZ 12224ms linear infinite; } .gold:nth-child(38) { top: calc(50% + 15px); left: 14%; transform: rotateZ(53deg); } .gold:nth-child(38) .graphic { border-width: 0 12px 7px 12px; -webkit-animation-delay: -9813ms, -9813ms; animation-delay: -9813ms, -9813ms; } .gold:nth-child(38) .graphic::before { left: 0px; width: 288px; height: 7px; -webkit-animation-delay: -9813ms; animation-delay: -9813ms; } .gold:nth-child(38) .graphic::after { top: 3.5px; left: -12px; width: 24px; height: 84px; -webkit-animation-delay: -9813ms; animation-delay: -9813ms; } .gold:nth-child(38) .rotate { -webkit-animation: rotateZ 16106ms linear infinite; animation: rotateZ 16106ms linear infinite; } .gold:nth-child(39) { top: calc(50% + -54px); left: 10%; transform: rotateZ(228deg); } .gold:nth-child(39) .graphic { border-width: 0 7px 7px 5px; -webkit-animation-delay: -5264ms, -5264ms; animation-delay: -5264ms, -5264ms; } .gold:nth-child(39) .graphic::before { left: 1px; width: 144px; height: 7px; -webkit-animation-delay: -5264ms; animation-delay: -5264ms; } .gold:nth-child(39) .graphic::after { top: 3.5px; left: -5px; width: 12px; height: 84px; -webkit-animation-delay: -5264ms; animation-delay: -5264ms; } .gold:nth-child(39) .rotate { -webkit-animation: rotateZ 19747ms linear infinite; animation: rotateZ 19747ms linear infinite; } .gold:nth-child(40) { top: calc(50% + -93px); left: 41%; transform: rotateZ(263deg); } .gold:nth-child(40) .graphic { border-width: 0 6px 5px 11px; -webkit-animation-delay: -5074ms, -5074ms; animation-delay: -5074ms, -5074ms; } .gold:nth-child(40) .graphic::before { left: -2.5px; width: 204px; height: 5px; -webkit-animation-delay: -5074ms; animation-delay: -5074ms; } .gold:nth-child(40) .graphic::after { top: 2.5px; left: -11px; width: 17px; height: 60px; -webkit-animation-delay: -5074ms; animation-delay: -5074ms; } .gold:nth-child(40) .rotate { -webkit-animation: rotateZ 15163ms linear infinite; animation: rotateZ 15163ms linear infinite; } .gold:nth-child(41) { top: calc(50% + 34px); left: 26%; transform: rotateZ(288deg); } .gold:nth-child(41) .graphic { border-width: 0 3px 10px 3px; -webkit-animation-delay: -1643ms, -1643ms; animation-delay: -1643ms, -1643ms; } .gold:nth-child(41) .graphic::before { left: 0px; width: 72px; height: 10px; -webkit-animation-delay: -1643ms; animation-delay: -1643ms; } .gold:nth-child(41) .graphic::after { top: 5px; left: -3px; width: 6px; height: 120px; -webkit-animation-delay: -1643ms; animation-delay: -1643ms; } .gold:nth-child(41) .rotate { -webkit-animation: rotateZ 18352ms linear infinite; animation: rotateZ 18352ms linear infinite; } .gold:nth-child(42) { top: calc(50% + -85px); left: 89%; transform: rotateZ(359deg); } .gold:nth-child(42) .graphic { border-width: 0 10px 5px 12px; -webkit-animation-delay: -9925ms, -9925ms; animation-delay: -9925ms, -9925ms; } .gold:nth-child(42) .graphic::before { left: -1px; width: 264px; height: 5px; -webkit-animation-delay: -9925ms; animation-delay: -9925ms; } .gold:nth-child(42) .graphic::after { top: 2.5px; left: -12px; width: 22px; height: 60px; -webkit-animation-delay: -9925ms; animation-delay: -9925ms; } .gold:nth-child(42) .rotate { -webkit-animation: rotateZ 14150ms linear infinite; animation: rotateZ 14150ms linear infinite; } .gold:nth-child(43) { top: calc(50% + -95px); left: 15%; transform: rotateZ(17deg); } .gold:nth-child(43) .graphic { border-width: 0 10px 4px 7px; -webkit-animation-delay: -6493ms, -6493ms; animation-delay: -6493ms, -6493ms; } .gold:nth-child(43) .graphic::before { left: 1.5px; width: 204px; height: 4px; -webkit-animation-delay: -6493ms; animation-delay: -6493ms; } .gold:nth-child(43) .graphic::after { top: 2px; left: -7px; width: 17px; height: 48px; -webkit-animation-delay: -6493ms; animation-delay: -6493ms; } .gold:nth-child(43) .rotate { -webkit-animation: rotateZ 14148ms linear infinite; animation: rotateZ 14148ms linear infinite; } .gold:nth-child(44) { top: calc(50% + 71px); left: 67%; transform: rotateZ(68deg); } .gold:nth-child(44) .graphic { border-width: 0 8px 12px 11px; -webkit-animation-delay: -434ms, -434ms; animation-delay: -434ms, -434ms; } .gold:nth-child(44) .graphic::before { left: -1.5px; width: 228px; height: 12px; -webkit-animation-delay: -434ms; animation-delay: -434ms; } .gold:nth-child(44) .graphic::after { top: 6px; left: -11px; width: 19px; height: 144px; -webkit-animation-delay: -434ms; animation-delay: -434ms; } .gold:nth-child(44) .rotate { -webkit-animation: rotateZ 10339ms linear infinite; animation: rotateZ 10339ms linear infinite; } .gold:nth-child(45) { top: calc(50% + 42px); left: 40%; transform: rotateZ(337deg); } .gold:nth-child(45) .graphic { border-width: 0 5px 6px 12px; -webkit-animation-delay: -3628ms, -3628ms; animation-delay: -3628ms, -3628ms; } .gold:nth-child(45) .graphic::before { left: -3.5px; width: 204px; height: 6px; -webkit-animation-delay: -3628ms; animation-delay: -3628ms; } .gold:nth-child(45) .graphic::after { top: 3px; left: -12px; width: 17px; height: 72px; -webkit-animation-delay: -3628ms; animation-delay: -3628ms; } .gold:nth-child(45) .rotate { -webkit-animation: rotateZ 12467ms linear infinite; animation: rotateZ 12467ms linear infinite; } .gold:nth-child(46) { top: calc(50% + -77px); left: 80%; transform: rotateZ(237deg); } .gold:nth-child(46) .graphic { border-width: 0 11px 7px 3px; -webkit-animation-delay: -6445ms, -6445ms; animation-delay: -6445ms, -6445ms; } .gold:nth-child(46) .graphic::before { left: 4px; width: 168px; height: 7px; -webkit-animation-delay: -6445ms; animation-delay: -6445ms; } .gold:nth-child(46) .graphic::after { top: 3.5px; left: -3px; width: 14px; height: 84px; -webkit-animation-delay: -6445ms; animation-delay: -6445ms; } .gold:nth-child(46) .rotate { -webkit-animation: rotateZ 10183ms linear infinite; animation: rotateZ 10183ms linear infinite; } .gold:nth-child(47) { top: calc(50% + -73px); left: 91%; transform: rotateZ(44deg); } .gold:nth-child(47) .graphic { border-width: 0 8px 6px 10px; -webkit-animation-delay: -9424ms, -9424ms; animation-delay: -9424ms, -9424ms; } .gold:nth-child(47) .graphic::before { left: -1px; width: 216px; height: 6px; -webkit-animation-delay: -9424ms; animation-delay: -9424ms; } .gold:nth-child(47) .graphic::after { top: 3px; left: -10px; width: 18px; height: 72px; -webkit-animation-delay: -9424ms; animation-delay: -9424ms; } .gold:nth-child(47) .rotate { -webkit-animation: rotateZ 16621ms linear infinite; animation: rotateZ 16621ms linear infinite; } .gold:nth-child(48) { top: calc(50% + 99px); left: 87%; transform: rotateZ(69deg); } .gold:nth-child(48) .graphic { border-width: 0 5px 3px 8px; -webkit-animation-delay: -6279ms, -6279ms; animation-delay: -6279ms, -6279ms; } .gold:nth-child(48) .graphic::before { left: -1.5px; width: 156px; height: 3px; -webkit-animation-delay: -6279ms; animation-delay: -6279ms; } .gold:nth-child(48) .graphic::after { top: 1.5px; left: -8px; width: 13px; height: 36px; -webkit-animation-delay: -6279ms; animation-delay: -6279ms; } .gold:nth-child(48) .rotate { -webkit-animation: rotateZ 10430ms linear infinite; animation: rotateZ 10430ms linear infinite; } .gold:nth-child(49) { top: calc(50% + 6px); left: 29%; transform: rotateZ(315deg); } .gold:nth-child(49) .graphic { border-width: 0 10px 12px 8px; -webkit-animation-delay: -4244ms, -4244ms; animation-delay: -4244ms, -4244ms; } .gold:nth-child(49) .graphic::before { left: 1px; width: 216px; height: 12px; -webkit-animation-delay: -4244ms; animation-delay: -4244ms; } .gold:nth-child(49) .graphic::after { top: 6px; left: -8px; width: 18px; height: 144px; -webkit-animation-delay: -4244ms; animation-delay: -4244ms; } .gold:nth-child(49) .rotate { -webkit-animation: rotateZ 14831ms linear infinite; animation: rotateZ 14831ms linear infinite; } .gold:nth-child(50) { top: calc(50% + -58px); left: 73%; transform: rotateZ(310deg); } .gold:nth-child(50) .graphic { border-width: 0 4px 6px 5px; -webkit-animation-delay: -9661ms, -9661ms; animation-delay: -9661ms, -9661ms; } .gold:nth-child(50) .graphic::before { left: -0.5px; width: 108px; height: 6px; -webkit-animation-delay: -9661ms; animation-delay: -9661ms; } .gold:nth-child(50) .graphic::after { top: 3px; left: -5px; width: 9px; height: 72px; -webkit-animation-delay: -9661ms; animation-delay: -9661ms; } .gold:nth-child(50) .rotate { -webkit-animation: rotateZ 19333ms linear infinite; animation: rotateZ 19333ms linear infinite; } .gold:nth-child(51) { top: calc(50% + -3px); left: 90%; transform: rotateZ(310deg); } .gold:nth-child(51) .graphic { border-width: 0 3px 11px 12px; -webkit-animation-delay: -3867ms, -3867ms; animation-delay: -3867ms, -3867ms; } .gold:nth-child(51) .graphic::before { left: -4.5px; width: 180px; height: 11px; -webkit-animation-delay: -3867ms; animation-delay: -3867ms; } .gold:nth-child(51) .graphic::after { top: 5.5px; left: -12px; width: 15px; height: 132px; -webkit-animation-delay: -3867ms; animation-delay: -3867ms; } .gold:nth-child(51) .rotate { -webkit-animation: rotateZ 14605ms linear infinite; animation: rotateZ 14605ms linear infinite; } .gold:nth-child(52) { top: calc(50% + -26px); left: 39%; transform: rotateZ(105deg); } .gold:nth-child(52) .graphic { border-width: 0 9px 6px 8px; -webkit-animation-delay: -261ms, -261ms; animation-delay: -261ms, -261ms; } .gold:nth-child(52) .graphic::before { left: 0.5px; width: 204px; height: 6px; -webkit-animation-delay: -261ms; animation-delay: -261ms; } .gold:nth-child(52) .graphic::after { top: 3px; left: -8px; width: 17px; height: 72px; -webkit-animation-delay: -261ms; animation-delay: -261ms; } .gold:nth-child(52) .rotate { -webkit-animation: rotateZ 10132ms linear infinite; animation: rotateZ 10132ms linear infinite; } .gold:nth-child(53) { top: calc(50% + -61px); left: 98%; transform: rotateZ(317deg); } .gold:nth-child(53) .graphic { border-width: 0 5px 4px 3px; -webkit-animation-delay: -6065ms, -6065ms; animation-delay: -6065ms, -6065ms; } .gold:nth-child(53) .graphic::before { left: 1px; width: 96px; height: 4px; -webkit-animation-delay: -6065ms; animation-delay: -6065ms; } .gold:nth-child(53) .graphic::after { top: 2px; left: -3px; width: 8px; height: 48px; -webkit-animation-delay: -6065ms; animation-delay: -6065ms; } .gold:nth-child(53) .rotate { -webkit-animation: rotateZ 17360ms linear infinite; animation: rotateZ 17360ms linear infinite; } .gold:nth-child(54) { top: calc(50% + -55px); left: 18%; transform: rotateZ(357deg); } .gold:nth-child(54) .graphic { border-width: 0 10px 3px 5px; -webkit-animation-delay: -5382ms, -5382ms; animation-delay: -5382ms, -5382ms; } .gold:nth-child(54) .graphic::before { left: 2.5px; width: 180px; height: 3px; -webkit-animation-delay: -5382ms; animation-delay: -5382ms; } .gold:nth-child(54) .graphic::after { top: 1.5px; left: -5px; width: 15px; height: 36px; -webkit-animation-delay: -5382ms; animation-delay: -5382ms; } .gold:nth-child(54) .rotate { -webkit-animation: rotateZ 12990ms linear infinite; animation: rotateZ 12990ms linear infinite; } .gold:nth-child(55) { top: calc(50% + -79px); left: 72%; transform: rotateZ(300deg); } .gold:nth-child(55) .graphic { border-width: 0 12px 12px 12px; -webkit-animation-delay: -3373ms, -3373ms; animation-delay: -3373ms, -3373ms; } .gold:nth-child(55) .graphic::before { left: 0px; width: 288px; height: 12px; -webkit-animation-delay: -3373ms; animation-delay: -3373ms; } .gold:nth-child(55) .graphic::after { top: 6px; left: -12px; width: 24px; height: 144px; -webkit-animation-delay: -3373ms; animation-delay: -3373ms; } .gold:nth-child(55) .rotate { -webkit-animation: rotateZ 15252ms linear infinite; animation: rotateZ 15252ms linear infinite; } .gold:nth-child(56) { top: calc(50% + -46px); left: 80%; transform: rotateZ(226deg); } .gold:nth-child(56) .graphic { border-width: 0 9px 4px 3px; -webkit-animation-delay: -2000ms, -2000ms; animation-delay: -2000ms, -2000ms; } .gold:nth-child(56) .graphic::before { left: 3px; width: 144px; height: 4px; -webkit-animation-delay: -2000ms; animation-delay: -2000ms; } .gold:nth-child(56) .graphic::after { top: 2px; left: -3px; width: 12px; height: 48px; -webkit-animation-delay: -2000ms; animation-delay: -2000ms; } .gold:nth-child(56) .rotate { -webkit-animation: rotateZ 15009ms linear infinite; animation: rotateZ 15009ms linear infinite; } .gold:nth-child(57) { top: calc(50% + -75px); left: 86%; transform: rotateZ(48deg); } .gold:nth-child(57) .graphic { border-width: 0 11px 6px 8px; -webkit-animation-delay: -331ms, -331ms; animation-delay: -331ms, -331ms; } .gold:nth-child(57) .graphic::before { left: 1.5px; width: 228px; height: 6px; -webkit-animation-delay: -331ms; animation-delay: -331ms; } .gold:nth-child(57) .graphic::after { top: 3px; left: -8px; width: 19px; height: 72px; -webkit-animation-delay: -331ms; animation-delay: -331ms; } .gold:nth-child(57) .rotate { -webkit-animation: rotateZ 17372ms linear infinite; animation: rotateZ 17372ms linear infinite; } .gold:nth-child(58) { top: calc(50% + -55px); left: 48%; transform: rotateZ(85deg); } .gold:nth-child(58) .graphic { border-width: 0 11px 11px 12px; -webkit-animation-delay: -6368ms, -6368ms; animation-delay: -6368ms, -6368ms; } .gold:nth-child(58) .graphic::before { left: -0.5px; width: 276px; height: 11px; -webkit-animation-delay: -6368ms; animation-delay: -6368ms; } .gold:nth-child(58) .graphic::after { top: 5.5px; left: -12px; width: 23px; height: 132px; -webkit-animation-delay: -6368ms; animation-delay: -6368ms; } .gold:nth-child(58) .rotate { -webkit-animation: rotateZ 11676ms linear infinite; animation: rotateZ 11676ms linear infinite; } .gold:nth-child(59) { top: calc(50% + 2px); left: 5%; transform: rotateZ(154deg); } .gold:nth-child(59) .graphic { border-width: 0 12px 5px 7px; -webkit-animation-delay: -4786ms, -4786ms; animation-delay: -4786ms, -4786ms; } .gold:nth-child(59) .graphic::before { left: 2.5px; width: 228px; height: 5px; -webkit-animation-delay: -4786ms; animation-delay: -4786ms; } .gold:nth-child(59) .graphic::after { top: 2.5px; left: -7px; width: 19px; height: 60px; -webkit-animation-delay: -4786ms; animation-delay: -4786ms; } .gold:nth-child(59) .rotate { -webkit-animation: rotateZ 17920ms linear infinite; animation: rotateZ 17920ms linear infinite; } .gold:nth-child(60) { top: calc(50% + 34px); left: 97%; transform: rotateZ(272deg); } .gold:nth-child(60) .graphic { border-width: 0 9px 8px 8px; -webkit-animation-delay: -9066ms, -9066ms; animation-delay: -9066ms, -9066ms; } .gold:nth-child(60) .graphic::before { left: 0.5px; width: 204px; height: 8px; -webkit-animation-delay: -9066ms; animation-delay: -9066ms; } .gold:nth-child(60) .graphic::after { top: 4px; left: -8px; width: 17px; height: 96px; -webkit-animation-delay: -9066ms; animation-delay: -9066ms; } .gold:nth-child(60) .rotate { -webkit-animation: rotateZ 17422ms linear infinite; animation: rotateZ 17422ms linear infinite; } .gold:nth-child(61) { top: calc(50% + 36px); left: 41%; transform: rotateZ(90deg); } .gold:nth-child(61) .graphic { border-width: 0 6px 11px 8px; -webkit-animation-delay: -5020ms, -5020ms; animation-delay: -5020ms, -5020ms; } .gold:nth-child(61) .graphic::before { left: -1px; width: 168px; height: 11px; -webkit-animation-delay: -5020ms; animation-delay: -5020ms; } .gold:nth-child(61) .graphic::after { top: 5.5px; left: -8px; width: 14px; height: 132px; -webkit-animation-delay: -5020ms; animation-delay: -5020ms; } .gold:nth-child(61) .rotate { -webkit-animation: rotateZ 12728ms linear infinite; animation: rotateZ 12728ms linear infinite; } .gold:nth-child(62) { top: calc(50% + -60px); left: 62%; transform: rotateZ(168deg); } .gold:nth-child(62) .graphic { border-width: 0 10px 11px 11px; -webkit-animation-delay: -9958ms, -9958ms; animation-delay: -9958ms, -9958ms; } .gold:nth-child(62) .graphic::before { left: -0.5px; width: 252px; height: 11px; -webkit-animation-delay: -9958ms; animation-delay: -9958ms; } .gold:nth-child(62) .graphic::after { top: 5.5px; left: -11px; width: 21px; height: 132px; -webkit-animation-delay: -9958ms; animation-delay: -9958ms; } .gold:nth-child(62) .rotate { -webkit-animation: rotateZ 16401ms linear infinite; animation: rotateZ 16401ms linear infinite; } .gold:nth-child(63) { top: calc(50% + 76px); left: 61%; transform: rotateZ(163deg); } .gold:nth-child(63) .graphic { border-width: 0 4px 11px 8px; -webkit-animation-delay: -5517ms, -5517ms; animation-delay: -5517ms, -5517ms; } .gold:nth-child(63) .graphic::before { left: -2px; width: 144px; height: 11px; -webkit-animation-delay: -5517ms; animation-delay: -5517ms; } .gold:nth-child(63) .graphic::after { top: 5.5px; left: -8px; width: 12px; height: 132px; -webkit-animation-delay: -5517ms; animation-delay: -5517ms; } .gold:nth-child(63) .rotate { -webkit-animation: rotateZ 10961ms linear infinite; animation: rotateZ 10961ms linear infinite; } .gold:nth-child(64) { top: calc(50% + -71px); left: 57%; transform: rotateZ(327deg); } .gold:nth-child(64) .graphic { border-width: 0 12px 10px 12px; -webkit-animation-delay: -9538ms, -9538ms; animation-delay: -9538ms, -9538ms; } .gold:nth-child(64) .graphic::before { left: 0px; width: 288px; height: 10px; -webkit-animation-delay: -9538ms; animation-delay: -9538ms; } .gold:nth-child(64) .graphic::after { top: 5px; left: -12px; width: 24px; height: 120px; -webkit-animation-delay: -9538ms; animation-delay: -9538ms; } .gold:nth-child(64) .rotate { -webkit-animation: rotateZ 12903ms linear infinite; animation: rotateZ 12903ms linear infinite; } .gold:nth-child(65) { top: calc(50% + -49px); left: 42%; transform: rotateZ(177deg); } .gold:nth-child(65) .graphic { border-width: 0 9px 5px 7px; -webkit-animation-delay: -9142ms, -9142ms; animation-delay: -9142ms, -9142ms; } .gold:nth-child(65) .graphic::before { left: 1px; width: 192px; height: 5px; -webkit-animation-delay: -9142ms; animation-delay: -9142ms; } .gold:nth-child(65) .graphic::after { top: 2.5px; left: -7px; width: 16px; height: 60px; -webkit-animation-delay: -9142ms; animation-delay: -9142ms; } .gold:nth-child(65) .rotate { -webkit-animation: rotateZ 15087ms linear infinite; animation: rotateZ 15087ms linear infinite; } .gold:nth-child(66) { top: calc(50% + 43px); left: 27%; transform: rotateZ(20deg); } .gold:nth-child(66) .graphic { border-width: 0 10px 6px 12px; -webkit-animation-delay: -1722ms, -1722ms; animation-delay: -1722ms, -1722ms; } .gold:nth-child(66) .graphic::before { left: -1px; width: 264px; height: 6px; -webkit-animation-delay: -1722ms; animation-delay: -1722ms; } .gold:nth-child(66) .graphic::after { top: 3px; left: -12px; width: 22px; height: 72px; -webkit-animation-delay: -1722ms; animation-delay: -1722ms; } .gold:nth-child(66) .rotate { -webkit-animation: rotateZ 13346ms linear infinite; animation: rotateZ 13346ms linear infinite; } .gold:nth-child(67) { top: calc(50% + 33px); left: 21%; transform: rotateZ(294deg); } .gold:nth-child(67) .graphic { border-width: 0 9px 12px 8px; -webkit-animation-delay: -9068ms, -9068ms; animation-delay: -9068ms, -9068ms; } .gold:nth-child(67) .graphic::before { left: 0.5px; width: 204px; height: 12px; -webkit-animation-delay: -9068ms; animation-delay: -9068ms; } .gold:nth-child(67) .graphic::after { top: 6px; left: -8px; width: 17px; height: 144px; -webkit-animation-delay: -9068ms; animation-delay: -9068ms; } .gold:nth-child(67) .rotate { -webkit-animation: rotateZ 16574ms linear infinite; animation: rotateZ 16574ms linear infinite; } .gold:nth-child(68) { top: calc(50% + 97px); left: 65%; transform: rotateZ(163deg); } .gold:nth-child(68) .graphic { border-width: 0 6px 6px 12px; -webkit-animation-delay: -3293ms, -3293ms; animation-delay: -3293ms, -3293ms; } .gold:nth-child(68) .graphic::before { left: -3px; width: 216px; height: 6px; -webkit-animation-delay: -3293ms; animation-delay: -3293ms; } .gold:nth-child(68) .graphic::after { top: 3px; left: -12px; width: 18px; height: 72px; -webkit-animation-delay: -3293ms; animation-delay: -3293ms; } .gold:nth-child(68) .rotate { -webkit-animation: rotateZ 12632ms linear infinite; animation: rotateZ 12632ms linear infinite; } .gold:nth-child(69) { top: calc(50% + 36px); left: 50%; transform: rotateZ(106deg); } .gold:nth-child(69) .graphic { border-width: 0 6px 4px 3px; -webkit-animation-delay: -7369ms, -7369ms; animation-delay: -7369ms, -7369ms; } .gold:nth-child(69) .graphic::before { left: 1.5px; width: 108px; height: 4px; -webkit-animation-delay: -7369ms; animation-delay: -7369ms; } .gold:nth-child(69) .graphic::after { top: 2px; left: -3px; width: 9px; height: 48px; -webkit-animation-delay: -7369ms; animation-delay: -7369ms; } .gold:nth-child(69) .rotate { -webkit-animation: rotateZ 13856ms linear infinite; animation: rotateZ 13856ms linear infinite; } .gold:nth-child(70) { top: calc(50% + 16px); left: 33%; transform: rotateZ(260deg); } .gold:nth-child(70) .graphic { border-width: 0 7px 9px 12px; -webkit-animation-delay: -4446ms, -4446ms; animation-delay: -4446ms, -4446ms; } .gold:nth-child(70) .graphic::before { left: -2.5px; width: 228px; height: 9px; -webkit-animation-delay: -4446ms; animation-delay: -4446ms; } .gold:nth-child(70) .graphic::after { top: 4.5px; left: -12px; width: 19px; height: 108px; -webkit-animation-delay: -4446ms; animation-delay: -4446ms; } .gold:nth-child(70) .rotate { -webkit-animation: rotateZ 17370ms linear infinite; animation: rotateZ 17370ms linear infinite; } .gold:nth-child(71) { top: calc(50% + 16px); left: 1%; transform: rotateZ(108deg); } .gold:nth-child(71) .graphic { border-width: 0 10px 4px 8px; -webkit-animation-delay: -2748ms, -2748ms; animation-delay: -2748ms, -2748ms; } .gold:nth-child(71) .graphic::before { left: 1px; width: 216px; height: 4px; -webkit-animation-delay: -2748ms; animation-delay: -2748ms; } .gold:nth-child(71) .graphic::after { top: 2px; left: -8px; width: 18px; height: 48px; -webkit-animation-delay: -2748ms; animation-delay: -2748ms; } .gold:nth-child(71) .rotate { -webkit-animation: rotateZ 19647ms linear infinite; animation: rotateZ 19647ms linear infinite; } .gold:nth-child(72) { top: calc(50% + -77px); left: 92%; transform: rotateZ(147deg); } .gold:nth-child(72) .graphic { border-width: 0 11px 6px 3px; -webkit-animation-delay: -4501ms, -4501ms; animation-delay: -4501ms, -4501ms; } .gold:nth-child(72) .graphic::before { left: 4px; width: 168px; height: 6px; -webkit-animation-delay: -4501ms; animation-delay: -4501ms; } .gold:nth-child(72) .graphic::after { top: 3px; left: -3px; width: 14px; height: 72px; -webkit-animation-delay: -4501ms; animation-delay: -4501ms; } .gold:nth-child(72) .rotate { -webkit-animation: rotateZ 16868ms linear infinite; animation: rotateZ 16868ms linear infinite; } .gold:nth-child(73) { top: calc(50% + 76px); left: 60%; transform: rotateZ(221deg); } .gold:nth-child(73) .graphic { border-width: 0 12px 3px 3px; -webkit-animation-delay: -1146ms, -1146ms; animation-delay: -1146ms, -1146ms; } .gold:nth-child(73) .graphic::before { left: 4.5px; width: 180px; height: 3px; -webkit-animation-delay: -1146ms; animation-delay: -1146ms; } .gold:nth-child(73) .graphic::after { top: 1.5px; left: -3px; width: 15px; height: 36px; -webkit-animation-delay: -1146ms; animation-delay: -1146ms; } .gold:nth-child(73) .rotate { -webkit-animation: rotateZ 11572ms linear infinite; animation: rotateZ 11572ms linear infinite; } .gold:nth-child(74) { top: calc(50% + -2px); left: 87%; transform: rotateZ(33deg); } .gold:nth-child(74) .graphic { border-width: 0 5px 8px 4px; -webkit-animation-delay: -6770ms, -6770ms; animation-delay: -6770ms, -6770ms; } .gold:nth-child(74) .graphic::before { left: 0.5px; width: 108px; height: 8px; -webkit-animation-delay: -6770ms; animation-delay: -6770ms; } .gold:nth-child(74) .graphic::after { top: 4px; left: -4px; width: 9px; height: 96px; -webkit-animation-delay: -6770ms; animation-delay: -6770ms; } .gold:nth-child(74) .rotate { -webkit-animation: rotateZ 14109ms linear infinite; animation: rotateZ 14109ms linear infinite; } .gold:nth-child(75) { top: calc(50% + 3px); left: 84%; transform: rotateZ(94deg); } .gold:nth-child(75) .graphic { border-width: 0 3px 3px 10px; -webkit-animation-delay: -6881ms, -6881ms; animation-delay: -6881ms, -6881ms; } .gold:nth-child(75) .graphic::before { left: -3.5px; width: 156px; height: 3px; -webkit-animation-delay: -6881ms; animation-delay: -6881ms; } .gold:nth-child(75) .graphic::after { top: 1.5px; left: -10px; width: 13px; height: 36px; -webkit-animation-delay: -6881ms; animation-delay: -6881ms; } .gold:nth-child(75) .rotate { -webkit-animation: rotateZ 18759ms linear infinite; animation: rotateZ 18759ms linear infinite; } .gold:nth-child(76) { top: calc(50% + 58px); left: 64%; transform: rotateZ(281deg); } .gold:nth-child(76) .graphic { border-width: 0 4px 10px 10px; -webkit-animation-delay: -8820ms, -8820ms; animation-delay: -8820ms, -8820ms; } .gold:nth-child(76) .graphic::before { left: -3px; width: 168px; height: 10px; -webkit-animation-delay: -8820ms; animation-delay: -8820ms; } .gold:nth-child(76) .graphic::after { top: 5px; left: -10px; width: 14px; height: 120px; -webkit-animation-delay: -8820ms; animation-delay: -8820ms; } .gold:nth-child(76) .rotate { -webkit-animation: rotateZ 18397ms linear infinite; animation: rotateZ 18397ms linear infinite; } .gold:nth-child(77) { top: calc(50% + 88px); left: 18%; transform: rotateZ(11deg); } .gold:nth-child(77) .graphic { border-width: 0 10px 4px 6px; -webkit-animation-delay: -3221ms, -3221ms; animation-delay: -3221ms, -3221ms; } .gold:nth-child(77) .graphic::before { left: 2px; width: 192px; height: 4px; -webkit-animation-delay: -3221ms; animation-delay: -3221ms; } .gold:nth-child(77) .graphic::after { top: 2px; left: -6px; width: 16px; height: 48px; -webkit-animation-delay: -3221ms; animation-delay: -3221ms; } .gold:nth-child(77) .rotate { -webkit-animation: rotateZ 19961ms linear infinite; animation: rotateZ 19961ms linear infinite; } .gold:nth-child(78) { top: calc(50% + -89px); left: 21%; transform: rotateZ(189deg); } .gold:nth-child(78) .graphic { border-width: 0 12px 3px 9px; -webkit-animation-delay: -5465ms, -5465ms; animation-delay: -5465ms, -5465ms; } .gold:nth-child(78) .graphic::before { left: 1.5px; width: 252px; height: 3px; -webkit-animation-delay: -5465ms; animation-delay: -5465ms; } .gold:nth-child(78) .graphic::after { top: 1.5px; left: -9px; width: 21px; height: 36px; -webkit-animation-delay: -5465ms; animation-delay: -5465ms; } .gold:nth-child(78) .rotate { -webkit-animation: rotateZ 15671ms linear infinite; animation: rotateZ 15671ms linear infinite; } .gold:nth-child(79) { top: calc(50% + 75px); left: 44%; transform: rotateZ(311deg); } .gold:nth-child(79) .graphic { border-width: 0 8px 4px 11px; -webkit-animation-delay: -667ms, -667ms; animation-delay: -667ms, -667ms; } .gold:nth-child(79) .graphic::before { left: -1.5px; width: 228px; height: 4px; -webkit-animation-delay: -667ms; animation-delay: -667ms; } .gold:nth-child(79) .graphic::after { top: 2px; left: -11px; width: 19px; height: 48px; -webkit-animation-delay: -667ms; animation-delay: -667ms; } .gold:nth-child(79) .rotate { -webkit-animation: rotateZ 19355ms linear infinite; animation: rotateZ 19355ms linear infinite; } .gold:nth-child(80) { top: calc(50% + -69px); left: 94%; transform: rotateZ(40deg); } .gold:nth-child(80) .graphic { border-width: 0 3px 4px 3px; -webkit-animation-delay: -8856ms, -8856ms; animation-delay: -8856ms, -8856ms; } .gold:nth-child(80) .graphic::before { left: 0px; width: 72px; height: 4px; -webkit-animation-delay: -8856ms; animation-delay: -8856ms; } .gold:nth-child(80) .graphic::after { top: 2px; left: -3px; width: 6px; height: 48px; -webkit-animation-delay: -8856ms; animation-delay: -8856ms; } .gold:nth-child(80) .rotate { -webkit-animation: rotateZ 18385ms linear infinite; animation: rotateZ 18385ms linear infinite; } .gold:nth-child(81) { top: calc(50% + 36px); left: 11%; transform: rotateZ(314deg); } .gold:nth-child(81) .graphic { border-width: 0 8px 8px 5px; -webkit-animation-delay: -908ms, -908ms; animation-delay: -908ms, -908ms; } .gold:nth-child(81) .graphic::before { left: 1.5px; width: 156px; height: 8px; -webkit-animation-delay: -908ms; animation-delay: -908ms; } .gold:nth-child(81) .graphic::after { top: 4px; left: -5px; width: 13px; height: 96px; -webkit-animation-delay: -908ms; animation-delay: -908ms; } .gold:nth-child(81) .rotate { -webkit-animation: rotateZ 17740ms linear infinite; animation: rotateZ 17740ms linear infinite; } .gold:nth-child(82) { top: calc(50% + 56px); left: 37%; transform: rotateZ(176deg); } .gold:nth-child(82) .graphic { border-width: 0 5px 10px 6px; -webkit-animation-delay: -3232ms, -3232ms; animation-delay: -3232ms, -3232ms; } .gold:nth-child(82) .graphic::before { left: -0.5px; width: 132px; height: 10px; -webkit-animation-delay: -3232ms; animation-delay: -3232ms; } .gold:nth-child(82) .graphic::after { top: 5px; left: -6px; width: 11px; height: 120px; -webkit-animation-delay: -3232ms; animation-delay: -3232ms; } .gold:nth-child(82) .rotate { -webkit-animation: rotateZ 11472ms linear infinite; animation: rotateZ 11472ms linear infinite; } .gold:nth-child(83) { top: calc(50% + -38px); left: 17%; transform: rotateZ(244deg); } .gold:nth-child(83) .graphic { border-width: 0 3px 3px 6px; -webkit-animation-delay: -2451ms, -2451ms; animation-delay: -2451ms, -2451ms; } .gold:nth-child(83) .graphic::before { left: -1.5px; width: 108px; height: 3px; -webkit-animation-delay: -2451ms; animation-delay: -2451ms; } .gold:nth-child(83) .graphic::after { top: 1.5px; left: -6px; width: 9px; height: 36px; -webkit-animation-delay: -2451ms; animation-delay: -2451ms; } .gold:nth-child(83) .rotate { -webkit-animation: rotateZ 12527ms linear infinite; animation: rotateZ 12527ms linear infinite; } .gold:nth-child(84) { top: calc(50% + -99px); left: 84%; transform: rotateZ(307deg); } .gold:nth-child(84) .graphic { border-width: 0 11px 4px 10px; -webkit-animation-delay: -6112ms, -6112ms; animation-delay: -6112ms, -6112ms; } .gold:nth-child(84) .graphic::before { left: 0.5px; width: 252px; height: 4px; -webkit-animation-delay: -6112ms; animation-delay: -6112ms; } .gold:nth-child(84) .graphic::after { top: 2px; left: -10px; width: 21px; height: 48px; -webkit-animation-delay: -6112ms; animation-delay: -6112ms; } .gold:nth-child(84) .rotate { -webkit-animation: rotateZ 19321ms linear infinite; animation: rotateZ 19321ms linear infinite; } .gold:nth-child(85) { top: calc(50% + 78px); left: 44%; transform: rotateZ(304deg); } .gold:nth-child(85) .graphic { border-width: 0 6px 7px 9px; -webkit-animation-delay: -9757ms, -9757ms; animation-delay: -9757ms, -9757ms; } .gold:nth-child(85) .graphic::before { left: -1.5px; width: 180px; height: 7px; -webkit-animation-delay: -9757ms; animation-delay: -9757ms; } .gold:nth-child(85) .graphic::after { top: 3.5px; left: -9px; width: 15px; height: 84px; -webkit-animation-delay: -9757ms; animation-delay: -9757ms; } .gold:nth-child(85) .rotate { -webkit-animation: rotateZ 13502ms linear infinite; animation: rotateZ 13502ms linear infinite; } .gold:nth-child(86) { top: calc(50% + -75px); left: 80%; transform: rotateZ(313deg); } .gold:nth-child(86) .graphic { border-width: 0 8px 10px 5px; -webkit-animation-delay: -3381ms, -3381ms; animation-delay: -3381ms, -3381ms; } .gold:nth-child(86) .graphic::before { left: 1.5px; width: 156px; height: 10px; -webkit-animation-delay: -3381ms; animation-delay: -3381ms; } .gold:nth-child(86) .graphic::after { top: 5px; left: -5px; width: 13px; height: 120px; -webkit-animation-delay: -3381ms; animation-delay: -3381ms; } .gold:nth-child(86) .rotate { -webkit-animation: rotateZ 15330ms linear infinite; animation: rotateZ 15330ms linear infinite; } .gold:nth-child(87) { top: calc(50% + -12px); left: 38%; transform: rotateZ(159deg); } .gold:nth-child(87) .graphic { border-width: 0 4px 8px 12px; -webkit-animation-delay: -667ms, -667ms; animation-delay: -667ms, -667ms; } .gold:nth-child(87) .graphic::before { left: -4px; width: 192px; height: 8px; -webkit-animation-delay: -667ms; animation-delay: -667ms; } .gold:nth-child(87) .graphic::after { top: 4px; left: -12px; width: 16px; height: 96px; -webkit-animation-delay: -667ms; animation-delay: -667ms; } .gold:nth-child(87) .rotate { -webkit-animation: rotateZ 11110ms linear infinite; animation: rotateZ 11110ms linear infinite; } .gold:nth-child(88) { top: calc(50% + 36px); left: 92%; transform: rotateZ(358deg); } .gold:nth-child(88) .graphic { border-width: 0 5px 11px 7px; -webkit-animation-delay: -5599ms, -5599ms; animation-delay: -5599ms, -5599ms; } .gold:nth-child(88) .graphic::before { left: -1px; width: 144px; height: 11px; -webkit-animation-delay: -5599ms; animation-delay: -5599ms; } .gold:nth-child(88) .graphic::after { top: 5.5px; left: -7px; width: 12px; height: 132px; -webkit-animation-delay: -5599ms; animation-delay: -5599ms; } .gold:nth-child(88) .rotate { -webkit-animation: rotateZ 11375ms linear infinite; animation: rotateZ 11375ms linear infinite; } .gold:nth-child(89) { top: calc(50% + 17px); left: 66%; transform: rotateZ(67deg); } .gold:nth-child(89) .graphic { border-width: 0 9px 3px 5px; -webkit-animation-delay: -8379ms, -8379ms; animation-delay: -8379ms, -8379ms; } .gold:nth-child(89) .graphic::before { left: 2px; width: 168px; height: 3px; -webkit-animation-delay: -8379ms; animation-delay: -8379ms; } .gold:nth-child(89) .graphic::after { top: 1.5px; left: -5px; width: 14px; height: 36px; -webkit-animation-delay: -8379ms; animation-delay: -8379ms; } .gold:nth-child(89) .rotate { -webkit-animation: rotateZ 13299ms linear infinite; animation: rotateZ 13299ms linear infinite; } .gold:nth-child(90) { top: calc(50% + -41px); left: 35%; transform: rotateZ(289deg); } .gold:nth-child(90) .graphic { border-width: 0 9px 8px 3px; -webkit-animation-delay: -5285ms, -5285ms; animation-delay: -5285ms, -5285ms; } .gold:nth-child(90) .graphic::before { left: 3px; width: 144px; height: 8px; -webkit-animation-delay: -5285ms; animation-delay: -5285ms; } .gold:nth-child(90) .graphic::after { top: 4px; left: -3px; width: 12px; height: 96px; -webkit-animation-delay: -5285ms; animation-delay: -5285ms; } .gold:nth-child(90) .rotate { -webkit-animation: rotateZ 13771ms linear infinite; animation: rotateZ 13771ms linear infinite; } .gold:nth-child(91) { top: calc(50% + 89px); left: 76%; transform: rotateZ(63deg); } .gold:nth-child(91) .graphic { border-width: 0 4px 6px 12px; -webkit-animation-delay: -322ms, -322ms; animation-delay: -322ms, -322ms; } .gold:nth-child(91) .graphic::before { left: -4px; width: 192px; height: 6px; -webkit-animation-delay: -322ms; animation-delay: -322ms; } .gold:nth-child(91) .graphic::after { top: 3px; left: -12px; width: 16px; height: 72px; -webkit-animation-delay: -322ms; animation-delay: -322ms; } .gold:nth-child(91) .rotate { -webkit-animation: rotateZ 11262ms linear infinite; animation: rotateZ 11262ms linear infinite; } .gold:nth-child(92) { top: calc(50% + 58px); left: 75%; transform: rotateZ(85deg); } .gold:nth-child(92) .graphic { border-width: 0 12px 3px 3px; -webkit-animation-delay: -8193ms, -8193ms; animation-delay: -8193ms, -8193ms; } .gold:nth-child(92) .graphic::before { left: 4.5px; width: 180px; height: 3px; -webkit-animation-delay: -8193ms; animation-delay: -8193ms; } .gold:nth-child(92) .graphic::after { top: 1.5px; left: -3px; width: 15px; height: 36px; -webkit-animation-delay: -8193ms; animation-delay: -8193ms; } .gold:nth-child(92) .rotate { -webkit-animation: rotateZ 16207ms linear infinite; animation: rotateZ 16207ms linear infinite; } .gold:nth-child(93) { top: calc(50% + 3px); left: 55%; transform: rotateZ(1deg); } .gold:nth-child(93) .graphic { border-width: 0 6px 9px 11px; -webkit-animation-delay: -5812ms, -5812ms; animation-delay: -5812ms, -5812ms; } .gold:nth-child(93) .graphic::before { left: -2.5px; width: 204px; height: 9px; -webkit-animation-delay: -5812ms; animation-delay: -5812ms; } .gold:nth-child(93) .graphic::after { top: 4.5px; left: -11px; width: 17px; height: 108px; -webkit-animation-delay: -5812ms; animation-delay: -5812ms; } .gold:nth-child(93) .rotate { -webkit-animation: rotateZ 16939ms linear infinite; animation: rotateZ 16939ms linear infinite; } .gold:nth-child(94) { top: calc(50% + -90px); left: 74%; transform: rotateZ(271deg); } .gold:nth-child(94) .graphic { border-width: 0 6px 8px 8px; -webkit-animation-delay: -591ms, -591ms; animation-delay: -591ms, -591ms; } .gold:nth-child(94) .graphic::before { left: -1px; width: 168px; height: 8px; -webkit-animation-delay: -591ms; animation-delay: -591ms; } .gold:nth-child(94) .graphic::after { top: 4px; left: -8px; width: 14px; height: 96px; -webkit-animation-delay: -591ms; animation-delay: -591ms; } .gold:nth-child(94) .rotate { -webkit-animation: rotateZ 13486ms linear infinite; animation: rotateZ 13486ms linear infinite; } .gold:nth-child(95) { top: calc(50% + -47px); left: 72%; transform: rotateZ(144deg); } .gold:nth-child(95) .graphic { border-width: 0 6px 10px 3px; -webkit-animation-delay: -6874ms, -6874ms; animation-delay: -6874ms, -6874ms; } .gold:nth-child(95) .graphic::before { left: 1.5px; width: 108px; height: 10px; -webkit-animation-delay: -6874ms; animation-delay: -6874ms; } .gold:nth-child(95) .graphic::after { top: 5px; left: -3px; width: 9px; height: 120px; -webkit-animation-delay: -6874ms; animation-delay: -6874ms; } .gold:nth-child(95) .rotate { -webkit-animation: rotateZ 11066ms linear infinite; animation: rotateZ 11066ms linear infinite; } .gold:nth-child(96) { top: calc(50% + -13px); left: 18%; transform: rotateZ(232deg); } .gold:nth-child(96) .graphic { border-width: 0 11px 12px 8px; -webkit-animation-delay: -3473ms, -3473ms; animation-delay: -3473ms, -3473ms; } .gold:nth-child(96) .graphic::before { left: 1.5px; width: 228px; height: 12px; -webkit-animation-delay: -3473ms; animation-delay: -3473ms; } .gold:nth-child(96) .graphic::after { top: 6px; left: -8px; width: 19px; height: 144px; -webkit-animation-delay: -3473ms; animation-delay: -3473ms; } .gold:nth-child(96) .rotate { -webkit-animation: rotateZ 14323ms linear infinite; animation: rotateZ 14323ms linear infinite; } .gold:nth-child(97) { top: calc(50% + -80px); left: 80%; transform: rotateZ(109deg); } .gold:nth-child(97) .graphic { border-width: 0 10px 8px 3px; -webkit-animation-delay: -6437ms, -6437ms; animation-delay: -6437ms, -6437ms; } .gold:nth-child(97) .graphic::before { left: 3.5px; width: 156px; height: 8px; -webkit-animation-delay: -6437ms; animation-delay: -6437ms; } .gold:nth-child(97) .graphic::after { top: 4px; left: -3px; width: 13px; height: 96px; -webkit-animation-delay: -6437ms; animation-delay: -6437ms; } .gold:nth-child(97) .rotate { -webkit-animation: rotateZ 16138ms linear infinite; animation: rotateZ 16138ms linear infinite; } .gold:nth-child(98) { top: calc(50% + 72px); left: 8%; transform: rotateZ(307deg); } .gold:nth-child(98) .graphic { border-width: 0 9px 3px 3px; -webkit-animation-delay: -9709ms, -9709ms; animation-delay: -9709ms, -9709ms; } .gold:nth-child(98) .graphic::before { left: 3px; width: 144px; height: 3px; -webkit-animation-delay: -9709ms; animation-delay: -9709ms; } .gold:nth-child(98) .graphic::after { top: 1.5px; left: -3px; width: 12px; height: 36px; -webkit-animation-delay: -9709ms; animation-delay: -9709ms; } .gold:nth-child(98) .rotate { -webkit-animation: rotateZ 16343ms linear infinite; animation: rotateZ 16343ms linear infinite; } .gold:nth-child(99) { top: calc(50% + -87px); left: 87%; transform: rotateZ(163deg); } .gold:nth-child(99) .graphic { border-width: 0 10px 12px 4px; -webkit-animation-delay: -1494ms, -1494ms; animation-delay: -1494ms, -1494ms; } .gold:nth-child(99) .graphic::before { left: 3px; width: 168px; height: 12px; -webkit-animation-delay: -1494ms; animation-delay: -1494ms; } .gold:nth-child(99) .graphic::after { top: 6px; left: -4px; width: 14px; height: 144px; -webkit-animation-delay: -1494ms; animation-delay: -1494ms; } .gold:nth-child(99) .rotate { -webkit-animation: rotateZ 17513ms linear infinite; animation: rotateZ 17513ms linear infinite; } .gold:nth-child(100) { top: calc(50% + -77px); left: 29%; transform: rotateZ(53deg); } .gold:nth-child(100) .graphic { border-width: 0 7px 9px 4px; -webkit-animation-delay: -6819ms, -6819ms; animation-delay: -6819ms, -6819ms; } .gold:nth-child(100) .graphic::before { left: 1.5px; width: 132px; height: 9px; -webkit-animation-delay: -6819ms; animation-delay: -6819ms; } .gold:nth-child(100) .graphic::after { top: 4.5px; left: -4px; width: 11px; height: 108px; -webkit-animation-delay: -6819ms; animation-delay: -6819ms; } .gold:nth-child(100) .rotate { -webkit-animation: rotateZ 19933ms linear infinite; animation: rotateZ 19933ms linear infinite; } .gold:nth-child(101) { top: calc(50% + 56px); left: 77%; transform: rotateZ(270deg); } .gold:nth-child(101) .graphic { border-width: 0 3px 9px 4px; -webkit-animation-delay: -8852ms, -8852ms; animation-delay: -8852ms, -8852ms; } .gold:nth-child(101) .graphic::before { left: -0.5px; width: 84px; height: 9px; -webkit-animation-delay: -8852ms; animation-delay: -8852ms; } .gold:nth-child(101) .graphic::after { top: 4.5px; left: -4px; width: 7px; height: 108px; -webkit-animation-delay: -8852ms; animation-delay: -8852ms; } .gold:nth-child(101) .rotate { -webkit-animation: rotateZ 10663ms linear infinite; animation: rotateZ 10663ms linear infinite; } .gold:nth-child(102) { top: calc(50% + 86px); left: 56%; transform: rotateZ(160deg); } .gold:nth-child(102) .graphic { border-width: 0 10px 12px 10px; -webkit-animation-delay: -2906ms, -2906ms; animation-delay: -2906ms, -2906ms; } .gold:nth-child(102) .graphic::before { left: 0px; width: 240px; height: 12px; -webkit-animation-delay: -2906ms; animation-delay: -2906ms; } .gold:nth-child(102) .graphic::after { top: 6px; left: -10px; width: 20px; height: 144px; -webkit-animation-delay: -2906ms; animation-delay: -2906ms; } .gold:nth-child(102) .rotate { -webkit-animation: rotateZ 19056ms linear infinite; animation: rotateZ 19056ms linear infinite; } .gold:nth-child(103) { top: calc(50% + 22px); left: 92%; transform: rotateZ(52deg); } .gold:nth-child(103) .graphic { border-width: 0 11px 5px 9px; -webkit-animation-delay: -4528ms, -4528ms; animation-delay: -4528ms, -4528ms; } .gold:nth-child(103) .graphic::before { left: 1px; width: 240px; height: 5px; -webkit-animation-delay: -4528ms; animation-delay: -4528ms; } .gold:nth-child(103) .graphic::after { top: 2.5px; left: -9px; width: 20px; height: 60px; -webkit-animation-delay: -4528ms; animation-delay: -4528ms; } .gold:nth-child(103) .rotate { -webkit-animation: rotateZ 19612ms linear infinite; animation: rotateZ 19612ms linear infinite; } .gold:nth-child(104) { top: calc(50% + 51px); left: 17%; transform: rotateZ(343deg); } .gold:nth-child(104) .graphic { border-width: 0 11px 5px 9px; -webkit-animation-delay: -1491ms, -1491ms; animation-delay: -1491ms, -1491ms; } .gold:nth-child(104) .graphic::before { left: 1px; width: 240px; height: 5px; -webkit-animation-delay: -1491ms; animation-delay: -1491ms; } .gold:nth-child(104) .graphic::after { top: 2.5px; left: -9px; width: 20px; height: 60px; -webkit-animation-delay: -1491ms; animation-delay: -1491ms; } .gold:nth-child(104) .rotate { -webkit-animation: rotateZ 15604ms linear infinite; animation: rotateZ 15604ms linear infinite; } .gold:nth-child(105) { top: calc(50% + -5px); left: 43%; transform: rotateZ(27deg); } .gold:nth-child(105) .graphic { border-width: 0 8px 7px 9px; -webkit-animation-delay: -7952ms, -7952ms; animation-delay: -7952ms, -7952ms; } .gold:nth-child(105) .graphic::before { left: -0.5px; width: 204px; height: 7px; -webkit-animation-delay: -7952ms; animation-delay: -7952ms; } .gold:nth-child(105) .graphic::after { top: 3.5px; left: -9px; width: 17px; height: 84px; -webkit-animation-delay: -7952ms; animation-delay: -7952ms; } .gold:nth-child(105) .rotate { -webkit-animation: rotateZ 16853ms linear infinite; animation: rotateZ 16853ms linear infinite; } .gold:nth-child(106) { top: calc(50% + 98px); left: 48%; transform: rotateZ(187deg); } .gold:nth-child(106) .graphic { border-width: 0 6px 3px 8px; -webkit-animation-delay: -8801ms, -8801ms; animation-delay: -8801ms, -8801ms; } .gold:nth-child(106) .graphic::before { left: -1px; width: 168px; height: 3px; -webkit-animation-delay: -8801ms; animation-delay: -8801ms; } .gold:nth-child(106) .graphic::after { top: 1.5px; left: -8px; width: 14px; height: 36px; -webkit-animation-delay: -8801ms; animation-delay: -8801ms; } .gold:nth-child(106) .rotate { -webkit-animation: rotateZ 19840ms linear infinite; animation: rotateZ 19840ms linear infinite; } .gold:nth-child(107) { top: calc(50% + 43px); left: 83%; transform: rotateZ(13deg); } .gold:nth-child(107) .graphic { border-width: 0 3px 4px 11px; -webkit-animation-delay: -1047ms, -1047ms; animation-delay: -1047ms, -1047ms; } .gold:nth-child(107) .graphic::before { left: -4px; width: 168px; height: 4px; -webkit-animation-delay: -1047ms; animation-delay: -1047ms; } .gold:nth-child(107) .graphic::after { top: 2px; left: -11px; width: 14px; height: 48px; -webkit-animation-delay: -1047ms; animation-delay: -1047ms; } .gold:nth-child(107) .rotate { -webkit-animation: rotateZ 19522ms linear infinite; animation: rotateZ 19522ms linear infinite; } .gold:nth-child(108) { top: calc(50% + -88px); left: 87%; transform: rotateZ(353deg); } .gold:nth-child(108) .graphic { border-width: 0 4px 10px 6px; -webkit-animation-delay: -5619ms, -5619ms; animation-delay: -5619ms, -5619ms; } .gold:nth-child(108) .graphic::before { left: -1px; width: 120px; height: 10px; -webkit-animation-delay: -5619ms; animation-delay: -5619ms; } .gold:nth-child(108) .graphic::after { top: 5px; left: -6px; width: 10px; height: 120px; -webkit-animation-delay: -5619ms; animation-delay: -5619ms; } .gold:nth-child(108) .rotate { -webkit-animation: rotateZ 15519ms linear infinite; animation: rotateZ 15519ms linear infinite; } .gold:nth-child(109) { top: calc(50% + 63px); left: 23%; transform: rotateZ(353deg); } .gold:nth-child(109) .graphic { border-width: 0 3px 4px 3px; -webkit-animation-delay: -3068ms, -3068ms; animation-delay: -3068ms, -3068ms; } .gold:nth-child(109) .graphic::before { left: 0px; width: 72px; height: 4px; -webkit-animation-delay: -3068ms; animation-delay: -3068ms; } .gold:nth-child(109) .graphic::after { top: 2px; left: -3px; width: 6px; height: 48px; -webkit-animation-delay: -3068ms; animation-delay: -3068ms; } .gold:nth-child(109) .rotate { -webkit-animation: rotateZ 19964ms linear infinite; animation: rotateZ 19964ms linear infinite; } .gold:nth-child(110) { top: calc(50% + 2px); left: 11%; transform: rotateZ(49deg); } .gold:nth-child(110) .graphic { border-width: 0 12px 9px 7px; -webkit-animation-delay: -1985ms, -1985ms; animation-delay: -1985ms, -1985ms; } .gold:nth-child(110) .graphic::before { left: 2.5px; width: 228px; height: 9px; -webkit-animation-delay: -1985ms; animation-delay: -1985ms; } .gold:nth-child(110) .graphic::after { top: 4.5px; left: -7px; width: 19px; height: 108px; -webkit-animation-delay: -1985ms; animation-delay: -1985ms; } .gold:nth-child(110) .rotate { -webkit-animation: rotateZ 19769ms linear infinite; animation: rotateZ 19769ms linear infinite; } .gold:nth-child(111) { top: calc(50% + 97px); left: 62%; transform: rotateZ(54deg); } .gold:nth-child(111) .graphic { border-width: 0 8px 12px 6px; -webkit-animation-delay: -1292ms, -1292ms; animation-delay: -1292ms, -1292ms; } .gold:nth-child(111) .graphic::before { left: 1px; width: 168px; height: 12px; -webkit-animation-delay: -1292ms; animation-delay: -1292ms; } .gold:nth-child(111) .graphic::after { top: 6px; left: -6px; width: 14px; height: 144px; -webkit-animation-delay: -1292ms; animation-delay: -1292ms; } .gold:nth-child(111) .rotate { -webkit-animation: rotateZ 17663ms linear infinite; animation: rotateZ 17663ms linear infinite; } .gold:nth-child(112) { top: calc(50% + -24px); left: 83%; transform: rotateZ(233deg); } .gold:nth-child(112) .graphic { border-width: 0 9px 8px 9px; -webkit-animation-delay: -59ms, -59ms; animation-delay: -59ms, -59ms; } .gold:nth-child(112) .graphic::before { left: 0px; width: 216px; height: 8px; -webkit-animation-delay: -59ms; animation-delay: -59ms; } .gold:nth-child(112) .graphic::after { top: 4px; left: -9px; width: 18px; height: 96px; -webkit-animation-delay: -59ms; animation-delay: -59ms; } .gold:nth-child(112) .rotate { -webkit-animation: rotateZ 11192ms linear infinite; animation: rotateZ 11192ms linear infinite; } .gold:nth-child(113) { top: calc(50% + 35px); left: 47%; transform: rotateZ(109deg); } .gold:nth-child(113) .graphic { border-width: 0 6px 12px 7px; -webkit-animation-delay: -3782ms, -3782ms; animation-delay: -3782ms, -3782ms; } .gold:nth-child(113) .graphic::before { left: -0.5px; width: 156px; height: 12px; -webkit-animation-delay: -3782ms; animation-delay: -3782ms; } .gold:nth-child(113) .graphic::after { top: 6px; left: -7px; width: 13px; height: 144px; -webkit-animation-delay: -3782ms; animation-delay: -3782ms; } .gold:nth-child(113) .rotate { -webkit-animation: rotateZ 17888ms linear infinite; animation: rotateZ 17888ms linear infinite; } .gold:nth-child(114) { top: calc(50% + 78px); left: 95%; transform: rotateZ(211deg); } .gold:nth-child(114) .graphic { border-width: 0 6px 4px 3px; -webkit-animation-delay: -9631ms, -9631ms; animation-delay: -9631ms, -9631ms; } .gold:nth-child(114) .graphic::before { left: 1.5px; width: 108px; height: 4px; -webkit-animation-delay: -9631ms; animation-delay: -9631ms; } .gold:nth-child(114) .graphic::after { top: 2px; left: -3px; width: 9px; height: 48px; -webkit-animation-delay: -9631ms; animation-delay: -9631ms; } .gold:nth-child(114) .rotate { -webkit-animation: rotateZ 17730ms linear infinite; animation: rotateZ 17730ms linear infinite; } .gold:nth-child(115) { top: calc(50% + 82px); left: 5%; transform: rotateZ(359deg); } .gold:nth-child(115) .graphic { border-width: 0 7px 12px 4px; -webkit-animation-delay: -6025ms, -6025ms; animation-delay: -6025ms, -6025ms; } .gold:nth-child(115) .graphic::before { left: 1.5px; width: 132px; height: 12px; -webkit-animation-delay: -6025ms; animation-delay: -6025ms; } .gold:nth-child(115) .graphic::after { top: 6px; left: -4px; width: 11px; height: 144px; -webkit-animation-delay: -6025ms; animation-delay: -6025ms; } .gold:nth-child(115) .rotate { -webkit-animation: rotateZ 10760ms linear infinite; animation: rotateZ 10760ms linear infinite; } .gold:nth-child(116) { top: calc(50% + -3px); left: 98%; transform: rotateZ(9deg); } .gold:nth-child(116) .graphic { border-width: 0 5px 6px 11px; -webkit-animation-delay: -6819ms, -6819ms; animation-delay: -6819ms, -6819ms; } .gold:nth-child(116) .graphic::before { left: -3px; width: 192px; height: 6px; -webkit-animation-delay: -6819ms; animation-delay: -6819ms; } .gold:nth-child(116) .graphic::after { top: 3px; left: -11px; width: 16px; height: 72px; -webkit-animation-delay: -6819ms; animation-delay: -6819ms; } .gold:nth-child(116) .rotate { -webkit-animation: rotateZ 18356ms linear infinite; animation: rotateZ 18356ms linear infinite; } .gold:nth-child(117) { top: calc(50% + -29px); left: 66%; transform: rotateZ(58deg); } .gold:nth-child(117) .graphic { border-width: 0 6px 10px 6px; -webkit-animation-delay: -6537ms, -6537ms; animation-delay: -6537ms, -6537ms; } .gold:nth-child(117) .graphic::before { left: 0px; width: 144px; height: 10px; -webkit-animation-delay: -6537ms; animation-delay: -6537ms; } .gold:nth-child(117) .graphic::after { top: 5px; left: -6px; width: 12px; height: 120px; -webkit-animation-delay: -6537ms; animation-delay: -6537ms; } .gold:nth-child(117) .rotate { -webkit-animation: rotateZ 11263ms linear infinite; animation: rotateZ 11263ms linear infinite; } .gold:nth-child(118) { top: calc(50% + -1px); left: 71%; transform: rotateZ(141deg); } .gold:nth-child(118) .graphic { border-width: 0 4px 8px 4px; -webkit-animation-delay: -7458ms, -7458ms; animation-delay: -7458ms, -7458ms; } .gold:nth-child(118) .graphic::before { left: 0px; width: 96px; height: 8px; -webkit-animation-delay: -7458ms; animation-delay: -7458ms; } .gold:nth-child(118) .graphic::after { top: 4px; left: -4px; width: 8px; height: 96px; -webkit-animation-delay: -7458ms; animation-delay: -7458ms; } .gold:nth-child(118) .rotate { -webkit-animation: rotateZ 14725ms linear infinite; animation: rotateZ 14725ms linear infinite; } .gold:nth-child(119) { top: calc(50% + 3px); left: 10%; transform: rotateZ(25deg); } .gold:nth-child(119) .graphic { border-width: 0 3px 11px 10px; -webkit-animation-delay: -6955ms, -6955ms; animation-delay: -6955ms, -6955ms; } .gold:nth-child(119) .graphic::before { left: -3.5px; width: 156px; height: 11px; -webkit-animation-delay: -6955ms; animation-delay: -6955ms; } .gold:nth-child(119) .graphic::after { top: 5.5px; left: -10px; width: 13px; height: 132px; -webkit-animation-delay: -6955ms; animation-delay: -6955ms; } .gold:nth-child(119) .rotate { -webkit-animation: rotateZ 17189ms linear infinite; animation: rotateZ 17189ms linear infinite; } .gold:nth-child(120) { top: calc(50% + 8px); left: 79%; transform: rotateZ(265deg); } .gold:nth-child(120) .graphic { border-width: 0 3px 7px 7px; -webkit-animation-delay: -1364ms, -1364ms; animation-delay: -1364ms, -1364ms; } .gold:nth-child(120) .graphic::before { left: -2px; width: 120px; height: 7px; -webkit-animation-delay: -1364ms; animation-delay: -1364ms; } .gold:nth-child(120) .graphic::after { top: 3.5px; left: -7px; width: 10px; height: 84px; -webkit-animation-delay: -1364ms; animation-delay: -1364ms; } .gold:nth-child(120) .rotate { -webkit-animation: rotateZ 12083ms linear infinite; animation: rotateZ 12083ms linear infinite; } .gold:nth-child(121) { top: calc(50% + 14px); left: 3%; transform: rotateZ(24deg); } .gold:nth-child(121) .graphic { border-width: 0 9px 6px 6px; -webkit-animation-delay: -9780ms, -9780ms; animation-delay: -9780ms, -9780ms; } .gold:nth-child(121) .graphic::before { left: 1.5px; width: 180px; height: 6px; -webkit-animation-delay: -9780ms; animation-delay: -9780ms; } .gold:nth-child(121) .graphic::after { top: 3px; left: -6px; width: 15px; height: 72px; -webkit-animation-delay: -9780ms; animation-delay: -9780ms; } .gold:nth-child(121) .rotate { -webkit-animation: rotateZ 18622ms linear infinite; animation: rotateZ 18622ms linear infinite; } .gold:nth-child(122) { top: calc(50% + 78px); left: 59%; transform: rotateZ(116deg); } .gold:nth-child(122) .graphic { border-width: 0 4px 4px 3px; -webkit-animation-delay: -7077ms, -7077ms; animation-delay: -7077ms, -7077ms; } .gold:nth-child(122) .graphic::before { left: 0.5px; width: 84px; height: 4px; -webkit-animation-delay: -7077ms; animation-delay: -7077ms; } .gold:nth-child(122) .graphic::after { top: 2px; left: -3px; width: 7px; height: 48px; -webkit-animation-delay: -7077ms; animation-delay: -7077ms; } .gold:nth-child(122) .rotate { -webkit-animation: rotateZ 13426ms linear infinite; animation: rotateZ 13426ms linear infinite; } .gold:nth-child(123) { top: calc(50% + -30px); left: 13%; transform: rotateZ(338deg); } .gold:nth-child(123) .graphic { border-width: 0 10px 3px 7px; -webkit-animation-delay: -3396ms, -3396ms; animation-delay: -3396ms, -3396ms; } .gold:nth-child(123) .graphic::before { left: 1.5px; width: 204px; height: 3px; -webkit-animation-delay: -3396ms; animation-delay: -3396ms; } .gold:nth-child(123) .graphic::after { top: 1.5px; left: -7px; width: 17px; height: 36px; -webkit-animation-delay: -3396ms; animation-delay: -3396ms; } .gold:nth-child(123) .rotate { -webkit-animation: rotateZ 17831ms linear infinite; animation: rotateZ 17831ms linear infinite; } .gold:nth-child(124) { top: calc(50% + -83px); left: 42%; transform: rotateZ(265deg); } .gold:nth-child(124) .graphic { border-width: 0 6px 7px 6px; -webkit-animation-delay: -7867ms, -7867ms; animation-delay: -7867ms, -7867ms; } .gold:nth-child(124) .graphic::before { left: 0px; width: 144px; height: 7px; -webkit-animation-delay: -7867ms; animation-delay: -7867ms; } .gold:nth-child(124) .graphic::after { top: 3.5px; left: -6px; width: 12px; height: 84px; -webkit-animation-delay: -7867ms; animation-delay: -7867ms; } .gold:nth-child(124) .rotate { -webkit-animation: rotateZ 13366ms linear infinite; animation: rotateZ 13366ms linear infinite; } .gold:nth-child(125) { top: calc(50% + 35px); left: 51%; transform: rotateZ(355deg); } .gold:nth-child(125) .graphic { border-width: 0 8px 11px 3px; -webkit-animation-delay: -1736ms, -1736ms; animation-delay: -1736ms, -1736ms; } .gold:nth-child(125) .graphic::before { left: 2.5px; width: 132px; height: 11px; -webkit-animation-delay: -1736ms; animation-delay: -1736ms; } .gold:nth-child(125) .graphic::after { top: 5.5px; left: -3px; width: 11px; height: 132px; -webkit-animation-delay: -1736ms; animation-delay: -1736ms; } .gold:nth-child(125) .rotate { -webkit-animation: rotateZ 13626ms linear infinite; animation: rotateZ 13626ms linear infinite; } .gold:nth-child(126) { top: calc(50% + -83px); left: 42%; transform: rotateZ(55deg); } .gold:nth-child(126) .graphic { border-width: 0 6px 3px 12px; -webkit-animation-delay: -2575ms, -2575ms; animation-delay: -2575ms, -2575ms; } .gold:nth-child(126) .graphic::before { left: -3px; width: 216px; height: 3px; -webkit-animation-delay: -2575ms; animation-delay: -2575ms; } .gold:nth-child(126) .graphic::after { top: 1.5px; left: -12px; width: 18px; height: 36px; -webkit-animation-delay: -2575ms; animation-delay: -2575ms; } .gold:nth-child(126) .rotate { -webkit-animation: rotateZ 11998ms linear infinite; animation: rotateZ 11998ms linear infinite; } .gold:nth-child(127) { top: calc(50% + 16px); left: 35%; transform: rotateZ(329deg); } .gold:nth-child(127) .graphic { border-width: 0 12px 12px 5px; -webkit-animation-delay: -6949ms, -6949ms; animation-delay: -6949ms, -6949ms; } .gold:nth-child(127) .graphic::before { left: 3.5px; width: 204px; height: 12px; -webkit-animation-delay: -6949ms; animation-delay: -6949ms; } .gold:nth-child(127) .graphic::after { top: 6px; left: -5px; width: 17px; height: 144px; -webkit-animation-delay: -6949ms; animation-delay: -6949ms; } .gold:nth-child(127) .rotate { -webkit-animation: rotateZ 13697ms linear infinite; animation: rotateZ 13697ms linear infinite; } .gold:nth-child(128) { top: calc(50% + 75px); left: 50%; transform: rotateZ(319deg); } .gold:nth-child(128) .graphic { border-width: 0 7px 9px 9px; -webkit-animation-delay: -2229ms, -2229ms; animation-delay: -2229ms, -2229ms; } .gold:nth-child(128) .graphic::before { left: -1px; width: 192px; height: 9px; -webkit-animation-delay: -2229ms; animation-delay: -2229ms; } .gold:nth-child(128) .graphic::after { top: 4.5px; left: -9px; width: 16px; height: 108px; -webkit-animation-delay: -2229ms; animation-delay: -2229ms; } .gold:nth-child(128) .rotate { -webkit-animation: rotateZ 13391ms linear infinite; animation: rotateZ 13391ms linear infinite; } .gold:nth-child(129) { top: calc(50% + -97px); left: 53%; transform: rotateZ(60deg); } .gold:nth-child(129) .graphic { border-width: 0 9px 5px 3px; -webkit-animation-delay: -4974ms, -4974ms; animation-delay: -4974ms, -4974ms; } .gold:nth-child(129) .graphic::before { left: 3px; width: 144px; height: 5px; -webkit-animation-delay: -4974ms; animation-delay: -4974ms; } .gold:nth-child(129) .graphic::after { top: 2.5px; left: -3px; width: 12px; height: 60px; -webkit-animation-delay: -4974ms; animation-delay: -4974ms; } .gold:nth-child(129) .rotate { -webkit-animation: rotateZ 17917ms linear infinite; animation: rotateZ 17917ms linear infinite; } .gold:nth-child(130) { top: calc(50% + 20px); left: 1%; transform: rotateZ(254deg); } .gold:nth-child(130) .graphic { border-width: 0 3px 8px 6px; -webkit-animation-delay: -8548ms, -8548ms; animation-delay: -8548ms, -8548ms; } .gold:nth-child(130) .graphic::before { left: -1.5px; width: 108px; height: 8px; -webkit-animation-delay: -8548ms; animation-delay: -8548ms; } .gold:nth-child(130) .graphic::after { top: 4px; left: -6px; width: 9px; height: 96px; -webkit-animation-delay: -8548ms; animation-delay: -8548ms; } .gold:nth-child(130) .rotate { -webkit-animation: rotateZ 18493ms linear infinite; animation: rotateZ 18493ms linear infinite; } .gold:nth-child(131) { top: calc(50% + -1px); left: 67%; transform: rotateZ(308deg); } .gold:nth-child(131) .graphic { border-width: 0 10px 9px 5px; -webkit-animation-delay: -6824ms, -6824ms; animation-delay: -6824ms, -6824ms; } .gold:nth-child(131) .graphic::before { left: 2.5px; width: 180px; height: 9px; -webkit-animation-delay: -6824ms; animation-delay: -6824ms; } .gold:nth-child(131) .graphic::after { top: 4.5px; left: -5px; width: 15px; height: 108px; -webkit-animation-delay: -6824ms; animation-delay: -6824ms; } .gold:nth-child(131) .rotate { -webkit-animation: rotateZ 18530ms linear infinite; animation: rotateZ 18530ms linear infinite; } .gold:nth-child(132) { top: calc(50% + 69px); left: 42%; transform: rotateZ(239deg); } .gold:nth-child(132) .graphic { border-width: 0 6px 4px 10px; -webkit-animation-delay: -5234ms, -5234ms; animation-delay: -5234ms, -5234ms; } .gold:nth-child(132) .graphic::before { left: -2px; width: 192px; height: 4px; -webkit-animation-delay: -5234ms; animation-delay: -5234ms; } .gold:nth-child(132) .graphic::after { top: 2px; left: -10px; width: 16px; height: 48px; -webkit-animation-delay: -5234ms; animation-delay: -5234ms; } .gold:nth-child(132) .rotate { -webkit-animation: rotateZ 13819ms linear infinite; animation: rotateZ 13819ms linear infinite; } .gold:nth-child(133) { top: calc(50% + 53px); left: 4%; transform: rotateZ(164deg); } .gold:nth-child(133) .graphic { border-width: 0 9px 7px 8px; -webkit-animation-delay: -7074ms, -7074ms; animation-delay: -7074ms, -7074ms; } .gold:nth-child(133) .graphic::before { left: 0.5px; width: 204px; height: 7px; -webkit-animation-delay: -7074ms; animation-delay: -7074ms; } .gold:nth-child(133) .graphic::after { top: 3.5px; left: -8px; width: 17px; height: 84px; -webkit-animation-delay: -7074ms; animation-delay: -7074ms; } .gold:nth-child(133) .rotate { -webkit-animation: rotateZ 16293ms linear infinite; animation: rotateZ 16293ms linear infinite; } .gold:nth-child(134) { top: calc(50% + 32px); left: 63%; transform: rotateZ(190deg); } .gold:nth-child(134) .graphic { border-width: 0 4px 4px 5px; -webkit-animation-delay: -5046ms, -5046ms; animation-delay: -5046ms, -5046ms; } .gold:nth-child(134) .graphic::before { left: -0.5px; width: 108px; height: 4px; -webkit-animation-delay: -5046ms; animation-delay: -5046ms; } .gold:nth-child(134) .graphic::after { top: 2px; left: -5px; width: 9px; height: 48px; -webkit-animation-delay: -5046ms; animation-delay: -5046ms; } .gold:nth-child(134) .rotate { -webkit-animation: rotateZ 19604ms linear infinite; animation: rotateZ 19604ms linear infinite; } .gold:nth-child(135) { top: calc(50% + 68px); left: 47%; transform: rotateZ(272deg); } .gold:nth-child(135) .graphic { border-width: 0 12px 5px 7px; -webkit-animation-delay: -9349ms, -9349ms; animation-delay: -9349ms, -9349ms; } .gold:nth-child(135) .graphic::before { left: 2.5px; width: 228px; height: 5px; -webkit-animation-delay: -9349ms; animation-delay: -9349ms; } .gold:nth-child(135) .graphic::after { top: 2.5px; left: -7px; width: 19px; height: 60px; -webkit-animation-delay: -9349ms; animation-delay: -9349ms; } .gold:nth-child(135) .rotate { -webkit-animation: rotateZ 16863ms linear infinite; animation: rotateZ 16863ms linear infinite; } .gold:nth-child(136) { top: calc(50% + -50px); left: 2%; transform: rotateZ(164deg); } .gold:nth-child(136) .graphic { border-width: 0 4px 7px 6px; -webkit-animation-delay: -8201ms, -8201ms; animation-delay: -8201ms, -8201ms; } .gold:nth-child(136) .graphic::before { left: -1px; width: 120px; height: 7px; -webkit-animation-delay: -8201ms; animation-delay: -8201ms; } .gold:nth-child(136) .graphic::after { top: 3.5px; left: -6px; width: 10px; height: 84px; -webkit-animation-delay: -8201ms; animation-delay: -8201ms; } .gold:nth-child(136) .rotate { -webkit-animation: rotateZ 11008ms linear infinite; animation: rotateZ 11008ms linear infinite; } .gold:nth-child(137) { top: calc(50% + 65px); left: 51%; transform: rotateZ(346deg); } .gold:nth-child(137) .graphic { border-width: 0 3px 11px 8px; -webkit-animation-delay: -6164ms, -6164ms; animation-delay: -6164ms, -6164ms; } .gold:nth-child(137) .graphic::before { left: -2.5px; width: 132px; height: 11px; -webkit-animation-delay: -6164ms; animation-delay: -6164ms; } .gold:nth-child(137) .graphic::after { top: 5.5px; left: -8px; width: 11px; height: 132px; -webkit-animation-delay: -6164ms; animation-delay: -6164ms; } .gold:nth-child(137) .rotate { -webkit-animation: rotateZ 17217ms linear infinite; animation: rotateZ 17217ms linear infinite; } .gold:nth-child(138) { top: calc(50% + -73px); left: 53%; transform: rotateZ(187deg); } .gold:nth-child(138) .graphic { border-width: 0 10px 6px 8px; -webkit-animation-delay: -123ms, -123ms; animation-delay: -123ms, -123ms; } .gold:nth-child(138) .graphic::before { left: 1px; width: 216px; height: 6px; -webkit-animation-delay: -123ms; animation-delay: -123ms; } .gold:nth-child(138) .graphic::after { top: 3px; left: -8px; width: 18px; height: 72px; -webkit-animation-delay: -123ms; animation-delay: -123ms; } .gold:nth-child(138) .rotate { -webkit-animation: rotateZ 16429ms linear infinite; animation: rotateZ 16429ms linear infinite; } .gold:nth-child(139) { top: calc(50% + 76px); left: 66%; transform: rotateZ(5deg); } .gold:nth-child(139) .graphic { border-width: 0 11px 9px 9px; -webkit-animation-delay: -7391ms, -7391ms; animation-delay: -7391ms, -7391ms; } .gold:nth-child(139) .graphic::before { left: 1px; width: 240px; height: 9px; -webkit-animation-delay: -7391ms; animation-delay: -7391ms; } .gold:nth-child(139) .graphic::after { top: 4.5px; left: -9px; width: 20px; height: 108px; -webkit-animation-delay: -7391ms; animation-delay: -7391ms; } .gold:nth-child(139) .rotate { -webkit-animation: rotateZ 18977ms linear infinite; animation: rotateZ 18977ms linear infinite; } .gold:nth-child(140) { top: calc(50% + 50px); left: 79%; transform: rotateZ(51deg); } .gold:nth-child(140) .graphic { border-width: 0 6px 9px 3px; -webkit-animation-delay: -2719ms, -2719ms; animation-delay: -2719ms, -2719ms; } .gold:nth-child(140) .graphic::before { left: 1.5px; width: 108px; height: 9px; -webkit-animation-delay: -2719ms; animation-delay: -2719ms; } .gold:nth-child(140) .graphic::after { top: 4.5px; left: -3px; width: 9px; height: 108px; -webkit-animation-delay: -2719ms; animation-delay: -2719ms; } .gold:nth-child(140) .rotate { -webkit-animation: rotateZ 15388ms linear infinite; animation: rotateZ 15388ms linear infinite; } .gold:nth-child(141) { top: calc(50% + 32px); left: 3%; transform: rotateZ(72deg); } .gold:nth-child(141) .graphic { border-width: 0 12px 6px 10px; -webkit-animation-delay: -8825ms, -8825ms; animation-delay: -8825ms, -8825ms; } .gold:nth-child(141) .graphic::before { left: 1px; width: 264px; height: 6px; -webkit-animation-delay: -8825ms; animation-delay: -8825ms; } .gold:nth-child(141) .graphic::after { top: 3px; left: -10px; width: 22px; height: 72px; -webkit-animation-delay: -8825ms; animation-delay: -8825ms; } .gold:nth-child(141) .rotate { -webkit-animation: rotateZ 11418ms linear infinite; animation: rotateZ 11418ms linear infinite; } .gold:nth-child(142) { top: calc(50% + -89px); left: 83%; transform: rotateZ(225deg); } .gold:nth-child(142) .graphic { border-width: 0 5px 12px 3px; -webkit-animation-delay: -2819ms, -2819ms; animation-delay: -2819ms, -2819ms; } .gold:nth-child(142) .graphic::before { left: 1px; width: 96px; height: 12px; -webkit-animation-delay: -2819ms; animation-delay: -2819ms; } .gold:nth-child(142) .graphic::after { top: 6px; left: -3px; width: 8px; height: 144px; -webkit-animation-delay: -2819ms; animation-delay: -2819ms; } .gold:nth-child(142) .rotate { -webkit-animation: rotateZ 18915ms linear infinite; animation: rotateZ 18915ms linear infinite; } .gold:nth-child(143) { top: calc(50% + -93px); left: 17%; transform: rotateZ(79deg); } .gold:nth-child(143) .graphic { border-width: 0 4px 3px 7px; -webkit-animation-delay: -282ms, -282ms; animation-delay: -282ms, -282ms; } .gold:nth-child(143) .graphic::before { left: -1.5px; width: 132px; height: 3px; -webkit-animation-delay: -282ms; animation-delay: -282ms; } .gold:nth-child(143) .graphic::after { top: 1.5px; left: -7px; width: 11px; height: 36px; -webkit-animation-delay: -282ms; animation-delay: -282ms; } .gold:nth-child(143) .rotate { -webkit-animation: rotateZ 11654ms linear infinite; animation: rotateZ 11654ms linear infinite; } .gold:nth-child(144) { top: calc(50% + -70px); left: 34%; transform: rotateZ(213deg); } .gold:nth-child(144) .graphic { border-width: 0 7px 9px 10px; -webkit-animation-delay: -9449ms, -9449ms; animation-delay: -9449ms, -9449ms; } .gold:nth-child(144) .graphic::before { left: -1.5px; width: 204px; height: 9px; -webkit-animation-delay: -9449ms; animation-delay: -9449ms; } .gold:nth-child(144) .graphic::after { top: 4.5px; left: -10px; width: 17px; height: 108px; -webkit-animation-delay: -9449ms; animation-delay: -9449ms; } .gold:nth-child(144) .rotate { -webkit-animation: rotateZ 19766ms linear infinite; animation: rotateZ 19766ms linear infinite; } .gold:nth-child(145) { top: calc(50% + 78px); left: 23%; transform: rotateZ(79deg); } .gold:nth-child(145) .graphic { border-width: 0 9px 10px 4px; -webkit-animation-delay: -7669ms, -7669ms; animation-delay: -7669ms, -7669ms; } .gold:nth-child(145) .graphic::before { left: 2.5px; width: 156px; height: 10px; -webkit-animation-delay: -7669ms; animation-delay: -7669ms; } .gold:nth-child(145) .graphic::after { top: 5px; left: -4px; width: 13px; height: 120px; -webkit-animation-delay: -7669ms; animation-delay: -7669ms; } .gold:nth-child(145) .rotate { -webkit-animation: rotateZ 13608ms linear infinite; animation: rotateZ 13608ms linear infinite; } .gold:nth-child(146) { top: calc(50% + 1px); left: 6%; transform: rotateZ(93deg); } .gold:nth-child(146) .graphic { border-width: 0 4px 10px 8px; -webkit-animation-delay: -3189ms, -3189ms; animation-delay: -3189ms, -3189ms; } .gold:nth-child(146) .graphic::before { left: -2px; width: 144px; height: 10px; -webkit-animation-delay: -3189ms; animation-delay: -3189ms; } .gold:nth-child(146) .graphic::after { top: 5px; left: -8px; width: 12px; height: 120px; -webkit-animation-delay: -3189ms; animation-delay: -3189ms; } .gold:nth-child(146) .rotate { -webkit-animation: rotateZ 15379ms linear infinite; animation: rotateZ 15379ms linear infinite; } .gold:nth-child(147) { top: calc(50% + 3px); left: 77%; transform: rotateZ(308deg); } .gold:nth-child(147) .graphic { border-width: 0 5px 6px 4px; -webkit-animation-delay: -7451ms, -7451ms; animation-delay: -7451ms, -7451ms; } .gold:nth-child(147) .graphic::before { left: 0.5px; width: 108px; height: 6px; -webkit-animation-delay: -7451ms; animation-delay: -7451ms; } .gold:nth-child(147) .graphic::after { top: 3px; left: -4px; width: 9px; height: 72px; -webkit-animation-delay: -7451ms; animation-delay: -7451ms; } .gold:nth-child(147) .rotate { -webkit-animation: rotateZ 14700ms linear infinite; animation: rotateZ 14700ms linear infinite; } .gold:nth-child(148) { top: calc(50% + 65px); left: 84%; transform: rotateZ(11deg); } .gold:nth-child(148) .graphic { border-width: 0 9px 7px 10px; -webkit-animation-delay: -6671ms, -6671ms; animation-delay: -6671ms, -6671ms; } .gold:nth-child(148) .graphic::before { left: -0.5px; width: 228px; height: 7px; -webkit-animation-delay: -6671ms; animation-delay: -6671ms; } .gold:nth-child(148) .graphic::after { top: 3.5px; left: -10px; width: 19px; height: 84px; -webkit-animation-delay: -6671ms; animation-delay: -6671ms; } .gold:nth-child(148) .rotate { -webkit-animation: rotateZ 10779ms linear infinite; animation: rotateZ 10779ms linear infinite; } .gold:nth-child(149) { top: calc(50% + -95px); left: 70%; transform: rotateZ(11deg); } .gold:nth-child(149) .graphic { border-width: 0 11px 10px 9px; -webkit-animation-delay: -8540ms, -8540ms; animation-delay: -8540ms, -8540ms; } .gold:nth-child(149) .graphic::before { left: 1px; width: 240px; height: 10px; -webkit-animation-delay: -8540ms; animation-delay: -8540ms; } .gold:nth-child(149) .graphic::after { top: 5px; left: -9px; width: 20px; height: 120px; -webkit-animation-delay: -8540ms; animation-delay: -8540ms; } .gold:nth-child(149) .rotate { -webkit-animation: rotateZ 13720ms linear infinite; animation: rotateZ 13720ms linear infinite; } .gold:nth-child(150) { top: calc(50% + 78px); left: 7%; transform: rotateZ(206deg); } .gold:nth-child(150) .graphic { border-width: 0 4px 11px 11px; -webkit-animation-delay: -1887ms, -1887ms; animation-delay: -1887ms, -1887ms; } .gold:nth-child(150) .graphic::before { left: -3.5px; width: 180px; height: 11px; -webkit-animation-delay: -1887ms; animation-delay: -1887ms; } .gold:nth-child(150) .graphic::after { top: 5.5px; left: -11px; width: 15px; height: 132px; -webkit-animation-delay: -1887ms; animation-delay: -1887ms; } .gold:nth-child(150) .rotate { -webkit-animation: rotateZ 17009ms linear infinite; animation: rotateZ 17009ms linear infinite; } .gold:nth-child(151) { top: calc(50% + -32px); left: 29%; transform: rotateZ(183deg); } .gold:nth-child(151) .graphic { border-width: 0 12px 4px 12px; -webkit-animation-delay: -9648ms, -9648ms; animation-delay: -9648ms, -9648ms; } .gold:nth-child(151) .graphic::before { left: 0px; width: 288px; height: 4px; -webkit-animation-delay: -9648ms; animation-delay: -9648ms; } .gold:nth-child(151) .graphic::after { top: 2px; left: -12px; width: 24px; height: 48px; -webkit-animation-delay: -9648ms; animati.........完整代码请登录后点击上方下载按钮下载查看
网友评论0