.fl{
    float:left;
}
.fr{
    float:right;
}
.clear{
    clear: both;
}
.mask{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    overflow: hidden;
    /* transition: .3s; */
}
.pop{
    width:474px;
    min-height: 240px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 4px;
    background: #fff;
    z-index: 9999;
    padding: 0;
    padding-bottom: 60px;
    box-sizing: border-box;
    /* transition: .3s; */
}
.header{
    padding: 20px;
    border-bottom:1px solid #EEEEEE;
    background: #fff;
}
.header span{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding-left: 10px;
    border-left: 3px solid #af261c;
}
.closeBtn{
    display: inline-block;
    padding:2px;
    cursor: pointer;
}
.ctn{
    padding: 20px 30px;
    display: flex;
}
.ctnTxt{
    color:#333333;
    font-size: 16px;
    word-break: normal;
    width: auto;
    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
}
.ctn .tanhao{
    font-weight: bold;
    background: #E6A23C;
    display: inline-block;
    width:50px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-right: 5px;
}
.ctlWrap{
    padding: 0px 20px 20px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.ctlWrap span{
    display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #af261c;
    border-radius: 4px;
}
.ctlWrap .confirm{
    background: #af261c;
    color: #FFFFFF;

}
.window .window-header .panel-title{
    color: #333333!important;
    font-size: 16px;
    border-left: 3px solid #af261c;
    padding-left: 10px;
}
.ctlWrap .cancle{
    transition: .3s;
}
.ctlWrap .cancle:hover{
    color:#409EFF;
    border: 1px solid #409EFF;
}
.poplert,.closelert{
    background: #409EFF;
    padding: 10px 20px;
    width: auto;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}