jquery+svg实现老式古董布谷鸟报时时钟钟摆动画效果代码

代码语言:html

所属分类:其他

代码描述:jquery+svg实现老式古董布谷鸟报时时钟钟摆动画效果代码

代码标签: jquery svg 老式 古董 布谷鸟 报时 时钟 钟摆 动画

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
    
       <style>
           body {
  background: #5D917D;
}

.center, .minute-hand, .hour-hand, .figurine, .mill, .front-clock, .container {
  position: absolute;
  left: 50%;
}

.container {
  width: 595px;
  height: 1024px;
  margin-left: -300px;
  margin-top: 0;
}

.front-clock {
  z-index: 500;
  margin-top: -1000px;
  margin-left: -300px;
}

.mill {
  z-index: 300;
  margin-top: -618px;
  margin-left: 55px;
}

.figurine {
  z-index: 1200;
  margin-top: -625px;
  margin-left: 140px;
}

.minute-hand, .hour-hand {
  z-index: 300;
  transform: translateZ(0);
}

.minute-hand {
  margin-top: 300px;
  margin-left: -11px;
}

.hour-hand {
  margin-top: 317px;
  margin-left: -14px;
}

.s0 {
  stop-color: #52706B;
  stop-opacity: 0;
}

.s1 {
  stop-color: #307057;
}

