* {
	margin:0px;
	padding:0px;
	outline:none;
	font-family:"Microsoft Yahei";
}
ul,li,a,input,p,h1,span,i,img,header,nav,textarea{
	margin:0px;
	padding:0px;
	list-style:none;
	text-decoration:none;
	border:0px;
}
.contact{
width:70px;
height:auto;
/*overflow:hidden;*/
position:fixed;
top:50%;
right:20px;
transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-o-transform:translate(0,-50%);
z-index:1;
}
.contact .contact-tip{
 width:70px;
 height:46px;
 background:url(/images/admin/22.png) no-repeat top center;
 font-size:12px;
 color:#ffffff;
 text-align:center;
 line-height:18px;
 padding-top:2px;
 margin-bottom:3px;
}
.contact .contact-method{
 display:block;
 width:50px;
 height:50px;
 margin-bottom:1px;
 float:right;
 cursor:pointer;
 position:relative;
}
.contact .contact-method .contact-image{
 width:50px;
 height:50px;
 text-align:center;
 background:#f2f2f2;
}
.contact .contact-method .contact-image .image{
 vertical-align:middle;
}
.contact .contact-method .contact-text{
 width:50px;
 height:auto;
 overflow:hidden;
 text-align:center;
 background:#f10182;
 font-size:14px;
 color:#ffffff;
 line-height:50px;
 display:none;
}
.contact .contact-method .feed-back{
 line-height:20px;
 padding:5px 0px;
}
.contact .contact-method:hover .contact-image{
 display:none;
}
.contact .contact-method:hover .contact-text,
.contact .contact-method:hover .wechat,
.contact .contact-method:hover .triangle
{
 display:block;
}
.contact .contact-method .wechat{
display:none;
width:178px;
height:auto;
overflow:hidden;
position:absolute;
right:60px;
bottom:-15px;
z-index:1;
text-align:center;
border:1px solid #dcdcdc;
background:#ffffff;
padding-bottom:15px;
}
.contact .contact-method .wechat .wechat-image{
 display:inline-block;
 width:152px;
 margin-top:15px;
}
.contact .contact-method .wechat .wechat-tip{
 font-size:14px;
 color:#333333;
 margin-top:12px;
}
.contact .contact-method .triangle{
 display:none;
 position:absolute;
 right:55px;
 bottom:20px;
 z-index:2;
}