body {
	margin: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
::-ms-clear,
::-ms-reveal {
	display: none;
}

/* 英文字体 */

@font-face {
    font-family: 'VolvoBold';
    src: url(./VolvoFonts/VolvoFonts/VolvoNovum-Bold.otf);
}

@font-face {
    font-family: 'VolvoBoldItalic';
    src: url(./VolvoFonts/VolvoFonts/VolvoNovum-BoldItalic.otf);
}

@font-face {
    font-family: 'VolvoItalic';
    src: url(./font-awesome/VolvoFonts/VolvoFonts/VolvoNovum-Italic.otf);
}

@font-face {
    font-family: 'VolvoLight';
    src: url(./font-awesome/VolvoFonts/VolvoFonts/VolvoNovum-Light.otf);
}

@font-face {
    font-family: 'VolvoLightItalic';
    src: url(./font-awesome/VolvoFonts/VolvoFonts/VolvoNovum-LightItalic.otf);
}

@font-face {
    font-family: 'Volvo_Medium';
    src: url(./font-awesome/VolvoFonts/VolvoFonts/VolvoNovum-Medium.otf);
}

@font-face {
    font-family: 'VolvoMediumItalic';
    src: url(./font-awesome/VolvoFonts/VolvoFonts/VolvoNovum-MediumItalic.otf);
}

@font-face {
    font-family: 'VolvoRegular';
    src: url(./font-awesome/VolvoFonts/VolvoFonts/VolvoNovum-Regular.otf);
}

@font-face {
    font-family: 'VolvoSemiLight';
    src: url(./font-awesome/VolvoFonts/VolvoFonts/VolvoNovum-SemiLight.otf.otf);
}

@font-face {
    font-family: 'VolvoSemiLightItalic';
    src: url(./font-awesome/VolvoFonts/VolvoFonts/VolvoNovum-SemiLightItalic.otf);
}

@font-face {
    font-family: 'VolvoSemiLightItalic';
    src: url(./font-awesome/VolvoFonts/VolvoFonts/VolvoNovum-SemiLightItalic.otf);
}


/* 中文字体 */
@font-face {
	font-family: 'Volvo-SourceHanSansCN-Bold';
    src: url(./font-awesome/VolvoFonts/SourceHanSansCN-OTF/SourceHanSansCN-Bold.otf);
}

@font-face {
	font-family: 'Volvo-SourceHanSansCN-ExtraLight';
    src: url(./font-awesome/VolvoFonts/SourceHanSansCN-OTF/SourceHanSansCN-ExtraLight.otf);
}

@font-face {
	font-family: 'Volvo-SourceHanSansCN-Heavy';
    src: url(./font-awesome/VolvoFonts/SourceHanSansCN-OTF/SourceHanSansCN-Heavy.otf);
}

@font-face {
	font-family: 'Volvo-SourceHanSansCN-Light';
    src: url(./font-awesome/VolvoFonts/SourceHanSansCN-OTF/SourceHanSansCN-Light.otf);
}
/* 标题 */
@font-face {
	font-family: 'Volvo-SourceHanSansCN-Medium';
    src: url(./font-awesome/VolvoFonts/SourceHanSansCN-OTF/SourceHanSansCN-Medium.ttf);
}

@font-face {
	font-family: 'Volvo-SourceHanSansCN-Normal';
    src: url(./font-awesome/VolvoFonts/SourceHanSansCN-OTF/SourceHanSansCN-Normal.otf);
}
/* 正文 */
@font-face {
	font-family: 'Volvo-SourceHanSansCN-Regular';
    src: url(./font-awesome/VolvoFonts/SourceHanSansCN-OTF/SourceHanSansCN-Regular.ttf);
}

/* * {
	font-family: PingFang SC,Arial,微软雅黑,Hiragino Sans GB,Microsoft YaHei,sans-serif;
} */

*{
	font-family:VolvoRegular,Volvo-SourceHanSansCN-Regular ;
}



::-webkit-input-placeholder {
	color: #cdcdcd;
}

:-moz-placeholder {
	color: #cdcdcd;
}

::-moz-placeholder {
	color: #cdcdcd;
}

:-ms-input-placeholder {
	color: #cdcdcd;
}

::placeholder {
	color: #cdcdcd;
}



.n-login,
.n-login * {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: normal;
}

.n-login ul,
.n-login ol,
.n-login li,
.n-login dl,
.n-login dd,
.n-login dt {
	list-style: none;
	list-style-type: none;
}

.n-login input,
.n-login textarea {
	appearance: none;
	background: none;
}

.n-login textarea {
	font-family: inherit;
	resize: none;
	background: none;
}

.n-login input[type='button'],
.n-login button {
	cursor: pointer;
	user-select: none;
	background: none;
}

.n-login input[type='text'],
.n-login input[type='password'] {
	width: 100%;
}

.n-login a,
.n-login i,
.n-login a:hover {
	text-decoration: none;
	cursor: pointer;
}

.n-login table {
	border-collapse: collapse;
}

.n-login img,
.n-login label {
	cursor: pointer;
}

.n-login input {
	outline: none;
}


.n-login:not([__null__]) {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	transform-origin: left top;
	display: flex;
	justify-content: center;
	background: #fff;
	align-items: stretch;
}

.n-login:not([__null__])>div {
	flex: 0 1 60%;
	width: 0;
	background: url(images/big1920_back.jpg) no-repeat center / cover;
	position: relative;
}

.n-login:not([__null__]) .n-slogan{

	text-align: center;
	padding: 0 3%;
	font-size: 16px;
	position: absolute;
	width: 100%;
	bottom: 97px;
}
.n-login:not([__null__]) .n-slogan > span{
	display: inline-block;
	background-color: rgb(197, 197, 197);
	text-align: left;
	padding: 10px;
	color: #fff;
}

.n-login:not([__null__]) .n-login-right {
	scale: 0.95;
	flex: 0 1 40%;
	width: 0;
	position: relative;
}


.n-login:not([__null__]) .n-login-right>main {
	height: 100%;
	margin: auto;
	padding-bottom: 10vh;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 80%;
}

.n-login:not([__null__]) .n-login-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15vh;
}

