.mail-box *{
    box-sizing: border-box;
    word-break: break-word;
}
.mail-box .wyxx-tip-box{
    background-color: #c9e5ff;
}
.mail-box .flex{
    display: block;
}
.mail-box .flex:after {
    display: table;
    content: '';
    line-height: 0;
    clear: both;
}
.mail-box .flex>* {
    float: left;
}
.pl-35{
    padding-left: 30px;
}
.w-85{
    width: 84%;
}
.w-84{
    width: 84%;
}
.w-33{
    width: 33.3%;
}
.ml-25{
    margin-left: 25px;
}
.w-320{
    width: 320px;
}
.mail-box .card-title{
    display: block;
}
.mail-box .card-title:after {
    display: table;
    content: '';
    line-height: 0;
    clear: both;
}
.mail-box .card-title>*{
    float: left;
}
.mail-box .card-title .inter-search{
    float: right;
}
.w-detail-right{
    width: calc(100% - 161px);
}
.mail-box table{
    width: 100%;
    border: none;
}
.mail-box table *{
    border-color: #e7e7e7
}
.mail-box .select #sjStartTime,.mail-box .select #sjEndTime{
    background-color: transparent;
}
.layui-laydate-content table{
    width: 100%;
}
