* {
	margin: 0;
	padding: 0;
	border: 0;
}

ol,
ul {
	list-style: none;
}

body {
	font-family: PingFangSC-Regular;
	height: 100%;
	width: 100%;
	position: relative;
}

body {
	background-attachment: fixed;
	font-family: PingFangSC-Regular;
	height: 100%;
	width: 100%;
}

.mainbg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.mainbg.active {
	display: block;
}

.lunbo_nav {
	width: 100%;
	height: 8px;
	text-align: center;
	position: absolute;
	bottom: 60px;
	left: 0;
}

.lunbo_nav span {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 5px;
	border-radius: 50%;
	background: #26282B;
	cursor: pointer;
	width: 14px;
	height: 14px;
	background: rgba(255,255,255,0.50);
}

.lunbo_nav span.active {
	background: #fff;
}

.container {
	width: 100%;
	min-width: 1200px;
}

.dz_logo {
	width: 878px;
	margin: 10px auto 0;
	position: relative;
}

.dz_logo img {
	height: 70px;
}

.tysfrz {
	font-size: 24px;
	color: #fff;
	margin-left: 30px;
	position: absolute;
	top: 20px;
}

.dz_language {
	width: 878px;
	height: 25px;
	margin: 15px auto 0;
	position: relative;
}

.dz_btn_box {
	width: 100px;
	height: 25px;
	float: right;
}

.dz_btn_box span {
	display: inline-block;
	width: 50px;
	height: 25px;
	float: left;
	background: rgba(255, 255, 255, 0.70);
	font-size: 12px;
	color: #50576F;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
}

.dz_btn_box span.active {
	background: rgba(56, 66, 75, 0.24);
	color: #FFFFFF;
}

.wrap {
	width: 878px;
	height: 440px;
	margin: 30px auto 0;
	position: relative;
}

.dz_left {
	width: 504px;
	height: 100%;
	overflow: hidden;
	float: left;
	background: url(https://webvpn.njrts.edu.cn/https/77726476706e69737468656265737421f1e2559434357a467b1ac7a292473726f4d9f0319f9b1c/authserver/customNjrts_dz/static/dzimages/leftbg.png) no-repeat;
	background-size: 100% 100%;
	color: #FFFFFF;
	position: relative;
}

.remark_box {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}

.dz_item {
	width: 504px;
	height: 100%;
	overflow: hidden;
	padding: 0 40px;
	box-sizing: border-box;
	float: left;
}

.dz_title {
	font-size: 34px;
	color: #FFFFFF;
	margin-top: 100px;
}

.dz_remark {
	margin-top: 30px;
}

.dz_remark p {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	margin: 6px 0;
}

.m-account>div:nth-of-type(4) {
	margin-bottom: 10px;
}

.dz_remark a {
	text-decoration: none;
	color: blue;
}

.form-errorTip {
	clear: both;
	font-size: 12px;
	color: #ff0000;
	position: absolute;
	right: 50px;
	margin-top: -28px;
}

.main {
	width: 374px;
	height: 100%;
	background: #FFFFFF;
	box-shadow: 4px 0 22px 0 rgba(45, 51, 88, 0.30);
	/* border-radius: 0 8px 8px 0; */
	float: left;
}

.dz_change {
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: flex;
	align-items: center;
}

.dz_change img {
	margin: 0 5px;
	cursor: pointer;
}

.dz_page {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	border: 1px solid #FFFFFF;
	border-radius: 12px;
	font-size: 12px;
	color: #fff;
	width: 48px;
	text-align: center;
}

.tabHead {
	width: 295px;
	/* display: inline-block; */
	margin: auto;
	padding-top: 10px;
	height: 45px;
	line-height: 36px;
	border-bottom: 1px solid #DEE4ED;
	text-align: center;
	padding-bottom: 2px;
}

.tabHead span {
	min-width: 72px;
	max-width: 85px;
	height: 45px;
	line-height: 36px;
	display: inline-block;
	font-size: 17px;
	margin: 0 5px;
}

.tabHead span a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.80);
	height: 100%;
	overflow: hidden;
	display: block;
}

.tabHead span.active {
	border-bottom: 1px solid #2660AC;
}

.tabHead span.active a {
	color: #2660AC;
}

.m-phone {
	padding: 0 47px;
	margin-top: 30px;
}

.m-account {
	padding: 0 47px;
	margin-top: 30px;
	font-size: 14px;
}

.m-phone .item {
	height: 40px !important;
	margin-bottom: 10px;
	border: 1px solid #DEE4ED;
	display: flex;
	align-items: center;
	position: relative;
}

.prex-icon {
	display: inline-block;
    width: 30px;
    position: absolute;
    top: 6px;
	z-index:99;
}
.hide {
    display: none;
}

.prex-icon img {
	width: 30px;
}

.m-account .item {
	height: 40px;
	margin-bottom: 15px;
	border: 1px solid #DEE4ED;
	/* display: flex; */
	align-items: center;
	position: relative;
}

.m-phone .item input {
	padding-left: 30px;
	outline: none;
}

.m-account .item input {
	padding-left: 10px;
	outline: none;
    height: 40px;
    margin-left: 25px;
}

.btn {
	width: calc(100% - 94px);
	height: 40px;
	background: #2660AC;
	border-radius: 2px;
	margin-left: 47px;
	text-align: center;
	line-height: 40px;
	letter-spacing: 10px;
	clear: both;
	/* margin-top: 48px; */
}

