.maincontent{
    margin-top: 10px;
    margin-bottom: 20px;
}

.bg{
	background-color:#fff;
}

.maindiv{
	box-shadow: 1px 1px 5px #909090;
    height: 100%;
    padding-bottom: 250px;
}

.titlea{
	font-size: 24px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000;
}

.notediv{
	float: left;
    /* margin-left: 37px; */
    width: 30%;
    padding-left: 12%;
	line-height:40px;
}

.line{
	   width:100%;
	   border-top: 3px solid #F96B3E;
	}
	
.content{
	   padding: 10px 50px 20px 50px;
}

.titleb{
	font-size: 20px;
    text-align: center;
    margin: 0px 0px 0px 0px;
}
.importspan{ 
	font-weight: 600;
}
/**下一步**/
.next{
	text-align: center;
    margin-top: 50px;
    height: 40px;
    padding-top: 5px;
}

.nexta{	
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    /* border: 1px solid #f00; */
    padding: 5px 10px;
    background-color: #F96B3E;
    color: #fff; 
    border-radius: 3px;
}

.nexta:hover{
	 color: #fff;
	 text-decoration: none; 
}

/**所在位置**/
#sel_address{ 
	width:100%;	
    padding: 20px 0px 0px 10px;	
}

#sel_address .main{
	font-size:14px;
	padding:5px;
	/* background-color:#F9F9F9; */
}

#sel_address .sel_pic{
	width:18px;
	height:18px;
	margin-right:5px;
	display:inline-block;
	vertical-align:middle;
	background: url(/website/resources/Template/res/images/ZSimages/home.png) no-repeat center/100% transparent;
}


#sel_address .main a{
	color:#999999;
}

#sel_address .main span{
	color:#6d6d6d;
}

#sel_address .main a:hover{
	color:#ff9b23 !important;
	cursor:pointer;
	text-decoration:blink;
}

#sel_part .main{
	height:60px;
	font-size:14px !important;
	padding:5px 10px;	
}

.title{
	margin-top: 50px;
    margin-bottom: 100px;
}

.notediv ul{
	line-height:40px;
}