﻿@charset "utf-8";
.lf {
	float: left;
}

.rg {
	float: right;
}
html{
	width:100%;
	min-width:1280px;
}
/*背景图*/
html, body
{
    margin: 0;
    padding: 0;
    background: url('/img/login_new.png') no-repeat;
    background-attachment:fixed;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/login_new.png', sizingMethod='scale');
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/login_new.png', sizingMethod='scale');
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    width: 100%;
    height: 100%;
    min-width: 1280px;
    /*background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;*/
}
#bg{
	position:relative;
}
/*导航头部*/
.navmain {
	height: 60px;
	width: 100%;
	min-width: 1280px;
	position: absolute;
	/*background: rgba(0,0,0,.3);*/
}
.logobox {
	float: left;
	height: 100%;
	line-height: 60px;
	box-sizing: border-box;
	padding-left:28px;
}
.nav_logo {
	padding-top:7px;
}
.navul {
	float:right;
	height: 100%;
	line-height: 60px;
	margin-right: 40px;
	display: inline-block;
}
.nav_li,.loginOpen,.loginIn{
	margin: 0 10px;
	width: 100px;
	font-size: 16px;
	color: #dfe0e2;
	text-align: center;
	cursor: pointer;
	float: left;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	font-family: "microsoft yahei";
	font-weight: normal;
}
.nav_li>a {
	display:inline-block;
	color: #dfe0e2;
}

.nav_li>a:hover {
	color: #dfe0e2;
	border-bottom:4px solid #207ae1;
}


.nav_li .check_sty {
	padding-bottom: 6px;
	border-bottom: 5px solid #4C9BFA;
}

.nav_li:hover {
	color: #dfe0e2;
}

.loginIn{
	margin-left: 30px;
}
.loginIn a{
	color: #00c0ff;
	padding:0 20px;   
}
.loginNav:hover{
	color: #00ade6;
}
.logOpen{
	width:100px;
	color:#fff;
	background-color: #00c0ff;
	padding: 6px 18px;
	border-radius: 6px;	
}
.logOpen:hover{
	background-color: #00ade6;
}
/*导航头部app下载的二级菜单*/
.mousesty {
	width: 67px;
	height: 4px;
	background: #4c9bfa;
	padding: 0;
	margin: 0 auto;
	position: relative;
	top: -8px;
	display: none;
}
 #appload{
	width: 100px;
}
 #appload .mousesty {
	width: 100px;
}

.headmain .download_obj {
	background: #fff !important;
}

.download_obj {
	position: relative;
	/*top: 0px;*/
	width: 150px;
	height:158px;
    left: -26px;
	top: -5px;
	z-index: 1000;
	display: none;
	background: rgb(255, 255, 255);
	border-radius:6px;
}
.download_obj ul{
	background:#606060;
	top:6px;
	width: 150px;
    position: absolute;
    border-radius:6px;
}
.download_obj li {
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	font-size: 14px;
}
.download_obj a{
	text-decoration: none;
}
.download_obj>li>a:hover{
	color: #4C9BFA;
	text-decoration: none;
}


/*地图和登陆框*/

.debark_mian {
	width:82%;
	height: 100%;
	margin: 0 auto;
	min-width: 1280px;
}
.map{
	width:50%;
	margin-top:228px;
	margin-left:1%;
	cursor:pointer;
}
.mapImg{
	background:url(/img/login_map.png) no-repeat;
	/*width:100%;*/
	width:671px;
	height:600px;
	position:relative;
}
.mapTitle{
	position:absolute;
	width:100%;
	left:56%;
	bottom:100px;
	margin-left:-50%;
	color: #bfc3d2;
    font-size: 14px;
}
.mapRed{
	color: #be0e15;
	margin-right:10px;
}
/*登陆框*/
.debark_box {
	border-radius: 10px;
    width: 470px;
    background: #fff;
    padding: 70px 34px 0 34px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 228px;
    margin-right: 60px;
    position: relative;
}

.debark_inp {
	border-radius: 6px;
    border: 1px solid #ccc;
	width: 100%;
	height: 50px;
	padding: 10px 5px 10px 50px;
	box-sizing: border-box;
	font-size: 14px;
	color: #333;
}
/*错误提示的样式*/

.inp_bark .error-tip {
	color: #fc2424;
	height: 50px;
	background: #dbedfe;
	z-index: 2000;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 50px;
	font-size: 14px;
	width: 100%;
	text-align: left;
	display: none;
	border-radius: 6px;
}

.inp_bark .error-yz {
	color: #fc2424;
	height: 50px;
	background: #dbedfe;
	z-index: 2000;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 50px;
	font-size: 14px;
	width: 100%;
	text-align: left;
	display: none;
	border-radius: 6px;
}

