/*微信小程序 :by WangXincun*/
/*-------------------公用---------------------*/
/** { margin:0; padding:0;-webkit-tap-highlight-color:transparent;}*/
/*body{background:#fff;font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif; min-width:320px; font-size:14px; color:#343434; line-height: 1.5;}*/
/*ul, ol, li, dl, dt, dd { list-style:none; float:none; }*/
/*h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}*/
/*img, table { border:0; border-collapse:collapse; border-spacing:0;}*/
/*img{vertical-align:middle;}*/
/*th { font-weight:normal; }*/
/*h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}*/
/*a {text-decoration:none;color:#434343;outline: none;}*/
/*em,i{font-style:normal;}*/
/*input { outline: none;font-family: "microsoft yahei";-webkit-appearance:none;}*/
/*input[type=radio],input[type=checkbox]{vertical-align:middle;}*/
body{
    font-size: 1px;
}
main{
	padding-bottom:0.8rem;
	box-sizing: border-box;
	position: relative;
	min-height: 93vh;
}
.center {
    text-align: center;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
}

.posi:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    border: #a4a4a4 solid;
    border-width: 1px 1px 0 0;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.layoutBox {
    width: 100%;
    position: relative;
}

.layoutBox .mainImg {
    width: 100%;
    vertical-align: middle;
}

.layoutBox .mainRe {
    position: relative;
}

.layoutBox .mainPosi {
    position: absolute;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.searchItem {
    width: 100%;
    height: 50px;
    margin: 10px 0 0;
    position: relative;
}

.searchItem .searchEnter {
    width: calc(100% - 60px);
    height: 30px;
    line-height: 30px;
    text-indent: 40px;
    border-radius: 6px;
    background: #f0f0f0 url(../images/searchBtn.png) no-repeat 5px center;
    background-size: 30px auto;
    border: none;
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 1;
}

.searchItem .deleteBtn {
    display: none;
    width: 30px;
    height: 30px;
    background: url(../images/deleteBtn.png) no-repeat center;
    background-size: 16px auto;
    position: absolute;
    right: 50px;
    top: 5px;
    z-index: 5;
}

.searchItem .searchBtn {
    display: block;
    width: 40px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    color: #333;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 1;
}

.searHistory {
    padding: 10px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0px;
}

.searHistory>h2 {
    font-size: 16px;
    color: #000;
    margin: 10px 0 0;
}

.searHistory>h2.hotTitle {
    text-indent: 35px;
    background: url(../images/hotIcon.png) no-repeat left center;
    background-size: 30px auto;
}

.hotSearch>a {
    display: inline-block;
    margin: 10px 5px 10px;
    line-height: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    padding: 4px 8px;
    white-space: nowrap;
}

.historyList li {
    padding: 10px 0;
    border-bottom: 1px solid #cfcfcf;
    line-height: 20px;
}

.historyList li a {
    display: block;
    color: #717171;
}

.clearHistory {
    margin: 20px 0 10px;
    text-align: center;
}

.clearHistory a {
    display: block;
    color: #4e4d4d;
    font-size: 16px;
}

.shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 2;
}

.main .filter {
    z-index: 1;
    background: #fafafa;
    padding-bottom: .1rem;
}

.header__title .search-bar {
    padding: 0px;
}


.filter__item>.filter__button::after{
    width: .22rem;
    height: .22rem;
}


/* 搜索框两边按钮 */
.s_queryBox>.icon-jiantou3,
.s_queryBox>.icon-fenlei{
    font-size: .36rem;
}
.s_queryBox>.icon-fenlei1{
    font-size: .36rem;
    transform: scale(1.8);
}
.filter>.filter__itemActive>a{
    color: #FF4512;
}

.filte>.filter__item a{
    font-size: .26rem;
}

#column .pro-list{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding:  0 .3rem;
}
#column .pro-list__item{
    width: 3.35rem;
    /*height: 5.18rem;*/
    background: #ffffff;
    border-radius:.12rem;
    box-shadow:0px 2px 16px 0px rgba(0,0,0,0.04);
    margin-bottom: .2rem;
    padding-bottom: .2rem;
    box-sizing: border-box;
}
#column .pro-list__item:nth-child(odd){
    margin-right: .2rem;
}
#column .pro-list__item a{
    display: block;
}
#column .pro-list__item a div{
    display: block;
}
#column .pro-list__item a .pro-list__img-wrap{
    margin: 0 auto;
    width: auto;
}
#column .pro-list__item a .pro-list__main{
    padding: 0 .2rem;
    border: 0;
    width: auto;
}
#column .pro-list__item a .pro-list__main .pro-list__name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #212121;
    font-size: .3rem;
    margin-bottom: .3rem;
    height: .78rem;
    width: 3rem;
}
#column .pro-list__item a .pro-list__main .pro-list__shop-img{
    display: none;
}
#column .pro-list__item a .pro-list__main .pro-list__price{
    font-size: .36rem;
    font-weight: 500;
    color: #FF4512;
    margin: .32rem 0 .2rem;
    height: .32rem;
    line-height: .32rem;
}

