@media screen and (min-width: 750px) {
    [data-v-1a045257]::-webkit-scrollbar-thumb {
        background-color: #fff;
        height: .26042rem !important;
        border-radius: .01563rem
    }

    [data-v-1a045257]::-webkit-scrollbar {
        width: .03125rem;
        height: .03125rem
    }

    [data-v-1a045257]::-webkit-scrollbar-thumb:hover {
        background-color: #fff
    }

    [data-v-1a045257]::-webkit-scrollbar-track-piece {
        background-color: #08244c
    }

    .conBox[data-v-1a045257] {
        width: 6.71875rem;
        height: 3.64583rem;
        margin: 0 auto;
        overflow: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .conBox .conItem[data-v-1a045257] {
        width: 1.51042rem;
        margin-bottom: .18229rem;
        cursor: pointer
    }

    .conBox .conItem[data-v-1a045257]:nth-of-type(4n) {
        margin-right: 0
    }

    .conBox .conItem .fm[data-v-1a045257] {
        width: 1.38021rem;
        margin: .07813rem auto;
        height: 2.60417rem;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: .02604rem;
        display: block;
        -webkit-box-shadow: 0 0 .05208rem .05208rem #04549E;
        box-shadow: 0 0 .05208rem .05208rem #04549e
    }

    .conBox .conItem .btn[data-v-1a045257] {
        width: .52083rem;
        margin: 0 auto
    }
}

@media screen and (max-width: 750px) {
    .conBox[data-v-1a045257] {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .conBox .conItem[data-v-1a045257] {
        width: 90%;
        margin: .5rem auto;
        cursor: pointer
    }

    .conBox .conItem .fm[data-v-1a045257] {
        width: 4.3rem;
        margin: .5rem auto;
        height: 8rem;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: .02604rem;
        display: block;
        -webkit-box-shadow: 0 0 .2rem .2rem #04549E;
        box-shadow: 0 0 .2rem .2rem #04549e
    }

    .conBox .conItem .btn[data-v-1a045257] {
        width: 1.6rem;
        margin: 0 auto
    }
}
