.transfer-info {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #333333;
	padding-left: 10px;
}

.header {
	height: 107px;
	border-bottom: 8px solid #077fe0;
	max-width: 1370px;
	margin-left: auto;
	background: #ffffff;
}

.transfer-info b {
	display: inline-block;
	border-left: 13px solid #077fe0;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

.header .wrap2 {
	float: left;
	background: url(../../images/login/logo3.png) no-repeat;
	height: 99px;
	width: 366px;
	margin-left: 20px;
}

.bg-regist {
	background: url(../../images/login/bg-regist.png) center no-repeat;
	-ms-behavior: url(backgroundsize.min.htc);
	behavior: url(backgroundsize.min.htc);
	background-size: cover;
	height: 520px;
	padding-top: 80px;
}

#P700101 .tabCol2 {
	margin-left: 200px;
}

#P700101 .tabCol2 tr {
	border: none;
}

#P700101 .tabCol2 tr>td {
	background: none;
}

.button-group {
	text-align: center;
}

.codeTips {
	background-color: #f2843b;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	position: absolute;
	top: 4.5px;
	left: 296px;
	/* display: none; */
}

.tipsThree {
	position: absolute;
	top: 12px;
	left: 290px;
	border-right-color: #f2843b;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #f2843b;
	/* display: none; */
}

.result-check {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.status-tips {
	display: flex;
	align-items: center;
	width: 35%;
	justify-content: space-between;
	margin: auto;
	height: 50px;
	border-top: 1px solid #e1e1e1;
}

.status-tips label {
	font-weight: normal;
	color: #b2b2b2;
}

.divider-line {
	margin: auto;
	width: 60%;
}

.divider-line::after {
	display: table;
	content: "";
	clear: both;
	margin-top: 20px;
}

.divider-line div {
	height: 1px;
	background: #e1e1e1;
	float: left;
	width: 40%;
	margin-top: 7px;
}

.divider-line p {
	float: left;
	font-size: 12px;
	color: #b2b2b2;
	margin: 0 20px;
}
.result-info{
	margin-top: 20px;
}

.result-info li {
	height: 30px;
	line-height: 30px;
	position: relative;
}

.result-info li label {
	color: #b2b2b2;
	position: absolute;
	width: 50%;
	height: 100%;
	text-align: right;
	padding-right: 15px;
	margin: 0;
}

.result-info li div {
	padding-left: 50%;
	text-align: left;
}

.page {
	display: none;
}

.current {
	display: block;
}