.btm {
	background: url(../images/forget.jpg) bottom no-repeat;
}

.registr {
	width: 548px;
	height: 558px;
	background: url(../images/personal.png) center no-repeat;
	background-size: 100% 100%;
	margin: 120px auto 130px;
	box-sizing: border-box;
	padding: 115px 0 95px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.regUl {
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	box-sizing: border-box;
	padding: 0 80px;
}

.regUl li {
	width: 165px;
	height: 53px;
	box-sizing: border-box;
	background: url(../images/biankuang.png) center no-repeat;
	background-size: 100% 100%;
	font-family: 'SourceHanSerifTC-Regular';
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 53px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}

.regUl .regActive {
	background: url(../images/personActive.png) center no-repeat;
	background-size: 100% 100%;
	font-family: 'SourceHanSerifTC-Bold';
	color: #ffffff;
}

.regForm {
	width: 100%;
	display: none;
}

.regForm:first-child {
	display: block;
}

.regForm p {
	font-family: 'SourceHanSerifTC-Bold';
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #333333;
}

.regForm span {
	display: inline-block;
	vertical-align: middle;
	min-width: 110px;
}

.regForm .forget {
	text-align: right;
}

.regForm .forget a {
	padding: 5px 0;
	font-family: 'SourceHanSerifTC-Regular';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #333333;
	border-bottom: 1px solid #333;
}

.regForm .forget a:hover {
	color: #1186F4;
}

.regForm input {
	width: 300px;
	height: 40px;
	background-color: #f4f4f4;
	border-radius: 10px;
	border: solid 1px #dcdcdc;
	text-indent: 1em;
}

.regBtn {
	display: block;
	margin: 30px auto 0;
	width: 150px;
	height: 40px;
	background-image: linear-gradient(90deg, #cda13b 0%, #9b5904 100%);
	box-shadow: 1px 3px 1px #9b5904;
	border-radius: 20px;
	border: none;
	font-family: 'SourceHanSerifTC-Regular';
	font-size: 20px;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
}

.regBtn img {
	vertical-align: middle;
	width: 24px;
	margin-right: 5px;
	margin-bottom: 3px;
}

.regForm .retrie {
	text-align: center;
}


@media screen and (max-width:767px) {

	.registr {
		width: 340px;
		height: 340px;
		padding: 40px;
	}

	.regUl {
		padding: 0 50px;
	}

	.regUl li {
		width: 135px;
		height: 40px;
		font-size: 20px;
		line-height: 40px;
	}

	.regForm p {
		font-size: 17px;
		line-height: normal;
	}

	.regBtn {
		margin: 10px auto 0;
		width: 140px;
		font-size: 17px;
	}

	.regForm input {
		width: 250px;
		height: 30px;
	}
	
	

}
