.btnClassRed{
	width:80px;
	height:30px;
	background-color:#C30;
	color:#FFF;
	font-size:18px;
	border-color:#F60;
	cursor:pointer;
	margin-top: 10px;
	cursor:pointer;
}

.headTopBar{
	display:-webkit-flex;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:center;
	align-items:center;
	width:100%;
	margin:auto;
}
.headTopBar_content{
	width: 70%;
	display:-webkit-flex;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-between;
	align-items:center;
}
.slogan{
	flex-grow: 1;
	font-size: 30px;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-style: italic;
	color:#e38d03;
	height: 60px;
	display:-webkit-flex;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-between;
	align-items:center;
}
.naviDiv{
	display:-webkit-flex;
	display:flex;
	width: 100%;
	height:45px;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background-color:#00AA88;
}
.itemDiv{
	width:70%;
	flex-direction:row;
	
}
.itemDiv th{
	font-family:黑体;
	font-size:25px;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
}
.menu{
	display:-webkit-flex;
	display:flex;
	width:100%;
	height:45px;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-around;
	align-items:flex-start;
	padding-top:18px;
}
.navi_a:link{
	font-family:黑体;
	font-size:25px;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
}
.navi_a:visited{
	font-family:黑体;
	font-size:25px;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
}
.scndClassMenu{
	position:absolute;
	z-index:1;
	width:100%;
	background-image: linear-gradient(#B0E0E6,#FFFFFF);
}
#foot_text{
	text-align:center;
	width:100%;
	
}
.footdiv {
	font-size: 14px;
	line-height: 2.5em;
	display: block;
	width: 100%;
	text-align: center;
}
.foot_a {	
	font-size: 14px;
	color:#000;
	line-height: 2.5em;
	text-decoration: none;
	margin-right: 10px;
	
}
.foot_a:hover{
	text-decoration: underline;
	color:#741a1a;
}
#hcbErweima{
	display:none;
	position:absolute;
	z-index:100;
	left:75%;
}
#footer {
	clear:both;
	display: block;
	height: auto;
	width: 100%;
	background-color: #e5e5e5;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color:#00AA88;
	padding-top: 13px;
	padding-bottom:13px;
	box-sizing: border-box; 
}
.loginDIV{
	width:100%;
	height: calc(100vh - 271px);  
	overflow:hidden 
}
.form{
	width:280px;	
	height:210px;
	position:relative;	
	left:50%;
	top:50%;
	margin-left: -140px;
	margin-top:-105px;
}
.disagreeBtnClass{
	margin-top:15px;
	width:80vw;
/*	background:#33CC99;
*/
	background:#FFBB66;
	height:48px;
	border-radius:10px;
	border:none;
	font-size:22px;
	color:#FFFFFF;
}
.agreeBtnClass{
	margin-top:15px;
	margin-bottom:10px;
	width:80vw;
	background:#CCCCCC;
	height:48px;
	border-radius:10px;
	border:none;
	font-size:22px;
	color:#FFFFFF;
}
.confirmBtnClass{
	margin-top:15px;
	width:80vw;
	background:#33CC99;
	height:48px;
	border-radius:10px;
	border:none;
	font-size:22px;
	color:#FFFFFF;
}
.smallBtnClass{
	margin-top:15px;
	width:70vw;
	background:#99BBFF;
	height:36px;
	border-radius:5px;
	border:none;
	font-size:18px;
	color:#FFFFFF;
}