@charset "utf-8";
.header {
	position: fixed;
	width: 100%;
	display: flex;
	top: 0;
	background-color: #f9f9f9;
	height: 3.125rem;
	border-bottom: #e7e7e7 solid 1px;
	z-index: 9;
}
.header .goBack {
	margin-left: 0.625rem;
	width: 20%;
	line-height: 3.125rem;
	display: inline-block;
	vertical-align: text-top;
}
.header .goBack .iconfont {
	font-size: 1.25rem;
}
.header .userTitle {
	flex: 1;
	text-align: center;
	font-size: 1.125rem;
	line-height: 3.125rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.header .right {
	margin-right: 0.625rem;
	width: 20%;
}
.header .langue {
	display: flex;
	width: 20%;
	text-align: center;
	font-size: 1rem;
	align-items: center;
}
.header .langue .langue_select {
	display: inline-block;
	height: 1.875rem;
	border: 0;
	background-color: unset;
}
.header .langue .langue_select option {
	background: #fff;
	width: 300px;
}
.contentMain {
	padding: 3.125rem 0;
}
.swiper-container {
	width: 100%;
	height: 10.4375rem
}
.swiper-slide {
	background-position: center;
	background-size: cover;
}
.swiper-pagination-bullet-active {
	background: #ff6f06;
}
.content {
	margin: 0 auto;
	width: calc(100% - 1.875rem);
}
.content_q {
	margin: 0 auto;
	width: calc(100% 0rem);
}
.title {
	display: flex;
	height: 2.625rem;
	line-height: 2.625rem;
	padding: 0.3125rem 0.9375rem;
}
.title .title-left {
	flex: 1;
}
.title .title-left .title-txt {
	position: relative;
	display: inline-block;
}
.title .title-left .title-txt span {
	padding-left: 0.625rem;
}
.title .title-left .title-txt::before {
	content: "";
	position: absolute;
	margin-right: 0.625rem;
	top: 50%;
	margin-top: -0.5rem;
	width: 0.125rem;
	height: 1rem;
	background-color: #2fb15a;
}
.title .title-right {
	width: 40%;
	text-align: right;
}
.title .title-right .more {
	font-size: 0.875rem;
	color: #999;
}
.title .title-right .iconfont {
	color: #999;
	font-size: 0.875rem;
}
.nav-main {
 overflow:;
}
.bg-white {
	background-color: #fff;
}
.navList {
	padding: 0.375rem 0;
	overflow: hidden;
}
.navList .navitem {
	text-align: center;
	width: 25%;
	margin: 0.625rem 0;
	float: left;
}
.navList .navitem a {
	display: block;
}
.navList .navitem p {
	font-size: 0.875rem;
}
.navList .navitem .icon-box {
	display: inline-block;
	width: 1.875rem;
	height: 1.875rem;
	line-height: 1.875rem;
	border-radius: 3.125rem;
	padding: 0.375rem;
	margin-bottom: 0.125rem;
}
.navList .navitem .iconfont {
	font-size: 1.3rem;
	color: #fff;
}
.goods-list .item {
	float: left;
	display: block;
	background-color: #fff;
}
.goods-list .item {
	width: calc(50% - 0.5rem);
	margin: 0.375rem 0.9375rem 0.375rem 0;
}
.goods-list .item:nth-child(2n) {
	margin-right: 0;
}
.goods-list .item .img {
	width: 100%;
	height: 9.375rem;
	overflow: hidden;
}
.goods-list .item .img img {
	width: 100%;
	height: 100%;
}
.goods-list .item .txt {
	padding: 0.625rem;
}
.goods-list .item .txt .tit {
	width: 100%;
	font-size: 0.875rem;
	color: #333;
	height: 1.325rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.goods-list .item .txt .price-num {
	display: flex;
	align-items: center;
}
.goods-list .item .txt .price-num .price, .goods-list .item .txt .price-num .num {
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.goods-list .item .txt .price-num .price {
	color: #ff6600;
 font-size: .875rem;
}
.goods-list .item .txt .price-num .num {
	text-align: right;
	font-size: 0.735rem;
	color: #999;
}