html {
	background: #e7e8eb;
}
.navbar-fixed-top {
	width: 100%;
	height: 52px;
	padding: 10px 0;
	overflow: visible;
	box-shadow: 0 2px 15px rgba(0,0,0,0.25);
	border-top: 4px solid #66be8c;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1030;
}
.container-fluid {
	width: 1200px;
	height: 52px;
	line-height: 52px;
	margin: 0 auto;
}
.container-fluid .brand {
	width: 196px;
	height: 52px;
	display: inline-block;
	float: left;
}
.brand img {
	width: 196px;
	height: 52px;
}
.container-fluid .pull-right {
	width: 300px;
	float: right;
	text-align: right;
	color: #5b5b5b;
}
.pull-right .icon {
	font-size: 16px;
	margin-right: 6px;
}
.container-fluid .pull-right a {
	color: #5b5b5b;
	margin: 0 10px;
}
.pull-right a:hover, .pull-right a:active {
	color: #f5694b;
}
/*顶部导航样式结束*/
.page-container {
	width: 990px;
	height: auto;
	margin: 0 auto;
	padding-top: 120px;
}
.page-container h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #66be8c;
}
.sub-nav {
	width: 830px;
	height: auto;
	overflow: hidden;
	margin: 20px auto 0;
	padding-bottom: 20px;
	text-align: center;
}
.sub-nav-title {
	height: 24px;
	line-height: 24px;
	padding-bottom: 6px;
	color: #999;
	font-size: 16px;
}
.sub-nav-title .nav-space {
	margin-left: 110px;
}
.sub-nav-title .nav-space:first-child {
	margin-left: 0;
}
.circle-line {
	height: 14px;
	line-height: 14px;
    *padding: 0 25px;
}
.circle-line li {
	display: inline-block;
	background: #ccc;
    *float: left;
}
.circle-line .circle {
	width: 14px;
	height: 14px;
	border-radius: 50%;
}
.circle-line .line {
	width: 172px;
    *width: 174px;
	height: 5px;
	border-radius: 5px;
	margin: 5px 2px 0;
	vertical-align: top;
}
.circle-line .color-cc {
	background: #66be8c;
}
/*主体内容样式-开始*/
.tab-content {
	width: 990px;
	height: auto;
	position: relative;
}
.triangle-box {
	position: absolute;
	top: -16px;
	height: 18px;
	z-index: -11;
}
.invoiced-triangle {
	left: 280px;
    *left: 286px;
}
.payoff-triangle {
	left: 476px;
}
.social-triangle {
	right: 276px;
    *right: 282px;
}
.success-triangle {
	right: 78px;
    *right: 90px;
}
.triangle {
	display: inline-block;
	width: 0px;
	height: 0px;
	border: 18px solid transparent;
	border-bottom: 18px solid #fff;
}
.tab-pane {
	width: 990px;
	padding-top: 20px;
}
.main-box {
	width: 990px;
	height: auto;
	background: #fff;
}
.invoiced-main {
	width: 720px;
	padding: 50px 10px 30px 260px;
}
.tip {
	height: 36px;
	line-height: 36px;
	float: left;
}
.tip .icon {
	font-size: 18px;
	margin-right: 5px;
}
.job-target-title {
	text-align: right;
	padding-right: 18px;
	width: 100px;
	float: left;
	height: 36px;
	line-height: 36px;
}
.social-form {
	margin-right: 8px;
	overflow: hidden;
}
.company-form {
	width: 150px;
	float: left;
}
.payoff-form {
	width: 490px;
}
.jobname-input {
	width: 240px;
	float: left;
	margin-right: 20px;
}
.social-form-pb {
	margin-bottom: 8px;
}
.form-label-radio {
	display: inline-block;
	margin-right: 10px;
	padding: 0 10px;
	line-height: 34px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	cursor: pointer;
}
.form-label-radio.checked {
	padding: 0 9px;
	line-height: 32px;
	border: 2px solid #66be8c;
	background: url(http://static.jjoobb.cn/images/personal/resume/corner.png) top right no-repeat;
}
.area-select {
	float: left;
	margin-right: 10px;
	display: inline;
}
.register-submit, .signtest-submit {
	margin: 50px 0 20px 175px;
	width: 150px;
}
.register-submit a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	background: #f5694b;
	color: #fff;
}
.social-main {
	width: 990px;
	margin: 0 auto;
}
.social-text {
	width: 530px;
	height: 24px;
	line-height: 24x;
	text-align: center;
	margin: 0 auto 20px;
	color: #999;
}
.save-cancel-btn {
	width: 250px;
	height: 42px;
	padding: 0 0 40px 0;
	margin: 0 auto;
}
.save-cancel-btn li {
	float: left;
	display: inline;
	margin: 0 12px;
}
.save-cancel-btn li a {
	display: block;
}
.editor-btn {
	border-radius: 3px;
	text-align: center;
	border: none;
	cursor: pointer;
	width: 100px;
	height: 40px;
	line-height: 40px;
}
.editor-save {
	background: #f5694b;
	color: #fff;
}
.editor-save:hover, .register-submit a:hover, .editor-save:active, .register-submit a:active {
	background: #ec5738;
	color: #fff;
}
.editor-cancel {
	background: #ddd;
	color: #333;
}
.editor-cancel:hover {
	background: #ccc;
}
.success-setup {
	width: 720px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 50px 0 30px;
}
.success-setup li {
	line-height: 30px;
	margin-bottom: 15px;
	font-size: 16px;
	text-align: center;
	color: #666;
}
.success-setup li a {
	font-size: 14px;
	margin-left: 15px;
	color: #66be8c;
}
.success-setup li a:hover {
	color: #2d9d5e;
}
.payoff-main {
	width: 700px;
	height: auto;
	margin: 0 auto;
	padding: 50px 0 30px;
}
.payoff-title {
	text-align: right;
	padding-right: 18px;
	width: 180px;
	float: left;
	display: inline;
	height: 36px;
	line-height: 36px;
}
.payoff-form li {
	line-height: 30px;
}
.payoff-form .label {
	cursor: pointer;
	padding: 1px 3px 0 1px;
}
.payoff-form input {
	width: 14px;
	height: 14px;
}
.payoff-text {
	width: 700px;
	height: auto;
	overflow: hidden;
	line-height: 20px;
	margin: 0 auto 20px;
	color: #666;
	font-size: 12px;
}
.payoff-text h3 {
	color: #999;
	font-size: 14px;
	margin-bottom: 6px;
}
/*手机号验证样式-开始*/
.signtest-form {
	width: 276px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	color: #66be8c;
}
.phone-form {
	width: 360px;
}
.signtest-input {
	width: 98px;
	display: inline-block;
}
.ver-code {
	width: 92px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	display: inline-block;
	background: #eee;
	vertical-align: middle;
	margin: 0 10px;
	cursor: pointer;
}
.another {
	color: #f5694b;
}
.another:hover, .another:active {
	color: #f00;
}
.signtest-submit a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
	background: #66be8c;
	color: #fff;
}
.signtest-submit a:hover, .signtest-submit a:active {
	background: #2d9d5e;
	color: #fff;
}
.controls {
	width: 240px;
	padding-top: 15px;
}
.controls .controls-input {
	background: #f4f4f4;
	color: #999;
	box-sizing: content-box;
	border: none;
	width: 120px;
	height: 36px;
	line-height: normal;
	display: inline-block;
	cursor: pointer;

}
/*手机号验证样式-结束*/

/*主体内容样式-结束*/
