.float-ck {
    position: fixed;
    bottom: 0;
    z-index: 2099;
}

.float-top {
    position: fixed;
    top: 0;
    z-index: 2099;
}

.catfishs-ck {
    position: fixed;
    bottom: 0;
    z-index: 2099;
}

@media only screen and (max-width: 1025px) {
    .hidemobile {
        display: none !important;
    }

    #catfishs_content img {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width: 1026px) {
    .hidedesktop {
        display: none !important;
    }
}

.off a {
    background: #01AEF0;
    padding: 5px 10px;
    color: #FFF;
}

.top-block.right-box {
    width: 100%;
    margin-top: 10px
}

.right-box-header {
    color: orange;
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 15px;
}

.box_odds {
    background: #000;
    position: relative;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px
}

.box_odds .text-1 {
    font-size: 12px
}

.box_odds .text-2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #f9bc27
}

.box_odds .img img {
    width: 90px;
    padding: 5px;
    border-radius: 4px;
    background-color: #495262;
    display: flex
}

.odds-info {
    width: calc(100% - 115px);
    justify-content: space-between;
    align-self: center;
    color: #fff;
    padding: 5px 5px 5px 0;
    text-align: center
}

.odds-info a {
    line-height: 16px;
    display: inline-block;
    width: 40%;
    padding: 4px 0;
    border-radius: 4px;
    font-size: 13px;
    color: #1b273c;
    font-weight: 700;
    background-color: #f9bc27;
    border: 1px solid transparent;
    text-align: center;
    height: 25px;
    box-sizing: border-box
}

.odds-info a+a {
    margin-left: 5px
}

@media (max-width: 767px) {
    .top-block {
        margin-top: 10px;
        padding: 0 10px;
    }

    .right-box-header {
        margin-bottom: 0;
        font-size: 14px
    }
}
