
#tickerContainer {
    position: relative;
    width: 1180px;
    margin: 0 auto;
}
#tickerContainer #quotation {
    position: relative;
    overflow: hidden;
    height: 100px;
    margin: 0 auto;
}

.quotation-imgs {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    height: 100%;
    box-sizing: border-box;
}
#quotation .li-img {
    float: left;
    box-sizing: border-box;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}
