
/*** 內容 wrapper ***/

html, body {
    height:100%;
    margin:0;
	padding: 0;
  }

.content{
	width:100%;
	min-height:100%;

	height: 100%; /*IE6不识别min-height*/ 
	position: relative;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom:121px;

	}

.main{
	width: 100%;
	height: 100%;
	background: #fff url(../images/01.jpg) center center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.whtie_box{
	width:450px; 
	padding: 0 50px;
	min-height:302px;
	background:rgba(255, 255, 255, 0.85);
	padding-bottom: 15px;
	position: absolute;
	top: 14%;
	right: 12%;
	z-index: 1;
}

.lbs_logo{
	width: 140px;
	height: 128px;
	margin: 30px auto 15px auto;
	text-align: center
}


.title{
	text-align: center;
	color:#000;
	font-size: 28px;
	padding-top: 15x;
	letter-spacing:0px;
	margin-bottom: 15px;	
}

.read_btn{
	width: 350px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	
	margin: 0 auto 20px auto;
	z-index: 1;
}

.read_btn a:link,.read_btn a:visited{
	width: 100%;
	height: 50px;
	display: block;
	color: #fff;
	background-color: #619540;
}

.read_btn a:hover,.read_btn a:active{
	width: 100%;
	height: 50px;
	display: block;
	color: #fff;
	background-color: #5db307;
}


.login_notice_line{
	font-size: 14px;
	font-weight: bold;
	color: #589541;
	border-top: 1px dotted #8d8d8d;
	padding: 9px 0 0 0;
	margin: 0 0 5px 0;
}

.login_notice_student{
	display: inline-block;
	margin-bottom: 4px;
}

.login_notice_teacher{
	display: inline-block;
	margin: 0 0 0 0px;
}

.login_notice_text1{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #589541;
	border-bottom: 1px dotted #8d8d8d;
	padding: 0 0 10px 0;
	text-align: left
	
}

.login_notice_text1_item{
	width: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #589541;
	display: inline-block;
	margin: 0 3px 0  0;
	border-radius: 20px;
	color: #589541;
	white-space: nowrap;
}


.login_notice_text2{
	font-size: 13px;
	font-weight: normal;
	color: #5e5e5e;
	text-align: justify;
}


/*** 腳 footer ***/
footer{
	width: 100%;
	min-height: 121px;/*脚部的高度*/
	height: auto;
	color: #484848;
	line-height: 27px;
	font-size:15px;
	padding: 25px 50px;
	vertical-align: middle;
	letter-spacing: 3px;
	
	background-color: #fff;

	position: absolute;
	bottom: 0;
	
	clear:both;
	z-index: 30;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_main{
	width: 90%;
	margin: 0 auto;
	display: flex;
}

.footer_info{
	flex: 1;
	padding: 0 30px 0 0;
}

.footer_app_donwload_block{
	width: 370px;
}

.footer_app_donwload_btn{
	width: 180px;
	height: 44px;
	border: 2px solid #589541;
	text-align: center;

	display: inline-block;
	white-space: nowrap;

}


.footer_app_donwload_btn a:link,.footer_app_donwload_btn a:visited,.footer_app_donwload_btn a:hover,.footer_app_donwload_btn a:active{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 19px;

	color: #589541;
	display: block;
}




.hamibook_logo{
	width: 225px;
	height: 24px;
	
	margin:0 0 14px 0;
	-webkit-border-bottom-left-radius: 26px;
	-moz-border-radius-bottomleft: 26px;
	border-bottom-left-radius: 26px;
}

.footer_app_donwload_pic{
	width: 161px;
	height: 19px;
	margin: 0 0 20px 0 ;

}


.text_a{
	width: auto;
	display: inline-block;	
}

.text_a img{
	vertical-align: text-top;
}

.text_b{

	display: block;
	
}
@media screen and (max-width: 1600px) {
.footer_main{
	width: 100%;
}
}

@media screen and (max-width: 900px) {
.whtie_box{
	width:90%; 
	top: 8.5%;
	right: 5%;
}

.content{
	min-height: 500px;
	height: 500px;
	padding-bottom:0;
}

.main{
	height: 500px;
}

	
.read_btn{
	width:100%;
	left: 17%;
}





.login_notice_title{
	font-size: 18px;
	margin: 0 0 7px 0;
}



.login_notice_text1{
	font-size: 17px;
	font-weight: bold;
}

.login_notice_text1_item{
	width: 70px;
	font-size: 16px;
	margin: 0 6px 0  0;
	
}


.login_notice_text2{
	font-size: 15px;
}



footer{
	position: relative;
	text-align: left;
	padding: 25px 60px;
	
}

.text_a{

	display: block;

}

.footer_main{
	width: 100%;
	flex-direction:column;
	margin: 0;
}



.footer_info{
	flex: 1;
	padding: 0;
	margin: 0 0 30px 0;
}


.footer_app_donwload_block{
	width: 100%;
}

.footer_app_donwload_pic{
	width: 161px;
	height: 19px;
	margin: 0 0 20px 0;

}


.footer_app_donwload_btn{
	width: 100%;
	margin-bottom: 12px;


}


	
	
	
}


@media screen and (max-width: 640px) {

	.whtie_box{
		top: 5%;
	}

	.hamibook_logo_bk{
		width: 100%;
	}

	.hamibook_logo{
		margin:0 auto 17px 0;
	}


	.login_notice_student{
		display: block;
		margin-bottom: 8px;
	}
	
	.login_notice_teacher{
		display: block;
		margin:0;
	}

	


}



@media screen and (max-width: 480px) {


/*** 腳 footer ***/
footer{
	line-height: 24px;
	font-size:13px;
	padding: 20px 30px;
}


		
}


@media screen and (max-width: 360px) {

	.login_notice_title{
		font-size: 17px;
	}
	
	
	
	.login_notice_text1{
		font-size: 16px;
	}
	
	.login_notice_text1_item{
		width: 70px;
		font-size: 15px;	
	}
	
	
	.login_notice_text2{
		font-size: 14px;
	}

	/*** 腳 footer ***/
	footer{
		line-height: 20px;
		font-size:12px;
	}
			
}




