.header,
.footer {
	display: none
}

.header-dropdown-m {
	display: none
}

.mobile-get-top {
	position: fixed;
	right: .32rem;
	bottom: 1.5rem;
	width: .86rem;
	height: .86rem;
	/* background: url("https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v6/superVip/share/goTop.png") no-repeat; */
	background-size: contain;
	z-index: 999
}

.header-nav {
	border-bottom: none
}

.mask {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 998
}

.nav-mobile {
	position: absolute;
	width: 100%;
	z-index: 999
}

.nav-mobile .nav-top {
	padding-top: .23rem;
	height: .77rem;
	overflow: hidden
}

.nav-mobile .nav-logo {
	float: left;
	margin-left: .31rem;
	width: 2.71rem;
	height: .52rem;
	background-image: url('../images/logo_transparent.png');
	background-repeat: no-repeat;
	background-size: contain
}

.nav-mobile .nav-login {
	float: right;
	margin-top: .05rem;
	margin-right: .5rem;
	margin-top: .1rem;
	width: .4rem;
	height: .4rem;
	/* background-image: url('https://juheimg.oss-cn-hangzhou.aliyuncs.com/www/v7/headerFooter/mobile/user.png'); */
	background-repeat: no-repeat;
	background-size: contain
}

.nav-mobile .nav-menu {
	margin-top: .1rem;
	width: .4rem;
	height: .4rem;
	float: right;
	margin-right: .4rem
}

.nav-mobile .nav-menu span {
	display: block;
	margin-bottom: .14rem;
	width: .4rem;
	height: .04rem;
	background: #fff;
	border-radius: .02rem;
	-webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
	transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s;
	transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
}

.nav-mobile .nav-menu span:first-child {
	-webkit-transform-origin: .45rem;
	transform-origin: .45rem
}

.nav-mobile .nav-menu span:last-child {
	-webkit-transform-origin: .45rem;
	transform-origin: .45rem
}

