/* 通用样式 */
@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

html,
body { 
    width: 100%; 
    max-width: 1920px;
    min-width: 1280px;
    margin: 0 auto;
}

#footer {
    margin-top: 0 !important;
}

#commonNav * {
    font: 12px/1.5 "宋体", Arial, Tahoma, Helvetica, sans-serif !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

li {
    list-style: none;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
    background-color: transparent;
}


.tC {
    text-align: center;
}

.clearfix {
    display: block;
}

.wh100 {
    width: 100%;
    height: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.inb {
    display: inline-block;
}

.vam {
    vertical-align: middle;
}

.hide {
    display: none;
}

.btn:hover {
    opacity: 0.9;
    filter: brightness(0.95);
}
 
.btn:active {
    transform: scale(0.94);
    transition: 0;
}

.yellow{
    color: #ffea17;
}

.blue{
    color: #3399ff;
}
/* 页面主体 */
.page_body {
    min-height: 3060px;
    background-image: url(../img/main_bg.jpg);
    background-position-x: center;
    overflow: hidden;
}

.logo {
    display: block;
    top: 12px;
    left: 30px;
    width: 186px;
    height: 105px;
    background-image: url(../img/logo.png);
    background-position-x: center;
}


.to_home {
    top: 30px;
    right: 60px;
    width: 140px;
    height: 56px;
    background-image: url(../img/to_home.png);
    background-position-x: center;
}


.tips {
    top: 620px;
    right: 30px;
    width: 180px;
    height: 195px;
    background-image: url(../img/tips.png);
    background-position-x: center;
    animation: updown 3s linear infinite;
}

.msg {
    position: fixed;
    top: 40%;
    width: 100%;
    text-align: center;
    z-index: 11000;
}

.msg-wrap {
    display: inline-block;
    padding: 12px 24px;
    max-width: 400px;
    min-width: 100px;
    font-size: 16px;
    color: #FFFFFF;
    background: rgba(80, 80, 80, 0.9);
    border-radius: 12px;
}

@keyframes updown{
    0%{
        transform: translateY(-20px);
    }
    50%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(-20px);
    }
}


.btn_tips {
    top: 84px;
    left: 30px;
    width: 128px;
    height: 52px;
    background-image: url(../img/btn_tips.png);
    background-position-x: center;
}

.page_body {
    --color-text: #fff;
    --color-bg: #000;
    --color-link: #f9d77e;
    --color-link-hover: #fff;
    --color-info: #efc453;
    --glitch-width: 740px;
    --glitch-height: 280px;
    --gap-horizontal: 5px;
    --gap-vertical: 50px;
    --time-anim: 4s;
    --delay-anim: 1s;
    --blend-mode-1: none;
    --blend-mode-2: none;
    --blend-mode-3: none;
    --blend-mode-4: none;
    --blend-mode-5: overlay;
    --blend-color-1: transparent;
    --blend-color-2: transparent;
    --blend-color-3: transparent;
    --blend-color-4: transparent;
    --blend-color-5: transparent;
}

.page_body .glitch {
    top: 0px;
    margin-left: -675px;
    left: 50%;
    width: 1350px;
    height: 247px;
    overflow: hidden;
    opacity: 0;
}

.page_body .glitch:hover {
    cursor: pointer;
}

.page_body .glitch__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/slogan.png);
    background-color: var(--blend-color-1);
    /* background-position: -10px -1046px; */
    transform: translate3d(0, 0, 0);
    background-blend-mode: var(--blend-mode-1);
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.9;
}

.page_body .glitch__img:nth-child(n+2) {
    opacity: 0;
    z-index: 10;
}

