.container {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px
}
.list_t {
    font-weight: bold;
    margin-top: 11.5px;
    font-size: 16px;
}
.header {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
    display: flex;
    background-color: #ffffff;
}
.h_left_tit{
    width: 80%;
    height: 60px;
}
.h_right_menu{
    width: 20%;
    height: 60px;
    line-height: 80px;
    text-align: right;
}
.text-muted {
    color: #bbbbbb
}
.main_c {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
    color: inherit;
    background-color: #f5f5f5;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    border: 2px dashed #ccc;
    border-radius: 10px !important;
    background: white;
}
.generate{
    margin-top: 30px;
    text-align: center;
}