@charset "utf-8";

/* **** 复写公共样式 **** */
.sectionTitle {
    margin-bottom: 48px;
}

/* **** banner **** */
.ban {    
    background-image: url(img/banners/judgeBanner1.png);
}

/* **** 评委tab切换 **** */
.judgeTabBox {
    width: 1100px;
    margin: 0px auto;
    font-size: 0px;
    text-align: center;
    border-bottom: 1px solid #E8E8E8;
}
.judgeTabs {
    display: inline-block;
    font-size: 0px;
}
.judgeTab, .judgeTabDivide {
    display: inline-block;
    vertical-align: middle;
}
.judgeTab {
    padding: 0px 10px;
    font-size: 20px;
    line-height: 86px;
    border-bottom: 4px solid transparent;
    cursor: pointer;
}
.judgeTab.active {
    font-weight: bold;
    color: #d30c23;
    border-bottom-color: #D30C23;
}
.judgeTabDivide {
    width: 1px;
    height: 20px;
    margin: 0px 80px;
    background-color: #E5E5E5;
}

/* **** 大赛评审 **** */
.padBtom_0 {
    padding-bottom: 0px;
}
.padTop_40 {
    padding-top: 40px;
}
/* .judgeTypeImg {
    margin: 0px auto 60px;
} */
.judgeSubTitle {
    display: inline-block;
    margin-bottom: 60px;
    font-size: 0px;
}
.judgeSubTitle::before, .judgeSubTitle::after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 44px;
    height: 44px;
}
.judgeSubTitle::before {
    background: url(/css/dta2021/img/judgeIcon1.png) center center no-repeat;
    background-size: 100%;
}
.judgeSubTitle::after {
    background: url(/css/dta2021/img/judgeIcon2.png) center center no-repeat;
    background-size: 100%;
}
.judgeSubTitleText {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    font-size: 36px;
    font-weight: bold;
    color: #E90B24;
}
@media screen and (max-width: 750px) {
    /* **** banner **** */
    .ban {    
        background-image: url(img/banners/mJudgeBanner1.png);
    }

    /* **** 评委tab切换 **** */
    .judgeTabBox {
        width: 100%;
    }
    .judgeTab {
        padding: 0px 0.4rem;
        font-size: 0.28rem;
        line-height: 0.76rem;
        border-bottom: 0.04rem solid transparent;
    }
    .judgeTabDivide {
        height: 0.4rem;
        margin: 0px 0.6rem;
    }


    /* **** 大赛评审 **** */    
    .judgeList {
        margin-top: 0;
    }
    .padTop_40 {
        padding-top: 0.8rem;
    }
    .judgeTypeImg {
        width: 2.8rem;
        margin: 0px auto 0.6rem;
    }
    .sectionTitle {
        margin-bottom: .8rem;
    }
    .judgeSubTitleText {
        margin: 0 .2rem;
        font-size: .45rem;
    }
    .judgeSubTitle::before, .judgeSubTitle::after {
        width: .56rem;
        height: .56rem;
    }
}