@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;
}
.business-list{
    position: relative;
    width:100%;
    overflow: hidden;
}
.business-wrap{
   word-wrap: normal;
   white-space: nowrap;
   overflow-x: scroll;
   overflow-y: hidden;
   height: 12rem;
}
.business-list .item{
    text-align: center;
    padding: 0.5rem;
    width: 7.5rem;
    display: inline-block;
    background-color: #fff;
    margin-right: 0.625rem;
     height: 10.875rem;
}
.business-list .item .img{
    width: 100%;
    display: inline-block;
    height: 6.5rem;
    overflow: hidden;
}
.business-list .item .img img{
     width: 100%;
     height: 100%;
}
.business-list .item .tit {
    width: 100%;
    margin-top: 0.375rem;
    font-size: .875rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.business-list .item .more {
    display: inline-block;
    font-size: 0.735rem;
    margin-top: 0.375rem;
    padding:0.125rem 6px;
    border: 1px solid #2fb15a;
    color: #2fb15a;
}
.demand-info .item{
    display: flex;
    background-color: #fff;
    padding: 0.625rem;
    margin-bottom: 0.9375rem;
}
.demand-info .item:last-child{
    margin-bottom: 0;
}
.demand-info .item .img{
    width: 6.25rem;
    height:6.25rem;
    overflow: hidden;
}
.demand-info .item .img img{
    width: 100%;
    height: 100%;
}
.demand-info .item .txt{
    width: calc(100% - 6.25rem - 0.625rem);
}
.demand-info .item .txt .tit{
    font-size: .875rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.5;
}
.demand-info .item .txt .addr{
    font-size: 0.735rem;
    color: #999;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.demand-info .item .txt .time-more{
    display: flex;
    align-items: center;
}
.demand-info .item .txt .time-more .time{
    font-size: 0.735rem;
    color: #999;
}
.demand-info .item .txt .price{
    font-size: .875rem;
    display: inline-block;
    width: 100%;
    color: #ff6600;
}
.demand-info .item .txt .area{
    font-size: 0.735rem;
    color: #999;
}
.demand-info .item .txt .time-more .more{
    padding: 0.125rem 0.625rem;
    font-size: 0.735rem;
    border: 1px solid #eee;
}


.brand-list{
    position: relative;
    width:100%;
    overflow: hidden;
}
.brand-wrap{
   word-wrap: normal;
   white-space: nowrap;
   overflow-x: scroll;
   overflow-y: hidden;
   height: 5.6rem;
}
.brand-list .item{
    width: 7.5rem;
    display: inline-block;
    background-color: #eee;
    margin-right: 0.625rem;
    height:5.3rem;
    overflow: hidden;
}
.brand-list .item img{
    width: 100%;
    height: 100%;
}

.news-list .item{
    display: flex;
    background-color: #fff;
    padding: 0.625rem;
    margin-bottom: 0.9375rem;
}
.news-list .item:last-child{
    margin-bottom: 0;
}
.news-list .item .img{
    width: 6.875rem;
    height:6.875rem;
    overflow: hidden;
}
.news-list .item .img2{
    width: 6.25rem;
    height: 6.25rem;
}
.news-list .item .img img{
    width: 100%;
    height: 100%;
}
.news-list .item .txt{
    width: calc(100% - 6.875rem - 0.625rem);
}
.news-list .item .txt.txt2{
    width: calc(100% - 6.25rem - 0.625rem);
}
.news-list .item .txt .tit{
    font-size: .875rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.5;
}
.news-list .item .txt .tit2{
    font-size: 1rem;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list .item .txt .desc{
    margin-top:0.375rem;
    font-size: 0.735rem;
    width: 100%;
    color: #999;
    height: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list .item .txt .time-more{
    display: flex;
    align-items: center;
}
.news-list .item .txt .time-more .time{
    font-size: 0.735rem;
    color: #999;
}
.news-list .item .txt .time-more .look{
    display: inline-block;
    font-size: 0.735rem;
    color: #999;
}



.footer-bar-tab {
	position: fixed;
	display: flex;
	z-index: 10;
	bottom: 0;
	right: 0;
	left: 0;
	height: 3.125rem;
	background-color: #fff;
	border-top: 1px solid #e7e7e7;
}

.footer-bar-tab span {
	display: inline-block;
	margin-top: 0.375rem;
	font-size: 1.35rem;
}

.footer-bar-tab .tab-item {
	flex: 1;
	text-align: center;
	color: #666;
    position: relative;
}

.footer-bar-tab .tab-item .iconfont.on{
    display: none;
}
.footer-bar-tab .tab-item.active .iconfont.on{
    display: inline-block;
}
.footer-bar-tab .tab-item.active .iconfont.u-on{
    display: none;
}

.footer-bar-tab .tab-item .bubble {
    position: absolute;
    height: 0.9rem;
    line-height: 0.9rem;
    display: block;
    padding: 0 .25rem;
    top: 0px;
    right: 50%;
    margin-right: -1.3rem;
    background-color: red;
    color: #fff;
    border-radius: 2rem;
    font-size: 0.735rem;
}

.footer-bar-tab .active {
	color: #ff6f06;
}
.footer-bar-tab .active .tab-text{
	color: #ff6f06;
}
.footer-bar-tab .tab-item .tab-text {
	font-size:0.75rem
}