#chick {
  display: hidden;
}
       </style>
    </head>
    <body>

        <div class="container">
            <svg class="hour-hand" xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" width="24.5" height="42" viewBox="0 0 24.5 42" enable-background="new 0 0 24.5 42" xml:space="preserve">
                <path fill="#36362C" d="M20.97 16.47c-0.68-0.18-1.34-0.19-1.94-0.06 -1.3-0.94-6.33-5.18-8.03-15.35 -0.34 10.31-4.78 15.18-5.94 16.28 -0.62-0.05-1.27 0.04-1.92 0.31 -2.23 0.92-2.66 4.06-1.72 5.19 0.94 1.14 2.37 1.13 3.14 0.43 0.59-0.54 0.85-1.8-0.15-2.33 -0.67-0.36-1.74 0.46-1.11 1.47 -1.79 0.06-1.84-2.18-1.14-3.11 1.3-1.7 5.01-2.35 6.88 2.49 0.84 2.16 0.62 4.76 0.26 6.66 -1.32 3.26-2.31 6.67-1.67 9.33 0.4 1.65 1.13 2.75 1.99 3.48l1.52-1.47c-0.25 0.17-0.48 0.36-0.69 0.57 -0.62-0.58-1.15-1.43-1.44-2.68 -0.87-3.72 2.12-9.26 3.58-12.78 1.91 3.3 5.6 8.4 5.23 12.2 -0.12 1.25-0.52 2.15-1.04 2.8 -0.32-0.23-0.66-0.4-1.02-0.55l1.99 1.29c0.72-0.83 1.27-1.99 1.44-3.62 0.28-2.72-1.14-5.96-2.89-9.02 -0.6-1.83-1.17-4.38-0.62-6.63 1.22-5.05 4.98-4.9 6.49-3.38 0.82 0.82 1.06 3.05-0.72 3.23 0.49-1.09-0.67-1.76-1.29-1.31 -0.91 0.66-0.49 1.87 0.16 2.33 0.85 0.59 2.27 0.41 3.06-0.84C24.14 20.14 23.3 17.09 20.97 16.47zM15.26 19.82c-0.78 2.07-1.13 3.44-1.29 4.39 -0.59-0.93-1.15-1.8-1.62-2.59 -0.37 0.85-0.8 1.79-1.27 2.78 -0.28-0.92-0.81-2.23-1.85-4.18 -0.46-0.86-1.23-1.68-2.18-2.23 1.8-2.53 4.23-6.68 4.27-11.97 0.74 5.24 3.69 9.03 5.81 11.3C16.26 17.99 15.6 18.92 15.26 19.82z"/>
            </svg>
            <!--hour-hand-->
            <svg class="minute-hand" xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" width="23" height="57.4" viewBox="0 0 23 57.4" enable-background="new 0 0 22.954 57.372" xml:space="preserve">
                <path fill="#36362C" d="M11.1 0.9C10.5 11.7 7.1 16.8 6.1 18.1c-1.2-0.5-2.6-0.6-3.9 0.2 -2 1.1-2 3.9-1 4.7 1 0.8 2.3 0.6 3-0.1 0.5-0.5 0.6-1.7-0.4-2 -0.7-0.2-1.6 0.6-0.8 1.4 -1.7 0.3-2-1.6-1.4-2.5 1-1.7 4.4-2.7 6.7 1.2 0.7 1.1 0.9 2.4 1 3.6 -2.1 7.6-4.1 16.5-3.4 23.2 0.4 3.9 1.3 6.3 2.4 7.8 -0.1 0.1-0.1 0.1-0.1 0.2l1.4-1.4c-1-1.2-1.9-3.2-2.2-6.7 -0.8-7.5 2.6-18.1 4.3-24.9 1.9 6.8 5.7 17.3 5.1 24.8 -0.3 3.5-1.1 5.6-2 6.8 0 0-0.1-0.1-0.1-0.1l1.6 1.4c-0.1-0.1-0.1-0.2-0.2-0.2 1-1.6 1.9-4 2.2-7.9 0.5-6.8-1.9-15.5-4.2-23.1 0.1-1.2 0.3-2.6 0.9-3.7 2.2-4 5.6-3 6.6-1.4 0.6 0.9 0.3 2.8-1.4 2.6 0.7-0.8-0.2-1.6-0.9-1.4 -1 0.4-0.9 1.5-0.4 2 0.7 0.7 2 0.9 3 0 1-0.9 0.9-3.6-1.1-4.7 -1.4-0.7-2.8-0.6-4 0C15.7 16.6 12.1 11.7 11.1 0.9zM15.4 18.9c-0.2 0.2-0.4 0.4-0.6 0.6 -0.8 1-1.3 1.9-1.7 2.5 -0.6-2-1.2-4-1.7-5.7 -0.4 1.7-1 3.7-1.6 5.7 -0.4-0.7-0.9-1.5-1.7-2.5 -0.2-0.2-0.4-0.4-0.6-0.6 1.5-2.6 3.5-7 3.7-12.7C11.6 12 13.8 16.3 15.4 18.9z"/>
            </svg>
            <!--minute-hand-->
            <svg class="whole-clock" xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" width="595.28" height="992.67" viewBox="0 0 595.28 992.67" enable-background="new 0 0 595.28 992.666" xml:space="preserve">
                <g id="Layer_3">
                    <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="312.21" y1="786.65" x2="312.21" y2="252.71">
                        <stop offset="0" class="s0"/>
                        <stop offset="1" stop-color="#307057"/>
                    </linearGradient>
                    <polyline opacity="0.12" fill="url(#SVGID_1_)" points="72.42 252.71 251.87 786.65 552 786.65 522.86 252.71 72.42 252.71 "/>
                    <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="309.15" y1="992.67" x2="309.15" y2="455.3">
                        <stop offset="0" class="s0"/>
                        <stop offset="1" stop-color="#307057"/>
                    </linearGradient>
                    <polyline opacity="0.31" fill="url(#SVGID_2_)" points="78 455.31 240.16 992.67 540.29 992.67 515 455.31 88.33 455.31 "/>
                </g>
                <g id="Layer_2">
                    <circle fill="#99A37A" cx="329.61" cy="84.56" r="14.21"/>
                    <circle fill="#99A37A" cx="266.29" cy="83.56" r="14.21"/>
                    <rect x="146.42" y="386" fill="#99A37A" width="24.99" height="19.67"/>
                    <circle fill="#99A37A" cx="124.32" cy="427.03" r="17.32"/>
                    <circle fill="#99A37A" cx="469.79" cy="428.13" r="14.21"/>
                    <rect x="145.45" y="405.67" fill="#894A2E" width="25.96" height="32.33"/>
                    <path fill="#4C382A" d="M116.67 276.56c0 0 21.86 16.5 23.6-9.78l5.18 1.14v46.76h14.85c0 0 8.44 24.82 14.45 26.71s245.78 0 245.78 0 14.09-15.85 14.45-26.71h14.85V269.5l5.18-2.72c0 0 5 30.82 23.6 9.78S297.64 120.71 297.64 120.71l-180.97 152.77"/>
                    <polygon fill="#825534" points="72.42 252.71 93.21 275.68 298.64 100.65 502.07 275.68 522.86 252.71 298.64 76.75 "/>
                    <circle fill="#E6D4A7" stroke="#DD744B" stroke-width="3" stroke-miterlimit="10" cx="297.64" cy="358.22" r="74.09"/>
                    <path fill="#514643" d="M93.21 275.68c3.44-1.85 11.44-4.64 19.75 3.1L297.64 109.73l184.68 169.05c8.31-7.74 16.31-4.95 19.75-3.1L297.64 89.62 93.21 275.68z"/>
                    <path fill="#825534" d="M445.34 304.27h-12.96c-1.65 12.65-12.79 22.36-25.94 22.36 -13.15 0-24.28-9.72-25.94-22.36h-12.96V203.23c-1.68-0.75-3.2-1.77-4.49-3.04v113.49h14.85c1.1 14.49 13.45 25.92 28.54 25.92 15.09 0 27.44-11.42 28.54-25.91h14.85v-46.3c-1.56 0-3.07-0.24-4.49-0.67V304.27z"/>
                    <path fill="#825534" d="M415.54 235.5c-1.22 0.31-2.47 0.47-3.75 0.47 -1.61 0-3.16-0.25-4.61-0.71v89.91c4.96-0.14 9.55-1.71 13.36-4.3v-73.19c-3.07-2.8-5.02-6.82-5.02-11.3C415.51 236.08 415.52 235.79 415.54 235.5z"/>
                    <path fill="#825534" d="M396.49 220.66c0-0.29 0.01-0.58 0.03-0.87 -1.22 0.31-2.48 0.47-3.75 0.47 -0.14 0-0.27-0.02-0.4-0.02v100.62c3.81 2.6 8.4 4.16 13.36 4.3V234.7C400.29 232.35 396.49 226.94 396.49 220.66z"/>
                    <path fill="#825534" d="M436.8 260.06v42.75h7.08v-36.65C440.94 264.92 438.46 262.77 436.8 260.06z"/>
                    <path fill="#825534" d="M369 203.79v99.02h7.08v-98.45c-0.77 0.12-1.56 0.19-2.35 0.19C372.08 204.55 370.49 204.28 369 203.79z"/>
                    <path fill="#825534" d="M377.54 206.53v96.28h4.28c0.52 6.84 3.95 12.89 9.08 16.96v-99.64C383.85 219.27 378.27 213.62 377.54 206.53z"/>
                    <path fill="#825534" d="M434.56 251.2c-1.22 0.31-2.47 0.47-3.75 0.47 -3.29 0-6.33-1.05-8.82-2.82v70.93c5.13-4.08 8.56-10.12 9.08-16.96h4.28V256.96c-0.52-1.54-0.81-3.18-0.81-4.89C434.53 251.79 434.54 251.49 434.56 251.2z"/>
                    <circle fill="#EFE7D3" cx="297.64" cy="358.22" r="67.17"/>
                    <path fill="#825534" d="M324.44 36.2c-1.53-0.66-3.64-1.53-6-2.49 -0.98-11.86-9.91-21.15-20.79-21.15s-19.82 9.29-20.79 21.15c-2.37 0.96-4.48 1.83-6 2.49 -7.69 3.32-6.56 9.63-6.56 13.68 0 10.09 0 30.19 0 37.68l33.35-28.72 33.35 28.73c0-7.49 0-27.59 0-37.68C330.99 45.83 332.13 39.52 324.44 36.2zM297.64 29.4c-3.31 0-5.99-2.68-5.99-5.99s2.68-5.99 5.99-5.99 5.99 2.68 5.99 5.99S300.95 29.4 297.64 29.4z"/>
                    <polygon fill="#AD6E4B" points="72.42 252.71 90.67 260.9 297.64 82.65 504.61 260.9 522.86 252.71 297.64 58.75 "/>
                    <path fill="#36362C" d="M93.21 275.68c3.44-1.85 11.44-4.64 19.75 3.1L297.64 119.73l184.68 159.05c8.31-7.74 16.31-4.95 19.75-3.1L297.64 99.62 93.21 275.68z"/>
                    <path fill="#825534" d="M227.74 304.27h-12.96c-1.65 12.65-12.79 22.36-25.94 22.36 -13.15 0-24.28-9.72-25.94-22.36h-12.96v-37.57c-1.42 0.44-2.93 0.68-4.49 0.68v46.3h14.85c-0.36 16.54 13.45 25.92 28.54 25.92 15.09 0 27.44-11.42 28.54-25.91h14.86V200.18c-1.3 1.27-2.82 2.3-4.49 3.04V304.27z"/>
                    <path fill="#825534" d="M179.74 235.5c0.02 0.29 0.03 0.58 0.03 0.87 0 4.48-1.94 8.5-5.02 11.3v73.19c3.81 2.6 8.4 4.16 13.36 4.3v-89.91c-1.46 0.46-3.01 0.71-4.61 0.71C182.22 235.96 180.96 235.81 179.74 235.5z"/>
                    <path fill="#825534" d="M198.77 219.79c0.02 0.29 0.03 0.58 0.03 0.87 0 6.28-3.81 11.68-9.23 14.04v90.46c4.96-0.14 9.55-1.71 13.36-4.3V220.24c-0.13 0-0.27 0.02-0.4 0.02C201.24 220.26 199.99 220.1 198.77 219.79z"/>
                    <path fill="#825534" d="M151.4 266.17v36.65h7.08v-42.75C156.82 262.77 154.35 264.92 151.4 266.17z"/>
                    <path fill="#825534" d="M219.2 204.37v98.45h7.08V203.79c-1.49 0.49-3.08 0.76-4.74 0.76C220.75 204.55 219.97 204.49 219.2 204.37z"/>
                    <path fill="#825534" d="M204.38 220.13v99.65c5.13-4.08 8.56-10.12 9.08-16.96h4.28v-96.28C217.01 213.62 211.43 219.27 204.38 220.13z"/>
                    <path fill="#825534" d="M160.72 251.2c0.02 0.29 0.03 0.58 0.03 0.87 0 1.71-0.29 3.35-0.81 4.89v45.85h4.28c0.52 6.84 3.95 12.89 9.08 16.96v-70.93c-2.5 1.77-5.54 2.82-8.82 2.82C163.19 251.67 161.94 251.51 160.72 251.2z"/>
                    <path fill="#825534" d="M297.64 177.74c-17.66 0-31.97 14.32-31.97 31.98s14.32 31.98 31.98 31.98c17.66 0 31.98-14.31 31.98-31.97S315.3 177.74 297.64 177.74zM297.64 234.52c-13.7 0-24.81-11.11-24.81-24.81s11.11-24.81 24.81-24.81c13.7 0 24.81 11.11 24.81 24.81S311.34 234.52 297.64 234.52z"/>
                    <circle fill="#231F20" cx="267.64" cy="305.27" r="1.7"/>
                    <circle fill="#231F20" cx="297.95" cy="297.54" r="1.7"/>
                    <circle fill="#231F20" cx="329.33" cy="306.32" r="1.7"/>
                    <circle fill="#231F20" cx="351.49" cy="328.92" r="1.7"/>
                    <circle fill="#231F20" cx="359.52" cy="358.4" r="1.7"/>
                    <circle fill="#231F20" cx="351.19" cy="390.46" r="1.7"/>
                    <circle fill="#231F20" cx="328.5" cy="412.96" r="1.7"/>
                    <circle fill="#231F20" cx="297.95" cy="421.19" r="1.7"/>
                    <circle fill="#231F20" cx="266.5" cy="412.71" r="1.7"/>
                    <circle fill="#231F20" cx="243.8" cy="389.78" r="1.7"/>
                    <circle fill="#231F20" cx="235.77" cy="358.4" r="1.7"/>
                    <circle fill="#231F20" cx="244.58" cy="327.61" r="1.7"/>
                    <path fill="#514643" d="M301.43 391.4c0-1.92-1.56-3.48-3.48-3.48 -1.92 0-3.48 1.56-3.48 3.48 0 1.26 0.67 2.35 1.67 2.96l-0.78 8.05h5.18l-0.78-8.05C300.75 393.74 301.43 392.65 301.43 391.4z"/>
                    <path fill="#9E5F3F" d="M378.17 312.36h-15.29V192.25c-2.01-2.65-3.22-5.96-3.22-9.55 0-0.3 0.01-0.6 0.03-0.9 -1.24 0.32-2.52 0.48-3.82 0.48 -8.6 0-15.61-7.07-15.61-15.76 0-0.3 0.01-0.6 0.03-0.9 -1.25 0.32-2.52 0.48-3.83 0.48 -8.6 0-15.61-7.07-15.61-15.76 0-0.3 0.01-0.6 0.03-0.9 -1.25 0.32-2.52 0.48-3.83 0.48 -8.61 0-15.61-7.07-15.61-15.76 0-0.3 0.01-0.6 0.03-0.9 -1.25 0.32-2.52 0.48-3.82 0.48 -1.3 0-2.58-0.16-3.82-0.48 0.02 0.3 0.03 0.6 0.03 0.9 0 8.69-7 15.76-15.61 15.76 -1.3 0-2.58-0.16-3.82-0.48 0.02 0.3 0.03 0.6 0.03 0.9 0 8.69-7 15.76-15.61 15.76 -1.3 0-2.58-0.16-3.82-0.48 0.02 0.3 0.03 0.6 0.03 0.9 0 8.69-7 15.76-15.61 15.76 -1.3 0-2.58-0.16-3.83-0.48 0.02 0.3 0.03 0.6 0.03 0.9 0 3.59-1.21 6.9-3.22 9.55v120.12H217.11c-1.85 15.08-14.96 26.69-30.46 26.69 -6.75 0-13.05-2.21-18.17-5.95v108.38H297.64h129.15V333.11c-5.11 3.74-11.41 5.95-18.17 5.95C393.13 339.06 380.02 327.44 378.17 312.36zM297.64 173.98c19.11 0 34.6 15.64 34.6 34.94 0 19.3-15.49 34.94-34.6 34.94 -19.11 0-34.6-15.64-34.6-34.94C263.04 189.62 278.53 173.98 297.64 173.98zM261.35 220.93c5.2 15.59 19.48 26.79 36.29 26.79s31.09-11.2 36.29-26.79h8.44c-5.48 20.27-23.43 35.15-44.73 35.15 -21.31 0-39.25-14.87-44.73-35.15H261.35zM297.64 432.11c-40.59 0-73.49-33.23-73.49-74.22 0-40.99 32.91-74.22 73.5-74.22 40.59 0 73.5 33.23 73.5 74.22C371.14 398.89 338.23 432.11 297.64 432.11z"/>
                    <circle fill="#6B534D" cx="297.64" cy="252.54" r="2.72"/>
                    <circle fill="#6B534D" cx="259.67" cy="227.19" r="2.72"/>
                    <circle fill="#6B534D" cx="285.13" cy="250.69" r="2.72"/>
                    <circle fill="#6B534D" cx="274.03" cy="244.71" r="2.72"/>
                    <circle fill="#6B534D" cx="265.55" cy="236.98" r="2.72"/>
                    <circle fill="#6B534D" cx="335.61" cy="227.19" r="2.72"/>
                    <circle fill="#6B534D" cx="310.15" cy="250.69" r="2.72"/>
                    <circle fill="#6B534D" cx="321.25" cy="244.71" r="2.72"/>
                    <circle fill="#6B534D" cx="329.73" cy="236.98" r="2.72"/>
                    <path fill="#825534" d="M116.67 278.56c2.5 2.5 5.94 4.06 9.75 4.06 7.65 0 13.84-6.2 13.84-13.84 0-1.04-0.12-2.04-0.34-3.01 1.69 0.74 3.56 1.15 5.52 1.15 7.65 0 13.84-6.2 13.84-13.84 0-1.04-0.12-2.04-0.34-3.01 1.69 0.74 3.56 1.15 5.52 1.15 7.65 0 13.84-6.2 13.84-13.84 0-1.04-0.12-2.04-0.34-3.01 1.69 0.74 3.56 1.15 5.52 1.15 7.65 0 13.84-6.2 13.84-13.84 0-1.04-0.12-2.04-0.34-3.01 1.69 0.74 3.56 1.15 5.52 1.15 7.65 0 13.84-6.2 13.84-13.84 0-1.03-0.12-2.04-0.34-3.01 1.69 0.74 3.56 1.15 5.52 1.15 7.65 0 13.84-6.2 13.84-13.84 0-1.03-0.12-2.04-0.34-3.01 1.69 0.74 3.56 1.15 5.52 1.15 7.65 0 13.84-6.2 13.84-13.84 0-1.04-0.12-2.04-0.34-3.01 1.69 0.74 3.56 1.15 5.52 1.15 7.65 0 13.84-6.2 13.84-13.84 0-1.03-0.12-2.04-0.34-3.01 1.69 0.74 3.56 1.15 5.52 1.15 7.65 0 13.84-6.2 13.84-13.84 0-1.03-0.12-2.04-0.34-3.01 1.69 0.74 3.56 1.15 5.52 1.15 1.96 0 3.83-0.41 5.52-1.15 -0.22 0.97-0.34 1.98-0.34 3.01 0 7.65 6.2 13.84 13.84 13.84 1.96 0 3.83-0.41 5.52-1.15 -0.22 0.97-0.34 1.98-0.34 3.01 0 7.65 6.2 13.84 13.84 13.84 1.96 0 3.83-0.41 5.52-1.15 -0.22 0.97-0.34 1.98-0.34 3.01 0 7.65 6.2 13.84 13.85 13.84 1.96 0 3.83-0.41 5.52-1.15 -0.22 0.97-0.34 1.98-0.34 3.01 0 7.65 6.2 13.84 13.84 13.84 1.96 0 3.83-0.41 5.52-1.15 -0.22 0.97-0.34 1.98-0.34 3.01 0 7.65 6.2 13.84 13.84 13.84 1.96 0 3.83-0.41 5.52-1.15 -0.22 0.97-0.34 1.98-0.34 3.01 0 7.65 6.2 13.84 13.84 13.84 1.96 0 3.83-0.41 5.52-1.15 -0.21 0.97-0.34 1.98-0.34 3.01 0 7.65 6.2 13.84 13.84 13.84 1.96 0 3.83-0.41 5.52-1.15 -0.22 0.97-0.34 1.98-0.34 3.01 0 7.65 6.2 13.84 13.85 13.84 1.96 0 3.83-0.41 5.52-1.15 -0.21 0.97-0.34 1.98-0.34 3.01 0 7.65 6.2 13.84 13.84 13.84 3.82 0 7.25-1.56 9.75-4.06L297.64 122.71 116.67 278.56zM130.72 278.09c-1.88 0-3.4-1.52-3.4-3.4s1.52-3.4 3.4-3.4 3.4 1.52 3.4 3.4S132.59 278.09 130.72 278.09zM150.04 261.82c-1.88 0-3.4-1.52-3.4-3.4 0-1.88 1.52-3.4 3.4-3.4 1.88 0 3.4 1.52 3.4 3.4C153.44 260.3 151.92 261.82 150.04 261.82zM169.2 246.62c-1.88 0-3.4-1.52-3.4-3.4s1.52-3.4 3.4-3.4c1.88 0 3.4 1.52 3.4 3.4S171.08 246.62 169.2 246.62zM188.17 231.16c-1.88 0-3.4-1.52-3.4-3.4s1.52-3.4 3.4-3.4c1.88 0 3.4 1.52 3.4 3.4S190.05 231.16 188.17 231.16zM207.44 214.83c-1.88 0-3.4-1.52-3.4-3.4 0-1.88 1.52-3.4 3.4-3.4s3.4 1.52 3.4 3.4C210.84 213.31 209.32 214.83 207.44 214.83zM225.73 198.81c-1.88 0-3.4-1.52-3.4-3.4 0-1.88 1.52-3.4 3.4-3.4 1.88 0 3.4 1.52 3.4 3.4C229.13 197.29 227.61 198.81 225.73 198.81zM244.67 183.64c-1.88 0-3.4-1.52-3.4-3.4s1.52-3.4 3.4-3.4 3.4 1.52 3.4 3.4S246.55 183.64 244.67 183.64zM263.32 167.61c-1.88 0-3.4-1.52-3.4-3.4 0-1.88 1.52-3.4 3.4-3.4s3.4 1.52 3.4 3.4C266.72 166.09 265.2 167.61 263.32 167.61zM282.58 152.37c-1.88 0-3.4-1.52-3.4-3.4s1.52-3.4 3.4-3.4 3.4 1.52 3.4 3.4S284.46 152.37 282.58 152.37zM464.56 271.29c1.88 0 3.4 1.52 3.4 3.4s-1.52 3.4-3.4 3.4 -3.4-1.52-3.4-3.4S462.69 271.29 464.56 271.29zM445.24 255.02c1.88 0 3.4 1.52 3.4 3.4 0 1.88-1.52 3.4-3.4 3.4s-3.4-1.52-3.4-3.4C441.84 256.55 443.37 255.02 445.24 255.02zM426.08 239.82c1.88 0 3.4 1.52 3.4 3.4s-1.52 3.4-3.4 3.4 -3.4-1.52-3.4-3.4S424.21 239.82 426.08 239.82zM407.11 224.36c1.88 0 3.4 1.52 3.4 3.4s-1.52 3.4-3.4 3.4c-1.88 0-3.4-1.52-3.4-3.4S405.24 224.36 407.11 224.36zM387.84 208.03c1.88 0 3.4 1.52 3.4 3.4 0 1.88-1.52 3.4-3.4 3.4s-3.4-1.52-3.4-3.4C384.44 209.56 385.96 208.03 387.84 208.03zM369.55 192.01c1.88 0 3.4 1.52 3.4 3.4 0 1.88-1.52 3.4-3.4 3.4s-3.4-1.52-3.4-3.4C366.15 193.53 367.67 192.01 369.55 192.01zM350.61 176.84c1.88 0 3.4 1.52 3.4 3.4s-1.52 3.4-3.4 3.4 -3.4-1.52-3.4-3.4S348.73 176.84 350.61 176.84zM331.96 160.81c1.88 0 3.4 1.52 3.4 3.4 0 1.88-1.52 3.4-3.4 3.4s-3.4-1.52-3.4-3.4C328.56 162.33 330.08 160.81 331.96 160.81zM312.7 145.57c1.88 0 3.4 1.52 3.4 3.4s-1.52 3.4-3.4 3.4 -3.4-1.52-3.4-3.4S310.82 145.57 312.7 145.57zM300.64 133.34c0 1.88-1.52 3.4-3.4 3.4 -1.88 0-3.4-1.52-3.4-3.4s1.52-3.4 3.4-3.4C299.11 129.94 300.64 131.46 300.64 133.34z"/>
                    <path fill="#AD6E4B" d="M116.67 275.56c2.5 2.5 5.94 4.06 9.75 4.06 7.65 0 13.84-6.2 13.84-13.84 0-1.04-0.12-2.04-0.34-3.01 1.69 0.74 3.56 1.15 5.52 1.15 7.65 0 13.84-6.2 13.84-13.84 0-1.04-0.12-2.04-0.34-3.01 1.69 0.74 3.56 1.15 5.52 1.15 7.65 0 13.84-6.2 13.84-13.84 0-1.04-0.12-2.04-0.34-3.01 1.69 0.74 3.56 1.15 5.52 1.15 7.65 0 13.84-6.2 13.84-13.84 0-1.04-0.12-2.04-0.34-3.01 1.69 0.74 3.56 1.15 5.52 1.15 7.65 0 13.84-6.2 13.84-13.84 0-1.03-0.12-2.04-0.34-3.01 1.69 0.74 3.56 1.15 5.52 1.15 7.65 0 13.84-6.2 13.84-13.84 0-1.03-0.12-2.04-0.34-3.01 1.69 0.74 3.56 1.15 5.52 1.15 7.65 0 13.84-6.2 13.84-13.84 0-1.04-0.12-2.04-0.34-3.01 1.69 0.74 3.56 1.15 5.52 1.15 7.65 0 13.84-6.2 13.84-13.84 0-1.03-0.12-2.04-0.34-3.01 1.69 0.74 3.56 1.15 5.52 1.15 7.65 0 13.84-6.2 13.84-13.84 0-1.03-0.12-2.04-0.34-3.01 1.69 0.74 3.56 1.15 5.52 1.15 1.96 0 3.83-0.41 5.52-1.15 -0.22 0.97-0.34 1.98-0.34 3.01 0 7.65 6.2 13.84 13.84 13.84 1.96 0 3.83-0.41 5.52-1.15 -0.22 0.97-0.34 1.98-0.34 3.01 0 7.65 6.2 13.84 13.84 13.84 1.96 0 3.83-0.41 5.52-1.15 -0.22 0.97-0.34 1.98-0.34 3.01 0 7.65 6.2 13.84 13.85 13.84 1.96 0 3.83-0.41 5.52-1.15 -0.22 0.97-0.34 1.98-0.34 3.01 0 7.65 6.2 13.84 13.84 13.84 1.96 0 3.83-0.41 5.52-1.15 -0.22 0.97-0.34 1.98-0.34 3.01 0 7.65 6.2 13.84 13.84 13.84 1.96 0 3.83-0.41 5.52-1.15 -0.22 0.97-0.34 1.98-0.34 3.01 0 7.65 6.2 13.84 13.84 13.84 1.96 0 3.83-0.41 5.52-1.15 -0.21 0.97-0.34 1.98-0.34 3.01 0 7.65 6.2 13.84 13.84 13.84 1.96 0 3.83-0.41 5.52-1.15 -0.22 0.97-0.34 1.98-0.34 3.01 0 7.65 6.2 13.84 13.85 13.84 1.96 0 3.83-0.41 5.52-1.15 -0.21 0.97-0.34 1.98-0.34 3.01 0 7.65 6.2 13.84 13.84 13.84 3.82 0 7.25-1.56 9.75-4.06L297.64 119.71 116.67 275.56zM130.72 275.09c-1.88 0-3.4-1.52-3.4-3.4s1.52-3.4 3.4-3.4 3.4 1.52 3.4 3.4S132.59 275.09 130.72 275.09zM150.04 258.82c-1.88 0-3.4-1.52-3.4-3.4 0-1.88 1.52-3.4 3.4-3.4 1.88 0 3.4 1.52 3.4 3.4C153.44 257.3 151.92 258.82 150.04 258.82zM169.2 243.62c-1.88 0-3.4-1.52-3.4-3.4s1.52-3.4 3.4-3.4c1.88 0 3.4 1.52 3.4 3.4S171.08 243.62 169.2 243.62zM188.17 228.16c-1.88 0-3.4-1.52-3.4-3.4s1.52-3.4 3.4-3.4c1.88 0 3.4 1.52 3.4 3.4S190.05 228.16 188.17 228.16zM207.44 211.83c-1.88 0-3.4-1.52-3.4-3.4 0-1.88 1.52-3.4 3.4-3.4s3.4 1.52 3.4 3.4C210.84 210.31 209.32 211.83 207.44 211.83zM225.73 195.81c-1.88 0-3.4-1.52-3.4-3.4 0-1.88 1.52-3.4 3.4-3.4 1.88 0 3.4 1.52 3.4 3.4C229.13 194.29 227.61 195.81 225.73 195.81zM244.67 180.64c-1.88 0-3.4-1.52-3.4-3.4s1.52-3.4 3.4-3.4 3.4 1.52 3.4 3.4S246.55 180.64 244.67 180.64zM263.32 164.61c-1.88 0-3.4-1.52-3.4-3.4 0-1.88 1.52-3.4 3.4-3.4s3.4 1.52 3.4 3.4C266.72 163.09 265.2 164.61 263.32 164.61zM282.58 149.37c-1.88 0-3.4-1.52-3.4-3.4s1.52-3.4 3.4-3.4 3.4 1.52 3.4 3.4S284.46 149.37 282.58 149.37zM464.56 268.29c1.88 0 3.4 1.52 3.4 3.4s-1.52 3.4-3.4 3.4 -3.4-1.52-3.4-3.4S462.69 268.29 464.56 268.29zM445.24 252.02c1.88 0 3.4 1.52 3.4 3.4 0 1.88-1.52 3.4-3.4 3.4s-3.4-1.52-3.4-3.4C441.84 253.55 443.37 252.02 445.24 252.02zM426.08 236.82c1.88 0 3.4 1.52 3.4 3.4s-1.52 3.4-3.4 3.4 -3.4-1.52-3.4-3.4S424.21 236.82 426.08 236.82zM407.11 221.36c1.88 0 3.4 1.52 3.4 3.4s-1.52 3.4-3.4 3.4c-1.88 0-3.4-1.52-3.4-3.4S405.24 221.36 407.11 221.36zM387.84 205.03c1.88 0 3.4 1.52 3.4 3.4 0 1.88-1.52 3.4-3.4 3.4s-3.4-1.52-3.4-3.4C384.44 206.56 385.96 205.03 387.84 205.03zM369.55 189.01c1.88 0 3.4 1.52 3.4 3.4 0 1.88-1.52 3.4-3.4 3.4s-3.4-1.52-3.4-3.4C366.15 190.53 367.67 189.01 369.55 189.01zM350.61 173.84c1.88 0 3.4 1.52 3.4 3.4s-1.52 3.4-3.4 3.4 -3.4-1.52-3.4-3.4S348.73 173.84 350.61 173.84zM331.96 157.81c1.88 0 3.4 1.52 3.4 3.4 0 1.88-1.52 3.4-3.4 3.4s-3.4-1.52-3.4-3.4C328.56 159.33 330.08 157.81 331.96 157.81zM312.7 142.57c1.88 0 3.4 1.52 3.4 3.4s-1.52 3.4-3.4 3.4 -3.4-1.52-3.4-3.4S310.82 142.57 312.7 142.57zM300.64 130.34c0 1.88-1.52 3.4-3.4 3.4 -1.88 0-3.4-1.52-3.4-3.4s1.52-3.4 3.4-3.4C299.11 126.94 300.64 128.46 300.64 130.34z"/>
                    <path fill="none" d="M294.17 352.29c-2.95-2.42-9.24-2.19-13.05-2.43 2.11 3.18 5.06 8.74 8.63 10.09 1.2 0.45 2.2 0.49 3.03 0.3 -0.05-0.29-0.08-0.59-0.08-0.89 0-2.13 1.34-3.93 3.23-4.63C295.67 353.92 295.15 353.08 294.17 352.29z"/>
                    <path id="minute" display="none" fill="#36362C" d="M292.99 299.37c-0.22 10.83-3.46 15.97-4.48 17.33 -1.2-0.46-2.63-0.5-3.94 0.3 -1.92 1.18-1.84 3.94-0.8 4.75 1.04 0.81 2.36 0.56 2.96-0.17 0.46-0.56 0.51-1.69-0.49-1.97 -0.67-0.19-1.53 0.69-0.79 1.46 -1.64 0.36-2.04-1.55-1.53-2.46 0.94-1.69 4.26-2.89 6.73 0.94 0.69 1.07 1.02 2.37 1.17 3.61 -1.79 7.71-3.57 16.6-2.6 23.34 0.55 3.84 1.56 6.25 2.69 7.75 -0.05 0.07-0.09 0.15-0.13 0.22l1.37-1.44c-1.01-1.12-1.97-3.12-2.45-6.63 -1.04-7.44 1.98-18.2 3.43-25.08 2.15 6.69 6.25 17.1 5.97 24.6 -0.13 3.54-0.88 5.64-1.78 6.85 -0.04-0.02-0.07-0.05-0.12-0.07l1.64 1.38c-0.06-0.08-0.11-0.16-0.17-0.23 0.97-1.6 1.74-4.09 1.9-7.98 0.28-6.8-2.4-15.47-4.96-22.95 0.02-1.24 0.21-2.57 0.79-3.7 2.07-4.06 5.49-3.21 6.6-1.62 0.6 0.86 0.4 2.8-1.27 2.61 0.65-0.83-0.29-1.63-0.94-1.37 -0.96 0.39-0.8 1.5-0.29 2.01 0.68 0.67 2.01 0.78 2.97-0.13 0.95-0.91 0.75-3.67-1.28-4.65 -1.38-0.67-2.8-0.48-3.95 0.1C298.06 314.91 294.31 310.13 292.99 299.37zM297.82 317.16c-0.2 0.21-0.38 0.42-0.53 0.64 -0.73 1.07-1.23 1.9-1.58 2.58 -0.7-2.01-1.37-3.91-1.93-5.61 -0.39 1.75-0.86 3.71-1.35 5.78 -0.42-0.64-1-1.42-1.83-2.41 -0.17-0.2-0.38-0.4-0.6-0.58 1.4-2.68 3.27-7.09 3.27-12.81C293.85 310.44 296.16 314.63 297.82 317.16z"/>
                    <path fill="#6B534D" d="M275.34 205.07c-0.66 0-1.19 0.53-1.19 1.19v0.66h2.38v-0.66C276.53 205.6 276 205.07 275.34 205.07z"/>
                    <rect x="274.15" y="207.16" fill="#6B534D" width="2.38" height="4.94"/>
                    <path fill="#6B534D" d="M274.15 213.17c0 0.66 0.53 1.19 1.19 1.19 0.66 0 1.19-0.53 1.19-1.19v-0.66h-2.38V213.17z"/>
                    <path fill="#6B534D" d="M319.94 205.07c-0.66 0-1.19 0.53-1.19 1.19v0.66h2.38v-0.66C321.13 205.6 320.6 205.07 319.94 205.07z"/>
                    <rect x="318.75" y="207.16" fill="#6B534D" width="2.38" height="4.94"/>
                    <path fill="#6B534D" d="M318.75 213.17c0 0.66 0.53 1.19 1.19 1.19s1.19-0.53 1.19-1.19v-0.66h-2.37V213.17z"/>
                    <g id="chick">
                        <g id="feet_1_">
                            <line fill="none" stroke="#914613" stroke-miterlimit="10" x1="294.43" y1="226.47" x2="294.43" y2="229.19"/>
                            <line fill="none" stroke="#914613" stroke-miterlimit="10" x1="294.43" y1="229.19" x2="291.83" y2="231.36"/>
                            <line fill="none" stroke="#914613" stroke-miterlimit="10" x1="294.43" y1="229.19" x2="294.43" y2="232.14"/>
                            <line fill="none" stroke="#914613" stroke-miterlimit="10" x1="294.43" y1="229.19" x2="297.16" y2="231.08"/>
                        </g>
                        <g id="feet">
                            <line fill="none" stroke="#914613" stroke-miterlimit="10" x1="301.99" y1="226.47" x2="301.99" y2="229.19"/>
                            <line fill="none" stroke="#914613" stroke-miterlimit="10" x1="301.99" y1="229.19" x2="299.4" y2="231.36"/>
                            <line fill="none" stroke="#914613" stroke-miterlimit="10" x1="301.99" y1="229.19" x2="301.99" y2="232.14"/>
                            <line fill="none" stroke="#914613" stroke-miterlimit="10" x1="301.99" y1="229.19" x2="304.73" y2="231.08"/>
                        </g>
                        <circle fill="#C1AE84" cx="298.36" cy="218.69" r="10.7"/>
                        <circle fill="#E6D4A7" cx="298.08" cy="206.58" r="7.33"/>
                        <polygon fill="#DD744B" points="296.83 209.17 299.08 209.17 297.96 211.92 "/>
                        <circle fill="#4C382A" cx="301.58" cy="207.58" r="0.41"/>
                        <circle fill="#4C382A" cx="294.08" cy="207.58" r="0.41"/>
                        <path fill="#C43F16" d="M297.13 200.63c0 0-0.08-4.56 0.83-4.56 0 0 0.73-0.62 0.79 4.56C298.75 200.63 297.94 202.31 297.13 200.63z"/>
                    </g>
                    <path id="door_1_" fill="#BF7D5C" d="M318.58 204.71c-2.2-9.25-10.37-16.18-20.21-16.51v43.01c9.84-0.32 18.01-7.26 20.22-16.51 -0.47-0.43-0.77-1.06-0.77-1.77v-6.46C317.81 205.77 318.11 205.14 318.58 204.71zM301.27 211.44c-0.95 0-1.73-0.77-1.73-1.73s0.77-1.73 1.73-1.73c0.96 0 1.73 0.77 1.73 1.73S302.23 211.44 301.27 211.44z"/>
                    <path id="door" fill="#BF7D5C" d="M276.71 204.71c0.47 0.43 0.77 1.06 0.77 1.77v6.46c0 0.71-0.3 1.34-0.77 1.77 2.2 9.25 10.37 16.18 20.22 16.51v-43.01C287.08 188.53 278.91 195.46 276.71 204.71zM294.01 207.98c0.96 0 1.73 0.77 1.73 1.73s-0.77 1.73-1.73 1.73c-0.95 0-1.73-0.77-1.73-1.73S293.05 207.98 294.01 207.98z"/>
                    <path fill="#AD6E4B" d="M324.44 33.2c-1.53-0.66-3.64-1.53-6-2.49 -0.98-11.86-9.91-21.15-20.79-21.15 -10.88 0-19.82 9.29-20.79 21.15 -2.37 0.96-4.48 1.83-6 2.49 -7.69 3.32-6.56 9.63-6.56 13.68 0 10.09 0 30.19 0 37.68l33.35-28.72 33.35 28.73c0-7.49 0-27.59 0-37.68C330.99 42.83 332.13 36.52 324.44 33.2zM297.64 26.4c-3.31 0-5.99-2.68-5.99-5.99s2.68-5.99 5.99-5.99c3.31 0 5.99 2.68 5.99 5.99S300.95 26.4 297.64 26.4z"/>
                    <polygon fill="#36362C" points="72.42 252.71 90.67 260.9 93.21 275.68 "/>
                    <polygon fill="#36362C" points="504.61 260.9 522.86 252.71 502.07 275.68 "/>
                    <rect x="360.99" y="471.09" display="none" fill="#9D5F42" width="40.57" height="13.84"/>
                    <polygon fill="#C17656" stroke="#894A2E" stroke-miterlimit="10" points="426.79 364.28 461.58 395.16 461.58 438 426.79 438 "/>
                    <path display="none" fill="#99A37A" d="M437.43 415.2c0-1.99-0.18-3.94-0.52-5.84l9.1-1.59 -0.6-3.45 -9.2 1.6 0.15 0.85c-1.28-4.97-3.68-9.48-6.9-13.28l6.77-6.12 -2.35-2.6 -6.82 6.17c-3.55-3.39-7.83-6.01-12.59-7.6l2.68-8.58 -3.34-1.05 -2.72 8.7c-2.32-0.51-4.74-0.79-7.21-0.79 -2.03 0-4.01 0.19-5.94 0.54l-1.77-8.4 -3.43 0.73 1.79 8.47c-3.92 1.14-7.55 2.96-10.74 5.35l-5.3-6.65 -2.74 2.18 5.35 6.71c-3.68 3.41-6.6 7.64-8.46 12.39l-7.92-3.03 -1.25 3.27 8.06 3.08c-0.78 2.84-1.2 5.82-1.2 8.9 0 1.5 0.11 2.98 0.3 4.42l-8.2 1.21 0.51 3.46 8.33-1.23c1.18 4.9 3.43 9.38 6.5 13.18l-6.09 5.22 2.28 2.66 6.14-5.26c3.59 3.61 8 6.4 12.93 8.09l-2.6 7.63 3.31 1.13 2.67-7.8c2.41 0.55 4.91 0.85 7.49 0.85 2.06 0 4.08-0.2 6.04-0.55l1.46 7.92 3.44-0.64 -1.49-8.09c4.54-1.33 8.68-3.59 12.2-6.56l5.47 6.51 2.68-2.25 -5.59-6.65c3.43-3.57 6.08-7.9 7.67-12.72l8.53 3.01 1.16-3.3 -8.77-3.09C437.16 420.02 437.43 417.64 437.43 415.2zM394.53 391.64l2.5 18.74 -17.88 3.39C378.12 394.48 394.53 391.64 394.53 391.64zM381.69 423.56l18.68-2.92 3.79 17.8C384.89 439.9 381.69 423.56 381.69 423.56zM403.87 390.38c19.26-1.46 22.47 14.88 22.47 14.88l-18.68 2.92L403.87 390.38zM413.74 437.32l-2.92-18.68 17.8-3.79C430.09 434.12 413.74 437.32 413.74 437.32z"/>
                    <polygon fill="#894A2E" points="426.79 358.38 426.79 364.28 465.33 399 468 395.16 "/>
                    <rect x="389" y="260" fill="#99A37A" width="33" height="27"/>
                    <line fill="none" stroke="#603813" stroke-miterlimit="10" x1="389" y1="268.5" x2="422" y2="268.5"/>
                    <line fill="none" stroke="#603813" stroke-miterlimit="10" x1="389" y1="279.5" x2="422" y2="279.5"/>
                    <line fill="none" stroke="#603813" stroke-miterlimit="10" x1="405.5" y1="260" x2="405.5" y2="287"/>
                    <path fill="#603813" d="M422 262.44v23.82c0 0 3.32 3.32 6.55 0 0 0-3.69-2.63-1.26-4.02 0 0 5.72-7.62 0.48-16.48 0 0-2.28-1.8 0.35-3.32C428.11 262.44 425 258.7 422 262.44z"/>
                    <path fill="#603813" d="M389 286.08v-23.82c0 0-3.18-3.32-6.41 0 0 0 3.76 2.63 1.34 4.02 0 0-5.69 7.62-0.44 16.48 0 0 2.15 1.8-0.47 3.32C383.02 286.08 387 289.81 389 286.08z"/>
                    <path fill="#996644" d="M381.14 263h51.28c0 0 7.16-4.28 0-8.44 0 0-5.66 4.76-8.65 1.64 0 0-16.4-7.38-35.48-0.61 0 0-3.87 2.93-7.15-0.46C381.14 255.12 373.09 259 381.14 263z"/>
                    <path fill="#996644" d="M431.48 286h-50.91c0 0-7.1 4.76 0 9.5 0 0 5.63-5.46 8.58-1.91 0 0 16.28 8.37 35.23 0.67 0 0 3.85-3.24 7.1 0.61C431.48 294.86 439.47 290 431.48 286z"/>
                    <rect x="172" y="261" fill="#99A37A" width="33" height="27"/>
                    <line fill="none" stroke="#603813" stroke-miterlimit="10" x1="172" y1="269.5" x2="205" y2="269.5"/>
                    <line fill="none" stroke="#603813" stroke-miterlimit="10" x1="172" y1="280.5" x2="205" y2="280.5"/>
                    <line fill="none" stroke="#603813" stroke-miterlimit="10" x1="188.5" y1="261" x2="188.5" y2="288"/>
                    <path fill="#603813" d="M205 263.44v23.82c0 0 3.32 3.32 6.55 0 0 0-3.69-2.63-1.26-4.02 0 0 5.72-7.62 0.48-16.48 0 0-2.28-1.8 0.35-3.32C211.11 263.44 208 259.7 205 263.44z"/>
                    <path fill="#603813" d="M172 287.08v-23.82c0 0-3.18-3.32-6.41 0 0 0 3.76 2.63 1.34 4.02 0 0-5.69 7.62-0.44 16.48 0 0 2.15 1.8-0.47 3.32C166.02 287.08 170 290.81 172 287.08z"/>
                    <path fill="#996644" d="M164.14 264h51.28c0 0 7.16-4.28 0-8.44 0 0-5.66 4.76-8.65 1.64 0 0-16.4-7.38-35.48-0.61 0 0-3.87 2.93-7.15-0.46C164.14 256.12 156.09 260 164.14 264z"/>
                    <path fill="#996644" d="M214.48 287h-50.91c0 0-7.1 4.76 0 9.5 0 0 5.63-5.46 8.58-1.91 0 0 16.28 8.37 35.23 0.67 0 0 3.85-3.24 7.1 0.61C214.48 295.86 222.47 291 214.48 287z"/>
                    <path fill="none" d="M294.07 349.45c0.36 0.15 0.7 0.32 1.02 0.55 0.52-0.65 0.91-1.55 1.04-2.8 0.37-3.8-3.32-8.9-5.23-12.2 -1.46 3.52-4.45 9.07-3.58 12.78 0.29 1.25 0.82 2.1 1.44 2.68 0.21-0.21 0.44-0.4 0.7-0.57C290.87 348.94 292.6 348.84 294.07 349.45z"/>
                    <circle fill="none" cx="292.19" cy="354" r="2.35"/>
                    <path fill="#36362C" d="M295.2 354.3l-1.52 1.47c0.02 0.02 0.04 0.04 0.06 0.06 -0.97 1.59-1 3.67 0.1 5.33 1.1 1.65 3.02 2.4 4.85 2.12l2-0.76c1.56-1.04 2.33-2.82 2.17-4.57l-0.59-1.89c-0.07-0.13-0.13-0.27-0.22-0.4 -0.1-0.14-0.2-0.28-0.31-0.41 0.03-0.03 0.05-0.06 0.07-0.09l-1.99-1.29C298.35 353.25 296.62 353.35 295.2 354.3zM299.25 360.36c-1.08 0.72-2.54 0.43-3.26-0.65 -0.72-1.08-0.43-2.54 0.65-3.26 1.08-0.72 2.54-0.43 3.26 0.65C300.62 358.18 300.33 359.64 299.25 360.36z"/>
                    <path id="hour" display="none" fill="#36362C" d="M303.22 329.61c-0.68-0.18-1.34-0.19-1.94-0.06 -1.3-0.94-6.33-5.18-8.03-15.35 -0.34 10.31-4.78 15.18-5.94 16.28 -0.62-0.05-1.27 0.04-1.92 0.31 -2.23 0.92-2.66 4.06-1.72 5.19 0.94 1.14 2.37 1.13 3.14 0.43 0.59-0.54 0.85-1.8-0.15-2.33 -0.67-0.36-1.74 0.46-1.11 1.47 -1.79 0.06-1.84-2.18-1.14-3.11 1.3-1.7 5.01-2.35 6.88 2.49 0.84 2.16 0.62 4.76 0.26 6.66 -1.32 3.26-2.31 6.67-1.67 9.33 0.4 1.65 1.13 2.75 1.99 3.48l1.52-1.47c-0.25 0.17-0.48 0.36-0.69 0.57 -0.62-0.58-1.15-1.43-1.44-2.68 -0.87-3.72 2.12-9.26 3.58-12.78 1.91 3.3 5.6 8.4 5.23 12.2 -0.12 1.25-0.52 2.15-1.04 2.8 -0.32-0.23-0.66-0.4-1.02-0.55l1.99 1.29c0.72-0.83 1.27-1.99 1.44-3.62 0.28-2.72-1.14-5.96-2.89-9.02 -0.6-1.83-1.17-4.38-0.62-6.64 1.22-5.05 4.98-4.9 6.49-3.38 0.82 0.82 1.06 3.05-0.72 3.23 0.49-1.09-0.67-1.76-1.29-1.31 -0.91 0.66-0.49 1.87 0.16 2.33 0.85 0.59 2.27 0.41 3.06-0.84C306.4 333.28 305.56 330.23 303.22 329.61zM297.51 332.96c-0.78 2.07-1.13 3.44-1.29 4.39 -0.59-0.93-1.15-1.8-1.62-2.59 -0.37 0.85-0.8 1.79-1.27 2.78 -0.28-0.92-0.81-2.23-1.85-4.18 -0.46-0.86-1.23-1.68-2.18-2.23 1.8-2.53 4.23-6.68 4.27-11.97 0.74 5.24 3.69 9.03 5.81 11.3C298.51 331.13 297.86 332.06 297.51 332.96z"/>
                </g>
            </svg>
            <!--whole-clock-->
            <svg class="mill" xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" width="88.2" height="86.7" viewBox="0 0 88.2 86.7" enable-background="new 0 0 88.243 86.732" xml:space="preserve">
                <path fill="#99A37A" d="M437.4 415.2c0-2-0.2-3.9-0.5-5.8l9.1-1.6 -0.6-3.4 -9.2 1.6 0.2 0.9c-1.3-5-3.7-9.5-6.9-13.3l6.8-6.1 -2.3-2.6 -6.8 6.2c-3.5-3.4-7.8-6-12.6-7.6l2.7-8.6 -3.3-1 -2.7 8.7c-2.3-0.5-4.7-0.8-7.2-0.8 -2 0-4 0.2-5.9 0.5l-1.8-8.4 -3.4 0.7 1.8 8.5c-3.9 1.1-7.6 3-10.7 5.4l-5.3-6.6 -2.7 2.2 5.4 6.7c-3.7 3.4-6.6 7.6-8.5 12.4l-7.9-3 -1.2 3.3 8.1 3.1c-0.8 2.8-1.2 5.8-1.2 8.9 0 1.5 0.1 3 0.3 4.4l-8.2 1.2 0.5 3.5 8.3-1.2c1.2 4.9 3.4 9.4 6.5 13.2l-6.1 5.2 2.3 2.7 6.1-5.3c3.6 3.6 8 6.4 12.9 8.1l-2.6 7.6 3.3 1.1 2.7-7.8c2.4 0.5 4.9 0.8 7.5 0.8 2.1 0 4.1-0.2 6-0.6l1.5 7.9 3.4-0.6 -1.5-8.1c4.5-1.3 8.7-3.6 12.2-6.6l5.5 6.5 2.7-2.3 -5.6-6.7c3.4-3.6 6.1-7.9 7.7-12.7l8.5 3 1.2-3.3 -8.8-3.1C437.2 420 437.4 417.6 437.4 415.2zM394.5 391.6l2.5 18.7 -17.9 3.4C378.1 394.5 394.5 391.6 394.5 391.6zM381.7 423.6l18.7-2.9 3.8 17.8C384.9 439.9 381.7 423.6 381.7 423.6zM403.9 390.4c19.3-1.5 22.5 14.9 22.5 14.9l-18.7 2.9L403.9 390.4zM413.7 437.3l-2.9-18.7 17.8-3.8C430.1 434.1 413.7 437.3 413.7 437.3zM78.1 43.7c0-2-0.2-3.9-0.5-5.8l9.1-1.6 -0.6-3.4 -9.2 1.6 0.2 0.9c-1.3-5-3.7-9.5-6.9-13.3l6.8-6.1 -2.3-2.6 -6.8 6.2c-3.5-3.4-7.8-6-12.6-7.6l2.7-8.6 -3.3-1 -2.7 8.7c-2.3-0.5-4.7-0.8-7.2-0.8 -2 0-4 0.2-5.9 0.5l-1.8-8.4 -3.4 0.7 1.8 8.5c-3.9 1.1-7.6 3-10.7 5.4l-5.3-6.6 -2.7 2.2 5.4 6.7c-3.7 3.4-6.6 7.6-8.5 12.4L5.4 28.4l-1.2 3.3 8.1 3.1c-0.8 2.8-1.2 5.8-1.2 8.9 0 1.5 0.1 3 0.3 4.4l-8.2 1.2 0.5 3.5 8.3-1.2c1.2 4.9 3.4 9.4 6.5 13.2l-6.1 5.2 2.3 2.7 6.1-5.3c3.6 3.6 8 6.4 12.9 8.1l-2.6 7.6 3.3 1.1 2.7-7.8c2.4 0.5 4.9 0.8 7.5 0.8 2.1 0 4.1-0.2 6-0.6l1.5 7.9 3.4-0.6 -1.5-8.1c4.5-1.3 8.7-3.6 12.2-6.6l5.5 6.5 2.7-2.3 -5.6-6.7c3.4-3.6 6.1-7.9 7.7-12.7l8.5 3 1.2-3.3 -8.8-3.1C77.8 48.5 78.1 46.1 78.1 43.7zM35.2 20.1l2.5 18.7 -17.9 3.4C18.8 23 35.2 20.1 35.2 20.1zM22.4 52l18.7-2.9 3.8 17.8C25.6 68.4 22.4 52 22.4 52zM44.5 18.9C63.8 17.4 67 33.7 67 33.7L48.3 36.7 44.5 18.9zM54.4 65.8l-2.9-18.7 17.8-3.8C70.7 62.6 54.4 65.8 54.4 65.8z"/>
            </svg>
            <svg class="front-clock" xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" width="595.28" height="992.67" viewBox="0 0 595.28 992.67" enable-background="new 0 0 595.28 992.666" xml:space="preserve">
                <g id="Layer_4">
                    <g id="middle-dingy">
                        <polygon fill="#231F20" points="295.38 596.48 293.12 600.39 295.38 604.31 299.9 604.31 302.16 600.39 299.9 596.48 "/>
                        <path fill="#231F20" d="M302.59 596.6l-1.38-2.39h-2.74l-0.82-10.54 -0.82 10.54h-2.75l-1.38 2.39 -9.55-4.56 8.73 5.98 -1.37 2.37 1.38 2.39 -8.74 5.99 9.56-4.57 1.37 2.37h2.75l0.82 10.57 0.82-10.57h2.74l1.37-2.37 9.56 4.57 -8.74-5.99 1.38-2.39 -1.37-2.37 8.73-5.99L302.59 596.6zM300.17 604.77h-5.05l-2.53-4.38 2.53-4.38h5.06l2.53 4.38L300.17 604.77z"/>
                        <path fill="#70584B" d="M301.13 557.56v-72.62h16.52v-13.84H297.64h-20.02v13.84h16.53v72.62c-22.11 1.78-39.5 20.27-39.5 42.83 0 22.68 17.56 41.24 39.83 42.86 -2.35 1.17-3.97 3.58-3.97 6.38 0 3.94 3.19 7.13 7.13 7.13 3.94 0 7.13-3.19 7.13-7.13 0-2.8-1.62-5.22-3.97-6.38 22.27-1.62 39.83-20.18 39.83-42.86C340.63 577.83 323.24 559.34 301.13 557.56zM297.64 638.58c-21.09 0-38.19-17.1-38.19-38.19s17.1-38.19 38.19-38.19c21.09 0 38.19 17.1 38.19 38.19S318.73 638.58 297.64 638.58z"/>
                        <path fill="#E6D4A7" stroke="#DD744B" stroke-miterlimit="10" d="M315.77 596.18l0.27-1.97 0.59-2.88 0.53 2.85 0.27 1.44 4.31-0.26 5.43-3.5 -0.14-8.45 -7.25-4.35 -5.74 2.96 -2.38 3.61 1.09 0.94 2.15 1.87 -2.74-0.91 -1.82-0.74 -7.66 5.48 -0.62 0.44 0.07-0.76 0.92-9.37 -1.55-1.2 -2.16-1.92 2.69 0.93 1.36 0.47 1.93-3.87 -0.31-6.45 -7.39-4.11 -7.39 4.11 -0.31 6.45 1.93 3.87 1.38-0.48 2.73-0.96 -2.19 1.95 -1.57 1.22 0.92 9.37 0.07 0.76 -0.62-0.44 -7.66-5.48 -1.82 0.74 -2.75 0.91 2.15-1.87 1.09-0.94 -2.38-3.61 -5.74-2.96 -7.25 4.35 -0.14 8.45 5.43 3.5 4.31 0.26 0.27-1.44 0.53-2.85 0.59 2.88 0.27 1.97 8.58 3.9 0.69 0.32 -0.69 0.31 -8.58 3.9 -0.26 1.94 -0.59 2.83 -0.54-2.8 -0.28-1.41 -4.32 0.26 -5.43 3.49 0.14 8.45 7.25 4.35 5.74-2.96 2.38-3.6 -1.11-0.96 -2.2-1.89 2.79 0.93 1.84 0.75 7.66-5.48 0.62-0.44 -0.07 0.76 -0.91 9.38 1.57 1.22 2.19 1.95 -2.73-0.96 -1.38-0.48 -1.93 3.87 0.31 6.45 7.39 4.1 7.39-4.1 0.31-6.45 -1.93-3.87 -1.36 0.47 -2.69 0.93 2.16-1.92 1.55-1.2 -0.92-9.38 -0.07-0.76 0.62 0.44 7.67 5.48 1.84-0.75 2.79-0.92 -2.2 1.89 -1.11 0.96 2.38 3.6 5.74 2.96 7.25-4.34 0.14-8.45 -5.43-3.49 -4.32-0.26 -0.28 1.41 -0.54 2.8 -0.59-2.83 -0.27-1.94 -8.58-3.9 -0.69-0.31 0.69-0.32L315.77 596.18zM305.36 600.39l-1.21 2.09 13.12 8.97 5.07-1.89 -4.48 2.25 8.08 4.93 -8.31-4.53 0.29 5 -0.9-5.33 -14.33-6.88 -1.19 2.07h-2.4l-1.21 15.85 4.18 3.45 -4.19-2.75 -0.23 9.47 -0.23-9.46 -4.19 2.75 4.17-3.45 -1.21-15.85h-2.4l-1.19-2.06 -14.32 6.87 -0.9 5.33 0.29-5 -8.31 4.53 8.08-4.93 -4.48-2.25 5.07 1.89 13.11-8.97 -1.21-2.09 1.19-2.07 -13.1-8.96 -5.07 1.89 4.47-2.25 -8.08-4.93 8.32 4.53 -0.29-5 0.9 5.34 14.31 6.87 1.21-2.1h2.4l1.21-15.82 -4.17-3.44 4.19 2.75 0.23-9.47 0.23 9.47 4.19-2.75 -4.18 3.45 1.21 15.82h2.4l1.21 2.1 14.31-6.87 0.9-5.34 -0.29 5 8.31-4.53 -8.08 4.93 4.47 2.25 -5.07-1.89 -13.11 8.96L305.36 600.39z"/>
                        <path fill="#99A37A" d="M297.64 637.87c-20.66 0-37.47-16.81-37.47-37.47s16.81-37.47 37.47-37.47c20.66 0 37.48 16.81 37.48 37.47S318.3 637.87 297.64 637.87zM289.28 623.63l0.32 6.97 7.99 4.49 8.04-4.41 0.38-7 -2.27-4.57 -1.35 0.46 1.32-1.02 -0.83-9.07 7.34 5.24 1.69-0.65 -1.12 0.96 2.79 4.22 6.2 3.21 7.89-4.68 0.2-9.17 -5.87-3.83 -5.1-0.32 -0.27 1.4 -0.22-1.65 -8.27-3.81 8.21-3.74 0.28-1.78 0.28 1.45 5.05-0.3 5.87-3.76 -0.1-9.17 -7.84-4.75 -6.26 3.17 -2.83 4.26 1.07 0.94 -1.54-0.63 -7.44 5.26 0.87-8.98 -1.39-1.12 1.38 0.47 2.27-4.53 -0.32-6.97 -7.99-4.5 -8.04 4.41 -0.39 7 2.27 4.58 1.36-0.47 -1.33 1.03 0.83 9.07 -7.34-5.24 -1.67 0.64 1.1-0.96 -2.79-4.22 -6.2-3.2L267.62 583l-0.2 9.17 5.87 3.83 5.1 0.32 0.27-1.41 0.23 1.67 8.27 3.81 -8.21 3.74 -0.28 1.77 -0.28-1.43 -5.05 0.3 -5.87 3.77 0.1 9.17 7.84 4.76 6.26-3.17 2.83-4.26 -1.09-0.94 1.56 0.64 7.44-5.26 -0.87 8.98 1.41 1.13 -1.39-0.48L289.28 623.63z"/>
                    </g>
                    <g id="left-dingy">
                        <path fill="#9E5F3F" d="M236.05 703.25c-2.18 0.23-4.21-0.5-5.62-1.81 -1.26 1.45-3.21 2.39-5.4 2.39 -2.19 0-4.13-0.94-5.4-2.39 -1.41 1.31-3.44 2.04-5.62 1.81 -2.18-0.23-4.02-1.37-5.13-2.95 -1.23 0.93-2.83 1.43-4.53 1.36 0.16 3.6 0.49 7.13 0.95 10.55 1.85 0.3 3.63-0.17 4.96-1.18 1.01 1.45 2.69 2.51 4.68 2.72 1.99 0.21 3.86-0.47 5.14-1.68 1.16 1.34 2.93 2.21 4.93 2.21 2 0 3.78-0.87 4.93-2.21 1.29 1.21 3.15 1.89 5.14 1.68 1.99-0.21 3.67-1.26 4.69-2.71 1.33 1 3.12 1.48 4.96 1.18 0.46-3.42 0.79-6.95 0.95-10.55 -1.69 0.07-3.29-0.44-4.53-1.36C240.07 701.87 238.23 703.02 236.05 703.25z"/>
                        <path fill="#514643" d="M238.48 668.65c-0.92 1.31-2.46 2.27-4.27 2.46s-3.51-0.42-4.69-1.51c-1.05 1.21-2.67 1.99-4.5 1.99 -1.82 0-3.44-0.79-4.5-1.99 -1.17 1.09-2.87 1.7-4.68 1.51 -1.82-0.19-3.35-1.15-4.27-2.46 -0.93 0.7-2.12 1.11-3.38 1.14 -0.95 2.65-1.78 5.66-2.42 9.02 1.87 0.38 3.7-0.08 5.04-1.09 0.97 1.4 2.59 2.41 4.51 2.61 1.92 0.2 3.71-0.45 4.95-1.61 1.11 1.29 2.83 2.13 4.75 2.13 1.93 0 3.64-0.84 4.75-2.13 1.24 1.17 3.03 1.82 4.95 1.61 1.92-0.2 3.54-1.22 4.51-2.61 1.34 1.02 3.17 1.47 5.04 1.09 -0.65-3.37-1.47-6.37-2.42-9.02C240.6 669.76 239.41 669.35 238.48 668.65z"/>
                        <path fill="#514643" d="M239.93 711.91c-1.02 1.45-2.72 2.51-4.73 2.72 -2.01 0.21-3.89-0.47-5.19-1.67 -1.17 1.34-2.96 2.21-4.98 2.21 -2.02 0-3.81-0.87-4.98-2.21 -1.3 1.21-3.18 1.89-5.19 1.67 -2.01-0.21-3.71-1.27-4.73-2.72 -1.26 0.95-2.94 1.42-4.69 1.22 0.53 3.72 1.22 7.31 2.02 10.73 1.51 0.12 2.95-0.32 4.05-1.14 0.93 1.33 2.47 2.3 4.29 2.49 1.83 0.19 3.53-0.43 4.71-1.54 1.06 1.23 2.69 2.02 4.52 2.02s3.46-0.8 4.52-2.02c1.18 1.11 2.89 1.73 4.71 1.54 1.83-0.19 3.37-1.16 4.29-2.49 1.1 0.83 2.54 1.26 4.05 1.14 0.8-3.42 1.48-7.01 2.01-10.73C242.87 713.34 241.19 712.86 239.93 711.91z"/>
                        <path fill="#9E5F3F" d="M233.59 661.65c-1.7 0.18-3.28-0.39-4.37-1.41 -0.98 1.13-2.49 1.86-4.2 1.86 -1.7 0-3.21-0.73-4.2-1.86 -1.09 1.02-2.68 1.59-4.37 1.41 -1.32-0.14-2.47-0.71-3.33-1.54 -1.68 2.35-3.28 5.29-4.64 8.88 1.2-0.06 2.32-0.46 3.21-1.14 0.91 1.31 2.43 2.26 4.23 2.45 1.8 0.19 3.48-0.42 4.64-1.51 1.04 1.21 2.65 1.99 4.46 1.99 1.81 0 3.41-0.78 4.46-1.99 1.16 1.09 2.84 1.7 4.64 1.51 1.8-0.19 3.32-1.14 4.23-2.45 0.89 0.67 2.01 1.08 3.21 1.14 -1.36-3.59-2.95-6.52-4.64-8.88C236.07 660.94 234.91 661.51 233.59 661.65z"/>
                        <path fill="#9E5F3F" d="M234.35 726.03c-1.84 0.19-3.56-0.43-4.76-1.53 -1.07 1.23-2.71 2.02-4.57 2.02 -1.85 0-3.5-0.8-4.57-2.02 -1.19 1.11-2.91 1.73-4.75 1.53 -1.84-0.19-3.4-1.16-4.34-2.49 -1.02 0.76-2.33 1.19-3.73 1.15 0.91 3.78 1.96 7.35 3.09 10.65 0.74-0.17 1.42-0.48 2-0.92 0.84 1.21 2.24 2.09 3.9 2.26s3.21-0.39 4.28-1.4c0.96 1.11 2.44 1.84 4.11 1.84s3.15-0.73 4.11-1.84c1.07 1.01 2.62 1.57 4.28 1.4 1.66-0.17 3.06-1.05 3.9-2.26 0.58 0.44 1.26 0.75 2 0.92 1.13-3.29 2.18-6.86 3.09-10.65 -1.39 0.04-2.71-0.39-3.73-1.15C237.74 724.86 236.19 725.83 234.35 726.03z"/>
                        <path fill="#9E5F3F" d="M228.76 747.55c-0.87 1-2.22 1.66-3.73 1.66s-2.86-0.65-3.73-1.66c-0.97 0.91-2.38 1.41-3.89 1.25 -0.33-0.03-0.64-0.1-0.94-0.19 3.22 5.89 6.4 9.35 8.56 9.35 2.16 0 5.34-3.46 8.56-9.35 -0.3 0.09-0.61 0.16-0.94 0.19C231.14 748.97 229.73 748.46 228.76 747.55z"/>
                        <path fill="#514643" d="M233.49 737.42c-1.67 0.18-3.24-0.39-4.32-1.39 -0.97 1.11-2.46 1.84-4.15 1.84s-3.18-0.73-4.15-1.84c-1.08 1-2.65 1.57-4.32 1.39 -1.67-0.18-3.09-1.06-3.94-2.27 -0.49 0.36-1.05 0.64-1.66 0.82 1.58 4.51 3.31 8.49 5.05 11.78 0.45 0.2 0.95 0.33 1.47 0.39 1.49 0.16 2.89-0.35 3.85-1.25 0.87 1 2.2 1.65 3.7 1.65s2.83-0.65 3.7-1.65c0.97 0.9 2.36 1.41 3.85 1.25 0.53-0.05 1.02-0.19 1.47-0.39 1.73-3.29 3.46-7.26 5.05-11.78 -0.6-0.18-1.17-0.46-1.66-0.82C236.58 736.36 235.17 737.24 233.49 737.42z"/>
                        <path fill="#514643" d="M240.28 689.12c-1.05 1.49-2.78 2.57-4.84 2.79 -2.06 0.22-3.98-0.47-5.31-1.71 -1.19 1.37-3.03 2.26-5.1 2.26 -2.07 0-3.9-0.89-5.1-2.26 -1.33 1.24-3.25 1.93-5.31 1.71 -2.06-0.22-3.79-1.3-4.84-2.78 -1.43 1.07-3.39 1.56-5.39 1.16 -0.11 1.96-0.17 4.01-0.17 6.15 0 1.43 0.04 2.85 0.09 4.26 1.76 0.13 3.44-0.39 4.72-1.35 1.1 1.57 2.92 2.72 5.08 2.94 2.16 0.23 4.18-0.51 5.57-1.82 1.25 1.45 3.18 2.4 5.35 2.4 2.17 0 4.1-0.94 5.35-2.39 1.4 1.31 3.41 2.05 5.57 1.82 2.16-0.23 3.98-1.37 5.08-2.94 1.28 0.97 2.96 1.48 4.72 1.35 0.05-1.41 0.09-2.83 0.09-4.26 0-2.14-0.06-4.19-0.17-6.15C243.66 690.68 241.71 690.19 240.28 689.12z"/>
                        <path fill="#9E5F3F" d="M239.38 678.57c-0.98 1.4-2.62 2.42-4.56 2.62 -1.94 0.2-3.75.........完整代码请登录后点击上方下载按钮下载查看

网友评论0