* {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	background-color: 0xa4a4a4;
	
}
#zhezhao {

	position: absolute;

	width: 100%;

	height: 100%;

	background-color: rgba(0, 0, 0, 0.7);

	z-index: 1000;

}

.jindu-con {

	width: 300px;

	height: 10px;

	border-radius: 50px;

	background-color: white;

	margin-top: 10px;

	overflow: hidden;

}



#jindu {

	height: inherit;

	background-color: #007bff;

	width: 0;

}



#jindu-text-con {

	width: 300px;

	position: absolute;

	left: 0;

	right: 0;

	margin: 0 auto;

	top: 45%;

	text-align: center;

	background-color: rgba(255, 255, 255, .5);

	padding: 10px;

}

#xuanzhuan {
	position: absolute;
	bottom: 30px;
	right: 80px;
	width: 40px;
	height: 40px;
}

#xuanzhuan_img {
	text-align: center;
	cursor: pointer;
	width: 40px;
	height: 40px;
}

#xuanzhuan_text {
	position: absolute;
	right: 80px;
	bottom: 8px;
	color: #ffffff;
	width: 40px;
	height: 20px;
	text-align: center;
	font-size: 14px;
}

#info {
	cursor: pointer;
	position: absolute;
	right: 140px;
	bottom: 30px;
	z-index: 999;
	width: 40px;
	height: 40px;
}

#info_text {
	position: absolute;
	right: 140px;
	bottom: 8px;
	color: #ffffff;
	width: 40px;
	height: 20px;
	text-align: center;
	font-size: 14px;
}

.alert-box {
	display: none;
	position: fixed;
	
	
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	padding: 20px;
	/* border: 1px solid #ccc; */
	background-color:rgba(0, 0, 0, 0.5);
	color: #ffffff;
	font-size: 16px;
}
.close{
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	
}
.div-text{
	padding: 10px;
	
}

#btn {
	cursor: pointer;
	position: absolute;
	right: 20px;
	bottom: 30px;
	z-index: 999;
	width: 40px;
	height: 40px;

}

#btn2 {
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	bottom: 30px;
	z-index: 999;
}

#result {
	position: absolute;
	right: 10px;
	bottom: 8px;
	width: 60px;
	height: 20px;
	z-index: 999;
	text-align: center;
	color: #ffffff;
	font-size: 14px;

}

#fangwenliang {
	position: absolute;
	top: 10px;
	left: 10px;
	color: white;
	font-size: 14px;


}