/***********************错题组卷 start*****************/
.layui-table-page{
    text-align: center;
}
.group_banner{
    position:relative;
    width:100%;
    min-width:1280px;
    height:350px;
    overflow:hidden;
}
.group_center{
    position:absolute;
    left:50%;
    transform: translate(-50%,0);
    width:1920px;
    height:350px;
    background:url("../images/group_banner.jpg") no-repeat center;
    overflow:hidden;
}
.group_table{
    width:100%;
    padding:20px 20px 10px;
    background:#fff;
    box-shadow:1px 1px 10px rgba(0,0,0,.1);
    border-radius:10px;
    margin:0 auto 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.layui-table-view{
    margin:0;
}
.group_table .action_set{
    background:#ff5c23;
    border-radius:5px;
    padding:2px 8px;
    color:#fff;
    cursor:pointer;
}
.group_table .layui-table a:hover{
    text-decoration:underline;
}
.group_table .delete_set{
    background:#ff0000;
    border-radius:5px;
    padding:2px 8px;
    color:#fff;
    cursor:pointer;
}
.group_table .layui-table-view .layui-table th{
    color:#fff;
    font-size:16px;
    padding:15px 0;
    background:#e50206;
    text-align: center;
}
.group_table tbody tr td:nth-child(2),
.group_table tbody tr td:nth-child(3){
    text-align: center;
}
.layui-table tbody tr:hover, 
.layui-table thead tr, 
.layui-table[lay-even] tr:nth-child(even){
    background:#fff0f0;
}
.layui-table-view .layui-table td, .layui-table-view .layui-table th{
    padding:10px 0;
    font-size:16px;
    color:#333;
}
/***********************错题组卷 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:#e50206;
    text-align: center;
    overflow:hidden;
}
.action_table{
    width:100%;
    background:#fff;
    padding:20px 20px 10px;
    box-shadow:1px 1px 10px rgba(0,0,0,.1);
    border-radius:10px;
    margin-bottom:30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.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:34px;
    border:1px solid #eee;
    border-radius:5px;
    font-size:15px;
    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:#ff6623;
}
.action_btn a.action_set{
    background:#e50206;
}
/***********************开始组卷 end*****************/