@charset "utf-8";
/* CSS Document */


.setup1{
	width: 400px;
}
.register-mode{ height: 40px; }
.register-mode-div{ 
	width: 80px; 
	height: 39px; 
	text-align: center; 
	cursor: pointer;
}
.mode-font{ 
	line-height: 39px; 
	font-weight: bold; 
	color: #6f6f6f; 
	font-size: 18px; 
}
.register-active{ 
	color: #9d1515; 
	border-bottom: 1px #9d1515 solid; 
}
.register-active span{ color: #9d1515;}

.codesuc-font{
	font-size: 14px;
	line-height: 20px;
	color: #898989;
}
/*通用*/
.title-font{
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
.nophone-font{
	font-size: 14px;
	color: #727272;
	line-height: 25px;
	font-weight:normal;
}
.idcardcheck {
    font-size: 14px;
    color: #727272;
    line-height: 19px;
    font-weight: normal;
}
.phone-font{
	font-size: 14px;
	color: #9d1515;
	line-height: 19px;
	font-weight:normal;
	cursor: pointer;
}
.greenpass-font{
	color: #9d1515;
	cursor: pointer;
}
.agreement-font{
	font-size: 14px;
	color: #6a6a6a;
	font-weight: bold;
}
.register-agree-font{
	color: #9d1515;
	cursor: pointer;
}

.setup2{
	width: 400px;
}
/*错误信息提示*/
.info-hint{
	border: 1px #dddddd solid;
}
.info-hint p{
	width: 350px;
	font-size: 14px;
	line-height: 18px;
	color: #686868;
}
.hint-title-font{
	color: #004e91;
	font-size: 15px;
}
.hint-font{
	font-size: 15px;
}
.appeal-font{
	color: #004e91;
	cursor: pointer;
}

.setup3{
	width: 400px;
	text-align: center;
}
.authentication-font{
	font-size: 16px;
	font-weight: bold;
	color:#000000;
}
.authentication-font span {
	color: #9D1515;
	cursor: pointer;
}

/*法人信息认证样式*/
.corpregselected{
	width: 16px;
	height: 16px;
	vertical-align: top;
	margin: 0 5px;
	cursor: pointer;
}
.corptypeselect{
	width: 310px;
	height: 18px;
	border: 0;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	text-indent: 5px;
}

/*身份证有效期限样式*/
.option-checkbox{
	display: none;
}
.option-checkboxlabel {
	position: relative;
	height: 16px;
	width: 16px;
	border-radius: 3px;
	border: 1px solid #c10a1b;
	background-color: transparent;
	display: inline-block;
	top: 4px;
	margin-right: 0;
}
.option-checkboxlabelactive{
	position: relative;
	height: 16px;
	width: 16px;
	border-radius: 3px;
	border: 1px solid #c10a1b;
	background-color: transparent;
	display: inline-block;
	top: 4px;
	margin-right: 0;
}
.option-checkboxlabelactive:after {
	content: '\00a0';
	display: inline-block;
	border: 2px solid #c10a1b;
	border-top-width: 0;
	border-right-width: 0;
	width: 9px;
	height: 6px;
	transform: rotate(-50deg);
	-webkit-transform: rotate(-50deg);
	position: absolute;
	top: 2px;
	left: 3px;
}
.option-checkboxfont{
	font-size:14px;
	line-height: 16px;
}