.page_body .glitch__img:nth-child(n+2) {
    animation-duration: var(--time-anim);
    animation-delay: var(--delay-anim);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.page_body .glitch__img:nth-child(2) {
    background-color: var(--blend-color-2);
    background-blend-mode: var(--blend-mode-2);
    animation-name: glitch-anim-1;
}

.page_body .glitch__img:nth-child(3) {
    background-color: var(--blend-color-3);
    background-blend-mode: var(--blend-mode-3);
    animation-name: glitch-anim-2;
}

.page_body .glitch__img:nth-child(4) {
    background-color: var(--blend-color-4);
    background-blend-mode: var(--blend-mode-4);
    animation-name: glitch-anim-3;
}

.page_body .glitch__img:nth-child(5) {
    background-color: var(--blend-color-5);
    background-blend-mode: var(--blend-mode-5);
    animation-name: glitch-anim-flash;
}

/* 主容器 */
.main_wrap {
    margin: 960px auto 200px auto;
    height: 1900px;
    width: 1280px;
    background-image: url(../img/main_wrap_bg.png);
}

.btn_pic{
    width: 158px;
    height: 31px;
    line-height: 31px;
    background-image: url(../img/btn_pic.png);
}
/* ======================功能模块========================== */
/* ======功能模块--角色头像======== */
.tag {
    top: -18px;
    left: 0px;
    width: 700px;
    height: 152px;
    /* background: lavender */
}

.tag_ul {
    margin-left: 12px;
}

.tag_icon {
    display: inline-block;
    margin-left: 22px;
    width: 139px;
    height: 139px;
    cursor: pointer;
}

.tag_icon img {
    transition: 0.4s;
}

.tag_icon img:hover {
    opacity: 0;
}


/* ======功能模块--用户信息======== */
.main_wrap .user {
    top: 0px;
    right: 0px;
    width: 546px;
    height: 159px;
}

.main_wrap .user_icon{
    float: left;
    margin: 34px auto 0 0px;
    width: 102px;
    height: 98px;
    background-image: url(../img/icon_bg.png);
    overflow: hidden;
}

.main_wrap .usericon_bg{
    margin: 8px auto 0 auto;
    width: 80px;
    height: 80px;
    background-image: url(http://www.100bt.com/resource/uc/images/defaultphoto.png);
    background-size: contain;
    border-radius: 50%;
    overflow: hidden;
}

.main_wrap .user_img{
    width: 80px;
    height: 80px;
    background-size: contain;
    border-radius: 50%;
    overflow: hidden;
}

.main_wrap  .user_info {
    margin-top: 46px;
    right: 0px;
    width: 435px;
    height: 159px;
}

.main_wrap  .user_name,
.main_wrap  .user_logout {
    display: inline-block;
    width: 140px;
    height: 40px;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    color: #ffffff;
    font-stretch: expanded;
    text-shadow: 2px 2px 24px #0033cc, -2px -2px 24px #0033cc;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}


.main_wrap  .remain {
    display: inline-block;
    width: 210px;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    color: #ffffff;
    text-shadow: 2px 2px 24px #0033cc, -2px -2px 24px #0033cc;
}

.main_wrap  .remain *{
    vertical-align: middle;
}

.main_wrap .user_reflash{
    margin-right: 6px;
    cursor: pointer;
    float: right;
}

.main_wrap  .add_change,
.main_wrap  .my_reward,
.main_wrap  .vote_btn {
    margin-right: 60px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
    text-align: center;
}
.main_wrap  .vote_btn {
    margin: -38px auto 0 auto;
    width: 197px;
    height: 46px;
    font-size: 22px;
    line-height: 46px;
    background-size: 100% 100%;
    cursor: pointer;
    letter-spacing: 2px;
}

.main_wrap  .vote_desc {
    height: 46px;
    font-size: 14px;
    line-height: 46px;
    color: #84ffff;
    text-align: center;
    cursor: pointer;
}

/* ======功能模块--角色展示======== */
.display {
    top: 204px;
    left: 15px;
    width: 480px;
    height: 730px;
    /* background: lightblue; */
}

.stage{
    margin: 0 auto;
    width: 430px;
    height: 624px;
    background-image: url(../img/stage_bg.png);
    overflow: hidden;
}

.stage_cover{
    margin:  64px auto 0 auto;
    width: 351px;
    height: 493px;
    background-image: url(../img/stage_cover.png);
    cursor: pointer;
}

.role_pic{
    top: 40px;
    left: 0px;
    /* width: 429px; */
    /* height: 560px; */
    transition: 0.8s;
}

.hot_value{
    top: 100px;
    left: 0px;
    width: 149px;
    height: 97px;
    background-image: url(../img/hot.png);
    z-index: 100;
}
.hot_value>div{
    margin-top: 24px;
    font-size: 16px; 
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

.hot_value .hot_full {
    margin-top: 30px;
    font-size: 36px;
}
.pa.name {
    width: 100%;
    z-index: 100;
}
.name_panel{
    margin: 0 auto;
    width: 140px;
    height: 56px;
    font-size: 22px;
    font-weight: bold;
    line-height: 56px;
    color: #256bb1;
    text-align: center;
    background-image: url(../img/panel.png);
    z-index: 100;
}
/* ======功能模块--角色线索======== */
.main_wrap .clue {
    top: 204px;
    right: 0px;
    width: 800px;
    height: 730px;
}

.main_wrap .card_list {

    text-align: center;
}

.main_wrap .card {
    display: inline-block;
    margin: 0 6px 10px 6px;
    width: 174px;
    height: 270px;
    white-space: nowrap;
    cursor: pointer;
    perspective: 800px;
}

.main_wrap .card_page {
    top: 0;
    left: 0;
    width: 174px;
    height: 270px;
    transition: all 0.8s;
    transform-style: preserve-3d;   /* 使用3D变换 */
    -webkit-transform-style: preserve-3d; /* Safari and Chrome */
    perspective: 800px;  /* 视角距离 */
    backface-visibility: hidden;   /* 元素翻转时背面不可见 */
}

.main_wrap .card_face {
    padding: 12px 22px 24px 22px;
    background-image: url(../img/card.png);
    transform: rotateY(180deg);
    visibility: hidden;
    box-sizing: border-box;
}
.main_wrap .card_back {
    transform: rotateY(360deg);
    visibility: visible;
}

.main_wrap .card_retoted .card_face{
    transform: rotateY(0deg);
    visibility: visible;
}

.main_wrap .card_retoted .card_back{
    transform: rotateY(180deg);
    visibility: hidden;
}

.main_wrap .card_face .bubble{
    top: -20px;
    left: -30px;
    width:67px; 
    height:64px; 
    transform: scale(0);
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transform-origin: right bottom;
}

.main_wrap .card_face .bubble_show{
    transform: scale(1);
}
.main_wrap .story_title{
    font-size: 18px;
    color: #ffea17;
    line-height: 40px; 
}

.main_wrap .story_text{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 20px; 
    text-align: left;
    white-space: initial;
}


.main_wrap .yile_tips{
    margin: 0 auto;
    width: 561px;
    height: 103px;
    background-image: url(../img/yile_tips.png);
    overflow: hidden;
}

.yile_tips .tips_text{
    margin: 24px 0 0 90px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    color: #fff;
}

.yile_tips .process{
    margin: -3px 0 0 90px;
    width: 0; 
    height: 10px;
    background: #99ffff;
    border-radius: 5px; 
    transition: all 0.8s;
}

/* ======功能模块--排行榜======== */
.main_wrap .hot {
    padding: 0 110px;
    top: 930px;
    left: 0px;
    width: 100%;
    height: 288px;
    box-sizing: border-box;
}
.main_wrap .hot .hot_title{
 
    width: 1055px;
    line-height: 48px;
    border-bottom: 1px #fff dashed;
}

.main_wrap .title_icon{
    display: inline-block;
    width: 25px;
    height: 29px;
    background-image: url(../img/rank_icon.png);
    vertical-align: middle;
}
.main_wrap .title_text{
    display: inline-block;
    margin-left: 8px;
    font-size: 22px;
    line-height: 48px;
    color: #ffea17;
    vertical-align: middle;
} 
 
.hot .my_rank{
    line-height: 60px;
    font-size: 18px;
    color: #ffea17;
    vertical-align: middle;
    cursor: pointer;
}

.hot .hot_list{
    margin-top: 10px;
    height: 204px;
    overflow: auto;
}

.hot .hot_item{
    display: inline-block;
    height: 40px;
    width: 24%;
    line-height: 40px;
    white-space: nowrap;
}

.hot .hot_item span{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.hot .hot_index{
    display: inline-block;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    background-color: #1e2150;
    border-radius: 50%;
    text-align: center;
}

.hot .hot_name{
    width: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot .hot_count{
    margin-left: 12px;
}

/* Animations */

@keyframes glitch-anim-1 {
    0% {
        opacity: 1;
        transform: translate3d(var(--gap-horizontal), 0, 0);
        -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
        clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    }

    2% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
        clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    }

    4% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
        clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    }
 
    6% {
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
        clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    }

    8% {
        -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
        clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    }

    10% {
        -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
        clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    }

    12% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
        clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    }

    14% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
        clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    }

    16% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
        clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    }

    18% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
        clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    }

    20% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
        clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    }

    21.9% {
        opacity: 1;
        transform: translate3d(var(--gap-horizontal), 0, 0);
    }

    22%,
    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
        clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    }
}

