@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

html,body {
	font-size: 16px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	font-family: "SimHei";
	overflow: auto;
}
.container {
	width: 1400px;
	position: relative;
	margin: 25px auto 0;
}

.header {
	width:100%;
	height: 130px;
	position: relative;
}

.logo {
	position: absolute;
	top: 24px;
	left: 127px;
}

.title {
	position: absolute;
	top: 31px;
	left: 278px;
	color: #5f1885;
	font-size: 34px;
	font-weight: 600;
}

.entitle {
	font-size: 16px;
	margin-top: -2px;
}

.info {
	position: absolute;
	top: 72px;
	left: 1000px;
	width: 247px;
	height: 20px;
	display: flex;
}

a {
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 2px;
	display: block;
	width: 81px;
	text-align: center;
	line-height: 20px;
	color: #5f1885;
}

a:nth-child(-n + 2) {
	border-right: 1px solid #5f1885;
}

.body {
	width:100%;
	height: 475px;
	position: relative;
	overflow: hidden;
}

.erweima {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 30px;
	bottom: 30px;
	z-index: 99;
}

.biaoqing {
    position: absolute;
    width: 100%;
}

form {
	width: 352px;
	position: absolute;
	top: 65px;
	right: 160px;
	background-color:rgba(255,255,255,0.6);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.logintitle {
	font-size: 28px;
	margin-top: 25px;
	letter-spacing: 3px;
	font-weight: 450;
}

.username,.password {
	display: flex;
}

.username {
	margin-top: 45px;
}

.password {
	margin-top: 12px;
}

.submit {
	margin-top: 20px;
}

.inputarea {
	margin-left: -1px;
	width: 260px;
	height: 42px;
	box-sizing: border-box;
	padding-left: 5px;
	font-weight: 800;
}

.submit {
	width: 300px;
	height: 41px;
	background-image: url("../images/submitby.png");
	border: none;
	font-size: 20px;
	color: #fff;
	letter-spacing: 10px;
	line-height: 41px;
}

::-webkit-input-placeholder {
	color: #5f1885;
	font-size: 16px;
	letter-spacing: 3px;
}

::-moz-placeholder {
	color: #5f1885;
	font-size: 16px;
	letter-spacing: 3px;
}

:-moz-placeholder {
	color: #5f1885;
	font-size: 16px;
	letter-spacing: 3px;
}

:-ms-input-placeholder {
	color: #5f1885;
	font-size: 16px;
	letter-spacing: 3px;
}

.switch {
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.engish {
	font-size: 16px;
    border: none !important;
}

.zh_cn {
	font-size: 16px;
	border: none !important;
}

#errorMsg {
	margin-top: 25px;
}

@media ( max-width : 1400px) {
	.container {
    	width: 1200px;
    	margin: 0 auto;
	}
	.info {
    	left: 800px;
	}
	.body {
    	height: 408px;
	}
	form {
		top: 33px;
	}
}