.panel_6m9d {
/* border: red 1px solid; */
/* background-color: #fff; */
}

.panel_icon_6m9d {
    width: 80px;
    display: inline-block;
    line-height: 80px;
    height: 80px;
    border-radius: 5px;
    margin-top: 37px;
    margin-left: 10px;
    text-align: center;
}

.aaa {
    /* border: red 1px solid; */
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.color_red {
    color: red;
}

.new_bc{
    width: 0px;
    height: 0px;
    border-color: transparent #f4b856;
    border-width: 0px 0px 40px 40px;
    border-style: solid;
    /* background-color: red; */
    float: left;
    
}

.layui-colla-title {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 15px 0 0px;
    color: #333;
    background-color: #f2f2f2;
    cursor: pointer;
    font-size: 14px;
}

.layui-colla-icon{
    display: none;
}

.div_biaoji{
    margin-left: 10px;
}

.new1_text{
    float: left;
    /* color: #fff; */
    position: relative;
    left: -43px;
    top: -6px;
    color: #fff;
    -moz-transform: rotate(-45deg);/* Firefox 旋转属性，参数表示角度(deg表示角度)，负数逆时针，正数顺时针 */                
    -webkit-transform: rotate(-45deg);/* Safari和Chrome */
    -ms-transform: rotate(-45deg);/* IE 9 */
    -o-transform: rotate(-45deg);/* Opera */
}

.float_left{
    float: left;
}

/* 当有new标签时，给高中低标签加上位移 */
.left{
    position: relative;
}

.left_1{
    margin-left: 38px;
}
