/*2021-01-04*/
.pop-Box {
	background-color: #FFFFFF;
	width: 270px;
	min-height: 360px;
	border-radius: 10px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -180px 0 0 -135px;
	z-index: 200;
}
.pop-Box-Close {
	background: url(../img/shouye_tanchuang.png) no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 50%;
	bottom: -30px;
	margin-left: -11px;
	cursor: pointer;
}
.join_box {
	position: fixed;
	right: 5%;
	bottom: 5%;
	font-size: 12px;
	line-height: 20px;
	width: 40px;
	border-radius: 50%;
	background-color: #FFFFFF;
	z-index: 1000;
	text-align: center;
}
.pop-Box img {
	width: 100%;
	border-radius: 10px;
}