@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:60px 0 20px;
    text-align: center;
}
.study_list{
    width:100%;
    height:780px;
    background:url("../images/way_bg2.png") no-repeat center;
    background-size:100%;
    margin-bottom:80px;
    overflow:hidden;
}
.study_list li{
    position:relative;
    float:left;
    width:33.33%;
    height:260px;
    padding:58px 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.study_list li img{
    position:absolute;
    left:40px;
    top:65px;
    width:40px;
    height:40px;
}
.study_list li .way_nav{
    width:100%;
    padding-left:50px;
    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:40px;
    color:#ffeea8;
    font-size:17px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.study_list li .way_nav p{
    width:100%;
    color:#fff;
    line-height:40px;
    overflow:hidden;
}
.study_list li .way_nav span:first-child{
    margin-right:10px;
}
.study_list li .way_nav a{
    display:block;
    width:230px;
    line-height:40px;
    background:#fdddb0;
    box-shadow:0 0 5px 1px rgba(0,0,0,0.1);
    border:2px solid transparent;
    border-radius:35px;
    color:#bd111c;
    font-size:16px;
    margin-top:10px;
    text-align:center;
    transition:all .3s ease;
    overflow:hidden;
}
.study_list li .way_nav a:hover{
    background:rgba(253,221,176,0.2);
    border:2px solid #fdddb0;
    color:#fdddb0;
}
/*选择学习类型 start*/
.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%;
    transition:all .3s;
}
.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:620px;}
#shape2{ height:700px; padding:20px 20px 40px;}
#shape3,#shape4,#shape5{height:550px;}
/*学习记录 start*/
.learn_box{
    width:1280px;
    background:#fff;
    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;
    color:#000;
    font-size:18px;
    margin-right:30px;
    cursor:pointer;
}
.learn_btn li.btn1.active{
    color:#fc8452;
    border-bottom:2px solid #fc8452;
}
.learn_btn li.btn2.active{
    color:#ee6666;
    border-bottom:2px solid #ee6666;
}
.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:#fc8452;}
#study_table2 thead th{ background:#ee6666;}
.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*/

::-webkit-scrollbar {
    -webkit-appearance: none;
    width:10px;
    height:10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.2);
}
*::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.05);
    border-radius:5px;
    background:rgba(0,0,0,0.05);
}
@media screen and (max-width: 1399px){
    .study_list li{
        padding:58px 25px;
    }
    .study_list li img{
        left:25px;
    }
}
/****************学习路上 end*************/