@charset "utf-8";
/*--------------无证书登录页面--------------*/
body.noCertificateLogin .pageContent .Wrapper {
	background: url(../images/wzs.jpg) 410px top no-repeat;
	height: 500px;
}
.noCertificateLogin .pageContent .Module ul{
	background: url(../images/qrcodeBg.gif) 0 3px no-repeat;
	height: 260px;
}
.noCertificateLogin .pageContent .Module ul li{
	padding: 11px 0 !important;
}
.noCertificateLogin .pageContent .Module ul label{
	padding-left: 40px;
	width: 55px !important;
}
.noCertificateLogin .pageContent .Module input {
	width: 140px;
	margin-top: -5px;
	background-color: transparent;
	border: none;
}
.noCertificateLogin .pageContent .Module ul li:first-child input {
	width: 210px;
}
.noCertificateLogin .pageContent .Module p.note {
	position: absolute;
	left: 260px;
	bottom: 80px;
	font-size: 12px;
	color: #06f;
}
.noCertificateLogin .pageContent .Module p.note span {
	padding: 0 20px 0 230px;
}
.noCertificateLogin .pageContent .Module input[type=submit], .noCertificateLogin .pageContent .Module input[type=button] {
	background-image: url(../images/qrdlBg.gif);
	background-position: 0 0;
	background-color: transparent;
	width: 342px !important;
	margin-top: 20px;
}
.noCertificateLogin .pageContent .Module input[type=submit]:hover, .noCertificateLogin .pageContent .Module input[type=button]:hover {
	background-image: url(../images/qrdlBg.gif);
	background-position: 0 -49px;
	background-color: transparent;
	width: 342px;
}
.noCertificateLogin .pageContent .Module p.qrcodeLink{
	background-image: url(../images/qrIco.gif);
	background-position: 10px 5px;
	background-repeat: no-repeat;
	border: solid 1px #d80300;
	width: 120px;
	height: 44px;
	padding: 0 0 0 25px;
	position: absolute;
	top: 145px;
	right: 470px;
}
.noCertificateLogin .pageContent .Module p.qrcodeLink a{
	display: block;
	/*background-image:url(../images/qrIco.gif);
	background-position: 91px -22px;
	background-repeat: no-repeat;*/
	font-size: 15px;
	font-weight: 600;
	color: #d80300;
	line-height: 22px;
}
.noCertificateLogin .pageContent .Module p.qrcodeLink a:hover{
	color: #ff0400;
	text-decoration: none;
}

/*--------------数字证书登录页面--------------*/
.certificateLogin .pageContent .Wrapper {
	background: url(../images/zs.jpg) 410px top no-repeat;
	height: 500px;
}
.certificateLogin .pageContent .Module div.tips {
	position: absolute;
	right: 80px;
	top: 60px;
	width: 170px;
	color: #666;
	font-size: 12px;
	text-align: justify;
	line-height: 24px;
	background: rgba(255,255,255,0.8);
	background: url(../images/WhiteAlpha80.png) repeat;
	border: solid 5px #dededf;
	padding: 20px;
}
.certificateLogin .pageContent .Module div.tips p {
	padding-bottom: 10px;
}
.certificateLogin .pageContent .Module p.note span {
	padding-right: 200px;
}

/*--------------业务介绍--------------*/
.introduction .columnContent {
	background: url(../images/reg_step01.jpg) center 30px no-repeat;
}
.introduction .columnContent .guideChart {
	background: url(../images/guideImg.jpg) center top no-repeat;
	height: 310px;
	width: 100%;
}
.introduction .columnContent section {
	width: 90%;
	margin: 0 auto;
}

/*--------------用户类型--------------*/
.userType .columnContent {
	background: none;
	width: 600px;
	height: 500;
	margin: 30px auto;
	border: solid 1px #ccc;
	font-size: 14px;
	line-height: 40px;
}
.userType .columnContent h6.titleBar {
	width: 80%;
	margin: auto;
	line-height: 60px;
	border-bottom: solid 1px #ccc;
	display: block;
	color: #f60;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	height: 60px;
	margin: 20px auto;
}
.userType .columnContent p {
	text-indent: 70px;
	line-height: 40px;
	font-size: 15px;
}
.userType .toolbar{
	padding:30px 0;
}

/*--------------阅读协议--------------*/
.agreement {
}
.agreement .columnContent {
	background: url(../images/reg_step02.jpg) center 30px no-repeat;
}
.agreement .container {
	border: solid 1px #ccc;
	margin: 30px;
	height: 600px;
	overflow: auto;
	position: relative;
	font-size: 10pt;
}
.agreement aside {
	position: absolute;
	left: 10px;
	top: 420px;
	width: 210px;
	background-color: #FFF;
	z-index: 5;
}
.agreement aside dl {
}
.agreement aside dt {
	background-color: #b60017;
	display: block;
	height: auto;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
	padding: 5px;
}
.agreement aside dt a {
	color: #fff;
	cursor: pointer;
	width: 100%;
	display: block;
}
.agreement aside dd {
	height: 25px;
	text-indent: 5px;
}
.agreement aside dd a {
	background-color: #ddd;
	display: block;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	font-size: 12px;
}
.agreement aside dd a:hover {
	background-color: #cc521a;
	color: #FFF;
}
/*
.agreement .container article {
	padding: 20px 0;
}
.agreement .container article section {
	margin: 20px auto auto;
	width: 90%;
}
.agreement .container article p {
	line-height: 2em;
	margin-top: 10px;
	text-indent: 2em;
}
.agreement .container article h1 {
	line-height: 2em;
	margin: auto auto 10px;
	text-align: center;
	width: 90%;
	color: #a40000;
	font-size: 16pt;
}
.agreement .container article h2 {
	border-bottom: 1px solid #ccc;
	font-size: 12pt;
	line-height: 2em;
	margin-bottom: 10px;
	color: #cc521a;
	text-align:center;
}
.agreement .container article header {
	background: none;
	height: auto;
}
.agreement .container article footer {
	background: none;
	border-top: none;
	color: #666;
	font-size: 10pt;
	overflow: hidden;
	padding-bottom: 0;
	text-align: center;
	color: #333;
}
.agreement .container article footer section {
	background: none;
	height: auto;
	line-height: none;
}
*/
.agreement .haveRead {
	width: 90%;
	margin: -30px auto 30px;
	border: 1px solid #ddd;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
}
.agreement .haveRead label {
	cursor: pointer;
}
.agreement .haveRead p {
	padding-top: 15px;
	line-height: 20px;
	text-indent: 0;
	font-weight: normal;
	font-size: 12px;
}

