nav {
	display: none;
}

.ka2025nav {
	background-color: #fff;
	height: 64px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.ka2025nav .ulogo {
	display: flex;
	flex-direction: row;
}

.ka2025nav .ulogo img {
	height: 44px;
	width: auto;
}

.ka2025nav .ulogo h1 {
	font-weight: 693;
	font-size: 16px;
	color: #333333;
	line-height: 19px;
	margin-left: 20px;
}

.loginpage,
.userpage {
	padding-top: 0;
}

.userpage main.content {
	padding: 0;
	min-height: calc(100vh - 208px);
}

.loginpage main.content {
	padding: 0;
	min-height: calc(100vh - 50px);

	background: url('https://static.niumitruck.com//uploads/20250506/43acfbe8bf6d30d67ec3ad020a1fa1cb.png') no-repeat 0 64px;
	background-size: auto 100%;
}

.loginpage footer.footer {
	margin-top: 0;
}

.loginpage .logincontainer {
	position: relative;
}


.loginpage .login-section {
	position: absolute;
	right: 60px;
	width: 330px;
	border-radius: 4px;
	overflow: hidden;
}

.loginpage .toregistertipwrap {
	text-align: center;
	margin-top: 20px;
}

.loginpage .toregistertipwrap .toregistertip {
	color: #F7931E;
}

.loginpage .tosubmitbtn {
	background: #F7931E;
	color: #fff;

	padding: 10px 16px;
	font-size: 16px;
	line-height: 1.3333333;
	border-radius: 5px;

	width: 100%;
	border: 0;
}

.loginpage .tosubmitbtn:hover {
	border-color: #f60;
}

.loginpage .btn-forgot {
	font-size: 12px;
	color: #9E9E9E;
}

.loginpage .login-section .login-main {
	padding: 20px;
}

.loginpage .controls input {
	border-radius: 4px;
	border: 1px solid #D9D9D9;
}

.loginpage .ka2025tabs {
	padding-top: 30px;
}

.ka2025tabs {
	display: flex;
	flex-direction: row;
}

.ka2025tabs .item {
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	color: #333333;
	line-height: 19px;

	align-items: center;
	flex: 1;
	cursor: pointer;
}

.ka2025tabs .item span {
	height: 3px;
	width: 96px;
	margin-top: 5px;
}

.ka2025tabs .item.cur {
	font-weight: bold;
}

.ka2025tabs .item.cur span {
	background: #F7931E;
}

.loginpage .login-section .login-main-bysms {
	padding: 20px;
}

.loginpage .controlssmscode {
	display: flex;
	flex-direction: row;
}

.loginpage .controlssmscode .tosendsmscodebtn {
	margin-left: 10px;
}

.loginpage .logon-tab {}


.loginpage .login-section .logon-tab>a {
	padding: 10px 20px;
}


.btn-primary {
	color: #fff;
	background-color: #F7931E;
	border-color: #F7931E;
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #f60;
	border-color: #F7931E;
}

.btn-primary:hover {
	color: #fff;
	background-color: #F7931E;
	border-color: #2c3144;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #f60;
	border-color: #2c3144;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color: #222634;
	border-color: #F7931E;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #F7931E;
	border-color: #F7931E;
}

.btn-primary .badge {
	color: #F7931E;
	background-color: #fff;
}



.userpage .top {
	display: flex;
	flex-direction: row;
	padding: 10px 20px;
	align-items: center;
}

.userpage .top .logo {}

.userpage .top .logo a {}

.userpage .top .logo img {
	width: 61px;
	height: 44px;
}

.userpage .top .locationselector {
	margin-left: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}

.userpage .top .locationselector .locationselectortxt {}

.userpage .top .locationselector .locationselectoricon {
	height: 5px;
	width: 7px;
	background: url(../images/icon_down.png) no-repeat;
	background-size: cover;
	margin-left: 5px;
}

.userpage .top .searchinputer {
	margin-left: 30px;

	display: flex;
	flex: 1;
}

.userpage .top .searchinputer form {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex: 1;

	border-radius: 4px;
	background: #F7931E;
	overflow: hidden;
	padding: 3px;

	max-width: 760px;
	overflow: hidden;
}

.userpage .top .searchinputer .input {
	background: #FFFFFF;
	height: 40px;
	line-height: 40px;
	padding: 5px 15px 5px 5px;
	box-sizing: border-box;
	flex: 1;
}

.userpage .top .searchinputer .button {
	height: 40px;
	background: #F7931E;
	color: #FFFFFF;
	width: 62px;

	cursor: pointer;
}

.userpage .top .contactphone {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 80px;
}

.userpage .top .contactphone .contactphonetxt {
	color: #333;
}

.userpage .top .contactphone .contactphoneicon {
	width: 20px;
	height: 20px;
	background: url(../images/icon_phone.png) no-repeat;
	background-size: cover;
	margin-right: 8px;
}

.userpage .top .contactweixin {
	display: flex;
	flex-direction: row;
	align-items: center;

	margin-left: 40px;
	margin-right: 40px;
	position: relative;
}

.userpage .top .contactweixin .contactweixintxt {
	cursor: pointer;
}

.userpage .top .contactweixin .contactweixinicon {
	width: 20px;
	height: 20px;
	background: url(../images/icon_weixin.png) no-repeat;
	background-size: cover;
	margin-right: 8px;
}

.userpage .top .langselector {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.userpage .top .langselector .langselectortxt {
	cursor: pointer;
}

.userpage .top .langselector .langselectoricon {
	width: 20px;
	height: 20px;
	background: url(../images/icon_lang.png) no-repeat;
	background-size: cover;
	margin-right: 8px;
}

.userpage .top .langselector .langselectoricondown {
	height: 5px;
	width: 7px;
	background: url(../images/icon_down.png) no-repeat;
	background-size: cover;
	margin-left: 5px;
}

.userpage .top .loginbtn {
	margin-left: 40px;
}

.userpage .top .loginbtn .loginbtntxt {
	background: #F7931E;
	border-radius: 4px;
	overflow: hidden;
	width: 61px;
	height: 35px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
}

.userpage .top .flex1 {
	flex: 1;
}

.userpage .topwrap {
	background-color: #fff;
	margin-bottom: 10px;
}

.langselectordropdown {
	min-width: 80px;
}

.langselectordropdown .el-dropdown-menu__item a {
	color: #333;
}

.langselectordropdown .el-dropdown-menu__item:focus,
.langselectordropdown .el-dropdown-menu__item:not(.is-disabled):hover {
	background-color: #FFF0DF;
	color: #333;
}

.userinfodropdown {
	min-width: 80px;
}

.userinfodropdown .el-dropdown-menu__item a {
	color: #333;
}

.userinfodropdown .el-dropdown-menu__item:focus,
.userinfodropdown .el-dropdown-menu__item:not(.is-disabled):hover {
	background-color: #FFF0DF;
	color: #333;
}

.imonline {
	margin-left: 30px;
}

.imonline .usericon {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 40px;
}

.imonline .usericon img {
	width: 100%;
	height: 100%;
}


.footer {
	padding: 50px 0 20px;

}

.footer .footerline {
	text-align: center;
	padding: 5px 0;
}

.footer .footerline a {
	color: #333;
	text-decoration: none;
}



/* 微信二维码样式 */
.weixin-qrcode {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	padding: 10px;
	margin-top: 10px;
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}

.weixin-qrcode::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 12px;
	height: 12px;
	background: #fff;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	transform-origin: 0 0;
	transform: rotate(45deg) translateX(-50%);
}

.weixin-qrcode img {
	width: 150px;
	height: 150px;
	display: block;
}

/* 增加一个伪元素填充微信客服和二维码之间的间隙 */
.contactweixin::after {
	content: '';
	position: absolute;
	height: 15px;
	width: 100%;
	left: 0;
	bottom: -15px;
	z-index: 999;
}

/* 悬停显示效果 */
.contactweixin:hover .weixin-qrcode,
.weixin-qrcode:hover {
	display: block;
	opacity: 1;
	visibility: visible;
}





@media only screen and (max-width: 1440px) {}


/*
* PadMode
*/
@media only screen and (max-width: 1240px) {}

/*
* MobileMode
*/
@media only screen and (max-width: 780px) {

	#uuuserpage .pc {
		display: none;
	}

	.pc {
		display: none;
	}

	.main {
		background: none;
	}

	.m {
		display: block;
	}
	
	.userpage .topwrap {
		position: sticky;
		top: 0;
		z-index: 3;
	}

	.userpage .top {
		padding: 7px 16px;
		position: relative;
		background-color: #fff;
		

		border-bottom: 1px solid #eee;
	}


	.userpage .top .logo img {
		height: 44px;
		width: auto;
	}

	.userpage .top .contactphone {
		margin: 0;
		flex: 1;

		justify-content: center;
		font-weight: bold;
	}

	.userpage .top .contactphone .contactphonetxt1 {
		display: none;
	}

	.userpage .top .mmenik {
		position: relative;
	}

	.userpage .top .mmenik {
		transition: all 0.3s ease-in-out;
		z-index: 10;
		width: 20px;
		height: 20px;
		padding: 0;
		display: inline-block;
		padding-left: 0.15rem;
	}

	.userpage .top .mmenik span {
		position: absolute;
		top: 0;
		right: 0;
		width: 20px;
		height: 2px;
		margin-top: 2px;
		background: #201e1f;
		border-radius: 2px;
		display: inline-block;
		transition: all 0.3s ease-in-out;
	}

	.userpage .top .mmenik::before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 20px;
		height: 2px;
		background: #201e1f;
		border-radius: 2px;
		display: inline-block;
		transition: all 0.3s ease-in-out;
		left: auto;
		transform: none;
		margin-top: 8px;
	}

	.userpage .top .mmenik::after {
		content: '';
		margin-top: 14px;
		position: absolute;
		top: 0;
		right: 0;
		width: 20px;
		height: 2px;
		background: #201e1f;
		border-radius: 2px;
		display: inline-block;
		transition: all 0.3s ease-in-out;
	}

	.userpage .top .mmenik.open:before {
		opacity: 0;
		transition: 0.2s ease 0.1s;
	}

	.userpage .top .mmenik.open:after {
		margin-top: 7px !important;
		-webkit-transform: rotateZ(-45deg);
		transform: rotateZ(-45deg);
		transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
		transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
		transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
	}

	.userpage .top .mmenik.open span {
		margin-top: 7px !important;
		-webkit-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
		transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.25s ease 0.36s;
		transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s;
		transition: margin 0.2s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.25s ease 0.36s, -webkit-transform 0.25s ease 0.36s;
	}

	.userpage .top .flex1 {
		display: none;
	}

	.main .menu {
		width: 0;
	}

	#menu {
		position: fixed;
		top: 1.1rem;
		left: 0;
		right: 0;
		z-index: 8;
		bottom: 0;
		display: none;

		width: 100%;
		z-index: 1000;
	}

	.menu .item {
		width: 100%;
	}



	.loginpage main.content {
		background: #fff;
	}

	.ka2025nav .ulogo h1 {
		display: none;
	}

	.ka2025nav {
		border-bottom: 1px solid #eee;
	}

	.loginpage .login-section {
		width: 90%;
		position: static;
		border-radius: 0;
		margin: 0 auto;
		margin-top: 4rem;
	}

	.login-section .logon-tab>a::after {
		content: ' ';
		display: block;

		height: 0.3rem;
		width: 3rem;
	}

	.loginpage .logon-tab {
		padding-top: 10px;
		padding-bottom: 30px;
	}

	.login-section .logon-tab>a.active {
		font-weight: bold;
		font-size: 18px;
	}

	.login-section .logon-tab>a.active::after {
		background-color: #ff6600;
	}

	.login-section .logon-tab>a {
		background: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: auto;
		font-size: 18px;
	}

	.loginpage .login-section .logon-tab>a {
		padding-left: 10px;
		padding-right: 10px;
	}


	.loginpage .login-section .login-main {
		padding: 0;
	}
}