@charset "utf-8";
.banner img {
	max-width: 100%;
}

.portal {
	padding: 30px 0 150px 0;
	font-family: SHSCN;
}

.portal-cnt .intro {
	font-size: 14px;
	color: #333333;
	line-height: 25px;
	margin: 25px 0;
}

.portal-cnt .login {
	background: #f0f0f0;
	padding: 25px;
	box-sizing: border-box;
}

.portal-cnt .port {
	font-size: 14px;
	color: #666666;
}

.portal-cnt .port span:first-child {
	font-size: 20px;
	color: #3D8FE8;
	margin-right: 45px;
}

.portal-cnt .port span:first-child {
	font-size: 20px;
	color: #3D8FE8;
	margin-right: 45px;
}

.portal-cnt .port a {
	background: #3D8FE8;
	padding: 5px 20px;
	color: #FFFFFF;
	box-sizing: border-box;
	margin: 0 5px;
	border-radius: 5px;
	border: 1px solid #3D8FE8;
	cursor: pointer;
}

.portal-cnt .port a:hover {
	background: transparent;
	color: #3D8FE8;
}

.portal-cnt .stu-tea {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 30px 0;
	font-size: 20px;
}

.portal-cnt .stu-tea .stu {
	margin-right: 100px;
}

.portal-cnt .first {
	color: #3D8FE8;
	margin: 10px 0 5px;
}

.portal-cnt .stu-tea .stu:hover,
.portal-cnt .stu-tea .tea:hover {
	box-shadow: 0 0 5px #3D8FE8;
}


/* 登陆*/

.portal-cnt .login .stu-login {
	width: 420px;
	margin: 0 auto;
	text-align: center;
}

.portal-cnt .login .stu-login input {
	width: 420px;
	background: #FFFFFF;
	height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 16px;
	outline: none;
	margin: 10px 0;
	border: none;
	border-radius: 5px;
}

.portal-cnt .login .stu-login .submit {
	background: #3D8FE8;
	color: #FFFFFF;
	border: 1px solid #3D8FE8;
	cursor: pointer;
}

.portal-cnt .login .stu-login .submit:hover {
	color: #3D8FE8;
	background: transparent;
}


.portal-cnt .login .stu-login .btns {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}

.portal-cnt .login .stu-login .btns a {
	color: #666666;
}

.portal-cnt .login .stu-login .btns a:hover {
	color: #3D8FE8;
}

.portal-cnt .login .stu-login .lead {
	color: #3E8FE8;
	font-size: 20px;
	margin: 40px auto 20px;
}

.portal-cnt .login .stu-login .lead p {
	margin-top: 15px;
}

.portal-cnt .login .stu-login .checkbox {
	text-align: left;
	color: #666666;
}

.portal-cnt .login .stu-login .checkbox input {
	width: auto;
	height: auto;
	margin-right: 10px;
}

.portal-cnt .login .stu-login .yz{
	width: 270px;
	margin-right: 10px;
}