

/*搜索*/
.search_content {
    width: 100%;
    color: #333;
    background: #f5f5f5 !important;
    height: auto;
}

.search_content a {
    color: #222;
    text-decoration: none;
    cursor: pointer;
}
.search_content a:hover{
    color: #FF0D35;
}

.search_content a label,
.search_content a:hover label {
    cursor: pointer;
}

.search_content .icon {
    /* background-image: url(../../images/search/search_sprites.png) !important; */
    background-repeat: no-repeat;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.search_content .container {
    width: 1200px;
    margin: 0 auto;
    background: #f5f5f5;
}

.btn_primary {
    display: inline-block;
    border: 1px solid #FF0D35;
    background: #FF0D35;
    color: #fff !important;
}

/* .btn_primary:hover {
    border: 1px solid #CC6814;
    background: #CC6814;
} */

/* .btn_primary:active {
    border: 1px solid #B25C14;
    background: #B25C14;
} */

.btn_default {
    display: inline-block;
    border: 1px solid #d3d3d3;
    background: #fff;
    color: #333 !important;
}

.btn_default:hover {
    border: 1px solid #FF0D35;
    color: #FF0D35 !important;
}

.btn_default:active {
    border: 1px solid #FF0D35;
    background: #fff0e3;
    color: #FF0D35 !important;
}

.btn_primary.disabled,
.btn_default.disabled {
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
    color: #999 !important;
    cursor: default;
}

/*选中*/

.container .crumb_select {
    overflow: hidden;
    display: none; 
    padding-top: 16px;
  }

  .container .crumb_select  .crmb_select_del{
    width: 78px;
    height: 30px;
    border-radius: 4px;  
    border: 1px solid#FF0D35;
    background: #fff;
    cursor: pointer;   
    color: #FF0D35;
    text-align: center;
    line-height: 30px;
    margin-left: 2px;
  }
  .container .crumb_select ul {
    float: left;
  }
  
  .container .crumb_select li {
    float: left;
    background: #FFF; 
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    margin: 0 10px 20px 0;
    padding-left: 10px;
    border-radius: 4px;
  }
  
  .container .crumb_select li:hover {
    border-color: #FF0D35;
  }
  
  .crumb_select span {
    display: inline-block;
    color: #808080;
  }
  
  .crumb_select .choose {
    color: #222;
  }
  
  .crumb_select .icon {
    float: right;
    width: 16px;
    height: 32px; 
    margin-left: 4px;
    background-color: #fff;
    padding-right: 8px;
  }
  
  .container .crumb_select li .icon{
    background: url(../../distributionImage/del_icon.png) no-repeat center;   
  }
  
  .container .crumb_select li:hover .icon {
    background: url(../../distributionImage/del_on_icon.png) no-repeat center; 
  }

/*筛选*/

.container .selector {   
    /* margin-bottom: 30px; */
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    margin-top:10px;
    font-size: 14px;
}

.selector .selectorLine {
    position: relative;
}

.selector .selectorLine .sl_wrap {  
    background: #fff;
}

.selector .sl_key {
    float: left;
    height: 70px;
    line-height: 70px;    
    text-align: center;
    font-weight: bold;
    padding-left: 24px;
    margin-right: 32px;
}

.selector .sl_value {
    float: left;
    width: 961px;
    /* padding: 0 160px 0 0; */
    background: #fff;
    min-height: 70px;
}

.selector .sl_value.sl_value_wid{
    width:1090px;
}

.selector .sl_value .brandLetter {
    display: none;
}

.selector .sl_ext {
    width: 133px;
    position: absolute;
    top: 23px;
    right: 12px;
}

.sl_value .valueList {
    clear: both;
    margin-top:26px;
}

.sl_value .valueList li {
    width: 88px;
    margin-right: 30px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    color: #222;
}

.sl_value .valueList li i {
    font-style: normal;
    color: #0b5da2;
}

.sl_value .valueList li i:hover {
    color: #FF0D35;
}

.sl_ext a,
.sl_ext a:hover {
    float: left;   
    width: 48px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    color: #AAAAAA;
    background-color: #fff;
    border: 1px solid #D3D3D3;
    text-align: center;
    border-radius: 4px;  
    margin-left: 8px;
    padding:0 4px;
}

.sl_ext a:hover {
    border-color: #FF0D35;  
    color: #FF0D35;
}

.sl_ext a .icon,
.sl_ext a:hover .icon {
    width: 16px;
    height: 16px; 
    margin-left: 4px;    
    vertical-align: text-bottom;  
}

.sl_ext .sl_more .icon_jt {
    background: url(../../distributionImage/sj_gray.png) no-repeat center;
}

.sl_ext .sl_more:hover .icon_jt {
    background: url(../../distributionImage/sj_red.png) no-repeat center;
}

.sl_ext .opened .icon_jt { 
    background: url(../../distributionImage/sj_gray_2.png) no-repeat center;     
}

.sl_ext .opened:hover .icon_jt {
    background: url(../../distributionImage/sj_red_2.png) no-repeat center;
}

.sl_ext a .icon_jh {
    background: url(../../distributionImage/add-gray.png) no-repeat center;
}

.sl_ext a:hover .icon_jh {
    background: url(../../distributionImage/add-red.png) no-repeat center;
}

.sl_ext a.opened {
    display: none;
}

/* .sl_ext a .icon_jt {
    background-position: 0 -30px;
    margin-left: 6px;
}

.sl_ext a:hover .icon_jt {
    background-position: 0 -50px;
}

.sl_ext a .icon_jh {
    background-position: -60px -30px;
    margin-right: 6px;
}

.sl_ext a:hover .icon_jh {
    background-position: -60px -50px;
} */

/* .sl_ext a.opened {
    display: none;
}

.sl_ext a.opened .icon_jt {
    background-position: -30px -30px;
    position: relative;
    top: 2px;
}

.sl_ext a.opened:hover .icon_jt {
    background-position: -30px -50px;
} */

.selector_more {   
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    display: block;
    width: 200px;
    background: #fff;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: -38px;
    position: relative;
    top: 1px;
}

.selector_more .icon,
.selector .selector_more:hover .icon {
    width: 20px;
    height: 10px;
    background-position: 0 -70px;
    margin-left: 50px;
    position: relative;
    top: 2px;
    transition: background-position .15s ease-in-out;
}

.selector_more:hover {
    color: #FF0D35;
}

.selector_more:active {
    color: #FF0D35;
    background: #D3D3D3;
}

.selector_more:hover .icon {
    background-position: 0 -90px;
}

.sl_value.extend .brandLetter,
.multiple .sl_value .brandLetter {
    display: block;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
}

.sl_value .brandLetter li {
    float: left;
    font-size: 14px;
    margin-right: 24px;
}

.sl_value .brandLetter li.all {
    /* width: 96px; */
}

.sl_value .brandLetter li a {
    display: inline-block; 
    text-align: center;
    color: #808080;
}
.sl_value .brandLetter li a:hover{
    color: #FF0D35;
}

.sl_value .brandLetter li.all a {
    width: auto;
    padding: 0 5px;
    margin: 0 -5px;
    color: #333;
}

.sl_value .brandLetter li a.curr {
   color: #FF0D35;
   font-weight: bold;
}

.sl_value .brandLetter {
    display: none;
}

.show_brand .sl_value .brandLetter {
    display: block;
    height: 18px;
    line-height: 18px;
    margin-top:26px;
    margin-bottom: 24px;
}

.multiple .sl_value .brandLetter {
    display: block;
}

.selector .multiple .sl_ext {
    display: none;
}

.sl_value .sl_btns,.attr_conent .sl_btns {
    clear: both;
    text-align: center;   
    display: none;
    margin: 12px 0 24px 0;
}

.attr_conent.multiple .sl_btns{
    display: block;
}


.sl_value .sl_btns .btn,.attr_conent .sl_btns .btn {
    padding: 0 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 2px;
    margin: 0 20px;
    border-radius: 4px;
}

.sl_value .sl_btns button.btn,.attr_conent .sl_btns button.btn {
    height: 24px;
    line-height: 24px;
    position: relative;
    top: 1px;
}

.sl_value a i {
    background: #fff;
    width: 11px;
    height: 11px;
    float: left; 
    display: none;
    margin-right: 4px;
    margin-top: 3px; 
    background: url(../../distributionImage/check_def.png) no-repeat center;
}

.sl_value a:hover i {
    border-color: #FF0D35;
}

.sl_value a.curr i {   
    background: url(../../distributionImage/check_on.png) no-repeat center;
}

.selectorLine .multiple { 
    position: relative;
    z-index: 999;
}

.selectorLine .multiple .sl_value{
    width:1090px
}
.selectorLine .attr_conent.multiple{
    position: absolute;
}

.multiple .sl_value .sl_btns,
.multiple .sl_value a i {
    display: block;
}

.f_jg a i {
    background: #fff;
    width: 12px;
    height: 12px;
    float: left;
    margin: 12px 6px 0 10px;
    border: 1px solid #979797;
    border-radius: 2px;
    cursor: pointer
}

.f_jg a i:hover {
    border-color: #FF0D35;
}

.f_jg a.curr i {
    border-color: #FF0D35;
    background: url(../../images/search/search_sprites.png) no-repeat -20px -70px;
}

/*过滤*/
.container .filter_box {
  height: 40px;
  background: #fff;
  padding:10px 0;
  margin-bottom: 16px;  
  border-radius: 8px;
  margin-top: 16px;
}

.filter_box .f_sort_left {
  float: left;
}
.f_sort_left a,
.f_sort_left a:hover {
  float: left; 
  text-align: center;
  height: 38px;
  line-height: 38px;  
  margin-left: 24px;
}
.filter_box .f_jg.curr {  
  color: #FF0D35;
}

.filter_box .f_jg span {
  float: right;
  width: 14px;
  height: 28px;  
  overflow: hidden;
  position: relative;
  margin: 6px 0 0 4px;
}

.filter_box .f_jg .icon {
  width: 14px;
  height: 10px;
  left: 0;
  position: absolute;
}

/* .filter_box .f_jg .icon_top {
  background-position: -40px -150px;
  top: 6px;
}

.filter_box .f_jg .icon_bottom {
  background-position: -40px -165px;
  bottom: 3px;
} */


/* .filter_box .f_double .icon_top {
  background-position: -60px -150px;
} */

/* .filter_box .f_double.fs_up .icon_top {
  background-position: -60px -150px;
}

.filter_box .f_double.fs_down .icon_bottom {
  background-position: -60px -165px;
} */

/* .filter_box .f_single .icon_bottom {
  bottom: 6px;
} */

/* .filter_box .f_single.curr .icon_bottom{
  background-position: -60px -165px;
} */
.filter_box .f_double .fs_icon{
  background: url(../../distributionImage/px_sprite.png) no-repeat center; 
  background-position:-2px 4px; 
}
.filter_box .fs_up .fs_icon{
  background-position:-24px 4px; 
}
 
.filter_box .fs_down .fs_icon{
  background-position:-46px 4px; 
}

.filter_box .checkbox i {  
  width: 11px;
  height: 11px;
  float: left;
  margin: 14px 4px 0 0px;
  background: url(../../distributionImage/check_def.png) no-repeat center;  
}

.filter_box .checkbox.curr i {
  background: url(../../distributionImage/check_on.png) no-repeat center;
}
.filter_box .checkbox.curr {
  color: #FF0D35;
}
/* .filter_box .checkbox.curr i {
  border-color: #FF0D35;
  background: url(../../icon/search/search_sprites.png) no-repeat -20px -70px;
} */

.filter_box .f_sort_right {
  float: right;
}

.f_sort_right .topPage {
  float: right;
}

.topPage .fp_text {
  float: left;
  line-height: 40px;
}

.topPage .fp_prev,
.topPage .fp_next {
  float: left;
  width: 38px;
  height: 38px;
  font: 12px/38px simsun;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
}

.f_sort_right .f_result_sum {
  float: right;
  line-height: 40px;
  margin-right: 16px;
}

.topPage .fp_prev:hover,
.topPage .fp_next:hover {
  background: #FFF0E3;
  border: 1px solid #FF0D35;
  color: #FF0D35;
}

.topPage .fp_prev:active,
.topPage .fp_next:active {
  background: #FF0D35;
  border: 1px solid #FF0D35;
  color: #fff;
}

.topPage .disabled {
  color: #d3d3d3 !important;
  background: #fff !important;
  border-color: #fff !important;
  cursor: default;
  pointer-events: none;
  cursor: default;
}

.f_sort_left .f_pic {
  width: 50px;
}


/*翻页*/

.fy_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
}

