.active{
    color: #ff8b1a!important;
}
.notice{
    color: #ff8b1a;
}
.task{
    color: #ff0000;
}
.guild{
    color: #4474f2;
}
.popupOpen{
    display: none;
}
.contentPaging{
    margin: 30px;
    float: right;
}
.popupCloseYes{
    width: 100px!important;
    background: #ff8b1a;
    color: #fff!important;
}
.popupCloseNo{
    margin-left: 15px;
    width: 100px!important;
}
.mainContent{
    margin: 0 auto 20px;
    width: 1280px;
    .mainContentMsg{
        width: 1280px;
        min-height: 670px;
        margin-top: 20px;
        padding-bottom: 20px;
        display: flex;
        background: #fff;
        /* 左侧内容 */
        aside{
            width: 262px;
            padding: 16px 0;
            background: #fff;
            margin-top: 20px;
            ul{
                li{ 
                    text-align: left;
                    border: 1px solid #ddd;
                    width: 200px;
                    line-height: 60px;
                    margin: 0 auto;
                    h3{
                      font-size: 18px;
                      text-indent: 30px;
                    }
                    a{
                        border-left: 4px solid #fff;
                        // width: 100%;
                        text-align: left;
                        display: inline-block;
                        padding-left: 64px;
                        padding-right: 68px;
                        font-size: 16px;
                        position: relative;
                        &:hover{
                            color: #ff8b1a
                        }
                    }
                    a.active {
                        border-left: 4px solid #ff8b1a;
                        font-weight: bold;
                    }
                    span{
                        font-size: 12px;
                        color: #aaa;
                    }
                    .messageImportant{
                        color: #fff;
                        background-color: #ff0000;
                        height: 18px;
                        line-height: 18px;
                        width: 34px;
                        display: block;
                        text-align: center;
                        border-radius: 2px;
                        position: absolute;
                        top: 0;
                        right: 40px;
                        &::after{
                            content: "";
                            display: block;
                            width: 0;
                            height: 0;
                            border: 4px solid transparent;
                            border-top-color: #ff0000;
                            margin-left: 2px;
                        }
                    }
                }
                li:nth-child(2),li:nth-child(3),li:nth-child(4) {
                    border-top: 0px;
                }
            }
        }
        /* 右侧内容 */
        .rightContent{
            background: #fff;
            flex: 1;
            margin-right: 32px;
            padding-top: 16px;
            margin-top: 20px;
            overflow: hidden;
            /* 清空消息 */
            .rightTitle{
                display: flex;
                justify-content: space-between;
                line-height: 55px;
                padding: 0 30px;
                border: 1px solid #ddd;
                border-bottom: 0px;
                h3{
                    font-size: 20px;
                    font-weight: bold;
                }
                // .del-cion {
                //     background: url('/shujiajia/static/image/news/empty.png') no-repeat 0 50%;
                //     display: inline-block;
                //     vertical-align: middle;
                //     width: 16px;
                //     height: 16px;
                //     background-size: 16px 16px;
                //     margin-right: 5px;
                // }
                .empty {
                    position: relative;
                }
                .empty::before {
                    position: absolute;
                    content: '';
                    background: url('/shujiajia/static/image/news/empty.png') no-repeat;
                    display: inline-block;
                    vertical-align: middle;
                    width: 14px;
                    height: 14px;
                    background-size: 14px 14px;
                    margin-right: 5px;
                    left: -20px;
                    top:20px;
                }
            }
            /*主列表*/
            .rightContentList{
                padding: 0 30px;
                min-height: 700px;
                border: 1px solid #ddd;
                border-top: 0px;
                .rightListMsg{
                    position: relative;
                    border-bottom: 1px solid #ddd;
                    padding: 20px 0;
                    .rightListTitle{
                        a{
                            font-size: 18px;
                            cursor: pointer;
                            font-weight: bold;
                            em{
                                font-size: 14px;
                                color:#999;
                                padding-left:10px;
                            }
                        }
                        .newMessage{
                            width: 30px;
                            display: inline-block;
                            height: 16px;
                            background-color: #ff0000;
                            color: #fff;
                            font-size: 12px;
                            text-align: center;
                            line-height: 14px;
                            border-radius: 8px 8px 8px 0;
                            position: relative;
                            top: -10px;
                            left: 4px;
                        }
                    }
                    &>p{
                        overflow: hidden;
                        text-overflow:ellipsis;//文本溢出显示省略号
                        white-space:nowrap;
                        padding: 10px 0;
                        font-size: 14px;
                    }
                    .rightMsgTime{
                        color: #999;
                    }
                    .closeBox{
                        position: absolute;
                        top: 20px;
                        right: 5px;
                        .close{
                            position: absolute;
                            top: 0;
                            right: 0;
                            img{
                                width: 15px;
                                height: 15px;
                            }
                        }
                        .closeList{
                            display: none;
                            background: #f5f5f5;
                            position: absolute;
                            top: 15px;
                            right: 10px;
                            padding: 10px 14px;
                            border: 1px solid #d0d0d0;
                            //box-shadow: 2px 2px 5px #ddd;
                            p{
                                font-size: 12px;
                                line-height: 24px;
                                cursor: pointer;
                                &:hover{
                                    text-decoration: underline;
                                    color: #f00;
                                }
                            }
                        }
                        &:hover{
                            width: 115px;
                            height: 85px;
                        }
                        &:hover .closeList{
                            display: block;
                        }
                    }
                    
                }
                .rightListMsg:last-child{
                    border-bottom: 0px;
                }
            }
        }
    }
}
/* .footerBox{
    background-color: #232323;
    p{
        width: 1280px;
        height: 60px;
        margin: 0 auto;
        font-size: 12px;
        color: #dcdcdc;
        text-align: center;
        line-height: 60px;
    }
} */
.toastBox{
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.6);
    display: none;
    .toast{
        position: fixed;
        min-width:90px;
        height:32px;
        left:50%;
        top:50%;
        transform: translate(-50%,-50%);
        background:#fff;
        border-radius: 6px;
        line-height: 32px;
        vertical-align: middle;
        text-align: center;
        padding:0 4px;
        box-sizing: border-box;
        img{
            vertical-align: middle;
            padding-right:8px; 
        }
    }
}