html,
body {
	min-width: 1000px!important;
}

i {
	display: inline-block;
	background-image: url(../../img/user/log.png);
	background-repeat: no-repeat;
}


/*头部导航开始*/

.header {
	width: 1000px;
	height: 60px;
	margin: 0 auto;
	overflow: hidden;
}

.header_left {
	float: left;
	padding-top: 10px;
	cursor: pointer;
}

.header_left i {
	width: 100px;
	height: 40px;
	background-position: 0px -16px;
}

.header_left p:first-child {
	font-size: 23px;
	line-height: 25px;
	color: #3296fa;
	font-weight: 900;
	margin-bottom: 0;
	letter-spacing: 5px;
}

.header_left .logo_bottom {
	color: #999;
}

.header_right {
	display: none;
	float: right;
	line-height: 60px;
	color: #222;
	font-size: 12px;
}

.header_right span {
	padding-left: 26px;
	cursor: pointer;
}

.header_right span:hover {
	color: #666;
}

/*头部导航结束*/

/*底部内容开始*/

.footer {
	width: 1000px;
	min-height: 120px;
	margin: 0 auto;
}

.footer div:first-child {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #ddd;
}

.footer .footer_bottom {
	overflow: hidden;
	font-size: 12px;
	padding: 15px 2px;
}

.help span{
	cursor: pointer;
}

.chofn {
	float: left;
}

.chofn span:first-child {
	color: #999;
	padding-right: 8px;
}

.help {
	display: none;
	float: right;
}

.help span:first-child {
	padding-right: 12px;
}
.help span:hover{
	color: #666;
}

/*底部内容结束*/


/*登录内容开始*/

.content {
	width: 1000px;
	padding-top: 80px;
	margin: 0 auto;
	border-top: 1px solid #ddd;
}
.contenter{
	width:300px;
	margin: 0 auto;
	position: relative;
}
.register_title{
	width: 390px;
	height: 35px;
	margin-left: -45px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	margin-bottom: 50px;
}
.register_title span{
	display: inline-block;
	width:67px;
	line-height: 34px;
	font-size: 16px;
	color: #2582df;
	border-bottom: 2px solid #2582df;
}
.register_content_box,
.success_box{
	width: 100%;
	height: 590px;
	margin-bottom: 0;
}
.register_content_box>li{
	position: relative;
	width: 300px;
	height: 35px;
	margin-bottom: 15px;
}
.register_content_box>li .input_title{
	position: absolute;
    width: 140px;
    right: 308px;
    top: 0;
    line-height: 35px;
    color: #222;
    text-align: right;
}
.register_content_box>li .input_title .symbol{
	margin-right: 3px;
	color: #ff2b2b;
	vertical-align: middle;
}

.register_content_box>li input{
	width: 300px;
	height: 35px;
	padding: 0 12px;
	line-height: 33px;
	border: 1px solid #ccc;
	border-radius: 2px;
	outline: none;
}
.register_content_box>li div span{
	top: 6px;
}
.enterprise_type{
	width: 300px;
	height: 35px;
	margin-bottom: 0;
}
.enterprise_type li:first-child{
	margin-left:0px;
}
.enterprise_type li{
	float: left;
	margin-left: 8px;
    padding: 0 9px;
	color: #626262;
	background: #fff;
	text-align: center;
	line-height: 33px;
	border: 1px solid #ddd;
	border-radius: 2px;
	cursor: pointer;
}
.checked{
	color: #fff!important;
	background: #3296fa!important;
	border: 1px solid #3296fa!important;
}
.existing_customers{
	width: 300px;
	height: 35px;
	margin-bottom: 0;
}
.existing_customers li{
	width: 138px;
	height: 35px;
	color:#7f7f7f;
	line-height: 33px;
	border-radius: 2px;
	text-align: center;
	border: 1px solid #ddd;
	background: #fff;
	cursor: pointer;
}
.existing_customers li:first-child{
	float: left;
}
.existing_customers li+li{
	float: right;
}
.error{
	position: absolute;
	left: 321px;
	top: 0;
	width: 330px;
	font-size: 12px;
	line-height: 35px;
	color:#ff5959;
}
.unit_name{
	color: #2582df!important;
}
.info_xin{
	position: absolute;
    left: 312px;
    top: 2px;
    font-size: 12px;
    line-height: 35px;
    color: #2582df;
}
.info_error{
	color:#ff5959!important;
}
#verification_code{
	padding-right:82px;
}
.obtain_code{
	position: absolute;
    top: 1px;
    right: 12px;
    font-size: 12px;
    line-height: 33px;
    color: #2582df;
    outline: none;
    background: #fff;
    border: none;
}
/*滑块开始*/
.slider_ins{
	margin-bottom: 0px!important;
}
.ui-slider-wrap {
	position: relative;
}

.ui-slider-wrap .ui-slider-bg {
	width: 0;
	background-color: #7ac23c!important;
}

.ui-slider-wrap .ui-slider-btn {
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.ui-slider-wrap .ui-slider-btn {
	background:#fff url(../../img/user/sanjiao.png) no-repeat center;
}

.ui-slider-wrap .ui-slider-btn.success {
	background-image: url(../../img/user/yes2.png);
}

.ui-slider-wrap .ui-slider-text {
	width: 100%;
	height: 100%;
	font-family: "微软雅黑";
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #666;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.ui-slider-wrap .ui-slider-no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/*滑块结束*/
.if_agree{
	height: 18px!important;
	margin-bottom: 43px!important;
}
.if_agree b{
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 4px;
	border: 1px solid #ccc;
	margin-right: 6px;
	vertical-align: top;
	cursor: pointer;
	vertical-align: middle;
}
.if_agree .hold_checked {
	background-image: url(../../img/user/login.png);
	background-repeat: no-repeat;
	background-position: -36px -18px;
	border: 1px solid #3296fa!important;
}
.if_agree .agree{
	color: #222;
	line-height: 16px;
	font-size: 12px;
}
.if_agree span{
	line-height: 16px;
}
.if_agree a{
	font-size: 12px;
	color: #2582df;
	text-decoration: none;
	cursor: pointer;
	line-height: 16px;
}

#register{
	width:300px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #2582df;
	text-align: center;
	outline: none;
	border-radius: 2px;
	border: none;
	margin-bottom: 10px;
}
#log_href {
	text-align: center;
	margin-bottom:30px;
}
#log_href span{
	font-size: 12px;
	color: #000;
}
#log_href a{
	font-size: 12px;
	color: #2f77d1;
}

/*注册成功样式*/
.success_box{
	text-align: center;
}
.success_box>img{
	margin-top: 25px;
	margin-bottom:98px;
}
.thanks{
	width: 420px;
	margin-left: -45px;
	font-size: 18px;
	color: #3e3e3e;
}
.jump{
	padding-top: 123px;
	margin-left: 30px;
}
.jump span{
	color: #949494;
}
.jump a{
	color: #3296fa;
	margin-left: 10px;
	text-decoration: none;
	cursor: pointer;
}

/*js耦合*/
.code_disable{
	color: #a3a3a3!important;
}
.agree_error{
	left: 258px!important;
    top: 3px!important;
}
li input[disabled] {
    background: #f9f9f9!important;
    color: #999!important;
}
.register_content_box>input[disabled]{
	background: #d1d1d1!important;
    color: #7c7c7c!important;
}