html, body {
	font-family: "Microsoft YaHei", tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none;
}

.color-red {
	color: #ff0000;
	font-weight: normal;
}

.color-blue {
	color: #217fc4;
}

.color-gray {
	color: #999 !important;
}
.color-white,
.color-white:hover{
	color: #fff;
	text-decoration: none;
}
.txt-center {
	text-align: center;
}

.font-normal {
	font-weight: normal;
}

.font-13 {
	font-size: 13px;
}

.mgt-15 {
	margin-top: 15px;
}

.mgl-10 {
	margin-left: 10px;
}
.pdt-10 {
	padding-top: 10px;
}
.pdb-10 {
	padding-bottom: 10px;
}
.pdl-20 {
	padding-left: 20px;
}
.pdb-15 {
	padding-bottom: 15px;
}
.pdb-30 {
	padding-bottom: 30px;
}

.pdr-15 {
	padding-right: 15px;
}

.pd-30 {
	padding: 30px;
}

.guide-bar {
	background-color: #217fc4;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #217fc4;
}
.guide-bar .container {
	height: 30px;
	padding-top: 15px;
}

.step {
	display: none;
}

.error-tip {
	padding-left: 30px;
	font-style: normal;
	display: none;
	background: url(//static.woqukaoqin.com/style/image/site/front/register/error_icon.png) no-repeat left 3px;
}

.has-error .error-tip {
	display: inline-block;
}

.logo {
	width: 30px;
	height: 30px;
	border-radius: 2px;
	display: block;
	overflow: hidden;
	margin-right: 15px;
}

#logo img {
	display: block;
	width: 100%;
}

.white-line {
	width: 1px;
	height: 30px;
	background-color: #fff;
	display: block;
}

.navbar-header h1 {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
}

.register-form,
.register-progress {
	margin-top: 20px;
}

.register-form {
	padding: 50px;
}

.register-progress-bar {
	height: 70px;
	background-color: #fbfbfb;
	border-radius: 2px;
	border: 1px solid #dcdcdc;
}
.reg-box-bg.register-form,
.register-progress-bar {
	background-color: #fbfbfb;
	border-radius: 2px;
	border: 1px solid #dcdcdc;
}
.register-progress-bar .col-md-4 {
	height: 100%;
	line-height: 70px;
}

.progress-title {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	margin: 20px auto;
	color: #333;
	width: 120px;
}

.reg-step {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	margin-right: 10px;
	color: #217fc4;
	background-position: 0 0;
}

