/***************************我的收藏 start**************************************************************/
.collect_banner{
    width:100%;
    height:320px;
    background:url("../images/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*/
.layui_box{
    background:#fff;
    padding-top:20px;
    margin-bottom:20px;
}
.layui-tab-title{
    width:1160px;
    border-bottom:2px solid #4a9ff5;
    margin:0 auto;
}
.layui-tab-title .layui-this:after{
    border:2px solid #4a9ff5;
    border-bottom:2px solid #fff;
    top:1px;
}
.layui-tab-content{
    padding:0;
}
.collect_table{
    width:100%;
    overflow:hidden;
}
.layui-tab-item{
    width: 100%;
    background: #fff;
    padding:10px 20px 20px;
    box-shadow:0 5px 20px rgba(0,0,0,.1);
    -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;
}
.layui-tab-item h2{
    width:100%;
    height:40px;
    line-height:40px;
    font-size:16px;
    font-weight:bold;
    border-bottom:1px solid #eee;
    overflow:hidden;
}
.layui-tab-item .layui-table td a{
    color:#ff982a;
}
.layui-tab-item .layui-table td a:hover{
    text-decoration: underline;
}
.layui-tab-item  .layui-table thead tr th,
.layui-tab-item  .layui-table tbody tr td{
    text-align: center;
}
.collect_table1 .layui-table thead tr,
.collect_table1 .layui-table[lay-even] tr:nth-child(even){
    background:#e8fcf6;
}
.collect_table2 .layui-table thead tr,
.collect_table2 .layui-table[lay-even] tr:nth-child(even){
    background:#e5f8ff;
}
.collect_table3 .layui-table thead tr,
.collect_table3 .layui-table[lay-even] tr:nth-child(even){
    background:#fffaea;
}
.collect_table4 .layui-table thead tr,
.collect_table4 .layui-table[lay-even] tr:nth-child(even){
    background:#fff6f7;
}
.collect_table5 .layui-table thead tr,
.collect_table5 .layui-table[lay-even] tr:nth-child(even){
    background:#fff7f1;
}
.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:1160px;
    height:42px;
    line-height:38px;
    border-bottom:2px solid #424562;
	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:#424562;
    border:2px solid #424562;
    border-top-width:5px;
    border-bottom: 2px solid #fff;
}
/*表格 end*/
/***************************我的收藏 end**************************************************************/