	#jindu_border{
           		border: 1px solid #666;
           		border-radius: 5px;
           		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0,.6);
	         	box-shadow: 0 0 10px rgba(0, 0, 0,.6);
	         	width: 80%;height: 3rem;margin: 0 auto;position: absolute;top: 70%;transform: translateY(-50%);left: 50%;transform: translateX(-50%);
           	}
           	
           	 #jindu_border2{
           		border: 1px solid #000000;
           		border-radius: 5px;
           		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0,.6);
	         	box-shadow: 0 0 10px rgba(0, 0, 0,.6);
	         	background-size: 20px 50px;
	         	background-image: url(img/jindu.png);
           	}
           	
           	#jindu_1{
	           		background-size: 30px 30px;
	           		border-radius: 5px;
	           		background-color: #000;
	                filter: brightness(1.1) contrast(110%);
	           }
	           
	           #jindu_span{
	           		width: 100px;top: 30px;position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);color: #ffffff;font-size: 30px;z-index: 2;
	           	
	           }
           	
	           #jindu{
	           		width: 0%;height: 98%;position: absolute;top: 50%;transform: translateY(-50%);left: 0%;
	           		background-size: 30px 30px;
	           		border-radius: 5px;
	           		background-color: #000;
	                background-image: -webkit-linear-gradient(-45deg, #000, #000 25%, #333 25%, #333 50%, #000 50%, #000 75%, #333 75%, #333);
	                background-image: -moz-linear-gradient(-45deg,  #000, #000 25%, #333 25%, #333 50%, #000 50%, #000 75%, #333 75%, #333);
	                background-image: linear-gradient(-45deg, #000, #000 25%, #333 25%, #333 50%, #000 50%, #000 75%, #333 75%, #333);
	                filter: brightness(1.1) contrast(110%);
	                -webkit-animation: animate 1s linear infinite;
	                -moz-animation: animate 1s linear infinite;
	                animation: animate 1s linear infinite;
	                
	           }
	            #jindu_img{
	           		width: 50px;height: 100px;position: absolute;top: -90px;right: 0px;
	           }
	          
	           
	            @-webkit-keyframes animate {
	                from {
	                    background-position: 0 0;
	                }
	                to {
	                    background-position: 60px 30px;
	                }
	            }
	
	            @-moz-keyframes animate {
	                from {
	                    background-position: 0 0;
	                }
	                to {
	                    background-position: 60px 30px;
	                }
	            }
	
	            @keyframes animate {
	                from {
	                    background-position: 0 0;
	                }
	                to {
	                    background-position: 60px 30px;
	                }
	            }