.price-bage{
    position: absolute;
    bottom: 70px;
    right: 50%;
    cursor: pointer;
}
.price-bage > ul{

    border: 1px solid #7d7d7d;
    list-style-type: none;
    padding: 3px 5px;
    background-color: rgba(210,210,210,0.8);
    border-radius: 3px;
}
.price-bage > ul > li {
    display: inline;
    font-family: DINPro-Medium;
    font-size: 34px;
}
.price-bage > ul > li.digit{
    border: 1px solid #7d7d7d;
    padding: 0 4px;
    color: #fff;
    background-color: #aaaaaa;
    border-radius: 3px;
    margin: 0 2px;
}

.price-bage > ul > li.point{
    color: #7d7d7d;
}

/*@media screen and (max-width: 1366px){
    .price-bage{
        bottom: 46px;
    }
}*/