@charset "UTF-8";
/***********选择科目列表 start*********/
/*头部 start*/
.mui-content{ background:transparent;}
/*头部 end*/

/*试卷列表 start*/
.test_box{
    width:100%;
    overflow:hidden;
}
.section{
    width:100%;
    margin:0 auto;
}
.section li{
    width:100%;
    background:#fff;
}
.section li a{
    display:block;
}
/*试卷列表 end*/
/***********选择科目列表 end*********/

/***********错题记录 start*********/
.mui-btn-red{
    background:#3b64ea;
}
#record_list{
    width:calc(100% - 30px);
    background:transparent;
    margin:15px auto 0;
    overflow:hidden;
}
#record_list li{
    width:100%;
    background:#fff;
    border-radius:8px;
    padding:10px 13px;
    margin-bottom:15px;
    overflow:hidden;
}
.mui-table-view-cell.mui-active>.mui-slider-handle{
    background:#fff!important;
}
.record_up{
    position:relative;
    width:100%;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
    overflow:hidden;
}
.record_up img {
    position:absolute;
    top:50%;
    margin-top:-23px;
    width:36px;
    height:36px;
    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 h3{
    width:100%;
    line-height:30px;
    font-size:1.5rem;
    color:#000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    white-space: normal;
}
.record_down{
    width:100%;
    margin-top:10px;
    overflow:hidden;
}
.record_down p{
    width:100%;
    height:30px;
    line-height:30px;
    font-size:1.4rem;
    color:#666;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.record_down i{
    float:left;
    font-size:1.4rem;
    line-height:40px;
    color:#666;
}
.record_down a{
    float:right;
    width:100px;
    height:32px;
    line-height:32px;
    border:1px solid #3b64ea;
    color:#3b64ea;
    font-size:1.4rem;
    border-radius:40px;
    text-align:center;
    margin:3px 0;
}
.mui-table-view:after,
.mui-table-view:before,
.mui-table-view-cell:after,
.mui-table-view-cell:last-child:after,
.mui-table-view-cell:last-child:before{
    height:0;
}
/*错题记录 end*/
/***********错题记录 end*********/

/***********错题组卷 start*********/
#group{
    position:fixed;
    top:65px;
    left:15px;
    width:calc(100% - 30px);
    height:calc(100% - 140px);
    background:#fff;
    border-radius:6px;
    box-shadow:0 0 5px 1px rgba(0,0,0,0.08);
    padding:0 15px;
    overflow-y: scroll;
    box-sizing: border-box;
}
/*错题总数 start*/
.group_total{
    position:relative;
    width:100%;
    background:#fff;
    border-radius:8px;
    margin:15px auto 0;
    text-align:center;
    overflow:hidden;
}
.group_total img{
    width:100%;
    max-height:270px;
}
.num{
    position:absolute;
    top:50%;
    right:20px;
    margin-top:-40px;
}
.group_total h2{
    color:#fff;
    font-size:1.6rem;
    font-weight:bold;
    line-height:40px;
}
.group_total span{
    display:block;
    width:100%;
    line-height:40px;
    font-size:2.4rem;
    font-weight:bold;
    color:#fff;
}
/*错题总数 end*/
/*题型设置 start*/
.topic_kinds{
    width:100%;
    padding-bottom:15px;
    margin:0 auto;
}
.topic_kinds table{
    width:100%;
    overflow:hidden;
}
.topic_kinds thead{
    display:block;
    width:100%;
    background:#fff;
}
.topic_kinds table thead tr,
.topic_kinds table tbody tr{
    display:flex;
    width:100%;
    background:#fff;
}
.topic_kinds table  thead tr th{
    flex:1;
    font-size:1.5rem;
    font-weight:bold;
    color:#3b64ea;
    line-height:50px;
}
.topic_kinds table tbody{
    display:block;
    background:#fff;
    padding:0;
}
.topic_kinds tr td{
    width:33.333%;
    line-height:50px;
    font-size:1.5rem;
    text-align:center;
}
.topic_kinds tr td input{
    font-size:1.5rem;
    line-height:50px;
    border:0;
    background:transparent;
    margin:0;
    text-align: center;
}
table>tbody>tr:nth-child(odd){
    background:#f0f5ff;
}
/*题型设置 end*/
.action_btn{
    display:block;
    width:calc(100% - 30px);
    line-height:40px;
    background:#3b64ea;
    border-radius:6px;
    color:#fff;
    font-size:1.6rem;
    margin:9px auto;
    text-align: center;
    overflow:hidden;
}
/***********错题组卷 end*********/

/***********专项练习 start*********/
.special_box{
    position:fixed;
    top:65px;
    left:15px;
    width:calc(100% - 30px);
    height:calc(100% - 80px);
    background:#fff;
    border-radius:8px;
    box-shadow:0 0 5px 1px rgba(0,0,0,0.08);
    overflow:hidden;
}
#form{
    width:100%;
    padding:30px 15px;
    margin:0 auto;
    box-sizing: border-box;
}
.mui-input-group .mui-input-row{
    margin-bottom:15px;
}
.mui-input-group .mui-input-row:after{
    height:0;
}
.mui-input-row label~input,
.mui-input-row label~select{
    border:1px solid #eee!important;
    border-radius:5px;
    padding:0 10px;
    font-size:1.5rem;
    box-sizing: border-box;
}
.mui-input-row label{
    width:30%;
    font-size:1.5rem;
    padding:11px 0;
    text-align: right;
}
.mui-input-row label~input, 
.mui-input-row label~select, 
.mui-input-row label~textarea{
    width:70%;
    box-sizing: border-box;
}
.subject_btn{
    width:100%;
    padding-top:0;
    border-radius:50px;
    margin:0 auto;
    overflow:hidden;
}
.subject_btn a{
    float:left;
    width:50%;
    line-height:45px;
    color:#fff;
    text-align: center;
}
.subject_btn button{
    float:left;
    border-radius:0;
    width:50%;
    line-height:45px;
    color:#fff;
    text-align: center;
}
.subject_btn a.record_btn{
    background:#ff9600;
}
.subject_btn a.extract_btn {
    background:#3b64ea;
}
.subject_btn button.extract_btn {
    background:#3b64ea;
}
@media(max-width:375px){
    .mui-input-row label~input,
    .mui-input-row label~select{
        font-size:1.4rem;
    }
}
@media(max-width:330px){
    .mui-input-row label{
        font-size:1.3rem;
    }
    .mui-input-row label~input,
    .mui-input-row label~select{
        font-size:1.2rem;
    }
}
/***********专项练习 end*********/

/***********专项练习组卷记录 start*********/
#special_list{
    width:calc(100% - 30px);
    padding-bottom:20px;
    margin:0 auto;
}
#special_list li{
    position: relative;
    width:100%;
    border-radius:6px;
    padding:10px;
    background:#edf2ff;
    margin:15px auto 0;
    overflow:hidden;
    box-sizing: border-box;
}
#special_list .mui-table-view-cell>.mui-slider-handle{
    background:#edf2ff;
}
#special_list li:first-child{
    border:0;
}
#special_list li span{
    position: absolute;
    top:50%;
    left:0;
    margin-top:-15px;
    width:30px;
    height:30px;
    background:url("../images/icon_test.png") no-repeat center;
    background-size:cover;
    border-radius:0;
    box-shadow:none;
}
#special_list li h3{
    width:100%;
    line-height:26px;
    padding:0 0 0 40px;
    color:#000;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#special_list li p{
    width:100%;
    height:26px;
    line-height:26px;
    padding:0 0 0 40px;
    font-size:1.4rem;
    color:#888;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/***********专项练习组卷记录 end*********/