@charset "UTF-8";
/********************错题记录 start*********************/
/*切换 start*/
.record_btn{
    position:fixed;
    z-index:991;
    display:flex;
    justify-content : center;
    text-align: center;
    width:100%;
    height:35px;
    line-height:35px;
    background:#fff;
}
.record_btn li{
    position:relative;
    width:50%;
    background:#f4f4f4;
    font-size:1.6rem;
    color:#000;
    cursor:pointer;
}
.record_btn li.red{
    background:#c91418;
    color:#ffd500;
}
/*切换 end*/

.record_item{
    width:100%;
    padding-top:70px;
    overflow:hidden;
    display:none;
}
/*科目选择 start*/
.menu {
    position:fixed;
    z-index:990;
    top:79px;
    width:100%;
    height:35px;
    line-height:30px;
    background:#fff;
}
.menu_sel{
    position:relative;
    z-index:991;
    width:100%;
    height:35px;
    line-height:35px;
    padding:0 4%;
    font-size:1.4rem;
    color:#666;
    box-shadow:0 1px 5px rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu_sel em{
    position:absolute;
    left:4%;
}
.menu_sel span{
    display:inline-block;
    width:100%;
    color:#333;
    font-size:1.5rem;
    padding:0 23px 0 68px;
    margin:0 auto;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menu_sel i{
    position:absolute;
    right:4%;
    top:8px;
    font-size:2rem;
    margin-left:5px;
}
.menu_nav{
    position:fixed;
    left:0;
    top:114px;
    z-index:990;
    width:100%;
    height:calc(100% - 114px);
    background:#fff;
    padding-top:15px;
    overflow-y:scroll;
    display:none;
}
.menu_list{
    width:100%;
    padding:0 4%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu_list li{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    float:left;
    width:48%;
    height:60px;
    background:#f2f2f2;
    border-radius:5px;
    font-size:1.5rem;
    padding:0 8px;
    margin:0 4% 15px 0;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu_list li:nth-child(2n) {
    margin-right: 0;
}
.menu_list li span {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
/*科目选择 end*/
.record_list{
    width:100%;
    padding:15px 4% 0;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.record_list li{
    width:100%;
    background:#fff;
    border-radius:6px;
    box-shadow:0 1px 5px rgba(0,0,0,.1);
    margin-bottom:15px;
}
.record_up{
    position:relative;
    width:100%;
    padding:10px 3% 15px;
    border-bottom:1px solid #eee;
    overflow:hidden;
}
.record_up span {
    position:absolute;
    top:18px;
    width:34px;
    height:34px;
    background:url(../images/wrong_tb.png) no-repeat center;
    background-size:cover;
    border-radius: 0;
    box-shadow: none;
}
.record_nr{
    width:100%;
    padding-left:42px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.record_up a{
    display:block;
    width:100%;
    height:26px;
    line-height:26px;
    font-size:1.5rem;
    color:#000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.record_up p{
    width:100%;
    height:26px;
    line-height:26px;
    font-size:1.4rem;
    color:#999;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.record_tool{
    margin:0;
    text-align: center;
    overflow:hidden;
}
.record_tool a{
    color:#666;
    padding:10px 0;
    border-right:1px solid #eee;
}
.record_tool a:last-child{
    border:0;
}
.record_tool a span{
    display:inline-block;
    width:20px;
    height:20px;
    margin-right:5px;
    vertical-align:-5px;
}
.record_tool a.tool_watch span{
    background:url("../images/icon_watch.png") no-repeat center;
    background-size:cover;
}
.record_tool a.tool_delete span{
    background:url("../images/wrong_del.png") no-repeat center;
    background-size:cover;
}
/********************错题记录 end*********************/

/********************错题组卷 start*********************/
.mui-bar-tab~.mui-content{
    padding-bottom:50px;
}
.group_item{
    width:100%;
    padding-top:70px;
    overflow:hidden;
    display:none;
}
.group_total{
    position:fixed;
    width:100%;
    background:#fff;
}
.group_num{
    width:92%;
    height:150px;
    background:url("../images/wrong_bg.jpg") no-repeat center;
    background-size:cover;
    border-radius:6px;
    padding:10px 0;
    margin:15px auto 0;
    text-align: center;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.group_num h2{
    color:#fff;
    font-size:1.6rem;
    line-height:40px;
}
.group_num span{
    display:block;
    width:100%;
    line-height:60px;
    font-size:2rem;
    font-weight:bold;
    color:#fff;
    margin:10px auto;
}
/*题型设置 start*/
.topic_kinds{
    width:100%;
    padding:15px 0;
    margin:165px 0 0;
    overflow:hidden;
}
.topic_kinds table{
    width:92%;
    background:#fff;
    border-radius:6px;
    box-shadow:0 1px 5px rgba(0,0,0,.1);
    margin:0 auto;
    overflow:hidden;
}
.topic_kinds thead{
    display:block;
    width:100%;
    background:#fff;
}
.topic_kinds table thead tr{
    display:flex;
    width:100%;
    background:#fff;
}
.topic_kinds table  thead tr th{
    flex:1;
    color:#000;
    font-size:1.5rem;
    line-height:40px;
    font-weight:normal;
    border-bottom:1px solid #eee;
}
.topic_kinds table tbody{
    display:block;
    background:#fff;
    padding:0 10px 10px;
    box-sizing:border-box;
}
.topic_kinds table tbody tr{
    display:block;
    margin-top:10px;
}
.topic_kinds tr td{
    width:33.333%;
    text-align:center;
}
.topic_kinds tr td input{
    padding:5px 0;
    font-size:1.4rem;
    border:1px solid #eee;
    margin:0;
    text-align: center;
}
.table>tbody>tr:nth-child(odd)>td{
    background:#fff;
}
.table>tbody>tr>td, .table>tbody>tr>th{
    border:0;
}
/*题型设置 end*/
.action_btn{
    display:block;
    width:90%;
    line-height:40px;
    background:#e50d01;
    border-radius:20px;
    color:#fff;
    font-size:1.6rem;
    margin:4px auto;
    text-align: center;
    overflow:hidden;
}
/********************错题组卷 end*********************/