.home_bg {
	background-image: url('../img/index/bg_2.png'), url('../img/index/bg_1.jpg');
	background-position: bottom center, top center;
}
.pop_task_mask {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.wxopenlaunchBtn {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.right_btn_box {
	position: absolute;
	right: 0;
	top: 53px;
	width: fit-content;
	height: fit-content;
}

.right_btn_box > div {
	margin-top: 16px;
}

.right_btn_box > div:nth-child(1) {
	margin-top: 0;
}
.hoem_btn_box {
	position: absolute;
	bottom: 170px;
	left: 50%;
	transform: translateX(-50%);
	width: 600px;
}

.pop_task {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 680px;
	height: 829px;
	background-image: url('../img/pop/home/task_box.png');
	padding-top: 133px;
}

.pop_task_close {
	position: absolute;
	top: -13px;
	right: 0;
	width: 65px;
	height: 65px;
	background-image: url('../img/pop/home/close.png');
}

.pop_task_title {
	position: absolute;
	top: 0;
	left: 194px;
	width: 295px;
}

.pop_task_num {
	width: 528px;
	height: 68px;
	background-image: url('../img/pop/home/task_num_bg.png');
	font-weight: 400;
	font-size: 35px;
	color: #ffffff;
	line-height: 68px;
	text-align: left;
	padding-left: 32px;
	font-style: italic;
	letter-spacing: 3px;
}

.pop_task_box {
	margin-top: 54px;
	width: 545px;
}
.pop_task_list {
	width: 100%;
	height: 92px;
	padding-left: 39px;
	padding-right: 18px;
	background-color: #fff;
	border-radius: 13px;
	font-weight: 400;
	font-size: 27px;
	color: #2b2b2b;
	margin-top: 23px;
}
.pop_task_list:nth-child(1) {
	margin-top: 0;
}
.pop_task_list:nth-child(1) > div > p,
.pop_task_list:nth-child(2) > div > p {
	letter-spacing: 3px;
}

.pop_task_list_btn {
	width: 124px;
	height: 45px;
	border-radius: 20px;
	background-image: url('../img/pop/home/task_btn_bg.png');
	font-weight: 400;
	font-size: 29px;
	color: #ffffff;
	line-height: 45px;
}
