@charset "utf-8";

/* 底部版权 */
.live-tel {
	color:gray;	
}

.live-tel a {
	color:gray;	
}

/* 二维码 */
.live-qr{
  position: fixed;
  top: 52px;
  right: -160px;
  z-index: 999;
  padding: 10px 10px 10px 32px;
  transition: all 0.2s;
  cursor: pointer;
  background: #fff;
}
.live-qr:hover{
	right: 0px;
}
.live-qr p{
	position: absolute;
	left: 5px;
	width: 20px;
	margin-top: 10px;
	text-align: center;
}