Ginput::-webkit-input-placeholder {
	color:#aaa;
	margin-left:3px;
}

.main-container {
	width:100%;
	padding-top:30px;
	/*background:#eee;*/
}

.settle-outer-container {
	width:1130px;
	margin:0 auto;
	padding-bottom:40px;
	background: #fff;
}

.settle-navigation {
	width:100%;
	height:60px;
	border-bottom: 1px solid #ccc;
}

/*.settle-navigation ul {
	
}*/

.settle-navigation ul li {
	float:left;
	height:60px;
	line-height: 60px;
	font-size:18px;
	margin:0 20px;
}

.settle-navigation-item-focus {
	font-weight: bold;
	border-bottom: 3px solid #aaa;
	color:#ca3;
}

.settle-progress-container {
	width:600px;
	height:44px;

}

.settle-company-info-container {
	background:#fff;
	padding-bottom:30px;
	padding-top: 30px;
}



/***********************************/

.settle-company-info-inner-container {
	width:100%;
}

.settle-company-info-left-container {
	width:50%;
	box-sizing: border-box;
	border-right:1px solid #ccc;
	float:left;

}

.settle-company-info-right-container {
	width:50%;
	float:left;
	
	padding-left:10px;
	box-sizing: border-box;;
}

.company-info-key, .organization-key, .tax-key, .bank-key {
	clear:both;
	width:150px;
	font-size:13px;
	text-align: right;
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 25px;
	font-weight: bold;
}

.company-info-value, .organization-value, .tax-value, .bank-value {
	width:350px;
	float:left;
	margin-bottom: 5px;
	line-height: 25px;
}


.tip {
	clear:both;
	font-size:12px;
	color:#666;
}

h2 {
	font-size:18px;
	font-weight: bold;
	text-indent: 6em;
	color:#44c;
	margin-bottom: 12px;
	margin-top:20px;
}

.upload-btn {
	/*width:100px;*/
	height:150px;
	font-size:14px;
	text-align: center;

}

input[type="file"] {
	display: none;
}

.plus-icon {
	font-size:40px;
	line-height: 60px;
	font-weight: 100;
	display: block;
}

.blue {
	color:#33b;
}
















.next-btn-group {
	width:100%;
	height:30px;
	margin-top:20px;
}

#next {
	width:120px;
	height:30px;
	margin:0 auto;
	display: block;
}