.nav-mobile .nav-menu.open span:first-child {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.nav-mobile .nav-menu.open span:nth-child(2) {
	opacity: 0;
	width: 0
}

.nav-mobile .nav-menu.open span:last-child {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.nav-mobile .nav-menu-hide {
	display: none;
	width: 100%
}

.nav-mobile .nav-search-container {
	width: 100%;
	height: 1.2rem;
	background: rgba(34, 34, 34, 0.98);
	border-bottom: .04rem solid rgba(255, 255, 255, 0.04);
	font-size: 0;
	line-height: 1.2rem
}

.nav-mobile .nav-search-container .nav-search-icon {
	margin-left: .5rem;
	font-size: .38rem;
	color: #fff
}

.nav-mobile .nav-search-container .nav-search-form {
	display: inline-block;
	margin-left: .18rem
}

.nav-mobile .nav-search-container input[type="search"] {
	width: 6rem;
	height: 1rem;
	-webkit-appearance: none;
	outline: none;
	border: none;
	background: none;
	font-size: .32rem;
	color: rgba(255, 255, 255, 0.8)
}

.nav-mobile .nav-search-container input[type="search"]::-webkit-search-cancel-button {
	display: none
}

.nav-mobile .nav-item {
	display: block;
	width: 100%;
	height: 1.2rem;
	background: rgba(34, 34, 34, 0.98);
	border-bottom: 1px solid rgba(255, 255, 255, 0.04)
}

.nav-mobile .nav-item-name {
	float: left;
	margin-left: .72rem;
	font-size: .32rem;
	color: #fff;
	line-height: 1.2rem;
	position: relative
}

.nav-mobile .nav-item-name:before {
	content: '';
	width: .1rem;
	height: .1rem;
	background: #fff;
	position: absolute;
	left: -0.3rem;
	top: .55rem
}

.nav-mobile .nav-item-link {
	float: right;
	width: 1.2rem;
	height: 1.2rem;
	color: rgba(255, 255, 255, 0.2);
	font-size: .4rem;
	font-weight: lighter;
	font-family: "Arial"
}

.nav-mobile .nav-item-link span {
	display: block;
	width: .22rem;
	height: .22rem;
	background: rgba(255, 255, 255, 0.2);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: .5rem auto 0
}

.nav-mobile .nav-item-link span:after {
	content: '';
	width: .25rem;
	height: .25rem;
	background: #222222;
	position: absolute;
	right: .04rem;
	top: .04rem
}

.nav-mobile .nav-item-action {
	width: 1.2rem;
	height: 1.2rem;
	float: right
}

.nav-mobile .nav-item-action span {
	display: block;
	margin: .5rem auto 0;
	width: 0;
	height: 0;
	border-left: .15rem solid transparent;
	border-right: .15rem solid transparent;
	border-bottom: none;
	border-top: .15rem solid #fff
}

.nav-mobile .nav-item-action.open span {
	border-left: .15rem solid transparent;
	border-right: .15rem solid transparent;
	border-bottom: .15rem solid #fff;
	border-top: none
}

.nav-mobile .nav-slide-item {
	display: block;
	width: 100%;
	height: 1.2rem;
	background: rgba(41, 41, 41, 0.98);
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	font-size: .3rem
}

.nav-mobile .nav-slide-item .nav-slide-item-name {
	float: left;
	margin-left: .8rem;
	line-height: 1.2rem;
	color: rgba(255, 255, 255, 0.5)
}

.nav-mobile .nav-slide-item .nav-slide-item-desc {
	float: right;
	margin-right: .6rem;
	font-size: .32rem;
	line-height: 1.2rem;
	color: rgba(255, 255, 255, 0.3)
}

.nav-mobile .nav-slide-item-link {
	float: right;
	width: 1.2rem;
	height: 1.2rem;
	color: rgba(255, 255, 255, 0.2);
	font-size: .5rem;
	font-weight: lighter;
	font-family: "Arial"
}

.nav-mobile .nav-slide-item-link span {
	display: block;
	width: .22rem;
	height: .22rem;
	background: rgba(255, 255, 255, 0.2);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: .5rem auto 0
}

.nav-mobile .nav-slide-item-link span:after {
	content: '';
	width: .25rem;
	height: .25rem;
	background: #292929;
	position: absolute;
	right: .04rem;
	top: .04rem
}

.nav-mobile .nav-login-hide {
	display: none;
	width: 100%
}

.nav-mobile .nav-login-container {
	width: 100%;
	height: 1.4rem;
	padding-top: .6rem;
	background: rgba(34, 34, 34, 0.98)
}

.nav-mobile .nav-login-btn {
	float: left;
	margin: 0 .3rem 0 .35rem;
	display: block;
	width: 3rem;
	height: .8rem;
	border: 1px solid rgba(255, 255, 255, 0.3);
	line-height: .8rem;
	text-align: center;
	font-size: .3rem;
	color: #fff;
	box-sizing: border-box
}

.nav-mobile .nav-register-btn {
	float: left;
	display: block;
	width: 3.5rem;
	height: .8rem;
	border: 1px solid #eb6100;
	line-height: .8rem;
	background: #eb6100;
	text-align: center;
	font-size: .3rem;
	color: #fff;
	box-sizing: border-box
}

.nav-mobile .nav-logout {
	display: block;
	width: 6.4rem;
	height: .8rem;
	margin: 0 auto;
	line-height: .8rem;
	border: 1px solid rgba(255, 255, 255, 0.3);
	font-size: .3rem;
	color: #fff;
	text-align: center
}

.mobile-footer {
	border-top: 1px solid #233141;
	background: #070707;
	text-align: center;
	padding-bottom: 2.5rem;
}

.mobile-footer .ercode-img {
	padding-top: .6rem
}

.mobile-footer .ercode-img img {
	width: 3rem;
	height: 3rem;
	margin: 0 auto
}

.mobile-footer .ercode-img p {
	color: #fff;
	font-size: .3rem;
	line-height: .9rem
}

.contact-tel {
	margin: 0 auto;
	display: block;
	width: 4.8rem;
	height: .8rem;
	line-height: .8rem;
	background: #eb6100;
	color: #fff;
	font-weight: bold;
	font-size: .26rem
}

.contact-tel img {
	width: .3rem;
	height: .3rem;
	margin-right: .17rem
}

.contact-us {
	margin: .3rem auto;
	display: block;
	width: 4.8rem;
	height: .8rem;
	line-height: .8rem;
	color: #fff;
	font-size: .24rem;
	font-weight: bold;
	text-align: center;
	border: 1px solid #eee
}

.mobile-right {
	padding-top: .2rem;
	color: #ccc;
	font-size: .18rem;
	line-height: .4rem
}

.mobile-right .mobile-last-p {
	font-size: .2rem
}

.mobile-right .mobile-last-p .img-bei1 {
	width: .15rem;
	height: .2rem;
	margin-right: .07rem
}

.mobile-right .mobile-last-p .img-bei2 {
	width: .18rem;
	height: .2rem
}
