.google-play, .itunes{
    display: inline-block;
    width: 26px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin-right: 20px;
}

.google-play {
    background-image: url('/media/layout/classic/img/google.min.jpg');
}

.itunes {
    background-image: url('/media/layout/classic/img/apple.min.jpg');
}

.support-button {
    border: none;
    background: transparent;
    z-index: 999998;
    transform: translateZ(0px);
    position: fixed;
    transition-duration: 250ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-property: opacity, top, bottom;
    opacity: 1; width: 168px;
    height: 50px;
    max-height: 551px;
    min-height: 50px;
    margin: 10px 20px;
    right: 0px;
    bottom: 0px;
    width: 168px;
}

.popup.ticket{background:#fff}
.popup.ticket .body{ width:700px }

.ticket-list {
    padding-left: 30px;
}

.ticket-list .item {
    position: relative;
}

.ticket-list .title{
    float: left;
    width: 900px;
    padding: 5px;
}

.ticket-list .created_date{
    float: left;
    width: 200px;
    padding: 5px;
}

.ticket-list .status {
    float: left;
    width: 150px;
    pading: 5px;
}