.request-interval {
    width: 70px;
    display: inline-block;
}

.show-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shot-a {
    /* text-decoration: none; */
    cursor: pointer;
}

.shot-a-img {
    /* width: 200px;
        height: 200px; */
}

.shot-preview-max-img {
    display: inline-block !important;
    width: 100%;
}

.btnReRequest {}

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #555;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#back-to-top:hover {
    background-color: #777;
}