@charset "utf-8";

/* **** 大赛评审 **** */
.judgeBox {
    margin-top: 80px;
}
.judgeWrapper {
    position: relative;
}
.awardLabel {
    width: 200px;
    height: 40px;
    line-height: 40px;
}
.awardLabel1 {
    left: calc(50% - 200px);
}
.awardLabel2 {
    right: calc(50% - 200px);
}


@media screen and (max-width: 750px) {
    /* **** 大赛评审 **** */
    .judgeBox {
        margin-top: 1rem;
    }
    .awardLabel {
        width: 50%;
        height: 0.8rem;
        line-height: 0.8rem;
    }
    .awardLabel1 {
        left: 0;
    }
    .awardLabel2 {
        right: 0;
    }
    .judgeList {
        margin-top: 0;
    }
}