.tws-regist {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 100px 50px;
	text-align: center;
}
.tws-registContent {
	width: 500px;
}
.tws-registTitle {
	font-size: 30px;
}
.tws-registType {
	width: 100%;
	margin-top: 30px;
	height: 50px;
	position: relative;
}
.tws-registType select {
	margin-top: 20px;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	padding-left: 70px;
	border-radius: 30px;
	font: inherit;
	color: inherit;
	-webkit-appearance: none;   /*去除chrome浏览器的默认下拉图片*/
	-moz-appearance: none;
	color: #AEAEAE;
	font-size: 16px;
	background: #fff;
	 /* background:url('tir.jpg') no-repeat right center; */
}
input {
	background: #fff;
}
.tws-registType span {
	position: absolute;
	right: 30px;
	top: 35px;
}
.tws-registName {
	width: 100%;
	margin-top: 30px;
	height: 50px;
	position: relative;
}
.tws-registName input {
	margin-top: 20px;
	width: 100%;
	height: 100%;
	border: 1px solid #ccc;
	padding-left: 70px;
	border-radius: 30px;
	font: inherit;
	color: inherit;
	color: #AEAEAE;
	font-size: 16px;
}
.tws-registPosition {
	width: 100%;
	height: 50px;
	margin-top: 50px;
}
.layui-form {
	width: 100%;
	height: 100%;
	line-height: 50px;
	border: 1px solid #ccc;
	border-radius: 30px;
	text-align: left;
	padding-left: 70px;
	position: relative;
}
.layui-form input {
	border: none !important;
	color: #AEAEAE;
	font-size: 16px;
}
.tws-registType i {
	font-size: 30px;
	position: absolute;
	color: #00cccc;
	top: 30px;
	left: 15px;
}
.tws-registName i{
	font-size: 30px;
	position: absolute;
	color: #00cccc;
	top: 30px;
	left: 15px;
}
.layui-form .tws-dingwei {
	font-size: 30px;
	position: absolute;
	color: #00cccc;
	left: 15px;
}
.layui-form .tws-registLine1 {
	display: block;
	position: absolute;
	left: 55px;
	top: 10px;
	height: 70%;
	width: 1px;
	background: #ccc;
}
.layui-form .tws-registLine2 {
	display: block;
	position: absolute;
	left: 208px;
	top: 10px;
	height: 70%;
	width: 1px;
	background: #ccc;
}
.layui-form .tws-registLine3 {
	display: block;
	position: absolute;
	left: 350px;
	top: 10px;
	height: 70%;
	width: 1px;
	background: #ccc;
}
.tws-registLine {
	display: block;
	position: absolute;
	left: 55px;
	top: 30px !important;
	height: 70%;
	width: 1px;
	background: #ccc;
}
.tws-registPrompt {
	text-align: left;
	font-size: 18px;
	line-height: 2em;
	margin-top: 30px;
}
.tws-registPrompt>div:nth-of-type(1) {
	color: #FF6600;
}
.tws-loginBtn {
	width: 500px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	background: #00cccc;
	border: none;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	margin-top: 50px;
}
.tws-isLogin {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.tws-isLogin>a:nth-of-type(1) {
	color: #FF6600;
	text-decoration:underline;
	font-size: 14px;
}
.tws-isLogin>a:nth-of-type(2) {
	color: #00cccc;
	text-decoration:underline;
	font-size: 14px;
}
.layui-input, .layui-textarea {
	padding-left: 0;
}
input::-webkit-input-placeholder { 
/* WebKit browsers，webkit内核浏览器 */
color: #AEAEAE; 
font-size: 16px;
} 
input:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #AEAEAE; 
font-size: 16px;
} 
input::-moz-placeholder { 
/* Mozilla Firefox 19+ */ 
color: #AEAEAE; 
font-size: 16px;
} 
input:-ms-input-placeholder { 
/* Internet Explorer 10+ */ 
color: #AEAEAE; 
font-size: 16px;
}