/***************************我的收藏 start**************************************************************/
.collect_banner{
    width:100%;
    height:375px;
    background:url("../images/index/collect_banner.jpg") no-repeat center;
    overflow:hidden;
}

/*收藏分布图 start*/
.echarts_box{
    width:1200px;
    margin:20px 0;
    overflow:hidden;
}
.echarts_one{
    float:left;
    width:590px;
    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 0 0;
    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:100%;
    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**************************************************************/
.layui-table-view .layui-table{
    width:100%;
}
.layui-table tr th{
    text-align:center;
}
.layui-table-page{
    text-align:center;
}
.none_nav{
    width:100%;
    text-align:center;
    overflow:hidden;
}
.none_nav p {
    width:80%;
    font-size:16px;
    color:#666;
    text-align:center;
    margin:0 auto;
    overflow:hidden;
}
/*暂无收藏记录 start*/
.none_nav a{
    display:block;
    width:120px;
    height:35px;
    line-height:35px;
    border-radius:5px;
    color:#fff;
    margin:20px auto 35px;
    text-align: center;
    overflow:hidden;
}
.none_nav a.v_button{
    background:#ffac87;
}
.none_nav a.v_button:hover{
    background:#fe9363;
}
.none_nav a.t_button{
    background:#3fbcc4;
}
.none_nav a.t_button:hover{
    background:#1db2bb;
}
/*暂无收藏记录 end*/