@keyframes glitch-anim-2 {
    0% {
        opacity: 1;
        transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
        -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
        clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    }

    3% {
        -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
        clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    }

    5% {
        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
        clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    }

    7% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    }

    9% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
        clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    }

    11% {
        -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
        clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    }

    13% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    }

    15% {
        -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
        clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    }

    17% {
        -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
        clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    }

    19% {
        -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
        clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    }

    20% {
        -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
        clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    }

    21.9% {
        opacity: 1;
        transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
    }

    22%,
    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
        clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    }
}

@keyframes glitch-anim-3 {
    0% {
        opacity: 1;
        transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
        clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    }

    1.5% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
        clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    }

    2% {
        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
        clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    }

    2.5% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    }

    3% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
        clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    }

    5% {
        -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
        clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    }

    5.5% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
        clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    }

    7% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
        clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    }

    8% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
        clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    }

    9% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
        clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    }

    10.5% {
        -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
        clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    }

    11% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
        clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    }

    13% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
        clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    }

    14% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
        clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    }

    14.5% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
        clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    }

    15% {
        -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
        clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    }

    16% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    }

    18% {
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
        clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    }

    20% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
        clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    }

    21.9% {
        opacity: 1;
        transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
    }

    22%,
    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
        -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
        clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    }
}

@keyframes glitch-anim-text {
    0% {
        transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
        clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    }

    2% {
        -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
        clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    }

    4% {
        -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
        clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    }

    5% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
        clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    }

    6% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
        clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    }

    7% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
        clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    }

    8% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
        clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    }

    9% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
        clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    }

    9.9% {
        transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0) scale3d(-1, -1, 1);
    }

    10%,
    100% {
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}


/* Flash */

@keyframes glitch-anim-flash {

    0%,
    5% {
        opacity: 0.2;
        transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
    }

    5.5%,
    100% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
}