.lbfa{}
.lbfa .select_style{width: 100%; height: auto; overflow: hidden; width: 90%;margin: auto}
.lbfa .select_style div{float: left; line-height: 7vw; padding: 1vw 0}
.lbfa .select_style div input{width: 10vw; border: 1px solid #838383; margin-right: 1vw;    margin-top: 1vw;}
.lbfa .select_style .r{font-size: 4.6vw;border-right: 1px solid #b0b0b0; padding-right: 2vw  }
.lbfa .select_style .r:before{content: '';display: inline-block; position:relative;top: 1vw; margin-right: 1vw; width: 5vw; height: 5vw; background: url("../images/r_mp.png") no-repeat; background-size: 100%}
.lbfa .select_style .up,.lbfa .select_style .down{margin: 0 1vw;    margin-left: 2vw;}
.lbfa .select_style .up:after{content: '';display: inline-block;     top: 0.5vw;
    position: relative;background: url("../images/up.png") no-repeat; width: 2vw ;height: 2vw; background-size: 100%; margin-left: 1vw}
.lbfa .select_style .down:after{content: '';display: inline-block;    top: 0.5vw;
    position: relative; background: url("../images/down.png") no-repeat; width: 2vw ;height: 2vw; background-size: 100%; margin-left: 1vw}
.lbfa .select_style  .btn{float: right; background: #e70404; color: #fff; height: 5vw; line-height: 5vw; padding: 0.5vw 2vw; margin-top: 1.5vw}

.pro_list{background: #dedede; height: auto; overflow: hidden;width: 96%; padding: 4vw 2% 0}
.pro_list li{background: #fff; width: 46%;margin-left: 2.8%; float: left; padding-bottom: 4vw; margin-bottom: 4vw}
.pro_list li img{width: 100%}
.pro_list li div{width: 90%; margin:5% auto; position: relative}
.pro_list li div .num{position: absolute;background: rgba(0,0,0,0.4); color: #fff; padding: 1vw 0vw 1vw 2vw; top: 2vw; height: 3.6vw; line-height: 3.8vw}
.pro_list li div .num:after{
    content: '';
    display: block;
    width: 5.4vw;
    height: 5.6vw;
    position: absolute;
    right: -5.4vw;
    top: 0;
    background: url("../images/gray.png") no-repeat right;
    background-size: 100% 100%;
}
.pro_list li  .t{font-size: 3.2vw}
.pro_list li div .pl{font-size: 4vw; width: 45%;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.pro_list li div .fr{font-size: 4vw; color: #d90000;}