/*--------------填写资料--------------*/
.regForm {
}
.regForm .columnContent {
	background: url(../images/reg_step03.jpg) center 30px no-repeat;
}
.regForm .columnContent iframe {
	/*height:2000px;*/
}
.regForm .columnContent form .submitBtn[disabled] {
	background-color: #ccc;
	color: #FFF;
}
.regForm .columnContent form .submitBtn[disabled]:hover {
	background-color: #ccc;
	color: #FFF;
}

/*--------------注册成功--------------*/
.success {
}
.success .columnContent {
	background: url(../images/reg_step04.jpg) center 30px no-repeat;
}
.success article {
}
.success article header {
	background: none;
	height: auto;
}
.success article section {
	margin: 20px 0 auto;
	width: 85%;
}
.success article h1 {
	text-align: left;
	width: 100%;
	line-height: 2em;
	margin: auto auto 10px;
	color: #a40000;
	font-size: 16pt;
}
.success article h2 {
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	font-size: 12pt;
	line-height: 2em;
	margin-bottom: 10px;
	color: #cc521a;
}
.success article h4 {
	text-align: left;
	text-indent: -34px;
	padding-left: 34px;
	font-size: 12pt;
	line-height: 2em;
}
.success article p {
	text-indent: 0;
	padding-left: 34px;
	font-size: 10pt;
}
/*
.success article .personData{
	display:none;
}
.success article em{ 
	display:none;
}
.success article[class^='orgType'] .personData{
	display:none;
}
.success article.orgType07 .orgData{
	display:none;
}
.success article.orgType07 .personData{
	display:block;
}
.success article.orgType07 em{
	display:inline;
}
.success article.orgType08 .orgData{
	display:none;
}
.success article.orgType08 .personData{
	display:block;
}
.success article.orgType08 em{
	display:inline;
}
*/
body.success article .content { display: none;}

body.success article.orgType01 .content.orgType_01 { display:block;}
body.success article.orgType02 .content.orgType_02 { display:block;}
body.success article.orgType03 .content.orgType_03 { display:block;}
body.success article.orgType07 .content.orgType_07 { display:block;}
body.success article.orgType08 .content.orgType_08 { display:block;}
body.success article.orgType09 .content.orgType_09 { display:block;}
body.success article.orgType06 .content.orgType_09 { display:block;}

/*--------------密码重置--------------*/
.passwordReset .tree {
	list-style: none;
	padding-left: 10px;
}
.passwordReset .tree li {
	margin: 10px;
	padding-left: 20px;
}

/* 折叠按钮样式 */
.passwordReset .toggle {
	cursor: pointer;
	display: flex;
	align-items: center;
}
/* 加减符号样式：默认减号（展开态可调整，或通过 JS 切换） */
.passwordReset .icon {
	width: 10px;
	height: 10px;
	margin-right: 8px;
	border: 1px solid #999;
	text-align: center;
	line-height: 10px;
	font-size: 10px;
}
/* 初始折叠状态，隐藏子列表 */
.passwordReset .collapse {
	display: none;
}
/* 展开状态的列表 */
.passwordReset .collapse.show {
	display: block;
	margin-bottom: 20px;
}
/* 切换加减符号（可通过 JS 动态加类） */
.passwordReset .icon:before {
	content: "+";
	font-size: 12px;
	color: #999;
}
.passwordReset .icon.minus:before {
	content: "-";
	font-size: 14px;
	color: #999;
}

/*--------------------------------按钮样式--------------------------------*/


/*--------------------------------登录页面--------------------------------*/
body.HT_Login .pageContent .Module p.tips {
	font-size: 14px;
	font-weight: bold;
	color: #5a5a5a;
	padding: 35px 5px 25px;
}
body.HT_Login .pageContent .Module a {
	font-size: 12px;
	padding: 0 10px;
	color: #369;
}
body.HT_Login .pageContent .Module a:hover {
	text-decoration: underline;
}
body.HT_Login .pageContent .Module p.note {
	position: absolute;
	left: 260px;
	bottom: 80px;
	font-size: 12px;
	color: #06f;
}
body.HT_Login input[type=submit]{
	background-image: url(../images/zsBg.jpg);
	background-color: transparent;
}
body.HT_Login input[type=submit]:hover{
	background-image: url(../images/zsBgHover.jpg);
	background-color: transparent;
}