.fy_wrap .fy_page {
    float: right;
}

.fy_wrap .fy_page .p_num {
    float: left;
    border: 1px solid #E4E6E8;
}

.fy_page .p_num a,
.fy_page .p_num b {
    float: left;
    width: 38px;
    line-height: 38px;
    height: 38px;
    text-align: center;
    overflow: hidden;
    background: #fff;
    color: #333;
}

.fy_page .p_num a:hover {
    background: #fff0e3;
    color: #333;
}

.fy_page .p_num a:active,
.fy_page .p_num a.curr {
    background: #FF0D35;
    color: #fff;
}

.fy_page .p_num a.curr {
    cursor: default;
}

.fy_page .p_num b {
    line-height: 30px;
}

.fy_page .p_num a.pn_btn,
.fy_page .p_num a.pn_btn:hover,
.fy_page .p_num a.pn_btn:active {
    font-family: simsun;
    background: #f5f5f5;
    color: #333;
}

.fy_page .p_num a.pn_prev {
    border-right: 1px solid #E4E6E8;
}

.fy_page .p_num a.pn_next {
    border-left: 1px solid #E4E6E8;
}

.fy_page .p_num a.pn_btn.disabled {
    color: #d3d3d3;
    cursor: default;
}

.fy_wrap .fy_page .p_skip {
    float: left;
    padding-left: 20px;
}

