body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	/* background: url(../img/login2/bg.png) fixed 100% 100% no-repeat; */
	background-image: url(../img/login2/bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;
}
.top{
	height: 80px;
	width: 100%;
}
.top img{
	height: 42px;
    margin-top: 19px;
	margin-left: 20px;
}
.content{
	position: relative;
	width: 100%;
}
.content .bigImg{

    position: absolute;
    height: 26rem;
    width: 38rem;
    /*top: 13rem;*/
    left: 7.5rem;
    bottom: 11rem;
}
.content .c1{
    height: 26rem;
    width: 25rem;
    background-color: #fff;
    position: absolute;
    right: 9.5rem;
    /*top: 8rem;*/
   	bottom: 12rem;
	box-shadow: 0px 3px 6px 0px 
		rgba(0, 63, 111, 0.42);
	border-radius: 4px;
}
.content .c1 .loginZoom{
	height: 22rem;
    width: 20rem;
    margin: 2rem auto;
}
.content .c1 .loginZoom>span{
	display: inline-block;
	height: 3rem;
	width: 48%;
	line-height: 3rem;
	text-align: center;
	font-weight: 520;
	font-size: 1.3rem;
	cursor: pointer;
}
.content .c1 .loginZoom .loginZoomInput{
	height: 3rem;
	width: 100%;
	margin: 0.5rem auto;
}
.content .c1 .loginZoom .loginZoomInput input{
	float: left;
	height: 3rem;
	width: 14rem;
	border: 1px solid #ccc;
	border-radius: 4px;
    margin-right: 1rem;
    padding-left: 0.5rem;
    font-size: 16px;
}
.content .c1 .loginZoom .loginZoomInput img{
	float: left;
	height: 3rem;
	width: 5rem;
	cursor: pointer;
}
.classInput{
	height: 3rem;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0.5rem auto;
	padding-left: 0.5rem;
	font-size: 16px;
}
input{
	-border:0;
	-outline:none;/* /去除蓝色边框/ */
	-border-radius: 4px;
	-moz-outline-radius: 4px!important;
	
	
}
.content .c1 .loginZoom .remember{
	position: relative;
	height: 3rem;
	width: 100%;
	margin: 0rem 0px 0.5rem 0px;
}

.content .c1 .loginZoom .remember img{
	height: 1.5rem;
    width: 1.5rem;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem;
	cursor: pointer;
}
.content .c1 .loginZoom .remember span{
	line-height: 3rem;
	vertical-align: middle;
}
.span2{
	position: absolute;
	right: 0px;
	color: #ccc;
	cursor: pointer;
}
.login{
	background-image: url(../img/login2/login.png);
    height: 3rem;
	font-size: 1.3rem;
	width: 100%;
	background-size: cover;
	background-position: left;
	background-repeat: round;
	text-align: center;
	cursor: pointer;
}
.login span{
	line-height: 3rem;
	color: #fff;
}
.bottomText{
	position: absolute;
	bottom: 0.5rem;
	width: 100%;
	text-align: center;
	font-family: SimSun;
	font-size: 1rem;
	color: #a5ebff;
}

/*��ά��*/

.code {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 9;
	cursor: pointer;
}



.completeCode {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 99;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #FFFFFF;
	display: none;
	cursor: pointer;
}

.computer {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 99;
}

.codeTip {
	padding: 20px;
	padding-left: 40px;
}

.completeCode p a {
	text-decoration: none;
	color: #444444;
	position: relative;
}

.completeCode p a.loadApp {
	float: left;
}

.completeCode p a.psdLogin {
	float: right;
}

.completeCode p a:hover {
	color: #67b2fa;
	text-decoration: underline;
}

.loadApp:hover .appCode {
	display: block;
}

.appCode {
	position: absolute;
	top: 30px;
	left: 0px;
	display: none;
}


/**   企业注册    */

.QYZC{
	margin-top: 10px;
	/* background-image: url(../img/login2/login.png); */
    height: 1.5rem;
	font-size: 0.7rem;
	width: 100%;
	background-size: cover;
	background-position: left;
	background-repeat: round;
	text-align: center;
	cursor: pointer;
	
}
.QYZC span{
	
	border: 1px solid #ccc; border-radius: 16px;
	line-height: 1.5rem;
	color: red;
	padding: 5px;
	
}
