body {
	margin: 0;
	cursor: default;
}

a {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

input[type="button"] {
	cursor: pointer;
}

input:disabled,
input[disabled] {
	background: white;
}

button {
	cursor: pointer;
}
.CONTENT{
	width: 100%;
	height: 100%;
	background-image: url(../img/bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.logimg{
	width: 70px;
	position: absolute;
	left: 0;
	top: 100px;
}
.EWMS{
	width: 230px;
	text-align: center;
	font-size: 24px;
	color: white;
	position: absolute;
	left: 18%;
	bottom: 80px;
}
.EWMS img{
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.fot{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: white;
	position: absolute;
	left: 0;
	bottom: 40px;
}
@media (max-width: 1020px) {
	.logimg {
	    width: 0.7rem;
	    top: 1rem;
	}
	.EWMS {
	    width: 2.3rem;
	    font-size: 0.24rem;
	    left: 50%;
	    bottom: 2rem;
		transform: translate(-50%,0);
	}
	.fot {
	    font-size: 0.28rem;
	    bottom: 0.4rem;
	}
}