.header-grey{
	width: 100%;
	height: 35px;
	background: #F6F7FA;
	line-height:35px;
}
.header-grey .hello-login{
	float:left;
}
.hello-login .hello-tips{
	float:left;
}
.hello-login .login-before{
	margin-left:26px;
	float:left;
}
.hello-login .login-before a{
	color: #ED6C00;
}
.hello-login .login-before i{
	display: inline-block;
	width: 1px;
	height: 12px;
	background: rgba(0,0,0,0.1);
	margin:0 15px;
}
.header-grey .login-after{
	float:right;
}
.header-grey .login-after ul li{
	float:left;
	margin-left:29px;
	position: relative;
}
.header-grey .login-after ul li::after{
	content: '';
	position: absolute;
	left:-14px;
	top:50%;
	margin-top:-6px;
	width: 1px;
	height: 12px;
	background: rgba(0,0,0,0.1);
}
.header-grey .login-after ul li:nth-child(1)::after{
	display: none;
}
.header-grey .login-after ul li i{
	color:#EF783A;
}
.header-logo-tool .logo{
	width:189px;
	float:left;
	padding:32px 0 24px;
}
.header-logo-tool .logo a{
	display: block;
	padding-bottom:32.80423%;
	overflow:hidden;
	position: relative;
	transition: all 0.6s;
}
.header-logo-tool .logo a img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
}
.header-logo-tool .tool{
	float:right;
	padding-top:32px;
}
.header-logo-tool .tool .ib-warp{
	float:left;
}
.header-logo-tool .tool .ib-warp .input-button{
	position: relative;
}
.header-logo-tool .tool .ib-warp .input-button input{
	width: 664px;
	height: 38px;
	background: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid rgba(0,0,0,0.1);
	line-height:38px;
	padding-left:47px;
	padding-right:90px;
	box-sizing:border-box;
	background:url(../images/h-search.png) no-repeat 15px center;
}
.header-logo-tool .tool .ib-warp .input-button button{
	position: absolute;
	right:0;
	top:-1px;
	width: 80px;
	height: 38px;
	background: #EF783A;
	border-radius: 0px 5px 5px 0px;
	opacity: 1;
	border:none;
	color:#fff;
	transition: all 0.6s;
}
.header-logo-tool .tool .ib-warp .input-button button:hover{
	background: #ED6C00;
}
.header-logo-tool .tool .ib-warp .used{
	padding:4px 18px;
}
.header-logo-tool .tool .ib-warp .used a{
	line-height:24px;
	font-size:12px;
	color:rgba(0, 0, 0, 0.50);
	display: inline-block;
	margin-left:18px;
	transition: all 0.6s;
}
.header-logo-tool .tool .ib-warp .used a:first-child{
	margin-left:0;
}
.header-logo-tool .tool .ib-warp .used a:hover{
	color: #3870F6;
}
.header-logo-tool .tool .bt-a-box{
	float:right;
	margin-left:24px;
}
.header-logo-tool .tool .bt-a-box a{
	line-height:36px;
	height:36px;
	border:1px solid rgba(0, 0, 0, 0.10);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3870F6;
	text-align: center;
	border-radius:5px;
	transition: all 0.6s;
}
.header-logo-tool .tool .bt-a-box a:hover{
	border-color:#3870F6;
}
.header-logo-tool .tool .bt-a-box a .icon{
	width:24px;
	height:24px;
	display: inline-block;
	margin-right:8px;
}
.header-logo-tool .tool .bt-a-box a .icon.parity{
	background:url(../images/h-cpt.png) no-repeat center;
}
.header-logo-tool .tool .bt-a-box a .icon.shop{
	background:url(../images/h-shop.png) no-repeat center;
	position: relative;
}
.header-logo-tool .tool .bt-a-box a .icon.shop::after{
	content:attr(data-num);
	width: 16px;
	height: 16px;
	background: #EF783A;
	border-radius:50%;
	position: absolute;
	right:-5px;
	top:-5px;
	font-size:12px;
	line-height:16px;
	text-align: center;
	color:#fff;
}
.header-logo-tool .tool .bt-a-box .partiy-bt{
	width:128px;
	float:left;
	margin-right:24px;
}
.header-logo-tool .tool .bt-a-box .shop-bt{
	width:114px;
	float:right;
}
.header-nav-tel{
	border-top:1px solid rgba(0,0,0,0.1);
}
.header-nav-tel .menu-tit{
	width: 248px;
	height: 40px;
	line-height:40px;
	background:#EF783A;
	box-sizing:border-box;
	padding:0 27px;
	position: relative;
	float:left;
}
.header-nav-tel .menu-tit .menu-tit-warp span{
	display: inline-block;
	padding-left:40px;
	font-size:16px;
	color:#ffffff;
	background:url(../images/menu-icon-01.png) no-repeat left center;
}
.header-nav-tel .menu-tit .menu-tit-warp .icon{
	width:24px;
	height:24px;
	position: absolute;
	margin-top:-12px;
	top:50%;
	right:24px;
	background:url(../images/menu-icon-02.png) no-repeat center;
}
.header-nav-tel .menu{
	float:left;
	margin-left:10px;
}
.header-nav-tel .menu ul li{
	float:left;
	margin-left:30px;
	position: relative;
	z-index: 2;
}
.header-nav-tel .menu ul li:hover .erji{
	opacity: 1;
	visibility: visible;
	top: 100%;
}
.header-nav-tel .menu ul li .erji{
	position: absolute;
	left: 0;
	top: 110%;
	transition: all 0.4s;
	opacity: 0;
	visibility: hidden;
	
}
.header-nav-tel .menu ul li .erji dd{
	padding: 2px 0;
}
.header-nav-tel .menu ul li .erji a{
	display: block;
	background-color: rgba(255, 255, 255, 0.8);
	white-space: nowrap;
	line-height: 1;
	padding: 10px;
}
.header-nav-tel .menu ul li a{
	display: block;
	text-align: center;
	line-height:40px;
	font-size:16px;
	transition: all 0.6s;
	padding:0 5px;
	position: relative;
}
.header-nav-tel .menu ul li > a::after{
	content: '';
	width: 0;
	height: 4px;
	background: #ED6C00;
	position: absolute;
	left:0;
	bottom:0;
	transition: all 0.6s;
}
.header-nav-tel .menu ul li:hover > a::after,
.header-nav-tel .menu ul li.active > a::after{
	width:100%;
}
.header-nav-tel .menu ul li.active > a,
.header-nav-tel .menu ul li:hover > a{
	color:#ED6C00;
}
.header-nav-tel .tel{
	float:right;
	line-height:40px;
	display: flex;
	align-items: center;
}
.header-nav-tel .tel .icon{
	width:28px;
	height:28px;
	background:url(../images/h-tel.png) no-repeat center;
	margin-right:16px;
	background-size: cover;
}
.menu-grid{
	display: flex;
}
.header-nav-tel .tel a{
	font-family:var(--hmos-b);
	font-size:18px;
}
/* .main{
	background:#F0F1F2;
} */
.menu-kv-user{
	margin-bottom:30px;
}
.menu-kv-user .menu-list{
	width:250px;
	float:left;
	background:#f8f8f8;
	/* padding:15px 30px 15px 24px; */
	box-sizing:border-box;
	/* height: 100%; */
	/* height: 390px; */
	display: flex;
}
.menu-kv-user .menu-list ul {
	padding: 13px 0;
	max-height: 562px;
	overflow-y: auto;

	width: 100%;
	/* display: flex;
	flex-direction: column;
	justify-content: space-between; */
}
.menu-kv-user .menu-list ul li{
	padding:10px 15px 9px 24px;
	transition: all 0.3s;
	/* height: 100%; */
	box-sizing: border-box;
}
.menu-kv-user .menu-list ul li:last-child{
	padding-bottom:0;
}
.menu-kv-user .menu-list ul li a{
	display: block;
	line-height:26px;
	background:url(../images/menu-icon-03.png) no-repeat right center;
}
.menu-kv-user .menu-list ul li a .icon{
	display:inline-block;
	margin-right:15px;
}
.menu-kv-user .menu-list ul li a .icon img{
	width:26px;
	height:26px;
}
.menu-kv-user .kv-box{
	float:left;
	margin-left:10px;
	width:766px;
	padding-top:10px;
}
.menu-kv-user .kv-box .swiper-slide a{
	display: block;
}
.menu-kv-user .kv-box .swiper-slide .img-box{
	padding-bottom:49.86945%;
	overflow: hidden;
	position: relative;
}
.menu-kv-user .kv-box .swiper-slide .img-box img{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:auto;
}
.kv-box .swiper-pagination{
	bottom:15px;
}
.kv-box .swiper-pagination-bullet{
	width: 24px;
	height: 4px;
	background: rgba(255,255,255,0.3);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	position: relative;
}
.kv-box .swiper-pagination-bullet::after{
	content: '';
	width:0;
	height:100%;
	background:#EF783A;
	position: absolute;
	left:0;
	bottom:0;
	transition: all 0.6s;
}
.kv-box .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
	width:100%;
}
.kv-box .kv-hot-link{
	margin-top:10px;
}
.kv-box .kv-hot-link .img-box{
	display: block;
	width:calc(50% - 5px);
	margin-left:10px;
	overflow: hidden;
	height:158px;
	position: relative;
	float:left;
}
.kv-box .kv-hot-link .img-box:first-child{
	margin-left:0;
}
.kv-box .kv-hot-link .img-box img{
	width:100%;
	height:auto;
}
.menu-kv-user .user-box{
	width:244px;
	float:right;
	padding-top:10px;
}
.menu-kv-user .user-box .user-pic{
	margin-bottom:10px;
	background:#ffffff;
	padding:16px 12px;
}
.menu-kv-user .user-box .user-pic .pic{
	float:left;
	width:60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}
