@charset "utf-8";

.input_text {
	width: 180px;
	height: 28px;
	line-height: 26px;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #9DBFDD;
	background-color: #FFF;
	padding-left: 3px;
	margin: 0 4px 0 0;
}

.input_text_focus {
	border: 1px solid #63C21C;
}

.input_select {
	height: 28px;
	line-height: 24px;
	font-size: 12px;
	vertical-align: middle;
	border: 1px solid #9DBFDD;
	background-color: #FFF;
}

.regFromTable {
	width: 80%;
}

.regFromTable th {
	width: 160px;
	height: 40px;
	font-size: 14px;
	text-align: right;
	vertical-align: middle;
}

.regFromTable td {
	line-height: 28px;
	text-align: left;
	vertical-align: middle;
}

.regFromTable td li {
	float: left;
	padding-right: 20px;
}

.regFromTable td label {
	vertical-align: middle
}

.regFromTable td a {
	color: #00C;
}

label.error {
	color: red;
	line-height: 18px;
	padding-left: 18px;
	vertical-align: top;
	background: url("/wcm.files/images/msg_bg.gif") no-repeat 0px 0px;
	display: block;
	font-size: 12px;
}

label.success {
	color: green;
	line-height: 18px;
	padding-left: 18px;
	vertical-align: top;
	background: url("/wcm.files/images/msg_bg.gif") no-repeat 0px -50px;
	display: block;
	font-size: 12px;
}

input.error {
	border: 1px solid red;
}

label.valid {
	color: #065FB9;
	font-size: 12px;
}

.regTitle {
	border-bottom: 1px solid #CCC;
	line-height: 40px;
	font-size: 18px;
	text-indent: 12px;
	color: #C5291B;
	text-align: left;
}

.content {
	width: 922px;
	height: 820px;
	background: url(/wcm.files/images/hz_reg02_03.gif) no-repeat;
	margin: 0 auto;
}

.btn_reg {
	width: 105px;
	height: 42px;
	border: 0px;
	vertical-align: middle;
	background-color: #9c140b;
	color: #FFFFFF;
}
.disabled{
	pointer-events: none;
}
/* 个人中心 */

.box-bg-bottom {
	text-align: center;
	border: 1px solid #DDD;
}

.grzx_button {
	color: #FFFFFF;
	background-color: #9c140b;
	font-size: 18px;
	line-height: 55px;
}

.gerenziliao a {
	width: 80%;
	display: block;
	margin: 0 auto;
	line-height: 42px;
	background-color: #F2F2F2;
	transition: all .4s;
}

.gerenziliao a:hover {
	background-color: #9c140b;
	color: #FFFFFF;
}

.gerenziliao a.cur{
	background-color: #9c140b;
}

.p-title {
	border-bottom: 2px solid #9c140b;
	height: 50px;
	line-height: 50px;
}

.p-title span {
	display: block;
	padding: 0px 30px;
	float: left;
	background-color: #9c140b;
	border-radius: 8px 8px 0 0;
	color: #FFFFFF;
	font-size: 18px;
}

.listTable01 {
	width: 96%;
	margin: 0 auto;
}

.listTable01 td {
	text-align: center;
	font-size: 14px;
}

.listTable01 td a:hover {
	color: #9c140b;
}

.listTable01 td:nth-child(odd) {
	text-align: left;
	padding-left: 10px;
}

.listTable01 tr {
	height: 40px;
	line-height: 40px;
}

.listTable01 tbody tr:nth-child(even) {
	background-color: #e4e4e4;
}

.listTable01 tbody tr:nth-child(odd) {
	background-color: #FFFFFF;
}

.hidden {
	display: none;
}

.regFromTable td,
.regFromTable th {
	font-size: 14px;
}

.regFromTable th {
	text-align: right;
}

.regFromTable tr {
	height: 45px;
	line-height: 45px;
}

#btnOK {
	border: none;
	width: 100px;
	height: 40px;
	margin-left: 258px;
	background-color: #9c140b;
	color: #FFFFFF;
	transition: all .8s;
	cursor: pointer;
}

#btnOK:hover {
	opacity: .8;
}
.dzdNew {
    line-height: 25px;
    border: 2px solid #9c140b; border-radius:8px;
    padding: 10px;
}