/***************************错题记录 start**************************************************************/
.record_banner{
    width:100%;
    height:320px;
    background:url("../images/index/record_banner.jpg") no-repeat center;
    overflow:hidden;
}

.wrong_record{
    width:1170px;
    margin:20px 0;
    overflow:hidden;
}
.wrong_record_l{
    float:left;
    width:335px;
    overflow:hidden;
}
/*数据检索 start*/
.data_search{
    width:315px;
    padding:15px 20px;
    background:#fff;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.data_search p{
    width:100%;
    height:30px;
    line-height:30px;
    font-size:15px;
    overflow:hidden;
}
.data_search p img{
    width:22px;
    height:22px;
}
.search_input input{
    width:100%;
    height:30px;
    line-height:30px;
    border:1px solid #e9e9e9;
    margin:10px 0;
    text-indent:10px;
    overflow:hidden;
}
.search_input button{
    display:block;
    width:100px;
    height:35px;
    line-height:35px;
    background:#31c6ce;
    border:1px solid #31c6ce;
    color:#fff;
    text-align: center;
    margin:10px auto;
    overflow:hidden;
    cursor:pointer;
}
/*数据检索 end*/

/*错题记录右侧内容 start*/
.wrong_table td a:hover{
    text-decoration: underline;
}
.wrong_record_r{
    float:left;
    width:815px;
    min-height:700px;
    padding:20px 20px 0;
    background:#fff;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.little_note{
    width:100%;
    background:url("../images/index/icon_sanjiao.png") no-repeat left top;
    overflow:hidden;
}
.little_note p{
    width:100%;
    line-height:30px;
    padding:20px 0 20px 40px;
    border-bottom:1px solid #e9e9e9;
    text-indent:24px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrong_table{
    width:100%;
    margin-top:20px;
    overflow:hidden;
}
.wrong_table h2{
    width:100%;
    height:40px;
    line-height:40px;
    font-size:15px;
    overflow:hidden;
}
.wrong_table h2 span{
    color:#ff0000;
}
.wrong_table table{
    margin:0 0 25px 0;
}
.wrong_table .watch_set{
    color:#fe7800;
}
.wrong_table .delete_set{
    color:#ff0000;
}

/*错题记录右侧内容 end*/
/***************************错题记录 end**************************************************************/


/***************************错题弹出层 start**************************************************************/
.layer_box{
    width:94%;
    margin:20px auto;
    overflow:hidden;
}
.layer_title{
    width:100%;
    padding:5px 15px 15px;
    border:1px solid #e9e9e9;
    border-radius:5px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.layer_title p{
    margin-top:10px;
    line-height:24px;
}
.layer_topic{
    width:100%;
    margin-top:10px;
    overflow:hidden;
}
.layer_topic h2{
    font-size:15px;
    line-height:25px;
}
.layer_topic li{
    width:100%;
    height:25px;
    line-height:25px;
    font-size:13px;
    overflow:hidden;
}
.answer{
    width:100%;
    margin-top:10px;
    overflow:hidden;
}
.answer p{
    width:100%;
    height:25px;
    line-height:25px;
    overflow:hidden;
}
.answer p.col_lan{
    color:#1fa9b0;
}
.answer p.col_hong{
    color:#ff0000;
}
.none_topic{
    width:100%;
    text-align: center;
    overflow:hidden;
}
.none_topic a{
    display:block;
    width:120px;
    height:35px;
    line-height:35px;
    border-radius:5px;
    background:#ff982a;
    color:#fff;
    margin:20px auto;
    text-align: center;
    overflow:hidden;
}
.none_topic a:hover{
    background:#ff8400;
}
.layui-tree .layui-icon{color:#2F4056}
.layui-tree li{line-height:35px;border-top:1px solid #f4f4f4;}
.layui-tree .layui-tree-branch{display:none;}
.layui-tree li a.active{
    background: #009688;
}
.layui-table thead th{font-weight:bold;color:#393D49;font-size:15px;}
/***************************错题弹出层 end**************************************************************/