/*消除google浏览器黄色框*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	box-shadow:0 0 0 60px #ffffff inset;
	-webkit-text-fill-color: #3E5569;
}
select{
	width: 100px;
	background-position: 96% center;

}
select.form-control{
	font-size: 12px;
	line-height: 24px;
}
.login_back{
	width: 100%;
	height: 100%;
	background: url(../images/loginBack.png) no-repeat center;
	background-size: cover;
	position: relative;
}
.login_back .login_main{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.login_main .title{
	width: 310px;
	margin: 30px auto;
}
.login_main .title img{
	width: 100%;
}
.login_cont{
	width: 430px;
}
.login_main .login_content{
	background: rgba(255,255,255,.3);
    padding: 10px;
	border-radius: 5px;
	display: inline-block;
}
.login_content .login_cont,.login_content .login_unit{
	background: white;
	border-radius: 5px;
	overflow: hidden;
}
.login_unit{
	display: none;
}
.login_main  .loginTab{
	background: #F8F8F8;
	width: 100%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	display: flex;
}
.login_main .loginTab span{
	display: inline-block;
	cursor: pointer;
	color: #3E5569;
	width: 100%;
}
.login_main .loginTab span{
	display: inline-block;
	cursor: pointer;
	color: #6E7A8C;
	width: 198px;
}
.login_main .loginTab span.on{
	color: #3385FF;
}
.login_main .loginTab p{
	color: #3E5569;
	width: 100%;
	font-weight:600;
	font-size: 16px;
	position: relative;
}
.login_main .loginTab p i.fa{
	position: absolute;
	left: 30px;
	top:15px;
	cursor: pointer;
	font-size: 24px;
	color: #3385FF;
}
.login_main form{
	padding: 20px 40px;
	text-align: center;
}
.login_main form label{
	margin-top: 20px;
	width: 400px;
}
.login_main input{
	width: 280px;
	height: 50px;
	padding: 0 10px;
	border: none;
	border-bottom: 1px solid #CED4DA;
	outline: none;
}
.accountTab .passW{
	position: relative;
}
.accountTab .passW input{
	padding-right: 70px;
}
.accountTab .passW em{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	font-style: normal;
	width: 60px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	background: url(../images/passWordClose.png) no-repeat center;
	background-size: 20px;
}


.accountTab .cordW{
	position: relative;
}
.accountTab .cordW input{
	padding-right: 120px;
}
.accountTab .cordW em{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	font-style: normal;
	width: 120px;
	height: 48px;
	line-height: 48px;
	vertical-align: middle;
	cursor: pointer;
	font-size: 12px;
}
.accountTab .passW em.open{
	background: url(../images/passWordOpen.png) no-repeat center;
	background-size: 20px;
}
.login_main input::-webkit-input-placeholder{
	color: #B2B9BF ;
}    /* 使用webkit内核的浏览器 */
.login_main input:-moz-placeholder{
	color: #B2B9BF ;
}                  /* Firefox版本4-18 */
.login_main input::-moz-placeholder{
	color: #B2B9BF;
}                  /* Firefox版本19+ */
.login_main input:-ms-input-placeholder{
	color: #B2B9BF;
}
.login_main form label span{
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.login_main form label .user{
	background: url(../images/user.png) no-repeat center;
	background-size: 24px;
}
.login_main form label .psd{
	background: url(../images/pass.png) no-repeat center;
	background-size: 24px;
}
.login_main form label .code{
	background: url(../images/cord.png) no-repeat center;
	background-size: 24px;
}
.login_main form .error{
	color: #FA5838;
	height: 20px;
	line-height: 20px;
	padding-left: 32px;
	text-align: left;
	float: left;
}
.login_main form .reset{
	text-align: right;
}
.login_main form .reset a{
	color: #3385FF;
}
.login_main form .reset .reset_line{
	display: inline-block;
	width: 1px;
	height: 12px;
	background:#C7D9F3;
	margin: 0 5px;
}
.login_main form .btn{
	background: #3385FF;
	color: white;
	outline: none;
	cursor: pointer;
	width: 200px;
	height: 46px;
	line-height: 32px;
	border-radius: 24px;
	margin-top: 20px;
}
.login_main .phoneTab{
	display: none;
}
.phoneTab .phoneNum span{
	color: #3385FF;
	cursor: pointer;
	padding-right: 15px;
	background: url(../images/goDown.png) no-repeat center right;
	background-size: 10px 5px;
	width: 65px;
	height: 48px;
    line-height: 48px;
}
.phoneTab .phoneNum{
	border-bottom: 1px solid #CED4DA;
	position: relative;
}
.phoneTab .phoneNum input{
	border-bottom: 0;
	width: 250px;
	padding-left: 15px;
}


.phoneTab .cordW{
	position: relative;
}
.phoneTab .cordW input{
	padding-right: 120px;
}
.login_main input#sendSms{
	width: 120px;
	padding: 0;
	text-align: center;
	cursor: pointer;
}
.phoneTab .cordW em{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
    font-style: normal;
    width: 120px;
    height: 48px;
    line-height: 48px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 12px;
}
/*区号*/
.international{
	display: none;
	width: 100%;
	height: 161px;
	border: 1px solid #E4E4E4;
	overflow: auto;
	position: absolute;
	top: 40px;
	background: white;
	padding: 0;
	text-align: left;
	z-index: 3;
}
.international li{
	padding: 5px 10px;
	cursor: pointer;
}

