.wallpaper_btn {
	width: 152px;
	height: 38px;
	font-size: 19px;
	color: white;
	background-color: #00845f;
	border: 0px;
	border-radius: 12px
}
.wallpaper_btn:hover {
	box-shadow: 0 0 1px 1px darkgray;
}

.wallpaper_dialog {
	display: none;
	position: fixed;
    z-index: 20000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
}

.wallpaper_body {
	max-width: 500px;
    margin: 15% auto;
    padding: 20px;
}

.wallpaper_content {
	background-color: #fefefe;
	border-radius: 10px;
	box-shadow: 0 0 5px 5px darkgray;
}
.wallpaper_aclose{
	position: relative;
	height: 60px;
	text-align: center;
}
.wallpaper_aclose span{
	line-height: 54px;
	font-size: 26px;
	font-weight: 700;
}
.wallpaper_contain{
	width: 100%;
	font-size: 20px;
	text-align: center;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
}

.wallpaper_close {
	color: #aaa;
    position: absolute;
    right: 0;
	margin-right: 15px;
	font-size: 40px;
	font-weight: bold;
	text-decoration: none;
}