@import url(http://www.zj.10086.cn/style/public.css);

.fn-left{
	float: left;
}
.fn-right{
	float:right;
}
.fn-clear{
	clear:both;
}

.main{
	width: 950px;
	margin: 0 auto;
}
/*sidebar 样式*/
.sidebar{
	width:210px;
}
.menuList{
	background-color: #f2f2f2;
	border:1px solid #c6c6c6;
	margin-bottom: 20px;
	height:200px;
}
.menuList h2{
	font-size: 14px;
	font-weight: normal;    
	height:36px;
	line-height: 36px;
	padding-left: 36px;
	border-bottom:1px solid #c6c6c6;
}
.menuList ul li{
	margin-top: 20px;
	opacity: .7;
	filter:alpha(opacity=70);
	padding-left: 36px;
}
.menuList ul li.active a{
	color:#4396fc;
}
/*右边主体样式*/
.main-r{
	width:728px;
	border:1px solid #eee;
}
.main-r h1{
	font-size: 18px;
	color:#4396fc;
	font-family: "Microsoft Yahei";
	margin: 20px 40px;
}
.rules{
	margin: 0 20px 20px;
	background-color: #ecf8ff;
	color:#4396fc;
	font-size: 14px;
	padding:20px;
	line-height: 1.8;
}
.rules h2{
	font-size: 18px;
	text-align: center;
}
p.allNum{
	color:#fd0172;
	font-size: 18px;
	padding:15px 0 15px 40px;
}

p.success{
	color:#4396fc;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
	margin:60px 0;
}

.detailTxt{
	margin: 0 20px 30px;
	background-color: #ecf8ff;
	color:#4396fc;
}
.detailTxt h2.title{
	height:50px;
	line-height: 50px;
	font-size: 24px;
	border-left: 10px solid #43b9fc;
	color:#4396fc;
	font-weight: normal;
	border-bottom:none;
	background-color: #dbf2ff;
}
.detailTxt p{
	line-height: 2.0;
	font-size: 14px;
	margin: 10px 0 0 40px;
	padding-bottom: 15px;
}

.formBox{
	border-top:1px solid #eee;
}
.formBox h2{
	height:48px;
	line-height: 48px;
	border-bottom: 2px solid #0ca6fe;
	padding-left: 20px;
	font-size: 16px;
	color:#535353;
	font-family: "Microsoft Yahei";
}

.formTable dl{
	height:50px;
}
.formTable dl dt{
	float:left;
	width:270px;
	text-align: right;
	font-size: 18px;
	line-height: 50px;
	color: #535353;
}
.formTable dl dd input{
	width:300px;
	padding:5px 10px;
	border:1px solid #a0a0a0;
	font-size: 14px;
	line-height: 22px;
	float:left;
	margin-top: 8px;
}
.formTable dl dd input.yzm{
	width:172px;
}
.formTable dl dd img.yzmPic{
	width:120px;
	height:34px;
	margin-top: 8px;
	margin-left: 8px;
}
.wrongSms{
	color:#ff3c00;
	font-size: 18px;
	line-height: 1.5;
    padding: 15px 30px;
    text-align: center;
}
.subBtn{
	width:200px;
	height:54px;
	line-height: 54px;
	background-color: #4396fc;
	color:#fff;
	font-size: 30px;
	font-family: "Microsoft Yahei";
	margin: 0 auto 30px;
	cursor:pointer;
	display: block;
	border:none;
}

.subBtn.disable{
	background-color: #959595;
}
.tips{
	margin: 0 110px 10px;
	color:#626262;
	font-size: 14px;
	line-height: 1.8;
}
.tips span{
	font-size: 18px;
}

table.checkList{
	border-collapse:collapse;
	margin: 0 auto 30px;
	display: none;
}
table.checkList tr td{
	border:1px solid #4396fc;
	text-align: center;
	font-size: 14px;
	padding: 15px 0;
}
table.checkList tr td.w220{
	width:220px;
}
table.checkList tr td.w140{
	width:140px;
}
table.checkList tr td.title{
	color:#fff;
	background-color: #4396fc;
	font-size: 18px;
	font-family: "MacroSoft Yahei";
	height:34px;
	line-height: 34px;
	text-indent: 12px;
	text-align: left;
	padding:0;
}
table.checkList tr td.th{
	height:40px;
	line-height: 40px;
	background-color: #ecf8ff;
	padding:0;
}

h2.successTxt{
	text-align: center; 
	padding:30px 100px; 
	color:#4396fc; 
	font-size: 24px; 
	line-height: 1.5;
	height:auto;
	border: none;
}



/*面包屑样式*/
.zjser-crumb {
	width:910px;
	margin:0 auto;
  	height: 28px;
  	line-height: 28px;
  	padding: 5px 20px;
  	color: #4e4e4e;
  	font-family: "Microsoft Yahei";
}
.zjser-crumb h3 {
  	font-size: 14px;
}
.zjser-crumb a {
  	color: #4e4e4e;
}
.zjser-crumb span {
  	color: #0273D9;
}
