
html{font-size: 1em;}
.icon{
	display: inline-block;
	width: 14px;
	height: 14px;
	background-size: cover;
	margin-right: 5px;
	vertical-align: middle;
}

h1, h2{margin: 0;font-weight: normal;}
.none{display: none;}


/*icon*/
.icon{background:url(../images/i-images/ex-icons.png) no-repeat;}
.icon-addr{height:16px;width:12px;background-position:0 0;}
.icon-radio.on{height:16px;width:17px;background-position:0 -16px;	margin-top: -3px; }
.icon-radio{height:17px;width:17px;background-position:0 -32px;	margin-top: -3px; }
.icon-close{height:18px;width:18px;background-position:0 -49px;}
.step-4-3{height:40px;width:412px;background-position:0 -67px;}
.step-4-4{height:40px;width:412px;background-position:0 -107px;}
.step-4-1{height:40px;width:412px;background-position:0 -147px;}
.step-4-2{height:40px;width:412px;background-position:0 -187px;}
.step-6-4{height:40px;width:660px;background-position:0 -227px;}
.step-6-5{height:40px;width:660px;background-position:0 -267px;}
.step-6-6{height:40px;width:660px;background-position:0 -307px;}
.step-6-1{height:40px;width:660px;background-position:0 -347px;}
.step-6-2{height:40px;width:660px;background-position:0 -387px;}
.step-6-3{height:40px;width:660px;background-position:0 -427px;}



/*btn*/
.ex-btn-border-primary{
	border-color: #06a7ea;
    background-color: #FFF;
    color: #06a7ea;
    margin-right: 10px;
}

.ex-btn-primary{
	border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff;
}

.ex-btn-primary:hover, .ex-btn-primary:visited{
	color: #FFF;
	background-color: #337ab7;
}
.btn-disabled{background-color: #CBD2E6;color: #fff;}


/*text*/
.center{text-align: center;}


/*form*/
.ex-form-row{
	line-height: 34px;
	margin-bottom: 15px;
}
.ex-form-row>div{
	float: left;
	margin-right: 7px;
}
.ex-form-label{
	padding: 0;
	width: 17%;
}
.ex-form-input{
	position: relative;
	width: 40%;
}
.ex-form-suffix{
	width: 39%;
	margin-right: 0;
}
.ex-form-input input{ border-radius: 0;}
.ex-form-input-unit{position: absolute;top: 0;right: 15px;}
.ex-form-input input.danger{color:red;}
.ex-form-input input.disabled{background-color: #EAECF1;}


/*分页*/
.page-nav ul{
	float: right;
	margin-top: 20px;
}
.page-nav li{
	float: left;
	margin-right: 5px;
	padding: 4px 8px;
	background-color: #EAECF1;
	cursor:pointer;
	border-radius: 4px;
}
.page-nav li:hover, .page-nav li.on{
	background-color: #4898d5;
	color: #F5F5F5;
}