/*单位注册 - 选择单位类型*/
.login_select{
	width: 430px;
	display: none;
	background: #fff;
	padding: 15px;
}
.login_unit_tips{
	font-size: 14px;
	color: #999999;
	line-height: 60px;
	margin-top: -15px;
}
.login_unit_choose{
	width:300px;
	box-shadow:0px 0px 4px 0px rgba(0,0,0,0.15);
	border-radius:8px;
	padding: 20px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 15px;
	cursor: pointer;
	display: flex;
	border:1px solid #fff;
}
.login_unit_choose  .choose_img{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background:rgba(52,76,110,0.1);
	padding-left: 10px;
	line-height: 36px;
	color: #344C6E;
	margin-right: 12px;
}
.login_unit_choose  .choose_img i{
	font-size: 17px;
}
.login_unit_choose .choose_main{
	flex: 4;
}
.login_unit_choose  h2{
	font-size:15px;
	font-weight:400;
	color:#344C6E;
	margin: 0;
}
.login_unit_choose p{
	font-size: 12px;
	color: #999;
	line-height: 18px;
	margin-top: 5px;
}
.login_unit_choose:hover{
	background:rgba(240,246,255,1);
	border:1px solid rgba(51,133,255,1);
}
.login_unit_choose:hover .choose_img{
	background: #3385FF;
	color: #fff;
}
.login_unit_choose:hover  h2{
	color: #3385FF;
}
.login_unit_choose:hover  p{
	color: #3385FF;
}
.login_unit_choose:last-child{
	cursor: no-drop;
}
/*单位注册 - 单位基本信息*/
.login_base{
	display:none;
	width: 450px;
	background: #fff;
	position: relative;
}
.login_base_tips{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: rgba(237,94,94,0.9);
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
}
.login_base_tips i{
	float: right;
	margin-right: 15px;
}
.login_base form{
	padding:0 20px;
}
.login_base form label{
	margin-top: 15px;
	position: relative;
	width: 100%;
}
.login_base form.login_base_tab{
	text-align: left;
}
.login_base form.login_base_tab input::-webkit-input-placeholder{
	color: #A8A9A9!important;
	font-size: 12px!important;
	font-weight: 400;
}
.login_base form.login_base_tab i{
	font-size: 18px;
	color: #FA5838;
	margin-right: 3px;
	display: inline-block;
	height: 18px;
	vertical-align: sub;
}
.login_base form.login_base_tab span{
	width: 200px;
	font-size: 12px;
	height: 20px;
	font-weight: 600;
	color: rgba(62,85,105,1)
}
.login_base form.login_base_tab input{
	width:100%;
	height:30px;
	line-height: 30px;
	border-radius:3px;
	border:1px solid rgba(206,212,218,1);
}
.login_base form.login_base_tab p{
	font-size:12px;
	color:#999;
	line-height: 24px;
}
.login_base form.login_base_tab  .login_base_tab_select{
	position: relative;
}
.login_base form.login_base_tab  .login_base_tab_select img{
	position: absolute;
	right: 15px;
	top: 10px;
	width: 14px;
}
.login_base form.login_base_tab  .login_base_tab_select img{
	position: absolute;
	right: 15px;
	top: 10px;
	width: 14px;
}
.login_base_tab_select  .industry_selection{
	display: none;
	max-height: 300px;
	width: 100%;
	overflow: auto;
	border-radius:3px;
	border:1px solid #CED4DA;
	background: #fff;
	position: absolute;
	top:35px;
	z-index: 1;
}
.login_base_tab_select  .industry_selection li{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #344C6E;
	padding-left: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.login_base_tab_select  .industry_selection li:hover{
	background:rgba(51,133,255,0.1)
}
.login_base_tab .login_base_code{
	position: absolute;
	width: 130px;
	bottom: 1px;
	right: 2px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	color: #3385FF;
	font-weight: 400;
	cursor: pointer;
}
.login_base_tab .login_base_code em{
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #CED4DA;
	font-style: normal;
	margin-right: 5px;
	vertical-align: middle;
}

.login_base_warning{
	font-size: 12px;
	color: #D28E1D;
	text-align: left;
	line-height: 28px;
	font-weight: normal;
}
.login_base form.login_base_tab .login_base_warning i{
	margin-right: 5px;
	color: #D28E1D;
	font-size: 12px;
	vertical-align: inherit;
}
.login_base_protocol{
	position: relative;
	text-align: left;
	margin: 7px 19px;
	padding-bottom: 20px;
}
.login_base_protocol img{
	width: 16px;
	height: 17px;
	cursor: pointer;
}
.login_base_protocol p{
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
}
.login_base_protocol p img{
	width: 13px;
	height: 12px;
}
.protocol_list{
	display: none;
	position: absolute;
	top: 24px;
	left: 11px;
	width: 271px;
	border-radius: 5px;
}
.protocol_list li{
	line-height: 24px;
	cursor: pointer;
	color: #3385ff;
	display: inline-block;
	font-size: 12px;
}
.login_base_btn{
	height: 60px;
	text-align: right;
	border-top:1px solid #E6E5E5;
	padding-top: 15px;
}
.login_base_btn .btn{
	margin-right: 10px;
	padding: 0 20px;
}
	/*单位注册 - 单位详细信息*/
.login_details {
	display: none;
	width: 620px;
	background: #fff;
	padding: 20px 20px 0 20px;
}
.login_details  .details_title{
	font-size:18px;
	font-weight:600;
	color:#344C6E;
	line-height: 40px;
	text-align: left;
	padding-left: 8px;
}
.login_details  .unit_form{
	padding: 20px 10px 20px 0;
	max-height: 500px;
	overflow: auto;
}
.login_details  .unit_form .form-group{
	display: flex;
}
.login_details  .unit_form .form-group label{
	width: 120px;
	text-align: left;
	margin: 0;
	line-height: 30px;
}
.login_details  .unit_form .form-group label em{
	color: #FA5838;
	font-size: 16px;
	margin-right: 5px;
	vertical-align: sub;
}
.login_details  .unit_form .form-group .control-input{
	display: flex;
	width: 100%;
	line-height: 30px;
	position: relative;
}
.login_details  .unit_form .form-group .control-input input{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border:1px solid #CED4DA;
}
.login_details  .unit_form .form-group .control-input i{
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 15px;
	color: #3385FF;
}
.login_details  .unit_form .form-group .control-input select{
	width: 100px;
	background-position: 96% center;
	line-height: 18px;
}
.login_details  .unit_form .form-group .control-input span{
	display: inline-block;
	margin: 0 5px;
	font-size: 12px;
	line-height: 32px;
}
.login_details  .unit_form  .subhead{
	font-size:14px;
	font-weight:600;
	color:#3385FF;
	border-bottom: 1px solid #E6E5E5;
	text-align: left;
	margin-bottom: 15px;
	margin-left: 15px;
}
.login_details  .unit_form .subhead i{
	font-size: 16px;
}
.login_details  .unit_form .subhead p{
	display: inline-block;
	border-bottom: 2px solid #3385FF;
	padding-right: 10px;
}
.login_details  .unit_form  .unit_form_tips{
	text-align: left;
	margin-top: -10px;
	margin-bottom: 14px;
	padding-left: 106px;
	color: #344C6E;
	font-size: 12px;
}

.device_window{
	margin-left: 0;
}
.map{
	width: 1000px;
}

/*图片上传*/
.uploadImg button.btn{
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
	width: auto;
	margin: 0;
}
.uploadImg button.default {
	display: none;
	background: #3385FF;
	color: #fff;
	border:1px solid #3385FF;
	margin: 1px 10px 0 0;
}
.uploadImg button.info{
	background: #fff;
	color: #3385FF;
	border:1px solid #3385FF;
}
.uploadImg .choose_img{
	position: relative;
}
.uploadImg .choose_img>input{
	position: absolute;
	top:0;
	left: 0;
	opacity: 0;
}
.imgDiv_img {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 2003;
	transform: translate(-50%,-50%);
	max-width: 80%;
	max-height: 80%;
}
.imgDiv_shade{
	display: none;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
.cordW img{
	position: absolute;
	right: 1px;
	top: 1px;
	width: 96px;
	cursor: pointer;
}
.notclick{
	pointer-events: none;
}








