			* {
				margin: 0;
				padding: 0;
				list-style: none;
				text-decoration: none;
				font-family: "微软雅黑";}

			a {
				color: #333;}
			path {
				stroke: #fff;
				fill: transparent;
				stroke-width: 5px;}

			a:hover path {
				stroke-dasharray: 340;
				stroke-dashoffset: 340;
				animation: act 1.75s linear forwards;}

			@keyframes act {
				100% {
					stroke-dashoffset: 0;}
			}
p{font-weight: 100;}