.n-login:not([__null__]) .n-login-title>em {
	color: #101010;
	font-weight: bold;
	font-size: 1.3rem;
	display: flex;
	white-space: nowrap;
	align-items: center;
	font-family: Volvo-SourceHanSansCN-Medium,Volvo_Medium;
}

.n-login:not([__null__]) .n-login-title>em>img {
	margin-right: 18px;
	height: 68px;
}

.n-login:not([__null__]) .n-login-title>span {
	font-size: 16px;
	color: #818181;
	display: flex;
	justify-content: flex-end;
	align-items: center;

}

.n-login:not([__null__]) .n-login-title>span>em {
	font-size: 20px;
	cursor: pointer;
}

.n-login:not([__null__]) .n-login-title>span>em:nth-child(2) {
	font-size: 20px;
	margin: 0 5px;
}

.n-login:not([__null__]) .n-login-title>span .n-login-title-cur {
	color: #1C6BBA;
}

.n-login:not([__null__]) .n-login-create {
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
	line-height: 22px;
    color: #707070;
    padding: 24px 0;
	margin: 16px 0;
}

.n-login:not([__null__]) .n-login-create a {
    color: #1C6BBA;
}

.popup_box, .info_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #00000066;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	display: none;
}

.popup_box.show, .info_box.show {
	display: flex;
}

.popup_container, .info_container {
	position: relative;
	width: 80%;
	max-width: 440px;
	padding: 24px;
	border-radius: 8px;
	background: #fff;
}

.popup_title, .info_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 30px;
}

.popup_title >span, .info_title >span {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #141414;
	font-family: Volvo-SourceHanSansCN-Medium,Volvo_Medium;
}

