.verify-email-box {
	width: 300px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fc-list>.fcl_container .verify-email-box  input {
	width: 160px;
}
.verify-email-box .button {
	width:130px;
	height:40px;
	background:rgba(240,239,203,1);
	border-radius:20px;
	margin: 0;
	line-height: 40px;
	color: #FF7200;
}
.verify-email-box .getcode_disable {
	background: #D3D3D3;
	color: #666;
	display: none;
}
.tabControl-wrapper {
	margin-top: 30px;
}

.tabControl-wrapper .tab-page {
	display: none;
}
.tabControl-wrapper .tp_active {
	display: block;
}
.tabControl-wrapper .list-wrapper {
	margin-top: 30px;
}
.tab_btn-wrapper {
	display: flex;
	justify-content: center;
}
.tab_btn-wrapper .tab-btn {
	font-size:20px;
	color:rgba(34,34,34,1);
	cursor: pointer;
	width: 100px;
	text-align: center;
	padding-bottom: 10px;
	
}
.tab_btn-wrapper .tab-btn:nth-child(1) {
	margin-right: 40px;
}
.tab_btn-wrapper .tb_active {
	font-weight:bold;
	color:rgba(255,114,0,1);
	border-bottom: 4px solid #FF7200;
}
.fc-list>.fcl_container .verify-email-box input {
	width: 150px;
	height: 40px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 20px;
}
