.btn1 {
	cursor: pointer;
	background-color: #5F9A4B;
	color: #fff;
	box-sizing: border-box;
	padding: 10px 38px;
	display: inline-flex;
	border-radius: 5px;
	font-size: 14px;
}

.mb40 {
	margin-bottom: 40px;
}

.question {
	margin-bottom: 10px;
}

.question>div:first-child {
	margin-bottom: 10px;
}

.question>div:last-child {
	box-sizing: border-box;
	padding-left: 16px;
}

.barrier {
	position: fixed;
	/*width: 50%;*/
	/*top: 0;*/
	/*bottom: 0;*/
	display: none;
	/*align-items: center;*/
	/*justify-content: center;*/
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 11111;
}

.tip {
	font-size: 14px;
	width: 412px;
	height: 184px;
	background-color: #fff;
	box-shadow: #cacaca 0px 0px 2px 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 5px;
}

.btn2 {
	cursor: pointer;
	background-color: #5F9A4B;
	color: #fff;
	box-sizing: border-box;
	padding: 8px 17px;
	display: inline-flex;
	border-radius: 5px;
	font-size: 14px;
}


.mb60 {
	margin-bottom: 60px;
}

input[type="text"] {
	width: 384px;
	height: 36px;
}

input[type="checkbox"] {
	width: 18px;
	height: 18px;
}
