.vh-100 {
	height: 100vh
}
.wrapper {
    display: none;
    /*height: 412px;*/
    margin-top: 30px;
    overflow-y: hidden;
    overflow-x: scroll
}
#conversion ol li {
    float: left;
    width: 10%
}
#result {
    width: 2201px
}
.bar {
    background: #eee;
    vertical-align: bottom;
    font-size: 12px;
    text-align: center;
    padding: 0 2px;
    position: relative;
    display: inline-block
}
.bar span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ddd
}
.bar span span {
    background: #bbb
}
.hg0, .hg1 {
    color: transparent
}
/*
.hg0 {
    height: 1px;
    color: transparent
}
.hg1 {
    height: 10px;
    color: transparent
}
.hg2 {
    height: 20px
}
.hg3 {
    height: 30px
}
.hg4 {
    height: 40px
}
.hg5 {
    height: 50px
}
.hg6 {
    height: 60px
}
.hg7 {
    height: 70px
}
.hg8 {
    height: 80px
}
.hg9 {
    height: 90px
}*/