@charset "utf-8";

body {
	background: url('../../img/login/bg.png') no-repeat;
	/* overflow: hidden; */
}

/* ======== top begin ========== */
.logo {
	height: 44px;
}

.hyw_login_top {
	width: 100%;
	overflow: hidden;
	min-width: 1000px;
}

.hyw_login_top ul {
	display: flex;
	align-items: center;
	margin: 15px 20% 0 20%;
}

.hyw_login_top ul li {
	
}

.hyw_login_top ul li:first-child {
	flex: 1;
}

.hyw_login_top ul li:last-child {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.hyw_login_top ul li a {
	display: flex;
	align-items: center;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #ffffff;
	min-height: 44px;
}

.hyw_login_top ul li a span {
	display: flex;
	align-items: center;
	font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #ffffff;
}
/* ======== top end ========== */

/* ======== foot end ========== */
.footer {
	/* position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	background: transparent; */
	margin-top: 60px;
}

.hyw_login_bottom {
	margin: 0 auto 30px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hyw_login_bottom ul {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1000px;
}

.hyw_login_bottom ul li {
	display: flex;
	margin: 0 20px;
	width: 33.33%;
}


.hyw_login_bottom ul li p {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 116px;
	height: 116px;
}
.hyw_login_bottom ul li p img {
	height: 100%;
}

.hyw_login_bottom ul li dl {
	display: flex;
	flex-direction: column;
	margin-left: 20px;
	width: 100%
}

.hyw_login_bottom ul li dl dt {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
	margin-bottom: 10px;
}

.hyw_login_bottom ul li dl dt img {
	margin-right: 5px;
}

.hyw_login_bottom ul li dl dd {
	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
}

.hyw_login_foot {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	width: 100%;
	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
	min-height: 55px;
}

.foot_p1 {
	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 3px;
	color: #ffffff;
	margin: 0 10px;
}

.foot_p2 {
	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 0 3px;
}

.foot_p3 {
	font-family: TimesNewRomanPSMT;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 0 3px;
}

.foot_p3 a {
	color: #ffffff;
}
/* ======== foot end ========== */

/* ======== main end ========== */
.hyw_login_main {
	display: flex;
	margin: 30px auto 0 auto;
	background: #fff;
	-moz-box-shadow: 0px 3px 50px #0D3D7A;
	-webkit-box-shadow: 0px 3px 50px #0D3D7A;
	box-shadow: 0px 3px 50px #0D3D7A;
	border-radius: 3px;
	max-width: 1000px;
	max-height: 560px;
}
.login_main_left{
	width: 50%;
}
.login_main_left img{
	height: 100%;
}
.hyw_login_right {
	margin: 0 auto;
	flex: 1;
}

.hyw_login_right h2 {
	text-align: center;
	font-family: MicrosoftYaHei;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 3px;
	color: #333333;
	margin-top: 10%;
	margin-bottom: 30px;
}

.hyw_login_right dl {
	margin: 15px 10% 0 10%;
}

.hyw_login_right dl dt {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;
}

.hyw_login_right dl dd {
	margin-top: 3px;
}

.hyw_login_input {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	color: #606266;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: none;
	width: 100%;
	padding: 0 10px;
}

.hyw_login_input:focus {
	outline: none;
	border-color: #409eff;
}

.hyw_login_button {
	width: 100%;
	height: 40px;
	background-color: #1890ff;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 3px;
	color: #ffffff;
	border-radius: 30px;
}

.errMsgShow {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: red; 
}
/* ======== main end ========== */










/* 
@media screen and (min-width:500px) and (max-width:1200px) {	
	.hyw_login_main{ max-width: 700px; max-height: 400px; margin: 25px auto 0 auto; }
	.hyw_login_right h2 { font-size: 26px; letter-spacing: 1px;margin-top: 5%; margin-bottom: 15px; }
	.hyw_login_right dl { margin: 10px 10% 0 10%; }
	.errMsgShow { height: 40px; display: flex; align-items: center; justify-content: center; color: red; }
	.hyw_login_bottom ul { display: flex; align-items: center; justify-content: center; max-width: 700px; }
	.hyw_login_bottom ul li:first-child  { display: flex; width: 38%; }
	.hyw_login_bottom ul li:nth-child(2)  { display: flex; width: 33%; }
	.hyw_login_bottom ul li:last-child  { display: flex; width: 29%; }
	.hyw_login_bottom ul li p { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 66px; height: 66px; }
	.hyw_login_bottom ul li dl { display: flex; flex-direction: column; margin-left: 10px; width: 100%; }
	.hyw_login_bottom ul li dl dt { display: flex; align-items: center; justify-content: flex-start; font-size: 12px;margin-bottom: 5px; }
	.hyw_login_bottom ul li dl dt img { margin-right: 5px; }
	.hyw_login_bottom ul li dl dd { font-size: 12px; letter-spacing: 1px; }
}


@media screen and (min-width:1201px) and (max-width:1400px) {	
	.hyw_login_main{ max-width: 900px; max-height: 470px; margin: 25px auto 0 auto; }
	.hyw_login_right h2 { font-size: 26px; letter-spacing: 1px;margin-top: 7%; margin-bottom: 15px; }
	.hyw_login_right dl { margin: 10px 10% 0 10%; }
	.errMsgShow { height: 55px; display: flex; align-items: center; justify-content: center; color: red; }
	.hyw_login_bottom ul { display: flex; align-items: center; justify-content: center; max-width: 900px; }
	.hyw_login_bottom ul li:first-child  { display: flex; width: 38%; }
	.hyw_login_bottom ul li:nth-child(2)  { display: flex; width: 33%; }
	.hyw_login_bottom ul li:last-child  { display: flex; width: 29%; }
	.hyw_login_bottom ul li p { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 66px; height: 66px; }
	.hyw_login_bottom ul li dl { display: flex; flex-direction: column; margin-left: 10px; width: 100%; }
	.hyw_login_bottom ul li dl dt { display: flex; align-items: center; justify-content: flex-start; font-size: 12px;margin-bottom: 5px; }
	.hyw_login_bottom ul li dl dt img { margin-right: 5px; }
	.hyw_login_bottom ul li dl dd { font-size: 12px; letter-spacing: 1px; }
}

 @media screen and (min-width:1401px) and (max-width:1600px) {	
	.hyw_login_main{ max-width: 1000px; max-height: 500px; margin: 25px auto 0 auto; }
	.login_main_left{ width: 45%; }
	.hyw_login_right h2 { font-size: 26px; letter-spacing: 1px;margin-top: 10%; margin-bottom: 15px; }
	.hyw_login_right dl { margin: 15px 10% 0 10%; }
	.errMsgShow { height: 55px; display: flex; align-items: center; justify-content: center; color: red; }
	.hyw_login_bottom ul { display: flex; align-items: center; justify-content: center; max-width: 1000px; }
	.hyw_login_bottom ul li:first-child  { display: flex; width: 38%; }
	.hyw_login_bottom ul li:nth-child(2)  { display: flex; width: 33%; }
	.hyw_login_bottom ul li:last-child  { display: flex; width: 29%; }
	.hyw_login_bottom ul li p { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 86px; height: 86px; }
	.hyw_login_bottom ul li dl { display: flex; flex-direction: column; margin-left: 15px; width: 100%; }
	.hyw_login_bottom ul li dl dt { display: flex; align-items: center; justify-content: flex-start; font-size: 12px;margin-bottom: 5px; }
	.hyw_login_bottom ul li dl dt img { margin-right: 5px; }
	.hyw_login_bottom ul li dl dd { font-size: 12px; letter-spacing: 1px; }
} */

/* 
@media screen and (min-width:1601px) {
	body {
		background: aqua;
	}
}
 */














