* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

li {
	list-style-type: none;
}

html {
	font-family: "microsoft yahei";
	height: 100%;
}

html::-webkit-scrollbar {
	display: none;
}

body {
	background: url(../img/loginbg.jpg) 0% 0% / cover no-repeat;
	position: static;
	font-size: 12px;
}

.top {
	background: url(../img/head.png);
	background-repeat: no-repeat;
	height: 143px;
	margin-left: 68px;
	position: relative;
}

.title {
	position: absolute;
	text-align: center;
	width: 620px;
	height: 37px;
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 60.1px;
	height: 60.1px;
	top: 24px;
	left: -webkit-calc(50% - 310px);
	color: #08EBFE;
	background: linear-gradient(0deg, #FDFFFF 0%, #24B8EE 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bg_element {
	margin: 11px auto 0;
	width: 1748.4px;
	height: 840px;
	background: url(../img/bg_element.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.safety_signs {
	float: left;
	margin-top: 188px;
	margin-left: 111px;
	width: 833px;
	height: 552px;
}

.safety_signs img {
	width: 833px;
	height: 552px;
}

.login_main {
	float: right;
	width: 521px;
	height: 513px;
	background: url(../img/login_main.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 224px;
	margin-top: 179px;
}

.login_main_title {
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin-top: 87px;
}

.input_box {
	margin: 31px auto 0;
	width: 370px;
	height: 50px;
	background: rgba(26, 57, 86, 0.3000);
	border: 1px solid #08EBFE;
	opacity: 0.8;
	border-radius: 6px;
}

.input_box_icon {
	float: left;
	margin-top: 16px;
	margin-left: 20px;
}

.input_box_icon img {
	width: 16px;
	height: 18px;
}

.input {
	float: left;
}

.layui_input {
	background-color: transparent !important;
	border: none;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 5px;
	width: 280px;
}

input::-webkit-input-placeholder{
	color:#FFFFFF;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#FFFFFF;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#FFFFFF;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
	color:#FFFFFF;
}

.encryption {
	float: right;
	margin-top: 18px;
	margin-right: 21px;
	cursor: pointer;
}

.encryption img {
	width: 21px;
	height: 14px;
}

.login_btn {
	margin: 50px auto 0;
	width: 370px;
	height: 60px;
	background: linear-gradient(0deg, #08EBFE 0%, #28BAC1 100%);
	border-radius: 6px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.login_btn span {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-shadow: 0px 3px 4px rgba(0, 199, 217, 0.3500);
	vertical-align: middle;
	margin-right: 18px;
}

.login_btn img img {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	vertical-align: middle;
}

.protocol {
	margin: 24px auto 0;
	width: 340px;
	overflow: hidden;
}

.check {
	float: left;
	width: 16px;
	height: 16px;
	border: 1px solid #08EBFE;
	cursor: pointer;
	text-align: center;
}

.agree {
	margin-left: 17px;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	height: 18px;
	line-height: 18px;
}

.agree a {
	font-size: 16px;
	font-weight: 400;
	color: #08EBFE;
}

.foo {
	width: 1862px;
	height: 47px;
	background: url(../img/foo_bg.png);
	background-repeat: no-repeat;
	margin-left: 29px;
}

.foo_con {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #EAEAEA;
	text-align: center;
	padding-top: 5px;
	padding-right: 48px;
}

.foo_line {
	padding: 0 8px;
}

.foo_con a {
	color: #EAEAEA;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #0b2d62 inset !important;
	-webkit-text-fill-color: #fff;
}