@charset "utf-8";

.sub-right-header-right{
    box-sizing: border-box;
    padding-top:15px;
    float:right;
    height:100%;
}
.pic-tabs{
    font-size: 13px;
    border:1px solid #DCDFE6;
    color:#DCDFE6;
    border-radius: 2px;
    padding:2px 5px;
    margin:15px 12px 15px 0;
    cursor: pointer;
}
.pic-tabs.current{
    border:1px solid #1890ff;
    color:#1890ff;
}
.pic-data-img{
    width:100%;
    height:223px;
    margin:20px 0;
}
.pic-tabs.pic-tabs-bottom-current{
    background: #1890ff;
    color:#fff;
    border-color:#1890ff;
}

#chartsY-form .chartsItem,#analysis-form .chartsItem{ width: 300px; height: 400px; float: left;}