.popup_title >img, .info_title >img {
	display: inline-block;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

.mfa-tooltip-content, .info-tooltip-content {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #141414;
	margin: 16px 0 24px;
}

.popup_footer, .info_footer {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
	cursor: pointer;
}

.confirm_btn {
	width: 124px;
	height: 40px;
	padding: 8px 16px;
	border-radius: 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: #1C6BBA;
	box-sizing: border-box;
}

.info_confirm_btn {
	width: 96px;
	min-width: 96px;
	height: 38px;
	padding: 8px 16px;
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #1C6BBA;
	background: #fff;
	border: 1px solid #1C6BBA;
}

.notHandle_btn{
	min-width: 96px;
	height: 38px;
	padding: 8px 16px;
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #1C6BBA;
	background: #fff;
	border: 1px solid #1C6BBA;
}

.update_btn {
	min-width: 96px;
	height: 38px;
	padding: 8px 16px;
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	background: #1C6BBA;
	box-sizing: border-box;

}

.n-login:not([__null__]) .n-login-mfa-tip {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 70px;
}

.n-login:not([__null__]) .n-login-mfa-tip>span {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #000000EB;
}

.n-login:not([__null__]) .n-login-mfa-tip>img {
	width: 16px;
	height: 16px;
	margin-left: 4px;
	cursor: pointer;
}

.n-login:not([__null__]) .mfa-tooltip {
	position: absolute;
	left: 160px;
	top: 12px;
	background: #fff;
	border-radius: 8px;
	width: 80%;
	max-width: 216px;
	padding: 16px;
	box-shadow: 0px 4px 8px 0px #00000029;
	z-index: 999;
	font-weight: 400;
	font-size: 14px;
	color: #000000EB;
	display: none;
}

.n-login:not([__null__]) .mfa-tooltip.show {
  display: block;
}

.n-login:not([__null__]) .n-login-form {
	margin-top: 39px;
}

.n-login:not([__null__]) .n-login-form .n-login-form-label {
	font-size: 15px;
	color: #989898;
	margin-bottom: 10px;
}

.n-login:not([__null__]) .n-login-form .n-login-form-input {
	height: 48px;
	margin-bottom: 28px;
	color: #3C3C3C;
	font-size: 20px;
	border: 1px solid #BBBBBB;
	display: flex;
	align-items: center;
	padding: 0 12px;
	border-radius:8px;
}


.n-login:not([__null__]) .n-login-form .n-login-form-input>input {
	height: 100%;
	flex: 1;
	width: 100%;
}

.n-login:not([__null__]) .n-login-form .n-login-form-input>#NetIQTokenMethod {
	height: 100%;
	flex: 1;
	width: 100%;
	display: flex;
	align-items: center;
	color:#939393 ;
	opacity: 0.5;
}

.n-login:not([__null__]) .n-login-form .n-login-form-input>div>input {
	height: 100%;
	flex: 1;
	width: 100%;
}

.n-login:not([__null__]) .n-login-form .n-login-form-input>img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	margin-right: 12px;
}
.n-login:not([__null__]) .n-login-form .n-login-form-input>span>button{
	color:#1C6BBA ;
}
.n-login:not([__null__]) .n-login-form .n-login-form-input>span>button[disabled]{
	color: #ccc;
}
.n-login:not([__null__]) .n-login-form .n-login-form-input[view-pwd] {
	padding-right: 22px;
}

.n-login:not([__null__]) .n-login-form .n-login-form-input[view-pwd] .n-login-viewPwd {
	margin-right: 0;
	margin-left: 12px;
}

.n-login:not([__null__]) .n-login-form .n-login-form-btn> .button-disable{
	background-color: #ccc;
}


.n-login:not([__null__]) .n-login-form .n-login-form-code{
	border: 0;
	position: relative;
	padding: 0;
}

.n-login:not([__null__]) .n-login-form .n-login-form-code> span > button{
	color:#1C6BBA ;
}

.n-login:not([__null__]) .n-login-form .n-login-form-code> span >button:first-child{
	margin-left: 24px;
}

.n-login:not([__null__]) .n-login-form .n-login-form-code> span >span{
	margin: 0px 5px;
}

.n-login:not([__null__]) .n-login-form .n-login-form-code>div{
	margin: 0px 17px;
	height: 100%;
	align-items: center;
	padding: 0px 10px;
	border-radius: 3px;
}

.n-login:not([__null__]) .n-login-form .n-login-form-code>img:first-child{
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translate(0,-50%);
}
.n-login:not([__null__]) .n-login-form .n-login-form-code>img:last-child{
	width: 1.4rem;
	height: 1.4rem;
	margin-left: 0.32rem;
}
.n-login:not([__null__]) .n-login-form .n-login-form-code>input{
	border: 1px solid #BBBBBB;
	padding-left: 42px;
	padding-right: 12px;
	border-radius: 8px;
}

.n-login:not([__null__]) .n-login-form .n-login-form-code

.n-login:not([__null__]) .n-login-form .n-login-form-err{
	font-size: 16px;
	color: #f00;
}
.n-login:not([__null__]) .n-login-form .n-login-form-err>a{
	color:  #DEB217;
	text-decoration: underline;
}

