@font-face {
    font-family: iconfont;
    src: url(../media/turn-arrow.67bdc0ef.eot) format("embedded-opentype"), url(../media/turn-arrow.00d17ac5.woff) format("woff"), url(../media/turn-arrow.8efc6f72.ttf) format("truetype"), url(../media/turn-arrow.8b9fa981.svg) format("svg")
}

body,
html {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    background-color: #ddd
}

.content,
body,
html {
    width: 100%;
    height: 100%
}
.content img{
    width: 100%;
}
.stage {
    height: 720px
}

.img-section,
.stage {
    position: relative;
    width: 100%
}

.img-section {
    height: 100%;
    overflow: hidden;
    background-color: #ddd;
    -webkit-perspective: 1800px;
    perspective: 1800px
}

.img-figure {
    position: absolute;
    width: 320px;
    height: 360px;
    margin: 0;
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
    cursor: pointer;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: left .6s ease-in-out, top .6s ease-in-out, -webkit-transform .6s ease-in-out;
    transition: left .6s ease-in-out, top .6s ease-in-out, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, left .6s ease-in-out, top .6s ease-in-out;
    transition: transform .6s ease-in-out, left .6s ease-in-out, top .6s ease-in-out, -webkit-transform .6s ease-in-out
}

.img-figure.is-inverse {
    -webkit-transform: translate(320px) rotateY(180deg);
    transform: translate(320px) rotateY(180deg)
}

.img-figure img {
    z-index: 2;
    height: 240px;
    width: 240px
}

figcaption {
    text-align: center
}

figcaption .img-title {
    margin: 20px 0 0;
    color: #a7a0a2;
    font-size: 16px
}

figcaption .img-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    overflow: auto;
    color: #a7a0a2;
    text-align: left;
    font-size: 22px;
    line-height: 1.25;
    background: #fff;
    box-sizing: border-box;
    -webkit-transform: rotateY(180deg) translateZ(1px);
    transform: rotateY(180deg) translateZ(1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

figcaption .img-back p {
    margin: 0
}

.controller-nav {
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 101;
    width: 100%;
    text-align: center
}

.controller-unit {
    display: inline-block;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0 5px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #aaa;
    border-radius: 50%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: background-color .3s, -webkit-transform .6s ease-in-out;
    transition: background-color .3s, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, background-color .3s;
    transition: transform .6s ease-in-out, background-color .3s, -webkit-transform .6s ease-in-out
}

.controller-unit.is-center {
    background-color: #888;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.controller-unit.is-center:after {
    color: #fff;
    font-family: iconfont;
    line-height: 30px;
    content: "\E600";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.controller-unit.is-center.is-inverse {
    background-color: #555;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif
}

/*# sourceMappingURL=main.e48b61d1.css.map*/