article {
    margin-top: 75px;
    padding-top: 20px;
}

.title {
    font-size: 66px;
    color: #ffffff;
    font-weight: 900;
    line-height: 80px;
    text-align: center;
    font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Noto Sans,ui-sans-serif,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji,Arial;
}

.title span {
    color: #37FF8B;
}

.havefun {
    display: block;
    position: fixed;
    right: 20px;
    top: 80px;
    width: 75px;
    height: 125px;
    z-index: 999;
    background-image: url(../animals-sequencer/images/distortion.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: top-to-left 1.5s ease-in-out;
    transition: all 1.5s cubic-bezier(0.14, 0.4, 0.09, 0.99);
}

.havefun:hover {
    transform: scale(1.15);
}

.havefun a {
    display: block;
    width: 100%;
    height: 100%;
}

.backtotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 10%;
    z-index: 999;
}

.backtotop button {
    display: flex;
    align-items: center;
    border: 0;
    padding: 0;
    margin: 0;
    color: #ababab;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    background: 0 0;
    overflow-y: visible;
    animation: top-to-left 1s ease;
    transition: all 1s ease;
}

.backtotop button:hover {
    color: #ffffff;
}

@keyframes top-to-left {
    0% {
        transform: translateX(100px);
    }
    100% {
        transform: translateX(0);
    }
}

.backtotop button span svg path {
    transform: scale(2.5);
}

@keyframes left-move {
    0% {
        transform: translate(500px);
    }
    100% {
        transform: translate(0px);
    }
}

.body-container {
    display: flex;
    position: relative;
    z-index: 1;
}

.body-container .body-overview {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 50px 50px;
    margin: 0px auto;
    align-items: center;
    text-align: center;
    z-index: 1;
}

.body-container .body-overview a {
    position: relative;
    margin: 20px 0;
    height: 400px;
    width: 47%;
    overflow: hidden;
    border-radius: 10px;
}

.body-container .body-overview h1 {
    margin: 10px 0 50px;
    width: 100%;
    overflow: hidden;
}

.body-container .body-overview h1 span {
    display: block;
    color: #38ff8b;
    font-weight: 900;
    font-size: 66px;
    line-height: 66px;
    z-index: 2;
    text-align: center;
}

.body-container .body-overview .mdb1 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/octoqin-low.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb1.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/octoqin.png);
    filter: blur(0);
}

.body-container .body-overview .mdb1:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mingcheng {
    position: absolute;
    top: 125px;
    left: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    color: #ffffff;
}

.body-container .body-overview .mdb1:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mingcheng p {
    margin-bottom: 0;
}

.body-container .body-overview .mingcheng .mingcheng1 {
    font-size: 30px;
    font-weight: 700;
    color: #38ff8b;
}

.body-container .body-overview .mingcheng .mingcheng2 {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: .2rem;
}

.body-container .body-overview .mingcheng .mingcheng3 {
    font-size: 16px;
}

.body-container .body-overview .mingcheng .mingcheng4 {
    font-size: 16px;
}

.body-container .body-overview .mengban {
    width: 100%;
    height: 0;
    transition: all 0.5s ease-out;
}

.body-container .body-overview .mdb1:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb2 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/cosmusica-low.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb2.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/cosmusica.png);
    filter: blur(0);
}

.body-container .body-overview .mdb2:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb2:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb2:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb3 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/ccmusic-low.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb3.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/ccmusic.jpg);
    filter: blur(0);
}

.body-container .body-overview .mdb3:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb3:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb3:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb4 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/vortex-low.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb4.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/vortex.png);
    filter: blur(0);
}

.body-container .body-overview .mdb4:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb4:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb4:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb5 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/nahai-low.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb5.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/nahai.png);
    filter: blur(0);
}

.body-container .body-overview .mdb5:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb5:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb5:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb6 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/cosmic-r-low.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb6.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/cosmic-r.jpg);
    filter: blur(0);
}

.body-container .body-overview .mdb6:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb6:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb6:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb7 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/heartheocean-low.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb7.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/heartheocean.png);
    filter: blur(0);
}

.body-container .body-overview .mdb7:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb7:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb7:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb8 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/coralqin-low.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb8.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/coralqin.png);
    filter: blur(0);
}

.body-container .body-overview .mdb8:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb8:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb8:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb9 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/Miniroom-bg-low.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb9.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/Miniroom-bg.png);
    filter: blur(0);
}

.body-container .body-overview .mdb9:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb9:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb9:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb10 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/aicho-low.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb10.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/aicho.png);
    filter: blur(0);
}

.body-container .body-overview .mdb10:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb10:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb10:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb11 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/biodiversity-low.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb11.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/biodiversity.jpg);
    filter: blur(0);
}

.body-container .body-overview .mdb11:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb11:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb11:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb12 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/endless-low.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb12.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/endless.png);
    filter: blur(0);
}

.body-container .body-overview .mdb12:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb12:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb12:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb13 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/citysound-low.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb13.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/citysound.jpg);
    filter: blur(0);
}

.body-container .body-overview .mdb13:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb13:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb13:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb14 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/·_·-low.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb14.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/·_·.jpg);
    filter: blur(0);
}

.body-container .body-overview .mdb14:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb14:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb14:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb15 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/evsound-low.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb15.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/evsound.gif);
    filter: blur(0);
}

.body-container .body-overview .mdb15:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb15:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb15:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb16 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/city-low.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb16.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/city.png);
    filter: blur(0);
}

.body-container .body-overview .mdb16:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb16:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb16:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb17 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/appleworkshop-low.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb17.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/appleworkshop.jpg);
    filter: blur(0);
}

.body-container .body-overview .mdb17:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb17:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb17:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb18 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb18.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/bg1.png);
    filter: blur(0);
}

.body-container .body-overview .mdb18:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb18:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb18:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb19 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/digidi-low.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb19.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/digidi.JPG);
    filter: blur(0);
}

.body-container .body-overview .mdb19:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb19:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb19:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb20 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/ago1-low.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb20.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/ago1.jpg);
    filter: blur(0);
}

.body-container .body-overview .mdb20:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb20:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb20:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb21 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/flowingsound-low.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb21.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/flowingsound.png);
    filter: blur(0);
}

.body-container .body-overview .mdb21:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb21:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb21:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */

.body-container .body-overview .mdb22 {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    width: 100%;
    background-image: url(../images/xrconcert-low.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    filter: blur(20px);
    transition: filter 1s ease;
}

.body-container .body-overview .mdb22.loaded {
    transition: all 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99);
    background-image: url(../images/xrconcert.png);
    filter: blur(0);
}

.body-container .body-overview .mdb22:hover {
    transform: scale(1.1);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, .2);
}

.body-container .body-overview .mdb22:hover .mingcheng {
    opacity: 1;
    transform: scale(0.9);
}

.body-container .body-overview .mdb22:hover .mengban {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
}

/* ---------------------------------------------------------------- */