.n-login:not([__null__]) .n-login-form .n-login-form-btn {
	margin-top: 65px;
	display: flex;
	align-items: center;
}

.n-login:not([__null__]) .n-login-form .n-login-form-btn>button {
	height: 58px;
	color: #F5F5F5;
	padding: 0 76px;
	background: #1C6BBA;
	border-radius: 8px;
	width: 100%;
	font-size: 24px;
}

.n-login:not([__null__]) .n-login-form .n-login-form-btn {
	margin-top: 0px;
}
.n-login:not([__null__]) .n-login-form .n-login-form-btn >a{
	display: flex;
	align-items: center;
	font-size: 20px;
	background: #3467CD;
	color: #F5F5F5;
	width: 100%;
	height: 58px;
	justify-content: center;
	border-radius: 3px;
}
.n-login:not([__null__]) .n-login-form .n-login-form-btn2 >a{
	display: flex;
	align-items: center;
	font-size: 20px;
	background: #3467CD;
	color: #F5F5F5;
	width: 100%;
	height: 58px;
	justify-content: center;
	border-radius: 3px;
  margin-top: 25px;
}

.n-login:not([__null__]) .n-login-form .n-login-form-btn3 >a{
	display: flex;
	align-items: center;
	font-size: 20px;
	background: #fff;
	border: 1px solid #1C6BBA;
	color: #1C6BBA;
	width: 100%;
	height: 58px;
	justify-content: center;
	border-radius: 8px;
}

.n-login:not([__null__]) .n-login-form .n-login-form-or {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #ccc;
	margin: 30px 0 25px 0;
}
.n-login:not([__null__]) .n-login-form .n-login-form-or > span{
	height: 1px;
	width: 43px;
	background: #DDDDDD;
}
.n-login:not([__null__]) .n-login-form .n-login-form-or > em{
	margin: 0 20px;
}

.n-login:not([__null__]) .n-login-form .n-login-form-tip2{
	background: #F7F7F7;
	color: #9B9B9B;
	padding: 30px 20px;
	line-height: 24px;
	word-break: break-all;
	margin-top: 20px;
	font-size: 18px;
}

.n-login:not([__null__]) .n-login-form .n-login-form-tip {
	display: flex;
	justify-content: space-between;
	margin-top: 32px;
	color: #3467CD;
	/* color: #769EED; */
	font-size: 18px;
}

.n-login:not([__null__]) .n-login-form .n-login-form-tip>a {
	text-decoration: underline;
	font-size: 18px;
}

.n-login:not([__null__]) .n-login-form .n-login-form-qrCode {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-top: 35px;
	align-items: center
}

.n-login:not([__null__]) .n-login-form .n-login-form-qrCode>div {
	width: 246px;
	position: relative;
	margin-top: 20px;
}
.n-login:not([__null__]) .n-login-form .n-login-form-qrCode>div .n-login-qrCode-pic {
	width: 100%;
	display: block;
}

.n-login-form .n-login-form-qrCode .img-background {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: white;
	opacity: 0.9;
	display: none;
}

.n-login-form .n-login-form-qrCode .img-background-loading {
	/* width: 100%;
	height: 100%; */
	position: absolute;
	left: -3px;
	top: -3px;
	background-color: #FFFFFF;
	display: none;
}
.n-login-form .n-login-form-qrCode .img-background-loading > img {
	width: 16rem;
	height: 16rem;
}

.qr_loading {
	position: absolute;
	left: 50%;
	top: 13rem;
	transform: translate(-50%);
}

/* 加载动画效果 */
.qr_loading>ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.qr_loading>ul>li {
	width: 15px;
	height: 15px;
	margin: 0 10px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
}

.qr_loading>ul>li:nth-child(1) {
	animation: anim 0.6s linear infinite 0s;
}

.qr_loading>ul>li:nth-child(2) {
	animation: anim 0.6s linear infinite 0.2s;
}

.qr_loading>ul>li:nth-child(3) {
	animation: anim 0.6s linear infinite 0.4s;
}

.qr_loading>p {
	width: 210px;
	text-align: center;
	font-size: 20px;
	color:#999999;
	font-weight: 500;
}

