.page_show{
    display: grid;
    padding-top: 60px;
    overflow: hidden;
}
.mz_page_content{
    /*min-height: 1610px;*/
}
.jury_title{
    text-align: center;
    font-size: 24px;
    width: 83%;
    padding: 50px 40px 30px;
    margin: auto;
}
.jury_description{
    width: 75%;
    padding: 0 15px;
    margin: auto;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
}
.jury_item{
    padding: 50px 0;
    border-bottom: 1px solid #E4E4E4;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.jury_item.team,
.jury_item:last-child,
.jury_detail .jury_item{
    border-bottom: none;
}
.jury_item .left{
    width: 25%;
    padding: 0 15px;
}
.jury_item .right{
    width: 75%;
    padding: 0 15px;
}
.judge_img_wrap{
    overflow: hidden;
    border-radius: 100%;
}
.judge_img{
    width: 100%;
}
.judge_img_wrap:hover .judge_img{
    transform: rotate(360deg) scale(1.1);
    transition: all 200ms ease-in-out;
}
.join_num_list{
    text-align: center;
    padding-top: 10px;
}
.join_num_list a{
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.join_num_list a:hover{
    color: #000;
}
.jury_detail .mz_join_num{
    margin-right: 10px;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}
.jury_item .detail{
    font-size: 17px;
}
.jury_item .detail>p{
    display: inline;
}
.jury_item .name{
    color: #f5004b;
}
.mz_detail_link.more{
    display: inline-block;
    font-size: 18px;
    margin-top: 20px;
}
.mz_detail_link.more:hover{
    color: #f5004b;
}
.contact_link_wrap{
    text-align: center;
    padding: 5px 0;
    margin-top: 6px;
    border-bottom: 1px solid #f5004b;
}
.contact_link_wrap a{
    color: #333;
}
.contact_link_wrap:hover a{
    color: #f5004b;
}

.share_wrap{
    padding-top: 25px;
}

.all_jury_wrap{
    border-top: 1px solid #ddd;
}
.all_jury_tit{
    text-align: center;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f5004b;
    margin-bottom: 120px;
    padding: 5px 0;
    font-size: 15px;
    position: relative;
}
.all_jury_tit a:hover{
    color: #f5004b;
}

.all_jury_wrap .pre,
.all_jury_wrap .next{
    color: #f5004b;
    font-size: 34px;
}
.all_jury_wrap .pre:hover,
.all_jury_wrap .next:hover{
    color: #333;
}
.all_jury_wrap .pre.no_more,
.all_jury_wrap .next.no_more{
    color: #999;
}
.all_jury_wrap .pre.no_more:hover,
.all_jury_wrap .next.no_more:hover{
    color: #999;
}
.all_jury_prenext{
    position: absolute;
    right: 10px;
    top: 5px;
}

.jury_item.no_img{
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.3);
    margin-bottom: 50px;
}
.jury_item.no_img .detail{
    width: 25%;
    padding: 0 15px;
}

@media (max-width: 1024px) {
    .mz_common_banner_wrap{
        display: none;
    }
    .page_show{
        margin-top: 80px;
        display: block;
        padding-bottom: 40px;
    }
    .page_show div:first-child{
        max-width: fit-content !important;
        margin: 0 auto !important;
        position: relative;
        float: none !important;
    }
    .mz_padding_row40{
        padding: 0 10px;
    }
    .jury_title{
        margin-top: 80px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .jury_description{
        width: 100%;
        padding: 0 20px;
    }
    .jury_item .left,
    .jury_item .right{
        width: 100%;
        padding: 0 20px;
    }
    .judge_img_wrap{
        width: 200px;
        height: 200px;
        margin: auto;
    }
    .jury_item .right{
        text-align: center;
    }
    .jury_item.no_img{
        padding: 10px 0;
    }
    .jury_item.no_img .detail{
        width: 100%;
        margin-bottom: 15px;
    }
    .jury_item.no_img .detail:last-child{
        margin-bottom: 0;
    }
    .mobile_margin{
        padding-top: 120px;
    }
}