
.ck-box{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: #fff;
}

.tips {
	padding: 10px;
	font-size: 14px;
	color: #d81f1d;
}

.list {
	font-size: 15px;
	color: #333;
}

.list li {
	padding: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #F2F2F2;
	display: flex;
	justify-content: flex-start;
}

.list li span {
	margin-left: 10px;
	margin-top: 3px;
	font-size: 15px;
	color: rgb(87, 122, 255);
}

.operationBtn {
	display: flex;
	justify-content: center;
	margin: 25px 0px;
}

.operationBtn button {
	width: 50%;
	padding: 12px 0;
	color: #fff;
	background-color: rgb(87, 122, 255);
	border: none;
	outline: none;
	border-radius: 24px;
}