/*
Theme Name:     B2子主题
Theme URI:      http: //7b2.com/
Description:    Child theme for the B2 PRO
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        0.1.5
*/

/*下面是您自己DIY的css样式代码*/
 /*阿里云适量图尺寸*/
 .icon {
       width: 1em; height: 1em;
       vertical-align: -0.15em;
       fill: currentColor;
       overflow: hidden;
    }
  /*阿里云适量图尺寸结束*/   
    
    /*二级菜单专属CSS*/
.font-h {
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(https://www.uuym.net/static/img/hot.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    margin-left: 4px;
    position: absolute;
    top: 8px;
    right: -2px;
}
   /*二级菜单专属CSS结束*/
   /*角标CSS}*/
    .tipss {
    position: absolute;
    border: 2px solid #FFFFFF;
    border-radius: 12px;
    top: 8px;
    left: 8px;
    z-index: 1;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 0 8px;
    }
    .vip{background:#fcb900}
    .dujia{background-color: #9447EB;background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);}
    .free{background:#00d084}
    .tuijian{background-color: #ff8936;background-image: linear-gradient(90deg,#0080FF,#E800E8);}
    .daishou{background-color: #ff8936;background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);}
    .zhengban{background-color: #82D900}
/*角标CSS结束}*/