.awards_detail_page{
    background: #fff;
    position: relative;
    min-height: 100px;
    margin-top: 100px;
}
.mz_detail_link:hover{
    color: #f5004b;
}
.breadcrumb_wrap{
    font-size: 20px;
    padding: 50px 0 0;
    text-align: center;
}
.breadcrumb_item{
    position: relative;
}
.breadcrumb_item:hover{
    color: #f5004b;
}
.breadcrumb_item:hover:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #f5004b;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.breadcrumb_icon{
    display: inline-block;
    width: 30px;
    position: relative;
}
.breadcrumb_icon:before{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 8px;
    width: 12px;
    height: 12px;
    border: solid 1px #f5004b;
    border-top: 0;
    border-left: 0;
    transform: rotate(-45deg);
}
.all_jury_prenext{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 100px;
}
.game_name{
    font-size: 80px;
    text-align: center;
    color: #f5004b;
    padding: 25px 0 30px;
}
.prize_name{
    font-size: 40px;
    color: #f5004b;
    position: relative;
    height: 126px;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: center;
}
.prize_name:before{
    display: inline-block;
    content: '';
    width: 110px;
    height: 56px;
    background: url(/template/pc/skin/img/imga_icons_sparkle_top_50_r.png) center center/cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.win_list{
    position: relative;
    height: 130px;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    margin-top: 20px;
}
.win_list .tit{
    font-size: 18px;
    font-weight: normal;
}
.win_list:after{
    display: inline-block;
    content: '';
    width: 110px;
    height: 56px;
    background: url(/template/pc/skin/img/imga_icons_sparkle_top_50_r.png) center center/cover no-repeat;
    transform: rotate(180deg);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.game_content{
    border-top: 1px solid #E4E4E4;
    margin-top: 50px;
}
.int_list{
    width: 100%;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
}
.int_item{
    width: 20%;
    padding: 0 15px;
    box-sizing: content-box;
    text-align: center;
    margin: 5px 0;
}
.video_wrap{
    text-align: center;
    position: relative;
}
.video_wrap .mark{
    position: absolute;
    z-index: 3;
    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: 0;
    width: 100%;
    text-align: center;
}
.video_wrap iframe,
.video_wrap embed{
    position: relative;
    z-index: 1;
}
.share_wrap{
    text-align: center;
    font-size: 16px;
    margin-top: 25px;
}
.share_wrap .tit{
    font-size: 14px;
}
.about_wrap{
    border-top: 1px solid #E4E4E4;
    margin-top: 50px;
}
.about_wrap .tit{
    padding: 50px 0 25px;
    text-align: center;
    font-size: 30px;
}
.about_wrap .int{
    width: 83%;
    padding: 0 15px 50px;
    box-sizing: content-box;
    margin: auto;
}
@media (max-width: 1024px) {
    .awards_detail_page{
        margin-top: 80px;
    }
    .mz_padding_row40{
        padding: 0 10px;
    }
    .game_name{
        font-size: 34px;
        padding: 15px 0 30px;
        width: calc(100% - 100px);
        margin: auto;
        line-height: 40px;
    }
    .prize_name{
        font-size: 34px;
        height: 106px;
    }
    .prize_name:before,
    .win_list:after{
        width: 90px;
        height: 36px;
    }
    .win_list{
        height: auto;
        font-size: 20px;
    }
    .win_list:after{
        bottom: -44px;
    }
    .int_item{
        width: 50%;
        padding: 0;
    }
    .video_wrap iframe,
    .video_wrap embed{
        width: 100%;
        height: 300px;
    }
    .all_jury_prenext img.icon{
        width: 50px;
    }
}