.tpl_tab {
	width: 480px;
	margin-top: 60px;
}

.message {
	color: red;
	text-align: center;
	font-size: 20px;
}

.tpl_center {
	text-align: center;
}

.tpl_center span {
	font-size: 28px;
    font-family: 黑体;
}

.tpl_center p {
	font-size: 20px;
}

.tab_top {
	width: 88%;
	margin: auto;
}

.identity {
	width: 100%;
	display: flex;
    align-items: center;
}

.tits {
	color: #666;
	font-weight: bold;
	margin-left: 44px;
	font-size: 14px;
}

.select {
	color: #5d625c;
	font-size: 13px;
	margin-left: 20px;
	position: relative;
}

/* 隐藏原始的单选按钮 */
input[type="radio"] {
	display: none;
}
/* 创建自定义的单选按钮样式 */
.custom-radio {
	font-family: hei;
	position: relative;
	padding-left: 12px;
	margin-right: 15px;
	cursor: pointer;
}
/* 创建自定义的单选按钮样式的伪元素 */
.custom-radio::before {
	content: "";
	position: absolute;
	left: -6px;
	top: 2px;
	width: 12px; /* 设置宽度 */
	height: 12px; /* 设置高度 */
	border: 1px solid #ccc; /* 设置边框颜色 */
	border-radius: 50%; /* 设置圆角 */
}
/* 当单选按钮选中时，改变伪元素的样式 */
input[type="radio"]:checked + .custom-radio::before {
	width: 4px;
	height: 4px;
	border: 5px solid #ba01db;
}

input[type="radio"]:checked + label {
	color: #ba01db; /* 设置选中时的文本颜色为紫色 */
}

.import {
	width: 100%;
	display: flex;
    align-items: center;
	margin-top: 20px;
}

.imports {
	width: 100%;
	display: flex;
    align-items: center;
	margin-top: 20px;
}

.selt {
	width: 66.6%;
	height: 36px;
	color: #6e736f;
	border: 1px solid #d3ddd2;
	background-color: transparent;
	margin-left: 10px;
	padding-left: 1px;
	outline: none;
}

.title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tit {
	font-size: 28px;
	font-family: 黑体;
}

.help {
	color: #ab3abd;
	margin-right: 20px;
}

.clue {
	font-size: 12px;
	margin: 14px auto 18px;
        color: #9a989b;
}

.tab_center {
	width: 100%;
}

.center_top {
	width:620px;
	padding:10px 20px 40px 130px;
	line-height:30px;
        display: none;
}

.prompt {
	height:50px;
	line-height:50px;
	padding-left:120px;
	color:red;
}

.center_bottom {
	width: 100%;
}

.username {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
        position: relative;
}

.phone {
	color: #666;
	font-weight: bold;
	text-align: right;
	font-size: 14px;
}

.symbol {
	color: #996cfa;
}

.txt {
	width: 310px;
	height: 24px;
	line-height: 40px;
	border: 1px solid #ccc;
	margin-left: 10px;
	padding: 4px;
}

.obtain {
	width: 120px;
	height: 34px;
	border: 1px solid #ccc;
	margin-left: 10px;
}

.obtain:hover {
	background-color: #e6e6e6;
}

.realname {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.rlname {
	color: #666;
	font-weight: bold;
	text-align: right;
	font-size: 14px;
}

.userpwd {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.upwd {
	color: #666;
	font-weight: bold;
	text-align: right;
	font-size: 14px;
	margin-left: 14px;
}

.iscode {
	width: 100%;
	display: flex;
	align-items: center;
	margin-left: 65px;
	margin-top: 20px;
}

.code {
	color: #666;
	font-weight: bold;
	text-align: right;
	font-size: 14px;
}

.entrycode {
	width: 61%;
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.codes {
	width: 120px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #ccc;
   border-radius: 5px;
	padding: 4px;
}

.codeimg {
	height: 30px;
	cursor: pointer;
	border: 1px solid #ccc;
	margin-left: 5px;
}

.error {
	color:red;
	font-style:normal;
	padding-left:10px;
        position: absolute;
}

.function {
	width: 100%;
	margin: auto;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}

.login {
	width: 310px;
	height: 45px;
	display: block;
	border-radius: 25px;
	background-color: #ab3abd;
	border: 1px solid #ab3abd;
	margin-left: 120px;
	color: #fff;
}

.register {
	width: 310px;
	height: 45px;
	display: block;
	line-height: 45px;
	border-radius: 25px;
	background-color: #fff;
	border: 1px solid #ab3abd;
	margin-left: 120px;
	margin-top: 15px;
	color: #ab3abd;
}

.tab_bottom {
	margin: 30px 124px 0;
}