body {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}

.notice-main,
.links-main {
	width: 80%;
	position: relative;
	margin: 0 auto;
}

.notice-title,
.links-title {
	height: 64px;
	border-bottom: 1px #eb0a1e solid;
}

.notice-title-left-split,
.links-title-left-split {
	width: 5px;
	height: 26px;
	float: left;
	background-color: #eb0a1e;
	margin-top: 19px;
}

.notice-title-text,
.links-title-text {
	font-size: 18px;
	color: #eb0a1e;
	line-height: 64px;
	margin-left: 16px;
	float: left;
}

.notice-more {
	font-size: 18px;
	color: #eb0a1e;
	line-height: 64px;
	cursor: pointer;
	float: right;
}

.notice-list {
	margin-bottom: 48px;
}

.links-list {
	padding: 32px 0;
}

.links-item {
	font-size: 16px;
	color: #999999;
	margin-right: 32px;
	cursor: pointer;
}

.links-item:hover {
	color: #eb0a1e;
}

.notice-item {
	margin-top: 20px;
	height: 30px;
	position: relative;
	color: #000000;
	font-size: 16px;
}

.notice-item:hover {
	color: #eb0a1e;
}

.notice-item-dot {
	font-size: 48px;
	line-height: 24px;
	position: absolute;
	width: 10px;
	height: 30px;
	left: 0;
	top: 0;
}

.notice-item-title {
	height: 30px;
	width: 80%;
	position: absolute;
	left: 20px;
	top: 0;
	line-height: 30px;
	overflow: hidden;
	cursor: pointer;
}

.notice-item-date {
	width: 20%;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 30px;
	text-align: right;
}



.login-form {
	background-color: white;
	padding: 16px 24px;
	border-radius: 10px;
	width: 500px;
	height: 500px;
	position: absolute;
	right: 50px;
	top: 156px;
	background-repeat: no-repeat;
}

.login-method {
	display: flex;
	align-items: center;
}

.form-tab-item {
	padding: 4px 2px;
	font-size: 18px;
	font-weight: bold;
	color: #9c9c9c;
	cursor: pointer;
	margin-right: 20px;
}

.form-tab-item-active {
	border-bottom: 2px solid #eb0a1e;
	color: black;
}

.form-tab-item:hover {
	border-bottom: 2px solid #eb0a1e;
	color: black;
}

.dynanic-btn {
	width: 60px;
	height: 25px;
	cursor: pointer;
	background-color: #50a1fd;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	font-family: SimSun;
	border: none;
	display: none;
}

.dynanic-btn-disabled {
	background-color: rgba(80, 161, 253, 0.5);
}

.dynanic-btn-hover {
	background-color: #3f98fd;
}

.regist-supplier {
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	line-height: 30px;
	float: left;
}

.third-link {
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	line-height: 30px;
}

.regist-supplier:hover,
.get-password:hover,
.third-link:hover {
	color: #ccddf7;
}


.titile-main {
	width: 100%;
	position: absolute;
	top: 0px;
	height: 100px;
}

.notice-main,
.links-main {
	width: 80%;
	position: relative;
	margin: 0 auto;
}

.notice-title,
.links-title {
	height: 64px;
	border-bottom: 1px #00a6b7 solid;
}

.notice-title-left-split,
.links-title-left-split {
	width: 5px;
	height: 26px;
	float: left;
	background-color: #00a6b7;
	margin-top: 19px;
}

.notice-title-text,
.links-title-text {
	font-size: 18px;
	color: #00a6b7;
	line-height: 64px;
	margin-left: 16px;
	float: left;
}

.title-text {
	font-size: 22px;
	color: #000000;
	line-height: 50px;
	float: left;
}

.notice-more {
	font-size: 18px;
	color: #00a6b7;
	line-height: 64px;
	cursor: pointer;
	float: right;
}

.notice-list {
	margin-bottom: 48px;
}

.links-list {
	padding: 32px 0;
}

.links-item {
	font-size: 16px;
	color: #999999;
	margin-right: 32px;
	cursor: pointer;
}

.links-item:hover {
	color: #00a6b7;
}

.notice-item {
	margin-top: 20px;
	height: 30px;
	position: relative;
	color: #000000;
	font-size: 16px;
}

.notice-item:hover {
	color: #00a6b7;
}

.notice-item-dot {
	font-size: 48px;
	line-height: 24px;
	position: absolute;
	width: 10px;
	height: 30px;
	left: 0;
	top: 0;
}

.notice-item-title {
	height: 30px;
	width: 80%;
	position: absolute;
	left: 20px;
	top: 0;
	line-height: 30px;
	overflow: hidden;
	cursor: pointer;
}

.notice-item-date {
	width: 20%;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 30px;
	text-align: right;
}

.login-bg-logo {
	left: 5px;
	top: 10px;
	width: 220px;
	height: auto;
	position: absolute;
	transform: translateY(-35%);
}

.content_right_user {
	width: 350px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 17px;
	color: #2768d3;
	font-weight: bold;
	position: relative;
}

.login-form-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 628px;
}

.login-form {
	width: 400px;
	padding: 24px 48px;
	background-color: white;
	border-radius: 8px;
	height: 464px;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}

.login-method {
	display: flex;
	align-items: center;
}

.form-tab-item {
	padding: 4px 2px;
	font-size: 18px;
	font-weight: bold;
	color: #9c9c9c;
	cursor: pointer;
	margin-right: 32px;
}

.form-tab-item-active {
	border-bottom: 2px solid #eb0a1e;
	color: black;
}

.form-tab-item:hover {
	border-bottom: 2px solid #eb0a1e;
	color: black;
}

.login_msg {}


.error-msg{
	font-size: 14px;
	color: #eb0a1e;
	height: 50px;
	display: flex;
	align-items: center;
}

.form-item{
	margin-bottom: 25px;
}
.form-item-input{
	font-size: 16px;
	color: black;
	outline: none;
	width: 100%;
	padding: 0 16px;
	height: 48px;
	border: 1px #e4e7ed solid;
	border-radius: 2px;
	background-color: transparent;
}
.form-item-input:focus{
	outline: none;
	border: 1px #D0D0D0 solid;
}
.form-item-input::placeholder{
	color: #9c9c9c;
}

input:-webkit-autofill {
	font-size: 16px !important;
	-webkit-text-fill-color: black !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
	background-color: transparent;
	background-image: none;
	transition: background-color 50000s ease-in-out 0s;
}

.remember-user {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #000000;
	margin-bottom: 24px;
}

.remember-user-div {
	display: flex;
	align-items: center;
	cursor: pointer;
	flex-grow: 1;
}

.remember-user-div:hover {
	color: #eb0a1e;
}

.remember-me {
	width: 16px;
	height: 16px;
	background-image: url("../asserts/login/checkbox-unchecked.png");
	background-repeat: no-repeat;
	margin-right: 8px;
	background-size: 16px 16px;
}

.remember-me-checked {
	background-image: url("../asserts/login/checkbox-checked.png") !important;
}

.get-password {
	cursor: pointer;
}

.get-password:hover {
	color: #eb0a1e;
}

.login-btn {
	width: 100%;
	height: 48px;
	background-color: #eb0a1e;
	color: white;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	font-size: 16px;
	margin-bottom: 16px;
}

.login-btn-disabled {
	background-color: rgba(235, 10, 30, 0.2) !important;
}

.login-btn-hover {
	background-color: rgba(235, 10, 30, 0.7) !important;
}

.regist-supplier {
	cursor: pointer;
	font-size: 14px;
	color: #000000;
}

.regist-supplier:hover {
	color: #eb0a1e;
}