/***************************错题组卷 start**************************************************************/
.group_banner{
    width:100%;
    height:320px;
    background:url("../images/group_banner.jpg") no-repeat center;
    overflow:hidden;
}
.wrong_group{
    width:1200px;
    margin:20px 0;
    overflow:hidden;
}
.wrong_group_l{
    width:100%;
    background:#fff;
    overflow:hidden;
}
.group_title{
    width:100%;
    height:70px;
    padding:10px 0;
    background-image: linear-gradient(120deg, #a1c4fd 0%, #a1daf4 100%);
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.group_title p{
    float:left;
    width:50%;
    line-height:50px;
    color:#fff;
    text-align: center;
    overflow:hidden;
}
.group_title p span{
    font-size:15px;
}
.group_title p i{
    font-size:24px;
    color:#f00;
}
.group_table{
    width:100%;
    margin:10px auto 0;
    padding:0 20px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.group_table .layui-table .action_set{
    color:#31c697;
}
.group_table .layui-table a:hover{
    text-decoration:underline;
}
.group_table .layui-table .delete_set{
    color:#ff0000;
}
/***************************错题组卷 end**************************************************************/

/***************************开始组卷 start**************************************************************/
.action_banner{
    width:100%;
    height:320px;
    background:url("../images/group_banner.jpg") no-repeat center;
    overflow:hidden;
}
.group_title2{
    width:100%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.group_title2 p{
    width:100%;
    height:58px;
    line-height:58px;
    color:#fff;
    font-size:15px;
    background-image: linear-gradient(120deg, #a1c4fd 0%, #a1daf4 100%);
    text-align: center;
    overflow:hidden;
}
.group_table input.number{
    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;
    color:#fff;
    margin:0 10px;
    overflow:hidden;
}
.action_btn a.undo_set{
    background:#97c3ff;
}
.action_btn a.undo_set:hover{
    background:#a4caff;
}
.action_btn a.action_set{
    background:#66a6ff;
}
.action_btn a.action_set:hover{
    background:#5a9af4;
}
/***************************开始组卷 end**************************************************************/