@charset "UTF-8";
/*****************错题记录 start*************/
/*banner start*/
.record_banner{
    position:relative;
    width:100%;
    min-width:1280px;
    height:350px;
    overflow:hidden;
}
.record_center{
    position:absolute;
    left:50%;
    transform: translate(-50%,0);
    width:1920px;
    height:350px;
    background:url("../images/record_banner.jpg") no-repeat center;
    overflow:hidden;
}
/*banner end*/
.record_box{
    width:1280px;
    margin:0 auto 20px;
}
/*左 start*/
.record_left{
    float:left;
    width:390px;
    min-height:527px;
    background:#fff;
    box-shadow:1px 1px 10px rgba(0,0,0,.1);
    overflow:hidden;
}
.record_left h3{
    width:100%;
    height:65px;
    line-height:65px;
    background:url("../images/record_bg.jpg") no-repeat left top;
    color:#fff;
    font-size:18px;
    padding:0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.layui-tree-setHide>.layui-tree-entry{
    height:50px;
    line-height:50px;
    background-image: -moz-linear-gradient( 0deg, rgb(113,159,248) 0%, rgb(11,56,142) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(113,159,248) 0%, rgb(11,56,142) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(113,159,248) 0%, rgb(11,56,142) 100%);
    font-size:17px;
}
.layui-tree-setHide>.layui-tree-entry span,
.layui-tree-icon .layui-icon{
    color:#fff;
}
.layui-tree-setHide>.layui-tree-entry:hover .layui-tree-txt{
    color: #fff!important;
}
.layui-tree-icon{ border-color:#fff;}
#subject{
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.layui-tree-entry{
    height:auto;
    padding:6px 0;
}
.layui-tree-icon .layui-icon{
    vertical-align:1px;
}
.layui-tree-pack .layui-tree-txt{
    font-size:15px;
}
/*左 end*/

/*右 start*/
.record_right{
    float:right;
    width:calc(100% - 410px);
    min-height:860px;
}
.little_note{
    width:100%;
    height:130px;
    background:url("../images/record_bg.jpg") no-repeat center;
    background-size:100% 100%;
    border-radius:8px;
    box-shadow:1px 1px 10px rgba(0,0,0,.1);
}
.little_note p{
    width:100%;
    color:#fff;
    font-size:16px;
    line-height:35px;
    padding:35px 50px;
    text-indent:32px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.record_right h2{
    width:100%;
    height:30px;
    line-height:30px;
    font-size:15px;
    margin:15px auto;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.record_right h2 span{ color:#f00;}
.wrong_table{
    width:100%;
    background:#fff;
    box-shadow:1px 1px 10px rgba(0,0,0,.1);
    border-radius:8px;
    margin-bottom:20px;
    overflow:hidden;
}
.layui-table, .layui-table-view{
    margin:0;
}
.layui-table-body{overflow:hidden;}
.layui-table thead tr th{
    color:#000;
    font-size:15px;
    text-align:center;
}
.wrong_table table{margin-bottom:10px;}
.wrong_table .watch_set{
    color:#fff;
    background:#6896ee;
    border-radius:35px;
    padding:5px 8px;
    margin-right:5px;
}
.wrong_table .delete_set{
    color:#cf1e15;
    background:#ffdbdb;
    border-radius:35px;
    padding:5px 8px;
}
.wrong_table table a{ padding:0 5px;}
.wrong_table tbody tr td:nth-child(2),
.wrong_table tbody tr td:nth-child(3),
.wrong_table tbody tr td:nth-child(4){ text-align: center;}
.layui-table-header{border:0;}
.layui-table thead tr{ background:#0b388e;}
.layui-table tbody tr:hover,
.layui-table[lay-even] tr:nth-child(even){background:#f1f5fe;}
.layui-table-view .layui-table td{
    padding:8px 0;
}
.layui-table-view .layui-table th{ 
    padding:15px 0;
    color:#fff;
}
.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;
}
#subject>.layui-tree>.layui-tree-set{ border-bottom:10px solid #fff;}
#subject>.layui-tree>.layui-tree-set:last-child{ border:0;}
/*右 end*/
.answer p.col2{ color: #3d7eff;}
.answer p.col2 I{ color: #333;}

/*试题弹出框 start*/
body .demo-class .layui-layer-title {
    color:#fff;
    background:#d70610;
    font-size:15px;
}
.layui-layer-setwin a{
    width:26px!important;
    height:26px!important;
}
.layui-layer-setwin{
    top:8px!important;
}
.layui-layer-setwin .layui-layer-close1{
    background-position: 0 0!important;
}
.layui-layer-setwin .layui-layer-ico{
    background:url("../images/icon_down.png") no-repeat center;
    background-size:cover;
}
.layui-layer{
    border-radius:8px!important;
}
.layer_box {
    width:94%;
    margin:20px auto;
    overflow:hidden;
}
.layer_title {
    width:100%;
    background:#ffedf0;
    border-radius:5px;
    line-height:30px;
    padding:10px 15px;
    color:#000;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.layer_title p{
    color:#000;
}
.layer_topic{
    margin:15px 0;
}
.layer_topic h2{
    font-size:15px;
    line-height:25px;
}
.layer_topic li{
    width:100%;
    height:30px;
    line-height:30px;
    font-size:15px;
    overflow:hidden;
}
.answer{
    width:100%;
    margin-top:10px;
    overflow:hidden;
}
.answer p{
    width:100%;
    line-height:30px;
    font-size:16px;
    overflow:hidden;
}
.answer p.col_red{
    color:#d70610;
}
.answer .analysis{
    width:100%;
    line-height:26px;
    color:#666;
    margin-top:10px;
    overflow:hidden;
}
.answer .analysis p{
    font-size:15px;
    color:#666;
}
.answer .analysis i{
    background:#d70610;
    color:#fff;
    padding:2px 5px;
}
/*试题弹出框 end*/
/******************错题记录 end************/