@charset "UTF-8";
/****************学习路上 start************/
#shape{
    width:100%;
    min-width:1280px;
    background:url("../images/way_bg.jpg") no-repeat top center;
}
.way_title{
    width:100%;
    padding:35px 0 0;
    text-align: center;
}
.study_list{
    width:100%;
    margin:30px auto;
    overflow:hidden;
}
.study_list li{
    position:relative;
    float:left;
    width:calc((100% - 60px)/4);
    height:140px;
    margin-right:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.study_list li:nth-child(4n){
    margin-right:0;
}
.study_list li img{
    position:absolute;
    left:0;
    top:12px;
    width:45px;
    height:45px;
}
.study_list li .way_nav{
    width:100%;
    padding-left:55px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.study_list li .way_nav h2{
    width:100%;
    line-height:35px;
    color:#fff;
    font-size:18px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.study_list li .way_nav p{
    width:100%;
    color:#fff;
    line-height:35px;
    font-size:14px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.study_list li .way_nav p i{ color:#faef15;}
.study_list li .way_nav span:first-child{
    margin-right:10px;
}
.study_list li .way_nav a{
    display:block;
    width:100%;
    line-height:35px;
    background:rgba(255,255,255,0.2);
    box-shadow:0 0 5px 1px rgba(0,0,0,0.1);
    border:1px solid #fff;
    border-radius:40px;
    color:#fff;
    font-size:16px;
    margin-top:10px;
    text-align: center;
    transition:all .3s ease;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.study_list li .way_nav a:hover{
    background:#fff;
    border-color:#fff;
    color:#bd111c;
}
/*选择学习类型 start*/
.layui-layer-title{
    border-radius:6px 6px 0 0!important;
}
.study_type{
    width:100%;
    padding:0 25px;
    margin-top:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display:none;
}
.study_type a{
    float:left;
    width:180px;
    text-align: center;
}
.study_type a img{
    width:130px;
    border-radius:50%;
}
.study_type a:first-child{
    margin-right:20px;
}
.study_type a span{
    display:block;
    width:100%;
    height:50px;
    line-height:50px;
    font-size:16px;
    color:#000;
    text-align: center;
    overflow: hidden;
}
.study_type a img:hover{
    box-shadow: 0 0 20px 10px #ffdedf;
    -webkit-box-shadow:0 0 20px 10px #ffdedf;
    -moz-box-shadow:0 0 20px 10px #ffdedf;
}
/*选择学习类型 start*/

#shape1,#shape2,#shape3,#shape4,#shape5{
    width:100%;
    background:#fff;
    border-radius:10px;
    padding:20px;
    margin:0 auto 20px;
    overflow:hidden;
    box-sizing: border-box;
}
#shape1{ height:650px;} 
#shape2{ height:600px;} 
#shape3,#shape4,#shape5{height:550px;}
/*学习记录 start*/
.learn_box{
    width:1280px;
    background:#fff;
    border-radius:10px;
    padding:0 25px;
    margin:0 auto 20px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.learn_box .layui-table{
    margin:0;
}
.learn_btn{
    width:100%;
    border-bottom:1px solid #e6e6e6;
    margin-bottom:15px;
    overflow:hidden;
}
.learn_btn li{
    float:left;
    padding:0 10px;
    line-height:60px;
    font-size:18px;
    color:#000;
    margin-right:30px;
    cursor:pointer;
}
.learn_btn li.btn1.active{
    color:#ef5050;
    border-bottom:2px solid #ef5050;
}
.learn_btn li.btn2.active{
    color:#f56336;
    border-bottom:2px solid #f56336;
}
.learn_nav .learn_item{
    width:100%;
    overflow:hidden;
    display:none;
}
.study_table thead th{
    padding:15px 20px;
    color:#fff;
    font-size:16px;
    text-align:center;
}
#study_table1 thead th{ background:#ef5050;}
#study_table2 thead th{ background:#f56336;}
.study_table tbody td{
    padding:15px 20px;
    font-size:15px;
}
.study_table tbody td:nth-child(2),
.study_table tbody td:nth-child(4),
.study_table tbody td:last-child{
    text-align: center;
}
#study_table2 tbody td:nth-child(3){
    text-align:center;
}
.study_table tbody td a{
    display:block;
    color:#da313e;
}
.study_table tbody td a:hover{
    text-decoration: underline;
}
.study_table tbody tr:hover,
.study_table thead tr,
.study_table[lay-even] tr:nth-child(even){
    background:transparent;
}
/*学习记录 end*/
/****************学习路上 end*************/