/** 更新日志部分 **/
.update_detail{padding:10px 60px;height: calc(100% - 18px) !important;overflow-y: auto;width: calc(100% - 118px) !important;}
.layui-layer-content::-webkit-scrollbar,.update_detail::-webkit-scrollbar{width:8px;}
/*::-webkit-scrollbar-track{background-color:#ccc;}*/
.layui-layer-content::-webkit-scrollbar-thumb,.update_detail::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:3px;}
.layui-layer-content::-webkit-scrollbar-thumb:hover,.update_detail::-webkit-scrollbar-thumb:hover {background-color:#ccc}
.layui-layer-content::-webkit-scrollbar-thumb:active,.update_detail::-webkit-scrollbar-thumb:active {background-color:#ccc}

/** 更新日志 附件部分 **/
.module_detail_list li h3{display:inline-block;height:22px;}
.module_detail_list li p{margin-top:10px;padding:10px;background-color: rgba(234,234,234,0.6);color:#a94442;}
.module_detail_list li .attachment_list{margin-top:10px;padding:10px 10px 10px 30px;background-color: rgba(234,234,234,0.6);}
.module_detail_list li .attachment_list li button{float:right;display:none;}
.module_detail_list li .attachment_list li:hover button{display:block;}

/** 角标 **/
.jiaobiao_container{
    position: absolute;
    transform: rotate(-45deg);
    bottom: 40px;
    right: -43px;
    opacity:0.8;
}
.jiaobiao{
    width: 0;
    height: 0;
    border-width: 35px 35px 0;
    border-style: solid;
    border-color: #ff2600 transparent transparent;
    position: absolute;
    bottom: 3px;
    right: 24px;
}
.jiaobiao_text{
    position: absolute;
    color: #fff;
    font-size: 13px;
    bottom: 18px;
    right: 20px;
    width: 58px;
}

#stage{
    margin-top:-12px ;
}

#stage .layui-tab-title{
    background-color: #ffffff;
}

#stage .layui-tab-content{
    margin-top:10px ;
    background-color: #ffffff;
}

/*** layui 列表自动高度 ***/
.layui-table-cell{height:auto !important;}

.popUserDetailInfo{
    color: #FFFFFF !important;;
    background-color:rgba(0, 150, 136, 0.49) !important;
    display: block;
}
.popUserDetailInfo:hover{
    cursor:pointer;
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff
}
.popOrderDetailInfo,.popMiniUserList{
    color: #FFFFFF !important;;
    background-color:rgba(0, 150, 136, 0.49) !important;
    display: block;
}
.popOrderDetailInfo:hover,.popMiniUserList:hover{
    cursor:pointer;
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff
}

.popSpuListByGoodsId{
    background-color: #ffc022;
    display: block;
    color: #FFFF;
}
.popSpuListByGoodsId:hover {
    cursor:pointer;
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff
}


/**自定义滚动条样式 */
::-webkit-scrollbar {
    width: 6px;
    height: 10px;
    background-color: transparent
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: transparent;
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
    background-color: #ccc
}