.menu-kv-user .user-box .user-pic .pic a{
	display: block;
}
.menu-kv-user .user-box .user-pic .pic a img{
	width:60px;
	height:60px;
}
.menu-kv-user .user-box .user-pic .lr-box{
	width:145px;
	float:right;
	height:60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.menu-kv-user .user-box .user-pic .lr-box .tips{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: rgba(0,0,0,0.5);
	line-height: 24px;
}
.menu-kv-user .user-box .user-pic .lr-box .link a{
	color: #ED6C00;
	line-height: 24px;
	transition: all 0.6s;
}
.menu-kv-user .user-box .user-pic .lr-box .link i{
	width: 1px;
	height: 12px;
	background: rgba(0,0,0,0.1);
	display: inline-block;
	margin:0 13px;
}
.menu-kv-user .user-box .user-pic .up-bt{
	margin-top:21px;
}
.menu-kv-user .user-box .user-pic .up-bt a{
	display: block;
	float:left;
	width:calc(50% - 4px);
	margin-left:8px;
	height: 44px;
	text-align: center;
	line-height:44px;
	color:#ED6C00;
	border:1px solid #ED6C00;
	border-radius:2px;
	box-sizing: border-box;
	transition: all 0.6s;
}
.menu-kv-user .user-box .user-pic .up-bt a:hover{
	color:#fff;
	background:#ED6C00;
}
.menu-kv-user .user-box .user-pic .up-bt a:first-child{
	margin-left:0;
}
.menu-kv-user .personal-center{
	margin-top:10px;
	background:#fff;
	padding:0 12px 20px;
}
.menu-kv-user .personal-center .step-box{
	padding:32px 6px;
	border-bottom:1px dashed rgba(0,0,0,0.3);;
	margin-bottom:32px;
}
.personal-center .step-box li{
	height:32px;
	line-height:32px;
	margin-top:32px;
	width:50%;
	float:left;
}
.personal-center .step-box li:nth-child(1),
.personal-center .step-box li:nth-child(2){
	margin-top:0;
}
.personal-center .step-box li a{
	display: flex;
	align-items: center;
}
.personal-center .step-box li a .icon{
	margin-right:8px;
}
.personal-center .step-box li a .icon img{
	width:32px;
	height:32px;
}
.personal-center .user-dm{
	padding:0 2px;
}
.personal-center .user-dm ul li{
	margin-top:10px;
	position: relative;
}
.personal-center .user-dm ul li:first-child{
	margin-top:0;
}
.personal-center .user-dm ul li .img-box{
	max-height:80px;
	overflow: hidden;
	display: block;
}
.personal-center .user-dm ul li .img-box img{
	width:100%;
	height:auto;
}
.personal-center .user-dm ul li .text{
	position: absolute;
	z-index:2;
	left:0;
	top:0;
	width:50%;
	height:100%;
	display: flex;
	align-items: center;
}
.personal-center .user-dm ul li .text a{
	display: block;
	padding-left:25px;
}
.personal-center .user-dm ul li .text a span{
	display: block;
	font-family:var(--hmos-b);
	color:#333;
}
.personal-center .user-dm ul li .text a i{
	font-size:12px;
	color:#ED6C00;
}
.kv-box a{
	display: block;
}
.kv-box img{
	width:100%;
	height:auto;
}
.index-pro-box{
	margin-top:30px;
}
.index-pro-tit{
	position: relative;
	padding-left:16px;
}
.index-pro-tit .slot-right{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.index-pro-tit::after{
	content: '';
	width: 6px;
	height: 23px;
	background: #EF783A;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-11.5px;
}
.index-pro-tit h6{
	font-family:var(--hmos-b);
	font-size:24px;
	line-height:28px;
	display: inline-block;
	padding-right:25px;
	background:#f0f1f2;
	position: relative;
	z-index:3;
}
.index-pro-tit::before{
	content: '';
	width: 98%;
	height: 6px;
	background: #DDDDDD;
	right:0;
	top:50%;
	margin-top:-3px;
	position: absolute;
}
.index-pro-box .index-pro-centent{
	margin-top:20px;
	display: flex;
	justify-content: space-between;
}
.index-pro-centent .ipc-menu{
	width:248px;
	float:left;
	height: 671px;
}
.index-pro-centent .ipc-menu .ipcm-top{
	/* background:#50A3AF; */
	border-radius:5px 5px 0 0;
	position: relative;
}
.index-pro-centent .ipc-menu .ipcm-top .img-box img{
	width:100%;
	height:auto;
}
/* .index-pro-centent .ipc-menu .ipcm-top .img-box{
	padding: 70px 0 0 70px;
} */
.index-pro-centent .ipc-menu .ipcm-top .tit-box{
	position: absolute;
	z-index:3;
	left:0;
	top:0;
	padding:40px 35px;
}
.index-pro-centent .ipc-menu .ipcm-top .tit-box .cn{
	font-family: var(--hmos-b);
	font-size:32px;
	line-height:38px;
	color:#fff;
}
.index-pro-centent .ipc-menu .ipcm-top .tit-box .en{
	font-family: var(--hmos-b);
	font-size: 18px;
	color: #FFFFFF;
	line-height: 21px;
	text-transform: uppercase;
	margin-top:12px;
}
.index-pro-centent .ipc-menu .ipcm-nav{
	/* background:#59B8C6; */
	border-radius:0 0 5px 5px;
	padding:50px 0 50px 20px;
	overflow: hidden;
}
.index-pro-centent .ipc-menu .ipcm-nav ul{
	padding-left: 35px;
	/* max-height: 140px; */
	/* overflow-y: auto;
	overflow-x: hidden;
	padding-right: 5px; */
}
.index-pro-centent .ipc-menu .ipcm-nav ul li{
	margin-top:16px;
	position: relative;
}
.index-pro-centent .ipc-menu .ipcm-nav ul li::after{
	content: '';
	width: 0;
	height: 2px;
	background: #FFFFFF;
	position: absolute;
	left:-40px;
	top:50%;
	margin-top:-1px;
	opacity:0;
	transition: all 0.6s;
}
.index-pro-centent .ipc-menu .ipcm-nav ul li:hover::after,
.index-pro-centent .ipc-menu .ipcm-nav ul li.active::after{
	opacity:1;
	width:29px;
}
.index-pro-centent .ipc-menu .ipcm-nav ul li:first-child{
	margin-top:0;
}
.index-pro-centent .ipc-menu .ipcm-nav ul li a{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	transition: all 0.6s;
	display: inline-block;
	position: relative;
	transition: all 0.6s;
}
.index-pro-centent .ipc-menu .ipcm-nav ul li:hover a,
.index-pro-centent .ipc-menu .ipcm-nav ul li.active a{
	font-family:var(--hmos-b);
	padding:0 15px;
}
.index-pro-centent .ipc-menu .ipcm-nav ul li a::before{
	content: '「';
	position: absolute;
	left:-10px;
	top:0;
	opacity:0;
}
.index-pro-centent .ipc-menu .ipcm-nav ul li a::after{
	content: '」';
	position: absolute;
	right:-10px;
	top:0;
	opacity:0;
}
.index-pro-centent .ipc-menu .ipcm-nav ul li:hover a::before,
.index-pro-centent .ipc-menu .ipcm-nav ul li:hover a::after,
.index-pro-centent .ipc-menu .ipcm-nav ul li.active a::before,
.index-pro-centent .ipc-menu .ipcm-nav ul li.active a::after{
	opacity:1;
}
.index-pro-centent .ipc-list{
	width:1022px;
	float:right;
}
.index-pro-centent .ipc-list ul li{
	width:calc(25% - 10px);
	margin-left:10px;
	float:left;
	margin-top:10px;
	background:#fff;
	border-radius:2px;
}
.index-pro-centent .ipc-list ul li:nth-child(-n+4){
	margin-top:0;
}
.index-pro-centent .ipc-list ul li:nth-child(4n+1){
	margin-left:0;
}
.index-pro-centent .ipc-list ul li .img-box{
	padding:10px 24px;
	background: linear-gradient(180deg, rgba(246,247,250,0) 0%, #F6F7FA 100%);
	border-radius:2px 2px 0 0;
}
.index-pro-centent .ipc-list ul li .img-box a{
	display: block;
}
.index-pro-centent .ipc-list ul li .img-box a img{
	width:100%;
	height:auto;
}
.index-pro-centent .ipc-list ul li .name-link{
	padding:20px;
}
.index-pro-centent .ipc-list ul li .name-link .model{
	font-size:12px;
	color: #ED6C00;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 18px;
}
.index-pro-centent .ipc-list ul li .name-link .name{
	display: block;
	text-align: center;
	/* line-height:; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:16px;
	font-family:var(--hmos-b);
	transition: all 0.6s;
	margin-top:4px;
}
.index-pro-centent .ipc-list ul li .name-link .name:hover{
	color:#ED6C00;
}
.index-pro-centent .ipc-list ul li .name-link .more{
	text-align: center;
	font-size: 12px;
	color: #808080;
	line-height: 24px;
	display: block;
	text-align: center;
	transition: all 0.6s;
	margin-top:4px;
}
.index-pro-centent .ipc-list ul li .name-link .more:hover{
	color:#ED6C00;
}
.footer{
	/* padding-top:30px; */
	background:#F0F1F2;
}
.footer-box{
	background:#fff;
}
.footer .footer-hot{
	padding:24px 0;
}
.footer-hot ul li{
	width:calc(25% - 110.25px);
	margin-left:147px;
	text-align: center;
	float:left;
	position: relative;
}
.footer-hot ul li::after{
	content: '';
	width: 1px;
	height: 40px;
	background: #E6E6E6;
	position: absolute;
	left:-73px;
	top:50%;
	margin-top:-20px;
}
.footer-hot ul li:first-child::after{
	display: none;
}
.footer-hot ul li:first-child{
	margin-left:0;
}
.footer-hot ul li .icon-box img{
	width:66px;
	height:66px;
}
.footer-hot ul li .tips{
	font-family: var(--hmos-b);
	line-height:20px;
	margin-top:5px;
}
.footer-content{
	padding:32px 0;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}
.footer-content .f-contact{
	width:27.5%;
	float:left;
}
.footer-content .f-contact li{
	margin-top:12px;
	padding-left:40px;
	position: relative;
}
.footer-content .f-contact li .icon{
	position: absolute;
	left:0;
	top:0;
}
.footer-content .f-contact li:nth-child(1){
	top:5px;
}
.footer-content .f-contact li:nth-child(3){
	top:5px;
}
.footer-content .f-contact li .icon img{
	width:24px;
	height:24px;
}
.footer-content .f-contact li .text{
	line-height:24px;
	color: rgba(51, 51, 51, 0.5);
}
.footer-content .f-contact li .text .mail{
	color: rgba(51, 51, 51, 0.5);
}
.footer-content .f-contact li .text .mail:hover{
	color:#ED6C00;
}
.footer-content .f-contact li .text .tel{
	color:#ED6C00;
	font-family:var(--hmos-b);
	font-size:20px;
	display: block;
	margin-bottom:6px;
}
.footer-content .f-contact:first-child{
	margin-top:0;
}
.footer-content .f-nav{
	width:42.5%;
	float:left;
}
.footer-content .f-nav dl{
	float:left;
	text-align: center;
	width:50%;
	box-sizing:border-box;
}
.footer-content .f-nav dl:first-child{
	padding-left:15%;
}
.footer-content .f-nav dl:last-child{
	border-right:1px solid #e8e8e8;
}
.footer-content .f-nav dl dt{
	margin-bottom:32px;
}
.footer-content .f-nav dl dt a{
	font-size:16px;
	line-height:19px;
}
.footer-content .f-nav dl dd a{
	display: block;
	margin-bottom:10px;
	color: rgba(51, 51, 51, 0.5);
	transition: all 0.6s;
}
.footer-content .f-nav dl dd a:hover{
	color:#ED6C00;
}
.footer-content .footer-public{
	width:30%;
	float:right;
	display: flex;
	justify-content: flex-end;
}
.footer-content .footer-public .fp-item{
	margin-left:20px;
	text-align: center;
}
.footer-content .footer-public .fp-item .pic-box img{
	width:120px;
	height:auto;
}
.footer-content .footer-public .fp-item p{
	color: rgba(51, 51, 51, 0.5);
	line-height:16px;
	margin-top:12px;
}
.footer-copy{
	padding:27px 0;
}
.footer-copy .copy{
	float:left;
	width:50%;
	color: rgba(51, 51, 51, 0.5);
}
.footer-copy .copy a{
	color: rgba(51, 51, 51, 0.5);
}
.footer-copy .copy a:hover{
	color:#ED6C00;
}
.footer-copy  .link{
	display: flex;
	justify-content: flex-end;
	width:50%;
}
.footer-copy  .link a{
	display: inline-block;
	margin-left:29px;
	position: relative;
}
.footer-copy  .link a::after{
	content: '';
	width: 1px;
	height: 12px;
	background: #e8e8e8;
	position: absolute;
	left:-15px;
	top:50%;
	margin-top:-6px;
}
.footer-copy  .link a:first-child::after{
	display:none;
}

.page-fixed{
	position: fixed;
	right:40px;
	top:50%;
	transform: translateY(-50%);
	z-index:999;
}
.page-fixed .feedback{
	background:#FFFFFF;
	border-radius:2px;
}
.page-fixed .feedback li{
	position: relative;
}
.page-fixed .feedback li::after{
	content: '';
	background:#DDDDDD;
	width:28px;
	height:1px;
	position: absolute;
	left:50%;
	margin-left:-14px;
	top:0;
}
.page-fixed .feedback li:first-child::after{
	display:none;
}
.page-fixed .feedback li a{
	display: block;
	width:76px;
	height:80px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color:#999999;
}
.page-fixed .feedback li a:hover{
	color:#ED6C00;
}
.page-fixed .feedback li a .icon{
	display: block;
	margin-bottom:8px;
	width:24px;
	height:24px;
	background-position:center;
	background-repeat: no-repeat;
	background-repeat:none;
	position: relative;
}
.page-fixed .feedback li a .icon::after{
	content: '';
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
}
.page-fixed .feedback li a:hover .icon::after{
	opacity:1;
}
.page-fixed .feedback li a .icon.fb-01{
	background-image:url(../images/r-f-icon-01.png);
}
.page-fixed .feedback li a .icon.fb-02{
	background-image:url(../images/r-f-icon-02.png);
}
.page-fixed .feedback li a .icon.fb-03{
	background-image:url(../images/r-f-icon-03.png);
}
.page-fixed .feedback li a .icon.fb-01::after{
	background-image:url(../images/r-f-icon-01-h.png);
}
.page-fixed .feedback li a .icon.fb-02::after{
	background-image:url(../images/r-f-icon-02-h.png);
}
.page-fixed .feedback li a .icon.fb-03::after{
	background-image:url(../images/r-f-icon-03-h.png);
}
.page-fixed .go-top{
	background:#FFFFFF;
	border-radius:2px;
	margin-top:16px;
}
.page-fixed .go-top a{
	display: block;
	width:76px;
	height:80px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color:#999999;
}
.page-fixed .go-top a:hover{
	color:#ED6C00;
}
.page-fixed .go-top a .icon{
	display: block;
	margin-bottom:8px;
	width:24px;
	height:24px;
	background-position:center;
	background-repeat: no-repeat;
	background-repeat:none;
	position: relative;
}
.page-fixed .go-top a .icon::after{
	content: '';
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
}
.page-fixed .go-top a:hover .icon::after{
	opacity:1;
}
.page-fixed .go-top a .icon.gotop{
	background-image:url(../images/r-f-icon-04.png);
}
.page-fixed .go-top a .icon.gotop::after{
	background-image:url(../images/r-f-icon-04-h.png);
}


/* eco start*/
.inner-kv-box .ikv-crumbs-swiper{
	position: relative;
}
.crumbs-box{
	margin:16px 0;
	color:#222;
	position: relative;
	z-index: 2;
	background: url('../images/n-home.svg') no-repeat 0 50%;
	background-size: 20px;
	padding-left: 30px;
}
.crumbs-box.mail-crumbs{
	margin: 40px 0 60px;
}
.crumbs-box .last-cat{
	display: inline-block;
	
}
.crumbs-box .last-cat h5{
	padding: 0 10px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	line-height: 30px;
	box-sizing: border-box;
	color: #222;
	font-weight: 400;
}
.crumbs-box .last-cat:hover .h-text{
	opacity: 1;
	visibility: visible;
}
.crumbs-box .last-cat .h-text{
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	padding: 5px 0;
	transition: all 0.2s;
	opacity: 0;
	visibility: hidden;
}
.crumbs-box .last-cat .h-text dl{
	display: flex;
	flex-wrap: wrap;
}
.crumbs-box .last-cat .h-text dl dd a{
	display: block;
	padding: 6px 10px;
	color: #777777;
	font-size: 14px;
}
.crumbs-box .last-cat .h-text dl dd a:hover{
	color: #ED6C00;
}
.ikv-crumbs-swiper .crumbs-box{
	position: absolute;
	left:0;
	top:0;
	z-index:3;
	color:#fff;
	right: 0;
}
.ikv-crumbs-swiper .crumbs-box.cb{
	color: #333;
}
.ikv-crumbs-swiper .crumbs-box.cb a{
	color: #333;
}
.ikv-crumbs-swiper .crumbs-box.cb a:hover{
	text-decoration: underline;
	color: #333;
}
.crumbs-box a{
	color:#333;
}
.crumbs-box i{
	padding: 0 5px;
}
.inner-kv-box .crumbs-box a:hover{
	color:#fff;
}
.crumbs-box a:hover{
	color:#333;
}
.ikv-swiper .swiper-slide a{
	display: block;
	position: relative;
}
.ikv-swiper .swiper-slide a .img-box img{
	width:100%;
	height:auto;
}
.ikv-swiper .swiper-slide .img-boxauto{
	padding-bottom: 23.4375%;
}
.ikv-swiper .swiper-slide a .text-box{
	position: absolute;
	left:0;
	top:0;
	height:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index:3;
	box-sizing: border-box;
	padding-left:10%;
}
.ikv-swiper .swiper-slide a .text-box .cn{
	transition: all 1.6s;
	font-size: 62px;
	color: #EAEAEA;
	font-size: 62px;
	line-height:1;
	color: #EAEAEA;
	background: linear-gradient(0deg, #3ECCFA 0%, #FFFFFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom:30px;
	transform: translateX(-20%);
	opacity:0;
}
.ikv-swiper .swiper-slide a .text-box .jp{
	display: block;
	width: 150px;
	height: 35px;
	text-align: center;
	line-height:35px;
	background:url(../images/eco-icon-01.png) no-repeat center;
	color: #fff;
	transition: all 1.6s;
	transform: translateX(10%);
	opacity:0;
}
.ikv-swiper .swiper-slide.ani-slide a .text-box .cn{
	opacity:1;
	transform: translateX(0);
}
.ikv-swiper .swiper-slide.ani-slide a .text-box .jp{
	opacity:1;
	transform: translateX(0);
}

.ikv-swiper .swiper-pagination{
	bottom:15px;
}
.ikv-swiper .swiper-pagination-bullet{
	width: 24px;
	height: 1px;
	background: rgba(255,255,255,0.3);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	position: relative;
}
.ikv-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width:64px;
}
.ikv-swiper .swiper-pagination-bullet::after{
	content: '';
	width:0;
	height:100%;
	background:#EF783A;
	position: absolute;
	left:0;
	bottom:0;
	transition: all 0.6s;
}
.ikv-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
	width:100%;
}
.inner-pro-box{
	padding-top:30px;
}
.inner-pro-list ul li{
	width:calc(20% - 8px);
	margin-left:10px;
	float:left;
	margin-top:10px;
	background:#fff;
	border-radius:2px;
}
.inner-pro-list ul li:nth-child(-n+5){
	margin-top:0;
}
.inner-pro-list ul li:nth-child(5n+1){
	margin-left:0;
}
.inner-pro-list ul li .img-box{
	padding:10px 24px;
	background: linear-gradient(180deg, rgba(246,247,250,0) 0%, #F6F7FA 100%);
	border-radius:2px 2px 0 0;
}
.inner-pro-list ul li .img-box a{
	display: block;
}
.inner-pro-list ul li .img-box a img{
	width:100%;
	height:auto;
}
.inner-pro-list ul li .name-link{
	padding:20px;
}
.inner-pro-list ul li .name-link .model{
	font-size:12px;
	color: #ED6C00;
	text-align: center;
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inner-pro-list ul li .name-link .name{
	display: block;
	text-align: center;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:18px;
	font-family:var(--hmos-b);
	transition: all 0.6s;
	margin-top:4px;
}
.inner-pro-list ul li .name-link .name:hover{
	color:#ED6C00;
}
.inner-pro-list ul li .name-link .more{
	text-align: center;
	font-size: 12px;
	color: #808080;
	line-height: 24px;
	display: block;
	text-align: center;
	transition: all 0.6s;
	margin-top:4px;
}
.inner-pro-list ul li .name-link .more:hover{
	color:#ED6C00;
}
.page-box{
	text-align: center;
	padding:50px 0;
}
.page-box .el-pagination.is-background .btn-next, 
.page-box .el-pagination.is-background .btn-prev, 
.page-box .el-pagination.is-background .el-pager li{
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #ECEFF5;
	border-radius: 5px;
	line-height:50px;
}
.page-box .el-pagination.is-background .el-pager li:not(.disabled).active{
	background: #ED6C00;
	border-radius: 5px;
}
.page-box .el-pagination button, 
.page-box .el-pagination span:not([class*=suffix]){
	line-height:50px;
	height:50px;
}
.page-box .el-pagination__editor.el-input .el-input__inner{
	height:50px;
	width:50px;
}
.page-box .el-pagination__editor{
	height:50px;
	margin-right:5px;
}
.menu-tit.inner-menu{
	position: relative;
	background:#fff;
	border:1px solid rgba(0,0,0,0.1);
	cursor: pointer;
	border-top: 0;
	border-bottom: 0;
}
.inner-menu.open .menu-list{
	display: block;
}
.header-nav-tel .menu-tit.inner-menu .menu-tit-warp span{
	background:url(../images/menu-icon-01-h.png) no-repeat left center;
	color:#333;
}
.header-nav-tel .menu-tit.inner-menu .menu-tit-warp .icon{
	background:url(../images/menu-icon-02-h.png) no-repeat center;
	transition: all 0.6s;
	transform: rotate(0);
}
.header-nav-tel .menu-tit.inner-menu.cur{
	background:#EF783A;
}
.header-nav-tel .menu-tit.inner-menu.cur .menu-tit-warp span{
	background:url(../images/menu-icon-01.png) no-repeat left center;
	color:#fff;
}
.header-nav-tel .menu-tit.inner-menu.cur .menu-tit-warp .icon{
	background:url(../images/menu-icon-02.png) no-repeat center;
	transform: rotate(180deg);
}
.inner-menu .menu-list{
	display: none;
	position: absolute;
	left:-1px;
	top:100%;
	width:100%;
	background:#f8f8f8;
	/* padding:15px 30px 15px 24px; */
	box-sizing:border-box;
	z-index:4;
	min-height: 301px;
	/* max-height: 220px;
	overflow-y: auto; */

}
.inner-menu .menu-list ul{
	max-height: 426px;
	overflow-y: auto;
}


/* 全局样式 */
.inner-menu .menu-list ul::-webkit-scrollbar,.menu-kv-user .menu-list ul::-webkit-scrollbar{
    width: 4px; /* 设置滚动条宽度 */
}
 
/* 水平滚动条样式 */
.inner-menu .menu-list ul::-webkit-scrollbar-track,.menu-kv-user .menu-list ul::-webkit-scrollbar-track{
    background-color: #f5f5f5; /* 设置滑道背景色 */
}
 
.inner-menu .menu-list ul::-webkit-scrollbar-thumb,.menu-kv-user .menu-list ul::-webkit-scrollbar-thumb {
    background-color: #aaa; /* 设置滑块背景色 */
    border-radius: 4px; /* 设置滑块圆角 */
}
 
/* 垂直滚动条样式 */
.inner-menu .menu-list ul::-webkit-scrollbar-corner,.menu-kv-user .menu-list ul::-webkit-scrollbar-corner {
    display: none; /* 去除交叉点 */
}
.inner-menu .menu-list ul li{
	padding:5px 15px 5px 24px;
}
.inner-menu .menu-list ul li:last-child{
	padding-bottom:0;
}
.inner-menu .menu-list ul li a{
	display: block;
	line-height:26px;
	background:url(../images/menu-icon-03.png) no-repeat right center;
}
.inner-menu .menu-list ul li a .icon{
	display:inline-block;
	margin-right:15px;
}
.inner-menu .menu-list ul li a .icon img{
	width:26px;
	height:26px;
}
/* eco end*/

/* customized start */
.inner-cus-box .cus-warp{
	background: #FFFFFF;
	max-width:1000px;
	margin:0 auto;
	padding:80px 120px;
}
.cus-warp .tit{
	text-align: center;
	padding-bottom:20px;
}
.cus-warp .tit h6{
	font-size: 32px;
	color: #333333;
	line-height: 34px;
}
.cus-warp .upload-box{
	margin-bottom:20px;
}
.cus-warp .upload-box .el-button--primary{
	background:#EBEBEB;
	border-radius:6px;
	width: 121px;
	height: 34px;
	border:none;
	color:#333;
}
.cus-warp .textarer-box textarea{
	min-height:180px !important;
}
.cus-warp .submit-box{
	text-align: center;
	margin-top:25px;
}
.cus-warp .submit-box a{
	width: 80px;
	height: 34px;
	background: #EBEBEB;
	border-radius: 6px;
	text-align: center;
	line-height:34px;
	display: inline-block;
	color:#333;
	transition: all 0.6s;
}
.cus-warp .submit-box .el-button.el-button--default{
	background: #EBEBEB;
	border-color: #EBEBEB;
}
.cus-warp .submit-box a:first-child{
	margin-right:5px;
}
.cus-warp .submit-box a:hover{
	background:#2052D1;
	background: linear-gradient(-90deg, #2052D1, #7094ef);
	color:#fff;
}
/* customized end */

/* 注册和登录 */
.login-page{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.login-main{
    flex: 1;
    height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background:url(../images/register-pic-02.jpg) no-repeat center;
	background-size:cover;
}
.login-main .main-box{
	height: 100%;
}
.login-register-header .logo{
	float: left;
	display: flex;
	flex-direction:row;
	align-items: center;
	padding:25px 0;
}
.login-register-header .logo a{
	display: block;
	max-width:163px;
	margin-right:20px;
}
.login-register-header .logo a img{
	width:100%;
	height:auto;
}
.login-register-header .logo .tips{
	font-size: 16px;
	color: #999999;
}
.login-register-header .tel{
	padding:16px 0;
	float:right;
	line-height:64px;
	display: flex;
	align-items: center;
}
.login-register-header .tel .icon{
	width:38px;
	height:38px;
	background:url(../images/h-tel.png) no-repeat center;
	margin-right:16px;
}
.login-register-header .tel a{
	font-family:var(--hmos-b);
	font-size:18px;
}
.login-register-main{
	/* height:calc(100vh - 103px); */
	
	box-sizing:border-box;
	height: 100%;
	/* padding:100px 0; */
	display: flex;
	flex-direction: column;
	align-items: center;
	display: flex;
	align-items: center;
}
.login-register-main .pic{
	width:50%;
	float:left;
}
.login-register-main .pic img{
	width:100%;
	height:auto;
}

.login-register-main .lr-success {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 100px 0;
}
.login-register-main .lr-success  .p-t{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.login-register-main .lr-success  .button-box{
	margin: 24px 0 0;
	width: 100%;
}
.login-register-main .lr-success .icon{
	color: #ED6C00;
	font-size: 42px;
	margin-bottom: 12px;
}
.login-register-main .lr-forme-box{
	box-sizing:border-box;
	padding:60px  100px;
	width: 600px;
	background: #FFFFFF;
	box-shadow: 0px 0px 65px 0px rgba(78,85,102,0.2);
	border-radius: 20px;
	margin: 0 auto;
	
}
.login-register-main .lr-forme-box.w800{
	width: 800px;
}
.login-register-main .lr-forme-box.w800 ul{
	display: flex;
	flex-wrap: wrap;
}
.login-register-main .lr-forme-box.w800 ul li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 0;
}
.login-register-main .lr-forme-box.w800 ul li:nth-child(2n){
	margin-right: 0px;
}
.login-register-main .lr-forme-box.w800  .button-box a{
	max-width: 330px;
}
.lr-forme-box .tit h6{
	font-size: 28px;
	color: #222;
	margin-bottom:20px;
	text-align: center;
}
.lr-forme-box .el-tabs__item{
	color:#757575;
	padding:0 20px;
}
.lr-forme-box .el-tabs__item.is-active{
	color:#333;
}
.lr-forme-box .el-tabs__nav-wrap::after{
	background: rgba(191, 191, 191, 0.2);
	height:1px;
}
.lr-forme-box .list-box ul li{
	margin-bottom:15px;
}
.lr-forme-box .label,.lr-forme-box .el-form-item__label{
	font-size: 16px;
	color: #333333;
	margin-bottom:10px;
}
.lr-forme-box .el-input{
	position: relative;
}
.lr-forme-box .input-box{
	position: relative;
	
}
.lr-forme-box .input-box .red{
	position: absolute;
	left: 8px;
	top: 2px;
	z-index: 2;
	color: #F00;
}
.lr-forme-box .input-box .code-img{
	position: absolute;
	right:0;
	top:0;
	z-index:4;
	height:40px;
	display: flex;
	align-items: center;
	padding-right:10px;
}
.lr-forme-box .input-box .tel-obtain{
	position: absolute;
	right:2px;
	top:2px;
	bottom: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color:rgba(0, 72, 152, 0.4);
	box-sizing:border-box;
	padding:0 15px;
	background: #EEEEEE;
	border-radius: 4px;
	color: #ED6C00;
}
.lr-forme-box .input-box .code-img a{
	display: flex;
	align-items: center;
	height:40px;
}
.lr-forme-box .input-box .code-img .bt{
	margin-right:15px;
}
.lr-forme-box .button-box{
	margin-top:0px;
	margin-bottom:10px;
}
.lr-forme-box .button-box a{
	display: block;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height:40px;
	color:#fff;
	background: #ED6C00;
	border-radius: 4px;
	transition: all 0.4s;
	margin: 0 auto;
}
.lr-forme-box .button-box a.d-btn{
	background-color: #F5F5F5;
	color: #999999;
}
.lr-forme-box .formstep{
	margin-top:40px;
}
.lr-forme-box .button-box a.d-btn:hover{
	color:#fff;
	background: #ED6C00;
}
.lr-forme-box .forgot{
	/* text-align: center; */
	color: #222;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}
.lr-forme-box .forgot.tcenter{
	justify-content: center;
}
.lr-forme-box .forgot a{
	font-size: 14px;
	color: #ED6C00;
	/* margin-left: 5%; */
}
.register-tips{
	padding:40px 0 10px;
	text-align: center;
	font-weight: 500;
	color: #222;
	font-size: 14px;
}
.register-tips .el-checkbox__input.is-checked+.el-checkbox__label{
	color:#222;
}
.register-tips a{
	color:#ED6C00;
	white-space: normal;
}
.register-tips .el-checkbox{
	/* font-weight: 400; */
	color: #222;
}
.register-tips .el-checkbox__input{
	vertical-align: middle;
}
/* 注册和登录 */


@media screen and (max-width: 1466px) {
	.login-register-main .lr-forme-box{
		padding: 20px 30px;
	}
	.lr-forme-box .tit h6{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.layerlogin-tab{
		margin-bottom: 20px;
	}
	.lr-forme-box .button-box{
		margin-top: 0px;
	}
	.page-box .el-pagination.is-background .btn-next, .page-box .el-pagination.is-background .btn-prev, .page-box .el-pagination.is-background .el-pager li{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.page-box .el-pagination__editor{
		height: 40px;
	}
	.page-box .el-pagination button, .page-box .el-pagination span:not([class*=suffix]){
		height: 40px;
		line-height: 40px;
	}
	.page-box .el-pagination__editor.el-input .el-input__inner{
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
	
}
@media screen and (max-width: 1366px) {
	.allorder-title .o-search input::placeholder{
		font-size: 12px;
	}
	.lr-forme-box .forgot,.lr-forme-box .forgot a{
		font-size: 12px;
	}
	.index-pro-centent .ipc-menu{
		height: 517px;
	}
	.personal-center .user-dm ul li .text a{
		padding-left: 18px;
	}
	.index-pro-centent .ipc-menu .ipcm-nav ul{
		padding-left: 20px;
	}
	.index-pro-centent .ipc-menu .ipcm-nav ul li a{
		font-size: 14px;
	}
	.index-pro-centent .ipc-list ul li .name-link{
		padding: 12px;
	}
	.inner-menu .menu-list ul{
		max-height: 326px;
		overflow-y: auto;
	}
	/* body, input, select, button, textarea{
		font-size: 12px;
	} */
	.header-logo-tool .tool .ib-warp .input-button input{
		width: 480px;
	}
	.menu-kv-user .kv-box{
		width: 560px;
	}
	.menu-kv-user .menu-list ul {
	
		max-height:400px;
	}
	.menu-kv-user .menu-list ul li a{
		/* font-size: 12px; */
	}
	.header-nav-tel .tel a{
		font-size: 14px;
	}
	.header-nav-tel .menu ul li a{
		font-size: 14px;
	}
	.header-nav-tel .menu ul li{
		margin-left: 24px;
	}
	.header-nav-tel .menu-tit .menu-tit-warp span{
		font-size: 14px;
	}
	
	.menu-kv-user .menu-list{
		width: 220px;
	}
	.header-nav-tel .menu-tit{
		padding: 0 12px;
		width: 220px;
	}
	.menu-kv-user .user-box{
		width: 200px;
	}
	.personal-center .step-box li a .icon img{
		width: 20px;
		height: 20px;
	}
	.personal-center .step-box li a .icon{
		margin-right: 3px;
	}
	.personal-center .step-box li{
		height: auto;
		line-height: 1;
		margin-top: 12px;
	}
	.menu-kv-user .personal-center .step-box{
		padding:24px 6px;
		margin-bottom: 12px;
	}
	.menu-kv-user .user-box .user-pic .pic a img{
		width: 36px;
		height: 36px;
	}
	.menu-kv-user .user-box .user-pic .pic{
		width: 36px;
		padding: 0;
		height: 36px;
	}
	.menu-kv-user .user-box .user-pic .lr-box{
		justify-content: flex-start;
		height: auto;
		width: 130px;
	}
	.menu-kv-user .user-box .user-pic .lr-box .link a{
		line-height: 1.5;
		font-size: 12px;
	}
	.menu-kv-user .user-box .user-pic .up-bt a{
		height: 32px;
		line-height: 32px;
	}
	.menu-kv-user .user-box .user-pic .up-bt{
		margin-top: 12px;
	}
	.menu-kv-user .menu-list ul li{
		padding-top: 7px;
		padding-bottom: 6px;
	}
	.menu-kv-user .menu-list ul li a .icon img{
		width: 20px;
		height: 20px;
	}
	.menu-kv-user .menu-list ul li a{
		line-height: 20px;
	}
	.kv-box .kv-hot-link{
		margin-top: 5px;
	}
	.kv-box .kv-hot-link .img-box{
		height: 115px;
	}
	
	.index-pro-centent .ipc-menu .ipcm-top .tit-box .cn{
		font-size: 24px;
	}
	.index-pro-centent .ipc-menu .ipcm-top .tit-box .en{
		font-size: 14px;
	}
	.index-pro-centent .ipc-list{
		width: 750px;
	}
	.index-pro-centent .ipc-menu{
		width: 220px;
	}
	.index-pro-centent .ipc-list ul li .name-link .name{
		font-size: 14px;
	}
	.index-pro-centent .ipc-menu .ipcm-nav ul li{
		margin-top: 12px;
	}
	.index-pro-centent .ipc-menu .ipcm-nav{
		padding: 26px 0 26px 15px;
	}
	.f-36{
		font-size: 20px;
	}
	.prodistab-item a{
		font-size: 24px;
	}
	.inner-pro-list ul li .name-link .name{
		font-size: 14px;
	}
	.pro-addnum{
		padding: 0 0 8px;
	}
	.prodis-cont .prodis-text{
		padding: 18px;
	}
	.prodis-cont .prodis-text .sub-tt{
		margin-bottom: 12px;
	}
	.p-jishushuoming .j-btn{
		height: 32px;
	}
	.p-jishushuoming .text{
		margin-top: 12px;
	}
	.pro-canshu dd{
		margin-bottom: 6px;
	}
	
}

@media screen and (max-width: 1000px) {
	.login-register-main .lr-forme-box{
		width: calc(100% - 40px) !important;
		margin: 0 20px;
	}
	.login-register-main .lr-forme-box ul li{
		width: 100% !important;
	}
	.login-register-main .lr-forme-box{
		margin: 32px auto;
	}
	.login-register-main .lr-forme-box.w800 ul li{
		margin-right: 0;
	}
	.register-tips{
		padding-top: 20px;
	}
	.mm-menu{
		width: 100%;
		max-width: 100vw;
		top: 56px;
		transition: all 0.5s;
	}
	html.mm-right.mm-opening .mm-slideout{
		transform: translate(0,0);
	}
	.mm-menu.mm-offcanvas{
		z-index:1999999;
	}
	.mm-menu.mm-right{
		left: 100%;
	}
	.mm-listview>li{
		margin-right: 20px;
	}
	.mm-listview>li>a, .mm-listview>li>span{
		padding-top: 15px;
		padding-bottom: 15px;
		font-weight: bold;
		box-sizing: border-box;
	}
	.crumbs-box{
		margin-left: -4px;
	}
	
} 






























