.sepeator{
    width:100%;
    clear:both;
    margin-top:10px;
}
.general-select{
    width: 100%;
    border: 1px solid #d7dbe5;
    color: #666666;
    font-size: 14px;
    padding: 0 0 0 5px;
}
.half-line{
    width: calc(50% - 10px);
    height: 30px;
}
.half-line:nth-child(2n){
    margin-left: 20px;
}
.line,.bar-group,.bar-stack{
    width: 60px;
    height: 60px;
    border: 1px solid #d7dbe5;
}
.bar-group,.bar-stack{
    margin-left: 10px;
}
.history-curve-active{
    border: 1px solid #3695ff;
}
.graph{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.fcloud-line,.fcloud-bar-group,.fcloud-bar-stack{
    font-size:60px;
    background: none;
    border-right: none;
    cursor: pointer;
}
.fcloud-line span,.fcloud-bar-group span,.fcloud-bar-stack span{
    display: inline;
    padding: 0;
    border-right: none;
    position: relative;
    top: 0;
}
