*{
	margin: 0;
	padding: 0;
}
html,body{
	width:100%;
	height:100%;
	/*overflow: hidden;*/
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
input,textarea,select,a:focus {
	border: none;
	outline: none;
	background: none;
}
.bigbox{
	width: 100%;
	height: 100%;
	background: url(../img/ba33.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.box-bg{
	width: 100%;
	height: 100%;
	background: rgba(20,74,114,0.4);
}
.top-bigbox{
	min-height: 0.9rem;
	width: 100%;
	/* background-image: linear-gradient(rgba(2,52,89,1) 20%,rgba(2,52,89,0.8) 50%,rgba(255,0,0,0)); */
	/* background: rgba(0,63,114); */
	background-image: url(../img/topbg.jpg);
	margin-bottom: 0.5rem;
	background-size: 100% 100%;

}
.top-box{
	width: 80%;
	margin: auto;
	min-height: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-box img{
	height: 0.8rem;
}
.login-bigbox{
	display: flex;
	align-items: center;
	width: 80%;
	height: 77%;
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgba(255,255,255,0.2);
	margin: auto;
}
.login-box{
	width: 100%;
	margin: 0 0.2rem;
	display: flex;
	height: 90%;
	/* align-items: center; */
}
.loginleft{
	box-sizing: border-box;
	width: 50%;
	border-right: 1px solid #FFFFFF;
}
.left{
	width: 90%;
}
.loginleft p{
	color: #FFFFFF;
	font-size: 0.42rem;
	font-weight: inherit;
	width: 90%;
	margin-bottom: 0.6rem;
	font-weight: bold;
}
.id-box{
	height: 0.5rem;
	background: rgba(255,255,255,0.1);
	margin-bottom: 0.4rem;
	border: 0.01rem solid #FFFFFF;
	box-sizing: border-box;
	display: flex;
}
.id-box input{
	width: 100%;
	height: 0.5rem;
	color: #FFFFFF;
	font-size: 0.18rem;
	text-indent: 0.24rem;
}
.id-box input::-webkit-input-placeholder { 
	color: #FFFFFF;
}
.id-box input:-moz-placeholder { 
	color: #FFFFFF;
}
.id-box input::-moz-placeholder {
	color: #FFFFFF;
}
.id-box input:-ms-input-placeholder { 
	color: #FFFFFF;
}
.password-box{
	height: 0.5rem;
	background: rgba(255,255,255,0.1);
	border: 0.01rem solid #FFFFFF;
	box-sizing: border-box;
	margin-bottom: 0.4rem;
	display: flex;
}
.password-box input{
	width: 100%;
	height: 0.5rem;
	color: #FFFFFF;
	font-size: 0.18rem;
	text-indent: 0.24rem;
}
.password-box input::-webkit-input-placeholder { 
	color: #FFFFFF;
}
.password-box input:-moz-placeholder { 
	color: #FFFFFF;
}
.password-box input::-moz-placeholder {
	color: #FFFFFF;
}
.password-box input:-ms-input-placeholder { 
	color: #FFFFFF;
}
.yzm-box{
	margin-bottom: 0.4rem;
}
.yzm-box input{
	width: 2rem !important;
	height: 0.5rem;
	font-size: 0.18rem;
	background: rgba(255,255,255,0.1);
	border: 0.01rem solid #FFFFFF;
	box-sizing: border-box;
	color: #FFFFFF;
	text-indent: 0.24rem;
	display: flex;
}

/*.yzm-box input{*/
/*	width: 100%;*/
/*	height: 0.5rem;*/
/*	color: #FFFFFF;*/
/*	font-size: 0.18rem;*/
/*	text-indent: 0.24rem;*/
/*}*/
.loginbox{
	display: flex;
	justify-content: space-between;
}
.loginbox a{
	width: 48%;
	height: 0.5rem;
	text-align: center;
	line-height: 0.5rem;
	color: #FFFFFF;
	background: #EA384D;
	font-size: 0.18rem;
}
.zhmm-box{
	margin-top: 0.15rem;
	width: 100%;
	height: 0.3rem;
	line-height: 0.3rem;
	
}
.zhmm{
	float: right;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 0.16rem;
}
.dow-box{
	height: 0.4rem;
	display: flex;
	align-items: center;
	/* margin-top: 10px; */
}
.dow-box span{
	color: #FFFFFF;
	font-size: 0.18rem;
}
.dow-ico{
	display: flex;
	margin-right: 0.3rem;
}
.dow-ico img{
	width: 0.24rem;
	margin-right: 0.1rem;
	vertical-align: middle;
}
.dow-ico a{
	font-size: 0.16rem;
	color: #FFFFFF;
	text-decoration: underline;
}
.loginright{
	width: 50%;
	height: 100%;
}
.right{
	margin: 0 0.4rem;
	height: 100%;
}
.right p{
	color: #FFFFFF;
	font-size: 0.28rem;
	font-weight: inherit;
	margin-bottom: 0.3rem;
	font-weight: bold;
}
.neirong-box{
	font-size: 0.18rem;
	width: 100%;
	color: #FFFFFF;
	/*text-indent: 0.32rem;*/
	line-height: 0.28rem;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 18;
	-webkit-box-orient: vertical;
}
.chakan{
	margin-top: 0.2rem;
	padding: 0.08rem 0.1rem;
	color: #FFFFFF;
	background: #EA384D;
	float: right;
	font-size: 0.16rem;
}
#loginForm{
	margin-top: 3%;
}
#validateCode{
	font-weight: bold;
	width: 100px;
	margin-bottom: 0;
	margin-right: 10px

}
.validateCode{
	display: flex;
}