@media screen and (min-width: 750px) {
    .crumbs[data-v-8279f1f5] {
        margin: 0 auto;
        width: 1200px
    }

    .btnBox[data-v-8279f1f5] {
        width: 100%;
        display: flex;
        border-bottom: 1px solid #d0e99e
    }

    .btnBox p[data-v-8279f1f5] {
        padding: 15px 25px;
        font-size: 22px;
        color: #999;
        border-radius: 15px 15px 0 0;
        cursor: pointer;
        border: 1px solid #eee;
    }
    .btnBox p[data-v-8279f1f5] a{
        font-size: 22px;
        color: #999;
    }

    .btnBox p[data-v-8279f1f5]:hover, .btnBox .btnActive[data-v-8279f1f5]{
        background-color: #649bff;
    }

    .btnBox p[data-v-8279f1f5] a:hover, .btnBox .btnActive[data-v-8279f1f5] a{
        color: #fff;
    }
    

    .conBox[data-v-8279f1f5] {
        width: 100%;
        min-height: 1050px;
        background-color: #fff;
        box-sizing: border-box;
        padding: 30px
    }

    .conBox .conItem[data-v-8279f1f5] {
        width: 100%;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px
    }

    .conBox .conItem img[data-v-8279f1f5] {
        width: 260px
    }

    .conBox .conItem p[data-v-8279f1f5] {
        width: 700px;
        font-size: 18px;
        line-height: 40px
    }

    .btnBack[data-v-8279f1f5] {
        margin: 0 auto 50px;
        display: block;
        cursor: pointer;
        width: 250px
    }
}

@media screen and (max-width: 750px) {
    .btnBox[data-v-8279f1f5] {
        width: 100%;
        display: flex;
        border-bottom: 1px solid #d0e99e
    }

    .btnBox p[data-v-8279f1f5] {
        padding: .2rem .3333rem;
        font-size: .2933rem;
        color: #999;
        border-radius: .2rem .2rem 0 0;
        cursor: pointer
    }

    .btnBox p[data-v-8279f1f5]:hover, .btnBox .btnActive[data-v-8279f1f5] {
        background-color: #649bff;
        color: #fff
    }

    .conBox[data-v-8279f1f5] {
        width: 100%;
        background-color: #fff;
        box-sizing: border-box;
        padding: .3rem
    }

    .conBox .conItem[data-v-8279f1f5] {
        width: 100%;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        margin-bottom: .2rem
    }

    .conBox .conItem img[data-v-8279f1f5] {
        width: 2.6667rem;
        height: 1.5rem;
        object-fit: cover
    }

    .conBox .conItem p[data-v-8279f1f5] {
        width: 4.5rem;
        font-size: .24rem;
        line-height: .5333rem
    }

    .btnBack[data-v-8279f1f5] {
        margin: 0 auto .6667rem;
        display: block;
        cursor: pointer;
        width: 3.3333rem
    }
}
