/*/css/brand/brand_mobile_dialog.css*/
body{width:100%}.mob_brand_dialog{position:fixed;right:-100%;top:0;width:100%;height:100%;background:#fff;z-index:999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out, -webkit-transform .3s ease-out}.mob_brand_dialog.visible{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}.mob_brand_dialog .back_header{width:100%;height:0.74rem;border-bottom:1px solid #e3e3e3;display:-webkit-box;display:-ms-flexbox;display:flex;float:left;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mob_brand_dialog .back_header .back_btn{position:absolute;left:0;top:0;width:0.7rem;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mob_brand_dialog .back_header .back_btn i{font-size:0.35rem;color:#333}.mob_brand_dialog .back_header .tabs{height:100%}.mob_brand_dialog .back_header .tabs::before{content:'';display:inline-block;vertical-align:middle;height:100%;width:0}.mob_brand_dialog .back_header .tabs .tab_item{width:0.6rem;font-size:0.26rem;color:#333;display:inline-block;vertical-align:middle;text-align:center;margin:0 0.6rem}.mob_brand_dialog .back_header .tabs .tab_item.current{color:#1ba196;position:relative}.mob_brand_dialog .back_header .tabs .tab_item.current::after{content:'';width:100%;border-bottom:1px solid #1ba196;position:absolute;height:0;bottom:-0.1rem;left:0}.mob_brand_dialog .brand_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:1.5rem;width:100%}.mob_brand_dialog .brand_info .brand_img{width:2rem;height:0.8rem;border-right:2px solid #e3e3e3;margin-right:0.2rem}.mob_brand_dialog .brand_info .brand_img img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.mob_brand_dialog .brand_info .brand_name{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:0.26rem;color:#333}.mob_brand_dialog .brand_info .more_link{color:#1ba196;font-size:0.26rem;margin-right:0.2rem}.mob_brand_dialog .btn_list{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0.15rem}.mob_brand_dialog .btn_list a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.46rem;height:0.64rem;background:#1ba196;border-radius:0.04rem;font-size:0.26rem;color:#fff;margin:0 0.1rem}.mob_brand_dialog .use_list{border-top:1px solid #e3e3e3;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0.1rem 0;padding-left:0.2rem}.mob_brand_dialog .use_list .use_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 0.3rem;height:0.64rem;font-size:0.26rem;color:#333;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #e3e3e3;border-radius:999px;float:left;margin:0.1rem 0;margin-right:0.2rem}.mob_brand_dialog .use_list .use_item.current{background:#1ba196;color:#fff;border-color:#1ba196}.mob_brand_dialog .dialog_product_list_title{display:-webkit-box;display:-ms-flexbox;display:flex;height:0.66rem;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:0.2rem;background:#f2f2f2;font-size:0.26rem;color:#333;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mob_brand_dialog .dialog_product_list{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow-y:scroll}.mob_brand_dialog .dialog_product_list a{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0.2rem;-ms-flex-negative:0;flex-shrink:0;border-bottom:1px solid #e3e3e3}.mob_brand_dialog .dialog_product_list a img{width:2.06rem;height:1.4rem;-o-object-fit:cover;object-fit:cover;display:block}.mob_brand_dialog .dialog_product_list a .dialog_product_info{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;height:1.4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0.1rem 0.2rem;padding-right:0}.mob_brand_dialog .dialog_product_list a .dialog_product_info .dialog_product_title{font-size:0.28rem;color:#333;line-height:0.38rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.mob_brand_dialog .dialog_product_list a .dialog_product_info .dialog_product_price{font-size:0.24rem;color:#ff8a00}.mob_brand_dialog .dialog_product_list a.no_price .dialog_product_price{color:#999999}/*# sourceMappingURL=brand_mobile_dialog.css.map */
