/*返回顶部按钮隐藏*/
.scrollBtn{
    display: none;
}

.bottom_margin img{
    vertical-align:middle;
}
.clear{
    clear:both;
}
/*周转信息样式*/
.title_info{
    padding:0 0.6rem;
    background-color:#fff;
}
.top_title{
    font-size:0.9rem;
    line-height:50px;
}
.middle_title{
    padding-bottom:0.5rem;
}
.picture_button,.stock_button,.record_button{
    line-height:0.8rem;
    display:inline-block;
    margin-left:0.85rem;
    border:1px solid #afd5ff;
    border-radius: 5px;
    text-align:center;
}
.picture_button{
    width:2.75rem;
}
.stock_button{
    width:3.35rem;
}
.record_button{
    width:4.5rem;
}
.picture_button>img,.stock_button>img,.record_button>img{
    width:0.6rem;
    height:0.6rem;
    margin-bottom:0.1rem;
}
.table_button{
    width:9.7rem;
    margin:0 auto;
    border:1px solid #afd5ff;
    border-radius:5px;
}
.table_button>a>span{
    display:inline-block;
    box-sizing: border-box;
    width:3rem;
    text-align:center;
}
.right-border{
    border-right:1px solid #afd5ff;
}
/*库存概览样式*/
.title_name{
    color:#53a6ff;
    line-height:1.3rem;
    padding-left:0.75rem;
    font-size:0.75rem;
}
.stock_table{
    box-sizing: border-box;
    width:15.5rem;
    margin:0 auto;
    background-color:#fff;
    padding:0.5rem;
    border:1px solid #ddd;
}
.stock_table>table{
    width:14.5rem;
    text-align:center;
    border-left:1px solid #ddd;
    border-top:1px solid #ddd;
}
.stock_table>table td{
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
#turnover_charts{
    height:10rem;
    margin-top:1rem;
}
/*#turnover_charts>div{*/
    /*margin:0 auto!important;*/
/*}*/
.turnover_rate{
    width:13.2rem;
    height:2.25rem;
    margin:0 auto;
}
.turnover_content{
    width:15.5rem;
    background-color:#fff;
    margin:0 auto;
}
.turnover_name{
    display:inline-block;
    width:20%;
    line-height: 2.25rem;
}
.turnover_schedule{
    display:inline-block;
    width:78%;
    line-height:2.25rem;
}
.schedule_bar{
    width:100%;
    height:0.4rem;
    position:relative;
    background: linear-gradient(to right, #fff 0%,#fe4b4b 100%);
}
.arrow_schedule{
    border:0.3rem solid #53a6ff;
    border-top:0.3rem solid transparent;
    border-left:0.3rem solid transparent;
    border-right:0.3rem solid transparent;
    position:absolute;
    left:56%;
    bottom:-0.4rem;
    margin-left:-0.3rem;
}
.num_schedule{
    position:absolute;
    font-size:0.65rem;
    color:#53a6ff;
    left:56%;
    margin-left:-0.3rem;
    bottom:-0.3rem;
}
/*.active_btn span{*/
    /*background:#53a6ff;*/
/*}*/
