/***************************我的收藏 start**************************************************************/
.collect_banner{
    width:100%;
    height:375px;
    background:url("../images/index/collect_banner.jpg") no-repeat center;
    overflow:hidden;
}

/*收藏分布图 start*/
.echarts_box{
    width:1170px;
    margin:20px 0;
    overflow:hidden;
}
.echarts_one{
    float:left;
    width:575px;
    height:435px;
    background:#fff!important;
    border-radius:5px;
    box-shadow:0 5px 20px rgba(0,0,0,.1);
    padding:15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.echarts_box .echarts_one:first-child{
    margin-right:20px;
}
/*收藏分布图 end*/

/*表格 start*/
.collect_table{
    width:100%;
    overflow:hidden;
}
.collect_same{
    width: 100%;
    background: #fff;
    padding:10px 20px 20px;
    margin-bottom:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.collect_table5{
    padding:10px 20px 10px;
}
.collect_table5 .study_page{
    margin:0;
}
.collect_same h2{
    width:100%;
    height:40px;
    line-height:40px;
    font-size:16px;
    font-weight:bold;
    border-bottom:1px solid #eee;
    overflow:hidden;
}


.collect_table2 .layui-table thead tr,
.collect_table2 .layui-table[lay-even] tr:nth-child(even){
    background:#e8fcf6;
}

.related_msg{
    width:100%;
    background:#fff;
    padding:15px 20px 10px;
    margin:0 auto 20px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.msg_btn{
    width:1089px;
    height:42px;
    line-height:38px;
    border-bottom:2px solid #31c6ce;
	margin:0 auto;
}
.msg_btn a{
    float:left;
    width:100px;
    font-size:15px;
    text-align:center;
    background:#fff;
    margin-right:20px;
    overflow:hidden;
}
.msg_btn a.m_line{
    color:#24b4bc;
    border:2px solid #31c6ce;
    border-top-width:5px;
    border-bottom: 2px solid #fff;
}

/*表格 end*/
/***************************我的收藏 end**************************************************************/