body {
	/* padding-bottom: 1rem; */
	background: url('http://www1.pchouse.com.cn/zt/gz20210705/sizhai/wap/images/bgXY.png') repeat top center;

}
body .navibar{
	min-width: 11.2rem;
}
body #footer {
	background: url(http://www1.pchouse.com.cn/zt/gz20210705/sizhai/wap/images/footerX.png) repeat;
}
.g-doc{
	min-width: 7.5rem;
}

.banner {
	width: 100%;
	height: 5.3rem;
	background: url('http://www1.pchouse.com.cn/zt/gz20210705/sizhai/wap/images/banner.jpg') no-repeat top center;
	background-size: 7.5rem;
}

.nav {
	position: relative;
	margin-bottom: 0.65rem;
	width: 100%;
	margin: 0 auto;
	/* height: 0.67rem; */
	background: url('http://www1.pchouse.com.cn/zt/gz20210705/sizhai/wap/images/banner.jpg') no-repeat center -5.3rem;
	z-index: 100;
	background-size: 7.5rem;
	/* margin-top: -.06rem; */
}

.nav.navFixd {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);

}
::-webkit-scrollbar {
            display: none;
        }
.navPolder {
	height: 0.65rem;
}
.navPolderFixd{
	height: 1.32rem;
}
.nav nav {
	height: 0.66rem;
	font-size: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow-x: auto;
	white-space: nowrap;
	overflow-y: hidden;
	padding: .06rem 0;
}

.nav a {
	color: #fff;
	height: 0.66rem;
	line-height: 0.66rem;
	font-size: 0.18rem;
	padding: 0 0.1rem;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	margin-right: .1rem;
}

.nav a.nav-item:after {
	content: "";
	width: 0;
	height: 0.01rem;
	background: rgb(193, 175, 133);
	position: absolute;
	bottom: 0.1rem;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s;
}

.nav a:hover:after {

	width: 0.4rem;
}

.nav a.current:after {
	content: "";
	width: 0.4rem;
	height: 0.01rem;
	background: rgb(193, 175, 133);
	position: absolute;
	bottom: 0.1rem;

}

.nav a.current::before {
	content: "";
	width: 1rem;
	height: 0.77rem;
	background: #b90000;
	position: absolute;
	bottom: -0.05rem;
	left: 50%;
	transform: translateX(-50%);
}

.nav a.current i {
	position: relative;
	z-index: 2;
}


.nav a.signUp-btn {
	height: 0.36rem;
	line-height: 0.36rem;
	background-color: #d73636;
}

.addNow {
	width: 1.56rem;
	height: 1.78rem;
	position: fixed;
	right: 0%;
	top: 50%;
	/* display: none; */
	z-index: 20;
}

.addNow img {
	width: 100%;
	height: 100%;
}

.popBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	display: none;
	z-index: 555;
}

.popBox .popcont {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 4.9rem;
	height: 5.5rem;
}

.popBox .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 0.4rem;
	height: 0.4rem;
	cursor: pointer;
}

.popBox img{
	width: 4.9rem;
}
.popBox .text{
	font-size: .24rem;
	color: #fff;
	position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 4.6rem;
}
.swiper-container-wrapper {
	position: relative;
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
	/* padding: 0 .1rem; */
}
