/* 登录页面 */
.logo {
	width: 124px;
	height: 124px;
	border-radius:50%;
}

.rg_center {
	background-color: rgba(49, 67, 132, 0.6);
	padding: 39px 0;
	border-radius: 6px;
	width: 520px;
	margin: 96px auto 0;
	border-radius: 24px;
}

.p_reg {

	color: #ffd026;
	font-size: 20px;

}

.p_en {
	color: gray;
	font-size: 20px;

}

.rg_right>p:first-child {

	margin: 10px;
}

.rg_right p a {
	color: pink;
}

.td_left {
	width: 100px;
	text-align: right;
	height: 45px;

}

.td_right>div {
	/* width: 100%; */
	border-radius: 6px;
	/* 设置边框圆角*/
	padding: 0 15px;
	background-color: #fff;
}

input {
	border: 0;
	background-color: transparent;
}

html {
	height: 100%;
    font-size: 16px;
}

.bg {
	position: absolute;
	width: 100vw;
	height: 100vh;
	content: '';
	background-image: url('../../../images/bg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

::-webkit-scrollbar {
	display: none
}

.bg>div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* width: 30rem; */
	/* width: 520px; */
	margin: 0 auto;
}

.title {
	font-size: 40px;
	font-family: Source Han Sans SC;
	font-weight: 700;
	color: #FFFFFF;
	margin-top: 32px;
	line-height: 64px;
	text-shadow: 0px 2px 0px rgba(0, 84, 161, 0.3);
}



.td_right>div {
	border: 1px solid #ddd;
	height: 41px;
	font-size: 1rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #999999;
	display: flex;
	align-items: center;
}

input {
	width: 100%;
	height: 41px;
	padding: 0 1rem;
	outline: none;
	font-size: 16px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #999999;
}


/* 小屏PC */
@media screen and (max-width:1600px) {
	.logo {
		width: 104px;
		height: 104px;
	}
	table {
		width: auto !important;
	}

	.bg>div {
		/* width: 35% !important; */
	}

	.title {
		 font-size: 33px;
		margin-top:8px;

	}

	.td_right {
		padding-bottom: 0.7rem;
	}

	.rg_center {
		width: 478px !important;
		height: auto;
		padding: 2rem 0;
		margin-top: 48px;
	}
}

/* 笔记本 */
@media screen and (max-width:1366px) {
	.logo {
		width: 104px;
		height: 104px;
	}
	table {
		width: auto !important;
	}

	.bg>div {
		/* width: 35% !important; */
	}

	.td_right {
		padding-bottom: 0.7rem;
	}

	.title {
		font-size: 33px;
		margin-top:8px;
	}

	.rg_center {
		width: 478px !important;
		height: auto;
		padding: 2rem 0;
		margin-top: 48px;
	}
}

#checkcode {
	width: 65%;
}

#img_check {
	width: 40%;
	background: #fff;
	padding: 0.5rem 0;
	border-radius: 5px;
	/* margin-right: -15px; */
	height: 32px;
	vertical-align: middle;
}

#btn_sub {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: #000000;
	font-size: 1.13rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	color: #FFFFFF;
	background: #0074C7;
	border-radius: 6px;
	margin-top: 14px;

}

.td_right {
	padding-bottom: 13px;
}
