html body {
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
}


.container{
	padding: 0;
}

#top{
	width: 100%;
	background-color: rgb(23,47,49);
}
#top_img{
	width: 1917px;
	margin: 0 auto;
}

#top_img img {
	width: 100%;
	display: block;
}
.login-input{
	background: rgba(244,244,244,.6);
    border: 1px solid #dfdfdf;
    box-shadow: 5px 5px 10px rgba(0,0,0,.3);
    padding: 45px;
    border-radius: 20px;
}


#content{
	width: 500px;
	margin: 0 auto;
	padding: 44px 0;
	border-radius: 10px;
    position: absolute;
    top: 173px;
    left: calc(50% - 250px);
}
.welcome{
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
.welcome.welcome-english{
	position: absolute;
    top: 133px;
    left: calc(50% - 284px);
    font-size: 55px;
}
.input{
	   width: 100%;
}

.input input{
	width: 100%;
	padding: 6px 11px;
	font-size: 16px;
	margin: 10px 0;
	background:none;  
	outline:none;  
	border:1px solid #ccc;
	border-radius: 1px;
	box-sizing: border-box;
	border-radius: 3px;
	color: #676a6c;
    line-height: 28px;
}
#uname{
	background: url("../images/tm-user.png") no-repeat left center;
	background-color: #fff;
	background-position: 3px;
	background-size: 23px;
	padding-left: 30px;
}
#passwd{
	background: url("../images/tm-password.png") no-repeat left center;
	background-color: #fff;
	background-position: 3px;
	background-size: 23px;
	padding-left: 30px;
}

.input input:focus{
	border-color: #1ab394;
	box-shadow:none;
}

.input button{
	width: 100%;
	padding: 8px 11px;
	font-size: 16px;
	margin: 10px 0;
	color: #fff;
	background-color: #1ab394;
	border-color: #1ab394;
	text-shadow: 0 -1px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 0 rgba(0,0,0,.045);
	border: none;
	outline: none;
	border-radius: 5px;
}


/*底部版权*/
.down_info{
	margin-top: 20px;
	bottom: 5px;
	position: fixed;
    bottom: 20px;
    left: calc(50% - 250px);
    width: 500px;
    text-align: center;
    font-size: 16px;
    color: #999;
}
.information{
	width: 500px;
}
.information ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
 list-style-type: none;
 padding-inline-start:0;
}

.information ul li a{
	text-decoration:none;
}
@media(max-width: 1366px){
	.welcome.welcome-english{
		transform: scale(0.9);
		top: 106px;
    	left: calc(48% - 255px);
    	margin-bottom: 16px;
	}
	#content{
		transform: scale(0.9);
		top: 96px;
    	left: calc(48% - 225px);
	}
	#top_img{
		width: 1533px;
	}
}