@keyframes anim {
	0% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

.qr_error{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: white;
	opacity: 0.4;
	font-size: 20px;
	color: #000;
}
.qr_error>div{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.qr_error img{
	width: 100px;
	margin-bottom: 10px;
}


#qr_error_show {
	cursor: pointer;
}

.contact_lync {
	text-align: center;
	/* font-size: 2px; */
	cursor: pointer;
	color: #1C6BBA;
}

.contact_email {
	cursor: pointer;
	text-align: center;
	/* font-size: 2px; */
	color: #1C6BBA;
}



.n-login:not([__null__]) .n-login-form .n-login-form-qrCode>p {
	color: #636363;
	font-size: 21px;
}



.n-login:not([__null__]) .n-login-footer {
	margin-top: auto;
	font-size: 20px;
	color: #1C6BBA;
	display: flex;
	justify-content: center;
	align-items: center;
}

.n-login:not([__null__]) .n-login-footer> li > em {
	margin: 0 6.5px;
}



.btn_css{
	justify-content: flex-end;
	margin-bottom: 1rem;
}

.table_margin{
	margin-top: 2rem;
}

.announcement{
	font-family: 700;
	font-size: 1.3rem;
}

.notice_back{
	background-color: white;
	width: 100%;
	height: 23rem;
	padding: 2rem 3rem 3rem  3rem;
	overflow: auto;
}

.notice_titlesize{
	font-size: 1.5rem;
	font-weight: 700;
}
.el-dialog__wrapper >.el-dialog{
	background-color: rgb(218, 227, 233);
}

.img-Netiq-loading{
	text-align: -webkit-center;
}

.img-Netiq-loading > img:first-child {
	width: 16rem;
	height: 16rem;
}
.img-Netiq-loading > img:nth-child(2) {
	display: none;
	width: 11rem;
	height: 11rem;
	margin: 2.5rem 5rem 2.5rem 5rem;
}

.Netiq_loading_font > p {
	text-align: center;
	font-size: 20px;
	color: #999999;
	font-weight: 500;
	margin-bottom: 2rem;
}



.NetIQ-arrow-value{
	display: none;
	position: absolute;
	width:100.5%;
	border: 1px solid #BBBBBB;
	border-radius: 3px;
	background-color: white;
	top: 50px;
	right: -1px;
}

.outline{
 padding: 0 10px;
 text-align: center;
}

.outline > img {
	width: 8rem;
	height: 8rem;
}

.outline > p {
	margin-bottom: 1.2rem;
}

.Method-value{
	display: none;
}

.Method-value > p{
	padding: 0 15px;
	height: 48px;
	line-height: 48px;
}

.Method-value > p:hover{
	background: #3467CD0D;
	cursor: pointer;
}

@media screen and (min-width: 751px) and (max-width: 1440px) {
	.first_box{
		width: 5rem;
		text-align:right;
	}
	.table_margin{
		margin-top: 2rem;
	}
	.btn_css{
		justify-content: flex-end;
		margin-bottom: 1rem;
	}

	.serch_inp{
		margin-bottom: 1rem;
	}

	.time_inp{
		margin-bottom: 1rem;
	}

	.n-login:not([__null__]) {
		min-width: 1440px;
	}

	.n-login:not([__null__])>div {
		flex: 0 1 60%;
		background: url(images/big1920_back.jpg) no-repeat center / cover;
	}

	.n-login:not([__null__]) .n-login-right {
		scale: 0.9;
		flex: 0 1 40%;
	}

	.n-login:not([__null__]) .n-login-right>main {
		padding-bottom: 4vh;
		width: 76%;
	}

	.n-login:not([__null__]) .n-login-title{
		margin-top: 4vh;
	}

	.n-login:not([__null__]) .n-login-mfa-tip {
		margin-top: 4vh;
	}

	.n-login:not([__null__]) .n-login-form {
		margin-top: 39px;
	}




	.n-login:not([__null__]) .n-login-form .n-login-form-tip2{
		padding: 20px 25px;
		margin-top: 20px;
	}

	.n-login:not([__null__]) .n-login-title>em {
		font-size: 1rem;
		font-family: Volvo-SourceHanSansCN-Medium,Volvo_Medium;
	}





}
@media screen and (max-width: 751px) {
	.n-login:not([__null__]) .n-login-form .n-login-form-code>img:last-child{
		width: 0.33rem;
		height: 0.33rem;
		margin-left: 0.2rem;
	}

	.NetIQ-arrow-value{
		display: none;
		position: absolute;
		width:100.5%;
		border: 1px solid #BBBBBB;
		border-radius: 3px;
		background-color: white;
		top: 0.82rem;
		right: -1px;
	}

	.outline > img {
		width: 2rem;
		height: 2rem;
	}

	.outline > p {
		margin-bottom: 0.3rem;
	}

	.n-login:not([__null__]) .n-login-form .n-login-form-code>input{
		border: 1px solid #BBBBBB;
		padding-left: 0.7rem;
		padding-right: 12px;
	}

	.el-dialog__wrapper >.el-dialog{
		background-color: rgb(218, 227, 233);
		margin-top: 6vh !important;
	}
	.special_hr{
		margin:0.4rem 0;
	}
	.first_box{
		width: 1.2rem;
		font-size: 0.20rem;
	}
	.notice_titlesize{
		font-size: 0.3rem;
		font-weight: 700;
	}
	.notice_back{
		background-color: white;
		width: 100%;
		height: 8rem;
		padding: 0.15rem 0.15rem 0.15rem  0.15rem;
		overflow: auto !important;
	}
	.announcement{
		font-family: 700;
		font-size: 0.2rem;
	}
	.table_margin{
		margin-top: 0.7rem;
	}
	.serch_inp{
		margin-bottom: 0.33rem;
	}

	.time_inp{
		margin-bottom: 0.33rem;
	}

	.btn_css{
		justify-content: flex-start;
		margin-bottom: 0rem;
	}

	.n-login:not([__null__]) {
		width: 100%;
		min-width: auto;
		align-items: flex-start;
	}

	.n-login:not([__null__])>div {
		display: none;
	}

	.n-login:not([__null__]) .n-login-right {
		flex: 1;
		overflow: auto;
		height: 100vh;
	}

	.n-login:not([__null__]) .n-login-right>main {
		padding-bottom: 0.956rem;
		display: block;
		width: 90%;
		padding-top: 1px;
		height: 18rem;
	}

	.n-login:not([__null__]) .n-login-title {
		margin-top: 0.852rem;
	}

	.n-login:not([__null__]) .n-login-title>em {
		font-size: 0.3rem;
		font-family: Volvo-SourceHanSansCN-Medium,Volvo_Medium;
	}

	.n-login:not([__null__]) .n-login-title>em>img {
		margin-right: 0.148rem;
		height: 0.8rem;
	}

	.n-login:not([__null__]) .n-login-title>span {
		font-size: 0.3rem;
	}

	.n-login:not([__null__]) .n-login-title>span>em:nth-child(2) {
		margin: 0 0.1rem;
	}

	.n-login:not([__null__]) .n-login-mfa-tip {
		margin-top: 1rem;

	}

	.n-login:not([__null__]) .mfa-tooltip {
		position: absolute;
		left: 2rem;
		top: 0.15rem;
	}

	.n-login:not([__null__]) .n-login-form {
		margin-top: 0.8rem;
	}

	.n-login:not([__null__]) .n-login-form .n-login-form-label {
		font-size: 0.26rem;
		margin-bottom: 0.1rem;
	}

	.n-login:not([__null__]) .n-login-form .n-login-form-input {
		height: 0.8rem;
		margin-bottom: 0.4rem;
		font-size: 0.25rem;
		padding: 0 0.2rem;
		border-radius:8px;
	}
	.n-login:not([__null__]) .n-login-form .n-login-form-code {
		padding: 0;
	}
	.n-login:not([__null__]) .n-login-form .n-login-form-input>img {
		width: 0.3rem;
		height: 0.3rem;
		margin-right: 0.2rem;
	}

	.n-login:not([__null__]) .n-login-form .n-login-form-input[view-pwd] {
		padding-right: 0.3rem;
	}

	.n-login:not([__null__]) .n-login-form .n-login-form-input[view-pwd] .n-login-viewPwd {
		margin-left: 0.2rem;
	}


	/* .n-login:not([__null__]) .n-login-form .n-login-form-btn {
		margin-top: 0.7rem;
	} */

	.n-login:not([__null__]) .n-login-form .n-login-form-btn>button {
		width: 100%;
		height: 0.9rem;
		font-size: 0.36rem;
		padding: 0 0.661rem;
		border-radius: 8px;
	}

	.n-login:not([__null__]) .n-login-form .n-login-form-btn >a{
		display: flex;
		align-items: center;
		font-size: 0.27rem;
		background: #1C6BBA;
		color: #F5F5F5;
		width: 100%;
		height: 0.9rem;
		justify-content: center;
		border-radius: 3px;
	}



	.n-login:not([__null__]) .n-login-form .n-login-form-btn2 {
		margin-top: 0.4rem;
	}
	.n-login:not([__null__]) .n-login-form .n-login-form-btn2 >a{
		height: 0.9rem;
		font-size: 0.27rem;
		border-radius: 0.026rem;
		margin-top: .2083rem;
	}

	.n-login:not([__null__]) .n-login-form .n-login-form-btn3 >a{
		height: 0.9rem;
		font-size: 0.27rem;
		border-radius: 8px;
	}

	.n-login:not([__null__]) .n-login-form .n-login-form-or {
		font-size: 0.36rem;
		margin: 0.2rem 0;
	}
	.n-login:not([__null__]) .n-login-form .n-login-form-or >em{
		margin: 0 0.3rem;
	}

	.n-login:not([__null__]) .n-login-form .n-login-form-tip2{
		padding: 0.3rem 0.3rem;
		margin-top: 0.9rem;
		font-size: 0.3rem;
	}



	.n-login:not([__null__]) .n-login-form .n-login-form-qrCode {
		margin-top: 0rem;
		/* align-items: center; */
	}



	.n-login:not([__null__]) .n-login-form .n-login-form-qrCode>div {
		width: 4.1rem;
		margin-top: 0.12rem;
	}


	.qr_loading>ul {
		margin-bottom: 0.4rem;
	}

	.qr_loading>ul>li {
		width: 0.3rem;
		height: 0.3rem;
		margin: 0 0.2rem;
	}


	.qr_loading>p {
		font-size: 0.4rem;
	}

	.qr_loading {
		position: absolute;
		left: 50%;
		top: 3.8rem;
		transform: translate(-50%);
	}

	.qr_error{
		font-size: 0.4rem;
	}
	.qr_error img{
		width: 2rem;
		margin-bottom: 0.2rem;
	}
	.n-login:not([__null__]) .n-login-form .n-login-form-qrCode>p {
		font-size: 0.36rem;
	}




	.n-login:not([__null__]) .n-login-form .n-login-form-err{
		font-size: 0.26rem;
	}






	.n-login:not([__null__]) .n-login-form .n-login-form-tip {
		display: flex;
		justify-content: space-between;
		margin-top: 0.217rem;
		font-size: 0.130rem;
	}

	.n-login:not([__null__]) .n-login-form .n-login-form-tip>a {
		text-decoration: underline;
		font-size: 0.3rem;
	}


	.n-login:not([__null__]) .n-login-title>span>em {
		font-size: 0.3rem;
		cursor: pointer;
	}
	.n-login:not([__null__]) .n-login-title>span .n-login-title-cur{
		color: #1C6BBA;
		font-size: 0.35rem;
	}


	.n-login:not([__null__]) .n-login-footer {
		font-size: 0.25rem;
		margin-top: 2rem;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}

	.n-login:not([__null__]) .n-login-footer> li > em {
		margin: 0 0.2rem;
	}


	.modal-header{
		padding: 0.2rem 0.4rem !important;
	}
	.modal-content{
		border-radius: 0.2rem !important;
	}
	.modal-content .modal-title{
		font-size: 0.3rem;

	}
	.modal-body{
		padding: 0.4rem !important;
		font-size: 0.3rem !important;
	}
	.modal-body p{
		margin-bottom: 0.2rem;
		font-size: 0.3rem !important;
	}
	.modal-footer{
		padding: 0.2rem !important;
	}
	.modal-content .btn-close{
		padding: 0 0.3rem !important;
		font-size: 0.3rem;
	}
	.modal-content .btn-close:focus{
		box-shadow: none;
	}
	.n-login-form .n-login-form-qrCode .img-background-loading {
		/* width: 100%;
		height: 100%; */
		position: absolute;
		left: -3px;
		top: -3px;
		background-color: #FFFFFF;
		/* display: none; */
	}
	.n-login-form .n-login-form-qrCode .img-background-loading > img {
		width: 4.5rem;
		height: 4.5rem;
	}
	.img-Netiq-loading > img:first-child {
		width: 4.5rem;
		height: 4.5rem;
	}

	.img-Netiq-loading > img:nth-child(2) {
		display: none;
		width: 3rem;
		height: 3rem;
		margin: 0.75rem 1.5rem 0.75rem 1.5rem;
	}

}


