/* CSS Document */
 .fixed-right-itzjj {
 	position: fixed;
 	bottom: 40%;
 	right: 30px;
 	width: 240px;
 	height: auto;
 	background-color: #fff;
 	padding: 10px;
 	}
 	.fixed-right-itzjj .fixght {
 		text-align: center;
 		font-size: 14px;
 	}
 	.fixed-right-itzjj .erma-ai {
 		border: 1px solid #dedede;padding: 4px;margin: 4px 0;overflow: hidden;
 	}
 	.fixed-right-itzjj .fz {
 		padding: 0 10px;background-color: #333;border-radius: 10px;color: #fff;
 	}
 	.fixed-right-itzjj .erma-ai img{
 		max-width: 100%!important;
 	}/*响应式样式*/
@media screen and (max-width: 770px){
 .fixed-right-itzjj{display: none!important;}
}