.reg-icon {
	background: url(//static.woqukaoqin.com/style/image/site/front/register/register_icon.png) no-repeat;
}

.current.progress-title {
	color: #217fc4;
}

.current .reg-step {
	background-position: 0 -30px;
	color: #fff;
}

.register-form .reg-tip {
	font-size: 13px;
	padding-left: 10px;
	padding-top: 5px;
}

.input-group-addon {
	padding: 0;
}

.input-group-addon img {
	height: 32px;
}

.input-group-addon > div {
	width: 34px;
	height: 32px;
	background-position: 9px -64px;
	background-size: 70%;
	cursor: pointer;
}

.success-content div {
	margin-bottom: 25px;
}

.success-icon {
	height: 100px;
	background: url(//static.woqukaoqin.com/style/image/site/front/register/success.png) no-repeat center;
}

.col-md-2 .input-group {
	width: 100%;
}

.success-title span.glyphicon-ok-circle {
	font-size: 200px;
}

.companyInit-top {
	height: 145px;
	background: url(//static.woqukaoqin.com/style/image/site/front/companyInit/companyInit_bg.jpg) repeat center;
}

.table-bordered > thead > tr > th {
	border-bottom: none;
	background-color: #f9f9f9;
}

.table > tbody > tr > td {
	vertical-align: middle;
	padding: 10px;
}
.table-bordered,
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border: 1px solid #f2f2f2;
}
.companyInit-icon {
	background: url(//static.woqukaoqin.com/style/image/site/front/companyInit/companyInit_icon.png) no-repeat;
}

.companyInit-progress {
	height: 80px;
/*	width: 789px;*/
	margin: 34px auto 0 auto;
	text-align: center;
}

.companyInit-step {
	float:left;
	*padding: 0;
	width:186px;
}
.companyInit-step2{
	width:201px;
}
.companyInit-step-left {
	padding-right: 126px;

}

.companyInit-step-num {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #999;
	font-size: 24px;
	background-position: 0 -126px;
	margin: 0 auto;
	margin-bottom: 10px;
	position: relative;
}

.companyInit-step-title {
	font-size: 15px;
	color: #fff;
}

.companyInit-progress-bar {
	width: 162px;
	height: 14px;
	background-position: 0 0;
	position: absolute;
	left: 98%;
	top: 17px;
}
.companyInit-step1 {
	margin-left: 126px;
}
.step-1 .companyInit-step1 .companyInit-step-num,
.step-2 .companyInit-step1 .companyInit-step-num,
.step-3 .companyInit-step1 .companyInit-step-num,
.step-4 .companyInit-step1 .companyInit-step-num,
.step-5 .companyInit-step1 .companyInit-step-num {
	color: #fff;
	background-position: -144px -126px;
}

/* 有圆 */
.step-1 .companyInit-step1 .companyInit-progress-bar,
.step-2 .companyInit-step2 .companyInit-progress-bar {
	background-position: -10px -83px;
}

.step-3 .companyInit-step3 .companyInit-progress-bar,
.step-4 .companyInit-step4 .companyInit-progress-bar {
	background-position: -17px -83px;
}

.step-2 .companyInit-step2 .companyInit-step-num,
.step-3 .companyInit-step2 .companyInit-step-num,
.step-4 .companyInit-step2 .companyInit-step-num,
.step-5 .companyInit-step2 .companyInit-step-num,
.step-3 .companyInit-step3 .companyInit-step-num,
.step-4 .companyInit-step3 .companyInit-step-num,
.step-5 .companyInit-step3 .companyInit-step-num,
.step-4 .companyInit-step4 .companyInit-step-num,
.step-5 .companyInit-step4 .companyInit-step-num {
	background-position: -96px -126px;
	color: #fff;
}

/* 无圆 */
.step-2 .companyInit-step1 .companyInit-progress-bar,
.step-3 .companyInit-step1 .companyInit-progress-bar,
.step-4 .companyInit-step1 .companyInit-progress-bar,
.step-5 .companyInit-step1 .companyInit-progress-bar,
.step-3 .companyInit-step2 .companyInit-progress-bar,
.step-4 .companyInit-step2 .companyInit-progress-bar,
.step-5 .companyInit-step2 .companyInit-progress-bar,
.step-4 .companyInit-step3 .companyInit-progress-bar,
.step-5 .companyInit-step3 .companyInit-progress-bar,
.step-5 .companyInit-step4 .companyInit-progress-bar {
	background-position: -10px -41px;
}

.step-last .companyInit-step-last .companyInit-step-num {
	background-position: 0 -174px;
	color: #fff;
}

.step-1 .companyInit-step1 .companyInit-step-title,
.step-2 .companyInit-step1 .companyInit-step-title,
.step-3 .companyInit-step1 .companyInit-step-title,
.step-4 .companyInit-step1 .companyInit-step-title,
.step-5 .companyInit-step1 .companyInit-step-title,
.step-2 .companyInit-step2 .companyInit-step-title,
.step-3 .companyInit-step2 .companyInit-step-title,
.step-4 .companyInit-step2 .companyInit-step-title,
.step-5 .companyInit-step2 .companyInit-step-title,
.step-3 .companyInit-step3 .companyInit-step-title,
.step-4 .companyInit-step3 .companyInit-step-title,
.step-4 .companyInit-step4 .companyInit-step-title,
.step-5 .companyInit-step3 .companyInit-step-title,
.step-5 .companyInit-step4 .companyInit-step-title,
.step-5 .companyInit-step5 .companyInit-step-title {
	color: #38adff;
}
.enter-station {
	margin-top: -15px;
}
.companyInit-form {
	padding-top: 30px;
}

.companyInit-form dt {
	color: #333;
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.companyInit-step-1 ul {
	margin-bottom: 15px;
	display:block;
	width:100%;
	height:33px;
}

.companyInit-step-1 ul li {
	margin-left: 0;
}

.companyInit-step-1 ul li a {
	border-radius: 4px 0 0 4px;
	padding: 5px 15px;
	color: #666;
	background-color: #fff;
	border: 1px solid #f2f2f2;
	font-size: 15px;
}

.companyInit-step-1 ul li a.last {
	border-radius: 0 4px 4px 0;
	border-left: 0;
}

.companyInit-step-1 .nav-pills > li.active > a {
	background-color: #f9f9f9;
	color: #333;
}

.companyInit-form .companyInit-step-2 dt,
.companyInit-form .companyInit-step-3 dt,
.companyInit-form .companyInit-step-4 dt,
.companyInit-form .companyInit-step-5 dt {
	border-bottom: none;
}

.companyInit-form dt span.color-gray {
	font-size: 14px;
}

.companyInit-importStaff {
	padding: 10px 0 15px 0;
}

.companyInit-importStaff label.radio-inline {
	color: #666;
	font-weight: bold;
	padding-bottom: 15px;
}
.nav-tabs>li>a {
	background-color: #f7f7f7;
	color: #666;
	font-size: 14px;
	border-color: #eaeaea;
}
.step-intro {
	padding-bottom: 60px;
	border-bottom: 1px solid #e5e5e5;
}
.step-intro dt {
	font-size: 14px;
	color: #666;
	font-weight: normal;
}
.step-intro ul li {
	list-style-type: none;
	color: #666;
	line-height: 2;
}
.step-intro img {
	max-width: 100%;
}
.highlight {
	padding: 9px 14px;
	margin-bottom: 14px;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	border-radius: 4px;
}

.table-setLeader th {
	background-color: #fcfcfc;
	color: #333;
	font-size: 14px;
}

.table-setClasses tr .td-classes1 {
	color: #333;
	width: 10%;
	border-right: none;
}

.table-setClasses tr .td-classes2 {
	border-left: none;
	width: 90%;
	color: #666;
}

.companyInit-step-4 .table > tbody > tr > td,
.companyInit-step-4 .table-bordered > thead > tr > th {
	padding: 0 15px;
	vertical-align: middle
}

.companyInit-step-4 .table > tbody > tr > td {
	color: #666;
}

.companyInit-step-5 .col-xs-6.col-sm-3 img {
	width: 100%;
	display: block;
}

/* baidu map */
.map-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 2;
	top: 0;
	display: none;
}

#map-container {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 700px;
	height: 400px;
	margin-left: -350px;
	margin-top: -200px;
	z-index: 100;
	border: 1px solid #ccc;
	background-color: #fff;
	border-radius: 3px;
}

#allmap {
	height: 316px !important;
}

.map-hd {
	text-align: center;
	padding: 10px 0;
}

.map-ft {
	background-color: #fff;
	padding: 5px 10px;
}

.notifyjs-wrapper {
	z-index: 100 !important;
}
.companyInit-step-5 .reg-box-bg {
	background-color: #fff;
}
.companyInit-step-5 .qrcode-content {
	padding-top: 10px;
	padding-left:27px;
}
/*齐心*/
.guide-bar.qx-guide-bar{
	background-color: #fff;
	border-color: #fff;
}
.qx-guide-bar #logo{
	width: auto;
	height: 30px;
	border-radius: 2px;
	display: block;
	overflow: hidden;
	margin-right: 15px;
}
.qx-guide-bar #logo img{
	height:100%;
}
.qx-guide-bar .white-line{
	background-color: #be0000;
}
.qx-guide-bar .navbar-header h1{
	color: #be0000;
}
.qx-guide-bar .color-white,.qx-guide-bar .color-white:hover{
	color: #be0000;
}
/* 真地 */
.guide-bar.ZD-guide-bar {
	background-color: #d40000;
	border-bottom: 0;
	box-shadow: 0 0 10px rgba(255, 255, 255, .5);
}
.guide-bar.ZD-guide-bar .container {
	height: 60px;
	line-height: 60px;
	padding-top: 0;
}
.guide-bar.ZD-guide-bar #logo {
	padding-top: 5px;
}
.guide-bar.ZD-guide-bar .enter-station,
.guide-bar.ZD-guide-bar .navbar-header h1 {
	height: 60px;
	line-height: 60px;
}
.guide-bar.ZD-guide-bar .enter-station {
	margin-top: 0;
}
.input-group-addon {
	border: 1px solid #f2f2f2;
	background-color: #f9f9f9;
	color: #666;
}
.form-control {
	box-shadow: none;
	border: 1px solid #f2f2f2;
	*width:153px;
	*height:22px;
}
.btn {
	padding: 6px 20px;
	outline: none;
}
.btn.skip-step-btn,
.btn.prev-step-btn {
	background-color: #fff;
	border: 1px solid #f2f2f2;
	color: #666;
}
.btn.btn-primary.next-step-btn {
	background-color: #38adff;
	border: 1px solid #38adff;
}
.ZD-font-big {
	font-size: 16px;
}
.ZD-font-normal {
	font-size: 14px;
	color: #666;
}
.ZD-font-blue {
	color: #2a7aaf;
}
.ZD-img {
	padding-top: 15px;
	padding-bottom: 50px;
}
.imgbox{
	width:100%;
}
.imgbox>img{
	width:100%;
}
.ultopdox{
	display:block;
	width:100%;
}
/* new clearfix */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix			 { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.imgbox-one{
	width:354px;
	height:480px;
	float:left;
}
.divfrombox{
	padding-top:35px;
	padding-bottom:20px;
	padding-left: 20px;
	border:1px solid #e5e5e5;
}
.h-color-666{
	color:#666;
	font-size:14px;
}
.h-span{
	color:#217fc4;
}
.pdl-27{
	padding-left:27px;
}
.pdl-40{
	padding-left:40px;
}
.wifi-color-red{
	color:#ff0000;
	padding-left:9px;
	margin:8px 0 10px 0;
}
.margin-h{
	margin:10px 0 5px 0;
}
.imgbox-two{
	width:355px;
	height:460px;
	position:absolute;
	top:113px;
}
.color-333{
	color:#333;
}
.font-16{
	font-size:16px;
}
.imgtwobox{
	position: relative;
    height: 573px;
}
.mal-10{
	margin-left:10px;
}