.fy_wrap .fy_page .p_skip em,
.fy_wrap .fy_page .p_skip input,
.fy_wrap .fy_page .p_skip a {
    float: left;
}

.fy_wrap .fy_page .p_skip em,
.fy_wrap .fy_page .p_skip b {
    font-style: normal;
    font-weight: normal;
    line-height: 40px;
    color: #666;
}

.fy_wrap .fy_page .p_skip input {
    border: 1px solid #E4E6E8;
    height: 33px;
    line-height: 40px;
    width: 80px;
    text-align: center;
    font-size: 12px;
    color: #333;
    margin: 0 10px 0 20px;
}

.fy_wrap .fy_page .p_skip a {
    background: #FFF;
    border: 1px solid #E4E6E8;
    width: 80px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #333;
}

.fy_wrap .fy_page .p_skip a:hover {
    background: #FFF0E3;
    border: 1px solid #FF0D35;
    color: #333;
}

.fy_wrap .fy_page .p_skip a:active {
    background: #FF0D35;
    border: 1px solid #FF0D35;
    color: #fff;
}

/*品牌图*/

.valueList .pion {
    cursor: pointer;
}

.selectorLine_list {
    height: 117px;
}

.danhanghide {
    height: 28px;
    overflow: hidden;
}

.danhangshow {
    height: auto;
    max-height: 152px;
    overflow-y: auto;
}

