html,body{
	height: 100%;
}
.content{
	background: url(../img/logReg/bg.png) no-repeat;
	background-size: 100% 100%;
	height: 100%;
	min-width: 1260px;
	min-height: 900px;
}
.content>img{
	width: 232px;
	height: 60px;
	margin: 10px 0 0 10px;
}
.content .con_div{
	width: 1200px;
	margin:200px auto 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.content .con_div .p1{
	font-size: 60px;
	color: #FFFFFF;
	margin-bottom: 197px;
	width: 600px;
}
.p_div{
	width: 600px;
}
.content .con_div .p2{
	font-size: 26px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.p_div .p2:nth-last-child(2){
	margin-bottom: 30px;
}
/**************************/

.login{
	width:380px;
	min-width: 380px;
	padding:0 40px;
	box-sizing: border-box;
	background-color:white;
	border-radius:4px;
	z-index:99;
	text-align:center;
	position: relative;
}
.login .rig_top{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0 42px;
}
.login .rig_top span{
	color: #3B82D1;
	font-size: 30px;
}
.form_code{position:relative}
.form_code .code{position:absolute;right:0;top:15px;cursor:pointer}
.login_btn{
	width:100%;
	height: 50px;
	margin-top: 34px;
	border-radius: 5px;
	font-size: 20px;
	border: 1px solid #3B82D1;
	height: 50px;
	line-height: 50px;
	color: #3B82D1;
	font-size: 14px;
	background: none !important;
}
.login_btn:hover{
	color: #3B82D1 !important;
}
.text-white{color:whitesmoke;margin: auto !important;}

.login_way{
	width: 150px;
	height: 60px;
	display: flex;
	flex-direction: row;
}
.login_way div{
	width: 50%;
	height: 100%;
	color: #b7b7b7;
	font-size: 12px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}
.way_active{
	color: #3B82D1 !important;
}
.login input{
	width: 100%;
	height: 50px;
	border-top: none;
    border-left: none;
    border-right: none;
    border-bottom:  1px solid #CFCFCF;
    padding: 15px 0 0 10px;
}
.login input::-webkit-input-placeholder{
	color: #CFCFCF;
	font-size: 14px;
}
.login .layui-form-radio{
	margin: 0px;
	padding: 0px;
}
.login .layui-form-radio>i{
	margin: 0px;
}
.login_botdiv,.code_div{
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFFFFF;
	font-size: 12px;
	width: 380px;
	padding: 6px 16px;
	box-sizing: border-box;
	background:#3B82D1 ;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-radius: 0 0 4px 4px;
}
.code_div>span{
	margin-right: 110px;
}
.login_botdiv img,.code_div img{
	width: 18px;
	height: 18px;
}
.regist_div{
	cursor: pointer;
}
.hover_line:hover{
	text-decoration: underline;
}
.botdiv_div{
	text-align: center;
	line-height: 28px;
}
.other_way{
	color:#c2c2c2 ;
	margin: 100px auto 104px;
}
.other_way i{
	font-size: 26px;
	color: #70BE59;	
	cursor: pointer;
}
.imgcode{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#msg-btn{
	color: #3B82D1;
	font-size: 14px;
	height: 30px;
	background: none;
	line-height: 30px;
	padding: 0 3px;
	cursor: pointer;
	border: none;
}
.warning{
	position: absolute;
	font-size: 12px;
	color: red;
	left: 50px;
	z-index: 9;
	display: none;
}
.codeLog{
	display: none;
}
.foot_bot>p{
	margin-bottom: 6px;
	color: #8D8D8D;
	/* font-size: 16px; */
	/* text-align: center; */
}
#toGX{
	color: #f0f0f0;
	cursor: pointer;
	text-decoration:underline;
}
/* #toGX:hover{
	text-decoration:underline;
} */
