@charset "UTF-8";
/**********************错题记录 start**************************/
/*banner start*/
.record_banner{
    width:100%;
    height:300px;
    background:url("../images/record_banner.jpg") no-repeat center;
    overflow:hidden;
}
/*banner end*/

.record_box{
    width:1200px;
    margin:0 auto 20px;
}
/*左 start*/
.record_left{
    float:left;
    width:320px;
    background:#fff;
    box-shadow:1px 1px 10px rgba(0,0,0,.1);
}
.record_left dt{
    width:100%;
    height:50px;
    line-height:50px;
    background-image: linear-gradient( 47deg, rgb(215,40,2) 0%, rgb(254,110,73) 74%);
    background-image: -moz-linear-gradient( 47deg, rgb(215,40,2) 0%, rgb(254,110,73) 74%);
    background-image: -webkit-linear-gradient( 47deg, rgb(215,40,2) 0%, rgb(254,110,73) 74%);
    background-image: -ms-linear-gradient( 47deg, rgb(215,40,2) 0%, rgb(254,110,73) 74%);
    color:#fff;
    font-size:16px;
    padding:0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.record_left dt img{
    float:left;
    margin:10px 10px 0 0;
}
.record_left dd{
    width:100%;
    padding:10px 0 30px;
    overflow:hidden;
}
.record_left dd ul{
    position:relative;
    display:block;
    width:100%;
    line-height:50px;
    font-size:16px;
    padding:0 25px;
    overflow:hidden;
    cursor:pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.record_left dd span.sel{
    color:#d1141c;
}
.record_left dd span.sel i{
    position:absolute;
    top:13px;
    left:0;
    width:4px;
    height:24px;
    background:#d1141c;
}
/*左 end*/

/*右 start*/
.record_right{
    float:right;
    width:860px;
    min-height:860px;
    overflow:hidden;
}
.little_note{
    width:100%;
    height:120px;
    background:url("../images/record_bg.jpg") no-repeat center;
}
.little_note p{
    width:100%;
    color:#fff;
    line-height:30px;
    padding:30px 90px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrong_table{
    width:100%;
    margin-top:10px;
    overflow:hidden;
}
.layui-table thead tr th{
    color:#000;
    font-size:15px;
    text-align:center;
}
.wrong_table h2{
    width:100%;
    height:40px;
    line-height:40px;
    font-size:15px;
    overflow:hidden;
}
.wrong_table h2 span{
    color:#d1141c;
}
.wrong_table table{
    margin-bottom:10px;
}
.wrong_table .watch_set{
    color:#fe7800;
}
.wrong_table .delete_set{
    color:#ff0000;
}
.wrong_table tbody tr td:nth-child(3),
.wrong_table tbody tr td:nth-child(4){
    text-align: center;
}

.none_tu{
    width:100%;
    text-align: center;
    margin-top:100px;
    overflow:hidden;
}
.none_tu img{
    text-align: center;
}
.none_tu a{
    display:block;
    width:120px;
    height:35px;
    line-height:35px;
    background:#ff6428;
    color:#fff;
    border-radius:5px;
    margin:0 auto;
    overflow:hidden;
}
/*右 end*/
#treelist .layui-tree-entry{
    height:35px;
    line-height:35px;
}
.layui-table-page{
    text-align:center;
}
.layui-tree-icon .layui-icon,.layui-tree-iconClick .layui-icon{
    color:#d1141c;
}
.layui-tree-icon{
    border: 1px solid #d1141c;
}
/**********************错题记录 end**************************/