.mz_page_content{
    position: relative;
}
.all_jury_prenext{
    position: absolute;
    top: 50px;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.all_jury_prenext > a{
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
}
.all_jury_prenext > a .icon{
    width: 70px;
}
.mz_common_banner_wrap .typename{
    text-align: center;
}
.mz_common_banner_wrap .typename a{
    font-size: 40px;
    position: relative;
    display: inline-block;
    color: #fff;
}
.mz_common_banner_wrap .typename a:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #f5004b;
}
.awards_page_tit{
    font-size: 72px;
    color: #f5004b;
    text-align: center;
    padding-bottom: 50px;
}
.mz_no_countdown{
    text-align: center;
    padding: 30px 0 70px;
}
.mz_no_countdown .tit{
    font-size: 30px;
    color: #f5004b;
    padding-bottom: 10px;
}
.mz_no_countdown .int{
    font-size: 20px;
    padding-bottom: 10px;
}
.mz_no_countdown .explain{
    font-size: 20px;
    max-width: 300px;
    margin: auto;

}
.win_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.awards_list_page{
    max-width: 1690px;
    margin: auto;
}
.awards_list_page .countdown_wrap{
    position: static;
}
.awards_list_page .countdown span{
    color: #000;
}
.nominees_tit{
    font-size: 30px;
    color: #f5004b;
    text-align: center;
    padding-bottom: 50px;
}
.awards_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.awards_item{
    width: calc(100%/3);
    text-align: center;
    padding-bottom: 160px;
}
.win_name{
    height: 40px;
    margin: 7px 0;
    font-size: 22px;
    color: #f5004b;
    text-align: center;
}
.awards_item .litpic{
    width: 200px;
    height: 200px;
    object-fit: cover;
    transition: transform .5s, opacity .5s;
    transform: scale(0.9);
}
.win_list .awards_item .litpic{
    border-radius: 40px;
}
.awards_item .litpic_wrap:hover .litpic{
    transform: scale(1);
    opacity: .8;
}
.awards_item .icon_wrap{
    text-align: center;
    margin: 10px 0;
    height: 28px;
}
.win_list .awards_item .icon_wrap{
    margin: 20px 0 0;
}
.awards_item .icon{
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.awards_item .icon_wrap:hover .icon{
    filter:grayscale(1);
}
.awards_item .title{
    font-size: 20px;
    text-align: center;
    color: #000;
}
.awards_list.nominees .awards_item .title{
    color: #f5004b;
}
.am-popup.modal_wrap{
    width: 830px;
    height: 745px;
}
.am-popup-inner{
    padding: 0 15px;
}
.modal_tit_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.modal_tit_left .img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.modal_tit_left .tit{
    font-size: 30px;
    color: #f5004b;
    margin-left: 40px;
}
.video_wrap{
    position: relative;
}
.video_wrap .mark{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,.98);
    animation: cssAnimation 0s ease-in 5s forwards;
    animation-fill-mode: forwards;
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
.video_play_hint{
    position: absolute;
    z-index: -1;
    width: 100%;
    text-align: center;
}
@media (max-width: 1024px) {
    .mz_no_countdown .tit{
        font-size: 34px;
        color: #fff;
        text-shadow: 0 0 44px #f5004b;
    }
    .am-popup.modal_wrap{
        width: 94%;
        height: 330px;
        padding: 14px 0 0;
        left: 0;
        right: 0;
        top: 80px;
        margin: auto;
    }
    .am-popup.modal_wrap iframe,
    .am-popup.modal_wrap embed{
        width: 100%;
        height: 300px;
    }
    .modal_tit_wrap{
        padding: 0;
    }
    .modal_tit_left{
        display: none;
    }
    .modal_tit_left .tit {
        font-size: 30px;
        color: #f5004b;
        margin-left: 40px;
    }
    .am-close{
        display: inline-block;
        width: 26px;
        height: 26px;
        background: #f5004b;
        position: absolute;
        right: 5px;
        top: 3px;
        opacity: 1;
        color: #fff;
        border-radius: 100%;
        z-index: 999;
    }
}
@media (max-width: 1024px) {
    .awards_page_tit{
        font-size: 36px;
    }
}
@media (max-width: 797px) {
    .awards_item{
        width: calc(100%/2);
    }
}
@media (max-width: 659px) {
    .awards_item{
        width: 100%;
    }
}