.sl_ext a .icon_jt.icon_dt {
    background-position: -29px -28px;
    margin-left: 6px;
}

.sl_value .valueList li.price_sel {
    width: 250px;
    font-size: 12px;
}

.sl_value .alreadySelect label {
    float: left;
}

.sl_value .alreadySelect .pion {
    float: left;
    margin-left: 15px;
}

.sl_value .alreadySelect .pion a {
    float: left;
    margin-left: 15px; 
    color: #333;
}

.address-page-box {
    position: relative;
    margin: 10px auto 0px auto;
    height: 70px;
}

.spu_name {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.crumbs_nav {
    position: relative;
}

.crumbs_nav b{
    font-weight: normal;
}

.search_p {
    max-width: 310px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    top: 2px;
    display: inline-block;
    font-weight: bold;
}

.search_p span {
    font-weight: bold;
}

.kf_line {
    /* background: #FFEFD5; */
    height: 26px;
    display: inline-block;
    font-size: 12px;
    color: #666;
    line-height: 26px;
    margin-left: 10px;
    text-align: left;
    position: absolute;
    right: 0;
    top: 15px;
    display: none;
}

.kf_line .kf_txt {
    padding-left: 10px;
}

.kf_line .kf_btn {
    background: #FF0D35;
    border-radius: 2px;
    display: inline-block;
    width: 92px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    margin-left: 10px;
    margin-right: 20px;
    cursor: pointer;
}

.empty_btn span {
    background: #FF0D35;
    border-radius: 2px;
    width: 80px;
    height: 24px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
    margin-top: 15px;
}

.crumbs_nav_info {
    display: none;
}

.crumbs_nav_info.show {
    display: inline-block;
}

.crumbs_tab {
    display: inline-block;
    color: #808080;
}

.attribute_tab .attr_tab {
    display: inline-block;
    padding-left: 5px;
    padding-right: 20px;
    height: 20px;
    border: 1px solid #999;
    background: url("../../images/product/arrow_down.png") no-repeat right center;
    margin-right: 28px;
    line-height: 20px;
    cursor: pointer;
}

.attribute_tab .attr_tab:hover{
    border:1px solid #FF0D35;
    color: #FF0D35;
    background: url("../../images/product/arrow_down_on.png") no-repeat right center;
}

.attr_conent {
    position: absolute;
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 10%);
    top: 39px;
    z-index: 22;
    border-top: 1px solid #d3d3d3;
    padding-bottom: 20px;
    display: none;
}