#column .pro-list__item a .pro-list__main .pro-list__shop{
    position: absolute;
    top: 1.02rem;
    right: .2rem;
    padding: 0 .1rem .01rem .1rem;
    color: #FF4512;
    border-radius: .3rem;
    border: 1px solid rgba(255,69,18,1);
    font-size: .2rem;
    width: 1.6rem;
}

#column .pro-list__item a .pro-list__main .pro-list__evaluate-num{
    float: left;
    line-height: .24rem;
    height: .24rem;
}
#column .pro-list{
    background: #fafafa;
    padding-bottom: .2rem;
}
#js-product-list{
    border-radius: .2rem;
    min-height: 80vh;
}
#js-product-list .sys-info__inner{
    padding: .4rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#js-product-list .sys-info__inner>img{
    width: .26rem;
    height: .26rem;
    display: block;
    margin-right: .2rem;
}

#js-product-list .sys-info__tip{
    color: #333333;
    font-size: .26rem;
}

.bg-white .main{
    background: #fafafa;
}

.bg-white .filter__name,
.bg-white .filter__button{
    font-size: .26rem;
    background: #fafafa;
    border: 0;
    height: .7rem;

}

.bg-white .s_queryBox,
.bg-white .filter__name{
    background: #fafafa;
}
.pro-list__item .pro-list__main{
    border: 0;
}
.bg-white .pro-list__item .pro-list__img{
    width: 2rem;
    height: 2rem;
    max-width: none;
    max-height: none;
}
.bg-white .pro-list__link{
    display: flex;
    justify-content: space-around;
}
.bg-white .pro-list__link .pro-list__img-wrap{
    width: 30%;
}
.bg-white .pro-list__link .pro-list__main{
    width: 65%;
    padding-right: .3rem;
    box-sizing: border-box;
    padding-top: .36rem;
}
.bg-white .pro-list__link .pro-list__main .pro-list__evaluate{
    display: flex;
    justify-content: space-between;
}

.bg-white .pro-list__link .pro-list__main .pro-list__evaluate::after{
    display: none;
}

.bg-white .pro-list__link .pro-list__main .pro-list__shop{
    overflow: hidden;
    display: block;
    border-radius: .3rem;
    border: .01rem solid rgba(255,69,18,1);
    font-size: .2rem;
    color: #FF4512;
    width: 2rem;
    /*max-width: 1.6rem;*/
    line-height: .3rem;
    max-height: .33rem;
    box-sizing: border-box;
    padding: 0 .1rem .01rem .1rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bg-white .pro-list__link .pro-list__main .pro-list__price-num{
    color: #FF4512;
    font-size: .36rem;
}
.bg-white .pro-list__name{
    font-size: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #212121;
    font-size: .3rem;
    margin-bottom: .3rem;
    height: .78rem;
}
.bg-white .pro-list__price{
    font-size: .36rem;
    color: #FF4512;
    font-weight: 500;
    margin: .3rem 0 .2rem;
    height: .3rem;
    line-height: .3rem;
}
.bg-white .pro-list__shop-img{
    display: none;
}
.bg-white .pro-list__evaluate-num{
    font-size: .24rem;
    color: #999999;
}


/* 筛选按钮 */
.dialog--closeable{
    z-index: 999;
}
.dialog__body{
    font-size: .26rem;
}
.bg-white .u-check--text .u-check__native-control:checked ~ .u-check__label--bg{
    background: #FFECE7;
    color: #FF4512;
}
.bg-white .u-check--text .u-check__label{
    border-radius: 1.3rem;
    font-size: .26rem;
    padding: .1rem .2rem;
    color: #666666;
}


.pro-list .sys-info{
    padding: 0;
    width: 100%;
}


.bg-white .s_queryBox{
    position: relative;
    padding-right: .3rem;
}


#bar{
    display: none;
}

