@charset "UTF-8";
/******学习足迹 start*****/
.trail_banner{
    position:relative;
    width:100%;
    min-width:1400px;
    height:300px;
    overflow:hidden;
}
.trail_center{
    position:absolute;
    left:50%;
    transform:translate(-50%,0);
    width:1920px;
    height:300px;
    background:url("../images/trail_banner.jpg") no-repeat center;
}
/*表格 start*/
#trail .layui-table{
    margin:0;
}
.learn_btn{
    display:flex;
    justify-content:center;
    width:100%;
    overflow:hidden;
}
.learn_btn li{
    display:flex;
    justify-content:center;
    width:230px;
    line-height:50px;
    background:#f0f4fe;
    box-shadow:0 0 5px 1px rgba(23, 94, 255, 0.3);
    border-radius:50px;
    color:#000;
    font-size:18px;
    font-weight:bold;
    margin:20px 15px;
    cursor:pointer;
    text-align: center;
}
.learn_btn li i{
    width:25px;
    height:25px;
    background-size:cover;
    margin:13px 10px 0 0;
}
.learn_btn li:first-child i{
    background:url("../images/icon_trail.png") no-repeat center;
    background-position: 0 0;
}
.learn_btn li:first-child.active i{
    background:url("../images/icon_trail.png") no-repeat center;
    background-position: 0 -25px;
}
.learn_btn li:last-child i{
    background:url("../images/icon_trail.png") no-repeat center;
    background-position:-25px 0;
}
.learn_btn li:last-child.active i{
    background:url("../images/icon_trail.png") no-repeat center;
    background-position: -25px -25px;
}
.learn_btn li.active{
    color:#fff;
    background:#002fa7;
    box-shadow:0 0 5px 1px rgba(23, 94, 255, 0.3);
}
.learn_btn li:last-child.active{
    color:#fff;
    background:#ee6623;
    border-color:#ee6623;
    box-shadow:0 0 5px 1px rgba(238, 102, 35, 0.3);
}
.learn_nav{
    background:#fff;
    border-radius:15px;
    box-shadow:0 0 10px 1px rgba(0, 0, 0, 0.08);
    padding-bottom:10px;
    overflow:hidden;
}
.learn_nav .learn_item{
    width:100%;
    overflow:hidden;
    display:none;
}
.learn_title{
    width:100%;
    height:80px;
    line-height:80px;
    background:url('../images/trail_bg.jpg') no-repeat center;
    border-radius:15px 15px 0 0;
    color:#fff;
    font-size:20px;
    font-weight:bold;
    text-align: center;
}
.learn_title2{
    background:url('../images/trail_bg2.jpg') no-repeat center;
}
.study_table thead th{
    background:#e3ecff;
    padding:18px 20px;
    color:#002fa7;
    font-size:17px;
    font-weight:bold;
    text-align:center;
}
#study_table2 thead th{
    background:#ffe9e0;
    color:#ee6623;
}
.study_table tbody td{
    padding:18px 20px;
    font-size:15px;
}
.layui-table tbody td{
    text-align:center;
}
.layui-table tbody td:first-child{
    text-align:left;
}
.study_table tbody td a:hover{
    text-decoration: underline;
}
.study_table tr{
    border-top:1px solid #fff9f5;
}
.study_table tbody tr:hover,
.study_table thead tr,
.study_table[lay-even] tr:nth-child(even){
    background:#fff;
}
.do{ color:#002fa7;}
.none{ color:#f56e2e;}
.again{
    background:#e4edff;
    border-radius:5px;
    color:#002fa7;
    padding:3px 10px;
}
.continue{
    background:#ffe8db;
    border-radius:5px;
    color:#ff6107;
    padding:3px 10px;
}
.again:hover{color:#002fa7;}
.continue:hover{color:#ff6107;}
/*表格 end*/
/*****学习足迹 end*****/