.attr_conent .attr_item {
    position: relative;
    display: none;  
}

.attr_conent .attr_item ul {
    padding-left: 20px;
    overflow: hidden;
    width: 1084px;
}

.attr_conent li {    
    /* width: 72px; */
    margin-right: 40px;
    line-height: 38px;
    overflow: hidden;
    float: left;
    cursor: pointer;
}
.attr_conent li:hover{
    color: #FF0D35;
}

.attr_conent li span {
    vertical-align: middle;
    display: inline-block;
}

.attr_conent .attr_checkbox {
    background: #fff;
    width: 11px;
    height: 11px;
    border: 1px solid #979797;
    border-radius: 2px;
    display: none;
    margin-right: 6px;
}

.attr_conent .attr_text {
    /* width: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.attr_conent .attr_mutiple .attr_checkbox {
    display: inline-block;
}

.attr_conent .attr_mutiple .attr_checkbox.curr {
    border-color: #FF0D35;
    background: url(../../images/search/search_sprites.png) no-repeat -20px -70px;
}

.attr_conent .attr_mutiple .sl_ext {
    display: none;
}

.attr_conent .attr_mutiple .attr_text {
    /* width: 50px; */
}

.attr_conent .sl_ext {
    width: 75px;
}

.f_sort_left .price_sel {
    margin-left: 20px;
    display: inline-block;
}

.f_sort_left .price_sel span {
    float: left;
    height: 22px;
    padding: 0 3px;
    margin-top: 7px;
    line-height: 24px;
}