/*错误提示的图片样式*/
.inp_bark .error-ico {
	background-image: url(../../../img/yzcw.png);
	background-repeat: no-repeat;
	background-position: 50% 60%;
	width: 30px;
	height: 38px;
	position: relative;
	left: 0px;
	top: 4px;
}
.error-msg {}

.debark_box input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #dfdfdf;
}

.debark_box input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #dfdfdf;
}

.debark_box input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #dfdfdf;
}

.debark_box input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #dfdfdf;
}
.debark_img{
	margin-bottom:30px;
	text-align:center;
}
.inp_bark {
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.inp_bark i {
	display: inline-block;
	width: 29px;
	height: 29px;
	position: absolute;
	background-repeat: no-repeat;
}

.inp_bark span {
	font-size: 14px;
	font-family: "microsoft yahei";
	color: #2a2a2a;
}

.inp_bark a {
	cursor: pointer;
	margin: 0 15px;
}

.inp_bark a:hover {
	color: #4C9BFA;
}

.profile {
	left: 12px;
	top: 12px;
	/*cdn增加*/
	background: url(/img/account.png);
	
}

.lock {
	left: 15px;
	top: 12px;
	/*cdn增加*/
	background: url(/img/password.png);
}
.remember{
	width:27%;
}
.remember_reg{
	width:44.2%;
	padding-top:2px;
	text-align:right;
}
.auth_code {
	width: 60%;
    height: 42px;
	background: #fff;
	border: none;
	padding: 10px 5px;
	margin-right: 50px;
	box-sizing: border-box;
	float: left;
	border: 1px solid #ccc;
	border-radius: 6px;
}

#auth_img {
	float: left;
	height: 40px;
	width: 108px;
}
.rem{
	width: 18px;
	height: 18px;
	border-radius:50%;
	border:1px solid #d3d3d3;
	position:relative;
	display: inline-block;
}
.cho_remember {
	height: 10px;
	width: 10px;
	border-radius: 8px;
	display: inline-block;
	position: absolute;
	top: 4px;
	left:4px;
	margin-right: 10px;
	cursor: pointer;
}

.checkad_remember {
	background: #40d0ff;
}
.rem_span{
	font-size: 14px;
    font-family: "microsoft yahei";
    color: #2a2a2a;
    display: inline-block;
    vertical-align:top;
    line-height:22px;
}
#confirm_landing {
	background: #00c0ff;
	width: 100%;
	height: 50px;
	border: none;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 14px;
}
#confirm_landing:hover{
	background: #00ade6;
}
#no_registered{
	color:#2a2a2a;
	margin:0;
}
#no_registered:hover{
	color:#40d0ff;
}
.landing_but {
	margin-top: 60px;
	margin-bottom: 44px;    
}

#forget_password {
	margin-left: 20px;
}
.debark_copertation{
	position: relative;
	margin-bottom: 40px;
}
.debark_copertation .debark_test {
	color: #333;
    margin: 6px 20px 0 5px;
    display: inline-block;
    font-size: 14px;
}
.debark_copertation a {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}
.scanCode{
    position: absolute;
    width: 149px;
    height: 30px;
    background: url(/img/scanCode.png) bottom center no-repeat;
    top: 16px;
    right: 88px;
}
.wechat{
	position: absolute;
	cursor: pointer;
	width:100px;
	height:100px;
	background: url(/img/wechat_code.png) bottom center no-repeat;
	top: 0px;
    right: 0px;
}
.wechat:hover{
	background: url(/img/wechat_code_hover.png);
}
.ischool{
	width:94px;
	height:32px;
	background: url(/img/ischool.png) bottom center no-repeat;
}
.ischool:hover{
	width:94px;
	height:32px;
	background: url(/img/ischool.png) top center no-repeat;
}
/*底部*/
.login_bottom{
	/*position:fixed;*/
	position:absolute;
	bottom:-14%;
	/*margin-top:96px;*/
	width:100%;
	height:23px;
	line-height: 23px;
}
.login_bottom p,.login_bottom p a{
	width: 100%;
	text-align: center;
	color: #cccccc;
}
.login_bottom p a:hover{
    color: #fff;
}

/*机构账号登陆详情*/
.point{
    height: 18px;
    width: 18px;
    margin-top: 6px;
	background: url(../../../img/point.png) no-repeat;
}

/*底部详情*/
.collaborate{
    width: 470px;
    height: 90px;
    position: absolute;
    background: url(../../../img/collaborate.png) no-repeat;
    top: -18px;
    left: -34px;
    padding: 22px 0 22px 34px;
    box-sizing: border-box;
    display: none;
}

.collaborate span{
	display: inline-block;
    color: #fff;
}

.collaborate .customer{
	color: #fff;
	text-decoration: underline;
}

.collaborate .customer:hover{
	color: #eee;
}
/*密码锁定提示*/
.remError {
    color: #ff6160;
    display: inline-block;
    display: none;
    line-height: 25px;
}