.header__title{
    border: 0;
}

.keyNewSearch{
    position: absolute;
    top: .24rem;
    left: .94rem;
    background: #999999;
    color: #fff;
    font-size: .26rem;
    padding: 0 .2rem .02rem;
    border-radius: 1.15rem;
    line-height: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 5rem;
}
.keyNewSearch>i{
    font-style: normal;
    margin-left: .1rem;
    position: relative;
    top: -.02rem;
}
.dialog-filter .dialog__header{
    display: none;
}
.dialog-filter .dialog-filter__section.expandable .dialog-filter__section-title{
    font-size: .26rem;
    margin-bottom: .1rem;
    margin-top: .8rem;
}
.dialog-filter .dialog-filter__section.expandable .dialog-filter__section-con{
    height: .8rem;
}
.dialog-filter__section{
    margin-top: .8rem;
}
.dialog-filter .dialog__main{
    padding-top: 0;
    padding-bottom: 1rem;
}

.main #minPrice,
.main #maxPrice{
    color: #212121;
}
.main .dialog-filter__section-con input{
    width: 2.2rem!important;
    height: .68rem!important;
    font-size: .26rem!important;
    background-color: #F2F2F2!important;
    color: #CACACA;
    border-radius: 1rem!important;
}
.dialog-filter__section-con input::placeholder{
    color: #CACACA!important;
    font-size: .26rem!important;
}
.dialog-filter__section-con #minPrice+span{
    width: .2rem!important;
    margin-left: .3rem!important;
    margin-right: .3rem!important;
    height: .34rem!important;
    border-bottom: .01rem solid #E6E6E6!important;
}
.bar--1-1 .bar__left button{
    width: 1.7rem;
    height: .68rem;
    background: #FFC824;
    line-height: .68rem;
    text-align: center;
    font-size: .28rem;
    color: #fff;
    border-radius: .3rem 0 0 .3rem;
    border: 0;
}
.bar--1-1 .bar__right button{
    width: 1.7rem;
    height: .68rem;
    background: #FF4512;
    line-height: .68rem;
    text-align: center;
    font-size: .28rem;
    color: #fff;
    border-radius: 0 .3rem .3rem 0;
    flex: none;
}
.dialog-filter .bar{
    display: flex;
    align-items: baseline;
    left: auto;
    bottom: .8rem;
    right: .3rem;
    height: auto;
}
.dialog-filter .bar>div{
    width: auto;
    border: 0;
}
.dialog-filter .dialog__body{
    padding: 0 .3rem;
}


.filter__arrows{
    margin-left: .1rem;
    transform: scale(.8);
}
.filter__arrows::before{
    width: .16rem;
    height: .16rem;
    border-top: 1px solid #c3c8d6;
    border-right: 1px solid #c3c8d6;
    transform: rotate(-45deg);
    margin-top: 0px;
    position: relative;
    top: 5px;

}
.filter__arrows::after{
    width: .16rem;
    height: .16rem;
    border-top: 1px solid #c3c8d6;
    border-right: 1px solid #c3c8d6;
    transform: rotate(135deg);
}
.filter__arrows::before,
.filter__arrows::after{
    margin-bottom: 0;
    border-width: 1px 1px 0px 0;
    margin-right: 0;
}
.filter__item--asc .filter__arrows::before{
    border-color: #FF4512;
}
.filter__item--desc .filter__arrows::after{
    border-color: #FF4512;
}

#column .pro-list__item .pro-list__label1{
    display: flex;
    justify-content: left;
    margin-bottom: .2rem;
    position: initial;
    bottom: 0;
}
#column .pro-list__item .pro-list__label1>img{
    width: .8rem;
    height: .3rem;
    border-radius: .15rem;
    margin-right: .1rem;
}
.bg-white .pro-list__label1{
    position: absolute;
    bottom: .22rem;
    display: flex;
    justify-content: left;
    align-items: center;
}
.bg-white .pro-list__label1>img{
    width: .8rem;
    height: .3rem;
    border-radius: .15rem;
    margin-right: .1rem;
}
.bg-white .pro-list__link .pro-list__main .pro-list__evaluate{
    position: absolute;
    bottom: .2rem;
    right: .3rem;
}

#column .pro-list__item .pro-list__evaluate{
    position: initial;
}
/* 许可证编码 */
.busi-license{
	position: absolute;
	bottom:0rem;
}









































