.container {
	max-width: 1200px !important;
	padding: 0 !important;
	margin: 0 auto !important;
	height: calc(100vh - 150px);
}

.header {
	height: 70px;
	background-color: #fff;
}

.logo {
	width: auto;
	height: 40px;
}

.main {
	background-image: url('../image/bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: calc(100vh - 70px);
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.right {
	color: #4678F8;
	font-size: 14px;
}

.center {
	padding: 110px;
}

.message {
	width: 360px;
	height: 120px;
	background: linear-gradient(90deg, #E4EDFF 0%, #FFFFFF 100%);
	border-radius: 12px 12px 12px 12px;
	border: 2px solid #FFFFFF;

}

.news {
	width: 780px;
	height: 420px;
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 20px;
}

.title {
	font-weight: bold;
	font-size: 22px;
	width: 130px;
	color: #222222;
	position: absolute;
	z-index: 10;
}

.icon {
	width: 72px;
	height: 20px;
	bottom: -40px;
	z-index: 9;
}

.entry-selection {
	width: 80px;
	height: 24px;
	background: #4678F8;
	box-shadow: 0px 10px 12px 1px rgba(70, 120, 248, 0.24);
	border-radius: 4px 4px 4px 4px;
	font-size: 12px;
	color: #fff;
}

.subtitle {
	font-size: 14px;
	color: #666666;
}

.center-right {
	width: 400px;
	height: 560px;
	background: linear-gradient(90deg, #E4EDFF 0%, #FFFFFF 100%);
	border-radius: 12px 12px 12px 12px;
	border: 2px solid #FFFFFF;
}

.news-left {
	width: 350px;
	height: 360px;
	background: #F4F5FA;
	border-radius: 12px 12px 12px 12px;
}

.news-right {
	width: 350px;
	height: 360px;
	background: #F4F5FA;
	border-radius: 12px 12px 12px 12px;
}

.newstitle {
	font-weight: bold;
	font-size: 16px;
	color: #222222;
}

.loadmore {}

a {
	font-size: 14px;
	color: #999999;
	text-decoration: none;
}

.borderRadius1 {
	border-radius: 10px;
}

.borderRadius2 {
	border-radius: 20px;
}

.img {
	width: 66px;
	height: 66px;
	background: #DDDFE8;
	border-radius: 8px 8px 8px 8px;
}

.tt {
	font-size: 14px;
	color: #222222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.time {
	font-size: 12px;
	color: #999999;
	margin-top: 10px;
}

.img1 {
	width: 310px;
	height: 100px;
	background: #FFFFFF;
	border-radius: 12px 12px 12px 12px;
}

.text {
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}

.avatar {
	width: 90px;
	height: 90px;
	border: 4px solid #FFFFFF;
	background-color: #4678F8;
	border-radius: 50px;
}

.name {
	font-weight: bold;
	font-size: 16px;
	color: #222222;
}

.code {
	font-size: 12px;
	color: #222222;
}

.project {
	font-size: 12px;
	color: #999999;
	margin-top: 15px !important;
}

.num {
	font-size: 12px;
	color: #999999;
	margin-top: 5px;
}

.newsmenu {
	margin-top: 20px;
	height: 48px;
	background-color: #fff;
	color: #222222;
	font-size: 12px;
}

.img2 {
	width: 340px;
	height: 312px;
	border-radius: 12px;
}

.login-text {
	font-weight: bold;
	font-size: 16px;
	color: #222222;
}

.logo {
	font-size: 14px;
	color: #4678F8;
}

.empty {
	width: 256px;
	height: 134px;
}

.emptytext {
	font-size: 12px;
	color: #999;
}

.loginbtn {
	border: none;
	width: 240px;
	height: 48px;
	background: #4678F8;
	box-shadow: 0px 10px 12px 1px rgba(70, 120, 248, 0.24);
	border-radius: 4px 4px 4px 4px;
	font-size: 16px;
	color: #FFFFFF;
}

.popup {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	visibility: hidden;
	z-index: 111111;
}

.popup-container {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.24);
	z-index: 111111;
}

.popupcenter {
	position: absolute;
	z-index: 1000000;
	/* left: 25%; */
	/* margin-left: -600px; */
	height: 500px;
	background-color: #fff;
}

.loginPic {
	width: 700px;
	height: 500px;
}

.loginTitle {
	font-weight: bold;
	font-size: 18px;
	color: #222222;
}

.form {
	margin-top: 48px;
}

.form-item {
	width: 330px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #D5D5D5;
	

}

.username {
	height: 48px;
	border: none;
	border-radius: 4px 4px 4px 4px;
}

.icon {
	width: 20px;
	height: 20px;
	margin: 0 10px;
}

.error-text {
	color: #FF4D1A;
	font-size: 12px;
	line-height: 1;
}

.submit {

	height: 48px;
	background: #4678F8;
	box-shadow: 0px 10px 12px 1px rgba(70, 120, 248, 0.24);
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	border: none !important;
	cursor: pointer !important;
	width: 330px;
}

.yic {
	font-size: 14px;
	color: #999999;
}
.copyright{
  line-height: 38px;
  color: #999;
  font-size: 12px;
  text-align: center;
}
.ercode {
	width: 100px;
	height: 100px;
	border-radius: 20px;

}
.ercode h3{
	font-size: 13px;
    text-align: center;
}