<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zyA_right{
	position:fixed;
	z-index:50;
	right:0;
	bottom: 18%;
	margin-top:-100px;
	width:80px;
	text-align:center;
  box-shadow: 0 0 5px rgba(0,0,0,.05);
  display: none;
}
.zyA_right .zyA_link{
	text-align:center;
	cursor:pointer;
	color:#fff;
	background:#fff;
	display:block;
	margin-bottom:1px;
  border-bottom: 1px solid #f1f1f1;
}
.zyA_right .zyA_link .zyA_box{
	display:block;
	margin:auto;
	color:#e74c3c;
	width:80px;
	padding:10px 0;
	position:relative;
	z-index:2;
}
.zyA_right .zyA_link p{
  margin-top: 2px;
}
.zyA_right .zyA_link:hover p{
  color: #fff;
}
.zyA_right .zyA_link:hover{
	background:#e74c3c;
}
.zyA_right .zyA_link .zyA_box:hover{
	color:#fff;
}
.zyA_right .zyA_link.active{
	background:#e74c3c;
	position: relative;
}
.zyA_right .zyA_link.active .zyA_box{
	color:#fff;
	padding:22px 0 15px;
}
.zyA_box_1{
	  position: absolute;
    top: -14px;
    right: 20%;
}
.zyA_right .zyA_link:hover .zyA_block{
	display: none;
}
.zyA_right .zyA_link:hover .zyA_none{
	display:inline-block;
}
.zyA_none{
	display:none;
}
.zyA_right .zyA_link.code{
  position: relative;
}
.zyA_right .zyA_link.code .zyA_box_2 {
    position: absolute;
    top: -51px;
    right: 100px;
    background: #f1f1f1;
    padding: 8px;
    display: none;
}
.zyA_right .zyA_link.code .zyA_box_2 img{
	width: 150px;
	height: 150px;
}
.zyA_box_2 .zyA_box_2sj {
    display: block;
    width: 0;
    height: 0;
    border-width: 12px 0 12px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #edecec;
    position: absolute;
    top: 50%;
    right: -12px;
    margin-top: -12px;
}
.zyA_right .zyA_link.code:hover .zyA_box_2 {
    display: block;
}</pre></body></html>