.bgok{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	align-items: center;
	justify-content: center;
}

.lqok{
	position: relative;
	width: 585px;
	height: 341px;
	background: #FFFFFF;
	box-shadow: 0px 1px 11px 0px #858C90;
	border-radius: 6px;
	text-align: center;
	padding-top: 56px;
	box-sizing: border-box;
}


.bg{
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.tcbox{
	position: relative;
	width: 720px;
	height: 400px;
	background: #FFFFFF;
	box-shadow: 0px 1px 13px 0px #858C90;
	border-radius: 7px;
	display: flex;
	justify-content: center;
	padding-top: 45px;
	box-sizing: border-box;
}

.tcbox_left{
	width: 300px;
}

.tcbox_title{
	text-align: center;
	font-size: 27px;
	color: #17B361;
}

.tcbox_inp{
	display: block;
	width: 291px;
	height: 45px;
	border: 1px solid #E8EEEE;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0 10px;
}

.tcbox_btn{
	width: 291px;
	height: 50px;
	background: #17B361;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 30px;
	transform: scale(1);
	animation-name: dx;
	animation-duration: .8s;
	animation-iteration-count: infinite;
}

.tcbox_cuo{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}