.f_sort_left .price_sel span input {
    width: 56px;
    height: 16px;
    border-radius: 4px;
    line-height: 24px;
    background: #F5F5F5;
    font-size: 12px;
    padding:4px;
    border:none;
}

.f_sort_left .price_sel .ph_hide {
    line-height: 22px;
    left: 4px;
    top: 1px;
    z-index: 8;
    cursor: pointer;
}

.f_sort_left .price_sel .ph_low {
    line-height: 22px;
    left: 20px;
}

.f_sort_left .price_sel .ph_span {
    display: inline-block;
    line-height: 22px;
    position: relative;
    left: 73px;
    top: -8px;
}

.f_sort_left .price_sel input::-webkit-input-placeholder {
    color: #D7D7D7;
}

.f_sort_left .price_sel a {
    float: left;
    width: 40px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    background: #FFF;
    border: 1px solid #D3D3D3;
    vertical-align: middle;
    margin: 8px 0px 0 16px;
    color: #333;
    border-radius: 4px;
}

.product_list{
    width:1210px;   
    margin-top:10px;
    padding-bottom: 20px;
}

.product_list li{
    width:200px;
    /* height: 418px; */
    float: left;
    padding:0 16px;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
  }
  
  .product_list li:hover{
    box-shadow: 0 15px 30px rgb(0 0 0 / 15%);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    z-index: 88;
  }
  .product_list .sku_img{
    display: inline-block;
    width:200px;
    height: 200px;
    margin-top:16px;
  }
  .product_list .sku_img_list{
    margin-top:10px;
    height: 37px;
    overflow:hidden;
  }
  .product_list .sku_img_list img{
    display:inline-block;
    width:35px;
    height: 35px;
    margin-right: 3px;
    border: 1px solid #D3D3D3;
    border-radius: 4px;
  }
  .product_list .sku_img_list .active{
    border:1px solid #FF0D35
  }
  .product_list .sku_name{
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    color: #222;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
  }
  .product_list .sku_info{
    margin-top:16px;
    overflow: hidden;
    line-height: 24px;
  }
  .product_list .sku_info_spec{
    margin-top:8px;
    height: 20px;
  }
  .product_list .sku_info .sku_price{
    float: left;
    color: #FF0D35;
    font-size: 18px;
    font-weight: bold;
  }
  .product_list .sku_info .sku_price em{
    font-size: 12px;
  }
  .product_list .sku_info .sku_specnum{ 
    color: #808080;
    font-size: 12px;
  }
  .product_list .sku_act{
    margin-top:8px;
    margin-bottom: 9px;
    font-size: 0;
    height: 18px;
    overflow: hidden;
  }
  .product_list .sku_act span{
    display: inline-block;
    padding: 0 5px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #FF0D35;
    border-radius: 2px;
    font-size: 12px;
    margin-right: 3px;
    background: #FF0D35;
    color: #fff;
  }
  .product_list .sku_act .sku_act_t{
    background: #fff;
    color: #FF0D35;
  }

.product_list .page-box{    
    height: 60px!important;
    background: #fff;   
    clear: both;
    width: 1200px;   
}
.product_list .m-style{
    padding-top: 13px;   
    margin-right: 10px;
}

.alreadySelect{
    padding:10px 0;
}

.sku_add_cart{
    margin-top:16px;
    margin-bottom: 16px;
}
  
.sku_add_cart .add_cart_btn{
width: 199px;
height: 26px;
border-radius: 4px;
display: inline-block;
border:1px solid #FF0D35;
color:#FF0D35;
text-align: center;
line-height: 26px; 
}
.sku_add_cart .add_cart_btn:hover{
color:#FF0D35;
}
.sku_rebate{
    display: inline-block;
    float: right;
    background: #FFEAD0;
    /* height: 20px; */
    border-radius: 4px;
    color: #FF0D35;
    font-size: 12px;
    padding: 4px 4px;
    line-height: 1;
    font-weight: 700;
    margin-top: 2px;
  }