.detailMess-moudle {
    width: 100%;
    height: 100vh;
    /*background: #f5f5f5;*/
    border: 1px solid transparent;
    margin: 0;
    padding: 0;
}
.detailMess-moudle-box {
    /*width: 95%;*/
    margin: 0 auto;
    background: #fff;
    height: 100%;
    margin-top: 10px;
}
.detailMess-heaer-title {
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px dashed #ccc;
}
.detailMess-heaer-title div:first-child{
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}
.detailMess-heaer-title span {
    font-size: 14px;
    color: #7a7a7a;
}
.detailMess-main-mess {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    /*height: auto;*/
}
.detailMess-main-mess div table,th,td {
    border:1px solid black;
    border-collapse:collapse;
}
.link {
    cursor: pointer;
    text-decoration: none;
}
.detailMess-main-mess div {
    padding-bottom: 100px;
}