.nav{
	
}
.nav ul{
	width:90%;
	display:flex;
		margin:10px auto;
}
.nav ul li{
	width:25%;
}
.nav ul li img{
		display:block;
	width:80%;
	margin:10px auto;
}
.nav ul li span{
	display:block;
	font-size: 12px;
	color: #333333;
	margin:10px auto;
	text-align:center;
}

.ymm_fast_link {
    padding: .2rem .25rem .41rem;
    background: #fff;
}
.weituo {
    height: .75rem;
    border-radius: 0.0625rem;
}
.flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-panel {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.weituo input {
    border: 0;
}
.weituo .weituo__btn {
    height:.7rem;
    line-height: .7rem;
    color: #fff;
    font-size: .28rem;
    background: #fd521d;
    width: 1.5rem;
    text-align: center;
    box-sizing: border-box;
    margin-right: .07rem;
}
.weituo .pinggu__btn {
    width: 1.5rem;
    height:.7rem;
    line-height: .7rem;
    color: #fff;
    font-size: .28rem;
    text-align: center;
    background: #fd521d;
    box-sizing: border-box;
}
.ymm_fast_link .btn-group {
  margin-top: .23rem;
}
.ymm_fast_link .btn-group a {
    display: block;
    width: 3.36rem;
    height: .75rem;
    line-height: .7rem;
    text-align: center;
    font-size: 0.28rem;
    color: #fd521d;
    border: 2px solid #fd521d;
    background: #fdf2ee;
    border-radius: 0.0625rem;
    box-sizing: border-box;
}
.ymm_fast_link .btn-group a:nth-child(2){
    background: #fff;
    margin-left: .3rem;
}
.weituo input[type="text"] {
    width: 3.84rem;
    height: .7rem;
    font-size:.24rem;
    outline: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fd521d;
    padding: 0 .1rem;
    margin-right: .12rem;
}





.mod_box {
    margin-top: 0.41rem;
    background-color: #fff;
    border-top: .24rem solid #e5e5e5;
    padding: 0 .26rem;
    box-sizing: border-box;
}
.mod_box h3.mod_tit {
    position: relative;
    color: #333;
    font-size: .36rem;
    font-weight: 700;
    margin-top: .4rem;
    
}
.quick-search.mod_box h3.mod_tit > a{
    color: #231815;
}
.quick-search .brands {
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    padding-top: 0.6rem;
}
.quick-search .brands a {
    display: block;
    float: left;
    width: 20%;
    color: #3e3a39;
    text-align: center;
    padding: 0.1rem 0 0.3rem;
    font-size: .24rem;
}
.quick-search .brands a img {
    width: 45%;
    height: auto;
    display: block;
    margin: 0 auto .27rem;
}

.quick-search .price, .quick-search .models {
    display: -webkit-box;
}
.quick-search .price {
    border-bottom: 1px solid #f3f3f3;
}

.quick-search .price a, .quick-search .models a {
    display: block;
    -webkit-box-flex: 1;
    line-height: .73rem;
    color: #3e3a39;
    text-align: center;
    border-right: 1px solid #f3f3f3;
    width: 0;
    font-size: .24rem;
}

.m-container{
    border-top: .24rem solid #e5e5e5;
}
.m-title{
    display: flex;
    align-items: center;
    margin-top: .42rem;
    justify-content: space-evenly;
}
.m-title li{
    font-size: .36rem;
    font-weight: bold;
    color: #231815;
    position: relative;
    padding-bottom: .24rem;
}
.m-title li.on{
    color: #fd521d;
}
.m-title li.on::after{
    content: '';
    width: .51rem;
    height: .05rem;
    background: #fd521d;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.m-list .index-shop li,
.General-list li{
    padding: .16rem .24rem;
    box-sizing: border-box;
    border-bottom: 1px solid #e9e9ea;
}
.m-list{
    display: none;
}
.m-list.active{
    display: block;
}
.m-list .index-shop li a,
.General-list li a{
    display: flex;
    position: relative;
}
.m-list .index-shop li a>img,
.General-list li a>img{
    width: 2.5rem;
	height: 1.65rem;
}
.index-shop .m-details,
.General-list .m-details{
    margin-left: .35rem;
    width: 59%;
    font-size: .24rem;
    color: #231815;
}
.index-shop .m-details p{
    margin-bottom: .21rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 3.2rem;
}

.index-shop .m-details p:last-child{
    margin: 0;
    width: 100%;
}
.index-shop{
    margin-top: .23rem;
}
.qr-btn{
    position: absolute;
    right: 0;
    top: 0;
}
.qr-btn img{
    display: block;
    width: .76rem;
	height: .76rem;
}
.General-list{
    border-top: .24rem solid #e5e5e5;
}
.General-list h3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: .28rem;
    color: #231815;
    line-height: .35rem;
}
.info span::after{
    content: '/';
    display: inline-block;
    margin: 0 .25rem;
}
.info span:last-child::after{
    display: none;
}
.info {
    margin-top: .2rem;
    font-size:.24rem;
    color: #737373;
}
.General-list .m-details{
    position: relative;
} 
.m-details-foot{
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}
.m-price{
    color: #ff0000;
    font-size: .28rem;
    
}
.m-price em{
    font: inherit;
}
.m-details-foot .tag{
    font-size: .24rem;
    padding: .05rem .15rem;
    color: #fff;
    background: #fd521d;
    margin-right: .22rem;
}
#Duck .General-list{
    border: none;
    padding-top: .2rem;
}
.news{
    border-top: .24rem solid #e5e5e5;
    padding: 0 .24rem;
    box-sizing: border-box;
}
.news-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .51rem 0 .2rem 0;
    border-bottom: 1px solid #ececec;
}
.news-title h2{
    color: #231815;
    font-size: .36rem;
    font-weight: bold;
}
.news-title a{
    color: #3e3a39;
    font-size: .24rem;
}
.news ul{
    margin-top: 0.1rem;
}
.news ul li a{
    display: flex;
    padding: .14rem 0;
    border-bottom: 1px solid #e9e9ea;
}
.news ul li a img{
    width: 2rem;
	height: 1.51rem;
}
.news-details{
    position: relative;
    flex: 1;
	display:flex;
	align-items: center;
}
.news-details h2{
	width:80%;
    font-size: .28rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #231815;
}
.news-details .news-time{
	width:20%;
	font-size: 12px;
	letter-spacing: 0px;
	color: #838383;
}
.news-function{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .24rem;
    color: #898989;
    position: absolute;
    left: 0;
    bottom: .02rem;
    width: 100%;
}
.newstitle{
		width: 100%;
	height: 45px;
	line-height:45px;
	margin:10px auto;
	background:#f7521e;
		font-size: 19px;
	color: #ffffff;
	text-align:center;
	position:relative;
	
}
.newstitle em{
	font-style:normal;
	position:absolute;
	right:10px;
	top:0;
}
.newstitle .fhj,.newstitle.on .fh{
	display:none;
}
.newstitle .fh,.newstitle.on .fhj{
	display:block;
}

.newscon ul{
	display:none;
}

.lx{
	width:95vw;
	margin:2vh auto;
	position:relative;
}
.lx img{
	display:block;
	width:100%;
}
.lx p{
	position: absolute;
width: 64vw;

    display: flex;
    justify-content: space-between;
    height: 4vh;
    bottom: 2vh;
    left: 50%;
    transform: translate(-50%, 0)
}
.lx p a{
	width:30vw;
}