* {
    outline: none !important;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

::-webkit-input-placeholder {
    color: #fff;
}

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body, fieldset, img, iframe, abbr {
    border: 0;
}

html, body {
    height: 100%;
}

li {
    list-style: none;
}

textarea {
    overflow: auto;
    resize: none;
}

a, button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, i, em, strong, b {
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    -webkit-user-select: none;
}

a:hover, a:active {
    text-decoration: none;
    -webkit-user-select: none;
}

body {
    /*background: #24599e;*/
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    -webkit-user-select: none;
}

img, a.btn {
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent;
}

img, a.btn, input {
    display: block;
}

body {
    overflow-x: hidden;
}

.container {
    width: 3.75rem;
    height: 100%;
    overflow: hidden;
    /*position: absolute;*/
    position: relative;
    transform-origin: center bottom;
}

.fold-screen {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.container.home {
    background: url(../banner/bg.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.container.wide {
    background-size: 100%;
    background-position: center bottom;
}

.wrapper-item1 {
    width: 3.75rem;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ani {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lamp{
    width: 10.93333%;
    height: 19.11111%;
    position: absolute;
    left: 70%;
    top: 79%;
    transform-origin: center top;
    animation: lamp 3s infinite ease-in-out;
}

.pocket {
    animation: float 2s infinite ease-in-out;
}

.light {
    animation: light 3s infinite;
    -webkit-animation: light 3s infinite;

}

.btn {
    transform-origin: bottom center;
    -webkit-animation: scale 2s infinite;
}

.ani-btn {
    transform-origin: center bottom;
    animation: btn 2s infinite linear;
    -webkit-animation: btn 2s infinite linear;
}



@-webkit-keyframes btn {
    0% {
        -webkit-transform: scale(0.8);
    }
    50% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.8);
    }
}


@-webkit-keyframes scale {
    0% {
        transform: scale(0.90);
    }
    25.3% {
        transform: scale(1);
    }
    50.6% {
        transform: scale(0.90);
    }
    74.6% {
        transform: scale(1);

    }
    100% {
        transform: scale(0.90);

    }
}

@-webkit-keyframes light {
    0% {
        opacity: 1;
    }
    50.6666666% {
        opacity: 0;
    }
    66.66666666% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes float {
    0% {
        transform: translateY(-1%);
    }
    50% {
        transform: translateY(1%);
    }
    100% {
        transform: translateY(-1%);
    }
}

@-webkit-keyframes lamp {
    0% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-5deg);
    }
}
/*# sourceMappingURL=style.css.map */
