/***********************错题组卷 start*****************/
.group_banner{
    width:100%;
    height:300px;
    background:url("../images/group_banner.jpg") no-repeat center;
    overflow:hidden;
}
.group_table{
    width:100%;
    margin:0 auto;
    overflow:hidden;
}
.layui-table-view{
    margin:0;
}
.group_table .action_set{
    color:#fe7800;
}
.group_table .layui-table a:hover{
    text-decoration:underline;
}
.group_table .delete_set{
    color:#ff0000;
}
.group_table .layui-table-view .layui-table th{
    color:#fff;
    font-size:15px;
    padding:15px 0;
    background:#d1141c;
    text-align: center;
}
.group_table tbody tr td:nth-child(2),
.group_table tbody tr td:nth-child(3){
    text-align: center;
}
/***********************错题组卷 end*****************/

/***********************开始组卷 start*****************/
.action_title{
    width:100%;
    margin-bottom:20px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.action_title p{
    width:100%;
    height:58px;
    line-height:58px;
    color:#fff;
    background:#d1141c;
    text-align: center;
    overflow:hidden;
}
.action_table thead tr th{
    font-size:15px;
    color:#000;
    text-align: center;
}
.action_table tbody tr td:nth-child(2),
.action_table tbody tr td:nth-child(3){
    text-align: center;
}
.action_table .layui-table-view .layui-table td,
.action_table .layui-table-view .layui-table th{
    padding:10px 0;
}
.action_table .layui-table-cell {
    height:35px;
    line-height:35px;
}
.action_table input.number{
    width:100%;
    height:35px;
    border:1px solid #eee;
    border-radius:5px;
    text-indent:10px;
}
.action_btn{
    width:100%;
    margin:20px 0;
    text-align:center;
    overflow:hidden;
}
.action_btn a{
    display:inline-block;
    width:120px;
    height:35px;
    line-height:35px;
    border-radius:5px;
    color:#fff;
    margin:0 10px;
    overflow:hidden;
}
.action_btn a.undo_set{
    background:#fe7800;
}
.action_btn a.action_set{
    background:#d1141c;
}
/***********************开始组卷 end*****************/