
body{
	cursor: url(http://hooowie.com/cursor_shadow.png),pointer!important;
	
}
a:hover{cursor:url(http://hooowie.com/cursor_shadow_a.png), pointer!important;}

.foot{
	
	position: relative;
	bottom: 0px;
	width: 100%;
	
	 font-size:0.75rem ;
	 color: white; 
 
	  font-family: "Merriweather";  
	  font-weight: bold;
	  line-height: 1.5;  
	 
	height: 77px; 
}
 
 


 


/* ------------------------------------------------------------ triangle ------------------------------------------------------------*/
 
 
 
 
 
 
 
.triangle {
	
    position: relative;
    width: 100px; 
	height: 36px;
	background: #FFFFFF;	
	border-radius: 5px;
	color: #333333;
	padding-left: 7px;
	padding-top: 4px;
	
}
 
 
 
   
.triangle:after {
    position: absolute;
    content: " ";
    /*减少两像素*/
    top: 40px;
    left: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
	
	
	
}

/* ------------------------------------------------------------ triangle ------------------------------------------------------------*/

 
	
.foot .foot_icon{   
	 margin-top:60px;
}

.foot .foot_icon ol{ 
	
	
	float: right;
	margin-top: -60px;
	position: relative;
	left: 60px;
}
.foot .foot_icon ol li{
	
	
	float: left;  
	margin-left: -54px;  
	 
}








	
.foot .foot_icon ul{
	float: right;  
	
}	
.foot .foot_icon ul li{
	float: left; 
	margin: 0 8px; 
	cursor: pointer;
	opacity:1 ;
	 
	width: 19px; 	
	background:transparent;
	
	transition: 1s;
	transform: translateZ(0);
}


 
.foot .foot_icon .qrcode {
    position: relative; 
	top: -14px;
    width: 78px;
	height: 80px;
	background: #FFFFFF;
	border-radius: 5px;
	color: #333333;
	padding-left: 7px;
	padding-top: 4px;
	background-image: url(../img/icon/qrcode.svg);
	background-repeat:no-repeat ;
	background-position: center ;
	background-size: 80%;
	transition: 1s;
}
   
.foot .foot_icon ul .qrcode:after {
    position: absolute;
    content: " ";
    /*减少两像素*/
    top: 84px;
    left: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
	
	
	
}


 
.foot .foot_icon ul li.pin_icon{
	
	width: 20px;
	
}	

.foot .foot_icon ul li.we_icon{
	width: 20px;
}	
.foot .foot_icon ul li.tw_icon{
	margin-top: 3px;
	width: 20px;
}	

.foot .foot_icon ul li:hover{
	/* opacity:.8 ;	 */
	
	
	-webkit-animation-name: buzz-out;
    animation-name: buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
	
	color: #008000;
}




@keyframes buzz-out{
	10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
}
20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
}
30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
}
40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
}
50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
}
60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
}
70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
}
80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
}
90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
}
100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
}
}




.foot .foot_icon ul li .li_hov{
	
	position: absolute;
	top: -100px;
	left: -2px;
}

.foot .foot_icon ul li .li_near{
	margin-top: 44px;
}

.foot .foot_icon ul li .li_hov{
	  display:none; 
	  filter: drop-shadow(2px 4px 6px black)
}



.foot .foot_icon ul li:hover .li_hov{
	display: block; 
} 
 
/*

background: hotpink;

background: pink;
*/	
	
	 
.foot hr{
	width:90%;
	background-color:rgba(255,255,255,0.1);
	transform: rotate(2deg); 
	position: relative;
	top: -5px;
}				
				


.foot .txt{
	height: 1.875rem;
	width: 100%;
	
	margin-top:20px;
}


.foot .copyright{
	float: left;
}


.foot .contact{
	  float: right; 
	  font-size:0.75rem ;
	  color: rgb(255, 255, 255);
	  font-weight: bold;
	  line-height: 1.5; 
 

}


				

/* ------------------------------------------------------------foot ------------------------------------------------------------*/
 