.btn a {
	text-decoration: none;
	color: #fff;
	display: block;
	width: 100%;
}

.prompt a {
	text-decoration: none;
	color: #000;
}

.container .help {
	/* position: absolute; */
	/* top: 258px; */
	/* right: 47px; */
	margin-top: 10px;
}

.container .help .fo-password {
	text-decoration: none;
	font-size: 14px;
	line-height: 26px;
	color: #73757E;
	float: left;
	margin-left: 48px;
}

.container .help .fo-password:hover {
	color: #476bff;
}

.container .help .activation-account {
	text-decoration: none;
	font-size: 14px;
	line-height: 26px;
	color: #4D83E0;
	float: right;
	margin-right: 46px;
}

.container .help .activation-account:hover {
	color: #476bff;
}

.container .help .remember-login-content {
	float: left;
}

.container .help .remember-login-content input[type="checkbox"] {
	width: 16px;
	height: 16px;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
	font-size: initial;
}

.container .help .remember-login-content .remember-me-label {
	margin-left: 25px;
	cursor: pointer;
	font-size: 14px;
	color: #6f798e;
}

.container .help .remember-login-content .remember-me-label::selection {
	background: rgba(0, 0, 0, 0);
}

.container .help .remember-login-content span {
	position: absolute;
	top: 4px;
	width: 16px;
	height: 16px;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	background: url("https://webvpn.njrts.edu.cn/https/77726476706e69737468656265737421f1e2559434357a467b1ac7a292473726f4d9f0319f9b1c/authserver/customNjrts_dz/static/images/201807151131519.png");
	background-size: 14px;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 20px;
	-webkit-transition: background-position-y 0.1s linear;
	-o-transition: background-position-y 0.1s linear;
	transition: background-position-y 0.1s linear;
}

.remember-login-content input[type="checkbox"]:checked+span {
	background-position-y: 0px;
}

.other_top{
	width: 100%;
}

.mask-inner {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-moz-transition: top ease 200ms;
	-o-transition: top ease 200ms;
	-webkit-transition: top ease 200ms;
	transition: top ease 200ms;
	display: none;
	background: rgba(0, 0, 0, 0.4);
}

.form .captcha .captcha-img {
	position: absolute;
	top: 5px;
	right: 8px;
	cursor: pointer;
	text-align: center;
	width: 86px;
	height: 35px;
}

.form .m-phone .code .get-code {
	text-decoration: none;
	cursor: pointer;
}

.form .code .get-code {
	width: 86px;
	height: 30px;
	border: 1px solid #0c4af9;
	border-radius: 4px;
	font-size: 13px;
	color: #0c4af9;
	letter-spacing: 0;
	position: absolute;
	line-height: 30px;
	top: 4px;
	right: 8px;
	text-align: center;
	cursor: pointer;
}

.other_top {
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #767A8A;
	position: relative;
	/* margin-top: 60px; */
	 margin-top: 40px;
}

.dz_line {
	display: inline-block;
	width: 80px;
	height: 1px;
	background: #DEE4ED;
	top: 14px;
	position: absolute;
}

.lineleft {
	left: 47px;
}

.lineright {
	right: 47px;
}

.other_item {
	margin-top: 10px;
	text-align: center;
}

.ways {
	display: inline-block;
	text-align: center;
}

.ways .item {
	width: 50px;
}

.ways img {
	width: 30px;
	height: 30px;
	margin-bottom: 6px;
}

/* yxy */
.qrcode {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 8px;
	right: 8px;
	cursor: pointer;
	background: url(https://webvpn.njrts.edu.cn/https/77726476706e69737468656265737421f1e2559434357a467b1ac7a292473726f4d9f0319f9b1c/authserver/customNjrts_dz/static/images/qcode.png);
}

.main {
	position: relative;
}

.login-qrcode {
	height: 260px;
	display: none;
}

.login-qrcode>div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.login-qrcode>div img {
	/* margin-bottom: 30px; */
}

.login-qrcode>div span {
	display: block;
	margin-bottom: 11px;
}

.login-qrcode>div span.title {
	font-size: 16px;
	color: #34363e;
	letter-spacing: 0;
	line-height: 14px;
	font-weight: bold;
	margin-top: 30px;
}

.login-qrcode>div span.title2 {
	font-size: 14px;
	color: #34363e;
	letter-spacing: 0;
	line-height: 14px;
}

.qr_scan_Invalid {
	width: 210px;
	height: 200px;
	position: absolute;
	z-index: 10;
	background: rgba(255, 255, 255, 0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
	top: 0;
	margin: 45px 0 0 74px;
	margin-top: 0;
}

.qr_scan_code img {
	margin: 50px auto;
	width: 200px;
	height: 200px;
	margin-top: 0;
	margin-bottom: 0;
}

.qr_scan_Invalid img {
	position: absolute;
	top: 66px;
	left: 80px;
	cursor: pointer;
	width: 70px;
	height: 70px;
}

input#captcha {
   position: relative;
    /* top: -14px; */
}

#qrLoginSpan {
	cursor: pointer;
}

.prompt {
	font-size: 12px;
}

.selected_underline {
	border-bottom: 2px solid #2660AC;
}
.selected_underline a {
	color: #0558B3 !important;
	font-weight: 600;
}
.xg{
	margin-left: 12px;
	position: absolute;
	top: 22px;
	display: inline-block;
	border-left: 0.88px solid #FFFFFF;
	height: 30px;
}

.form .phoneCode-remark{
	display:none!important;
}

#phoneLoginSpan{
	display:none!important;
}