/*20220302*/

.tip{
	width:50px;
	height:auto;
	position:fixed;
	bottom: 4%;
	right:2%;
	z-index:99;
}
.tip_box{
	display:block;
	width:50px;
	height:50px;
	border-radius:25px;
	border: 1px solid #000080;
	margin-bottom:10px;
	cursor:pointer;
}
.tip_box:hover{border:1px solid white;}
.tip_box:nth-child(1){background:white url("../images/tip_back1.png?v=1") no-repeat center center;background-size: 80%;}
.tip_box:nth-child(2){background:white url("../images/tip_img1.png?v=1") no-repeat center center;}
.tip_box:nth-child(3){background:white url("../images/tip_img2.png?v=1") no-repeat center center;}
.tip_box:nth-child(4){background:white url("../images/tip_img3.png?v=1") no-repeat center center;display: none;}
.tip_box:nth-child(5){background:white url("../images/tip_img4.png?v=1") no-repeat center center;}

.tip_box:nth-child(1):hover{background:#000080 url("../images/tip_back1a.png?v=1") no-repeat center center;background-size: 80%;}
.tip_box:nth-child(2):hover{background:#000080 url("../images/tip_img1a.png?v=1") no-repeat center center;}
.tip_box:nth-child(3):hover{background:#000080 url("../images/tip_img2a.png?v=1") no-repeat center center;}
.tip_box:nth-child(4):hover{background:#000080 url("../images/tip_img3a.png?v=1") no-repeat center center;}
.tip_box:nth-child(5):hover{background:#000080 url("../images/tip_img4a.png?v=1") no-repeat center center;}

.tip_show{
	box-sizing:border-box;
	position:absolute;
	top:0;
	left:-195px;
	width:175px;
	height:auto;
	padding:10px;
	border-radius:10px;
	border:1px solid #999999;
	background-color:white;
	box-shadow:0 0 10px #999999;
	/* opacity:0; */
	font-size:14px;
	text-align:center;
	display:none;
}
.tip_show img{width:100%;}
.xinxi_box{
	left:-260px;
	width:240px;
	text-align:left;
	line-height:30px;
}
/*ENDä¾§è¾¹å¯¼èˆªæ */