.mypop{
	display: none;
}
.graybox {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.popbox {
	position: fixed;
	width: 410;
	height: 427;
	border-radius: 6px;
	background: #FFFFff;
	left: 50%;
	margin-left: -15%;
	top: 15%;
	z-index: 999999;
}

.poptop {
	width: 100%;
	height: 60px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px solid burlywood;
	position: relative;
}

.poptop h3 {
	font-size: 20px;
	font-weight: 500;
	color: black;
	font-family: "Microsoft YaHei";
}

.popbox a.close {
	position: absolute;
	right: -2.5%;
	top: 3%;
	font-size: 18px;
	font-weight: bold;
	width: 36px;
	height: 36px;
}

.popcon {
	padding: 50px;
	line-height: 50px;
}
.popcon div{
	text-align: center;
}

.popcon img {
	width: 250px;
	height: 250px;
}
.popcon span {
	font-size: 16px;
	color: black;
}


.onlne{
	display: none;
}
.graybox {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.codecon {
	position: fixed;
	width: 410;
	height: 427;
	border-radius: 6px;
	background: #FFFFff;
	left: 50%;
	margin-left: -15%;
	top: 15%;
	z-index: 999999;
}


.codecon a.close {
	position: absolute;
	right: -2.5%;
	top: 3%;
	font-size: 18px;
	font-weight: bold;
	width: 36px;
	height: 36px;
}

.popcon p {
	font-size: 16px;
	color: black;
}

