html,
body {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

body {
    max-width: 750px;
    margin: 0 auto;
    font: 12px/1.5 Helvetica, Arial, sans-serif;
}

.swiper-container {
    height: 100%;
}

.swiper-slide {
    position: relative;
    background: url(../img/bg.jpg) center;
}

.swiper-slide .content {
    position: absolute;
    width: 100%;
    height: 1333px;
    top: 50%;
    left: 0;
    margin-top: -666.5px;
}

.swiper-slide.share {
    background: url(../img/sharebg.jpg) center;
}

.swiper-slide .content select {
    appearance: none;
    -webkit-appearance: none;
    width: 418px;
    height: 59px;
    font-size: 28px;
    color: #af3625;
    outline: none;
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    margin-top: 390px;
    margin-left: 165px;
    text-align: center;
    // background-image: url(../img/select.png);
    text-indent: 20000px;
}

.swiper-slide img {
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}

.swiper-slide .content option {
    width: 160px;
}

.swiper-slide.share .text {
    position: absolute;
    height: 77px;
    width: 100%;
    bottom: 97px;
    background-image: url(../img/share.png);
}

.swiper-slide.share a.share {
    width: 333px;
    height: 100%;
    margin-right: 27.78px;
    float: right;
}

.swiper-slide.share a.detail {
    width: 333px;
    height: 100%;
    margin-left: 27.78px;
    float: left;
}

span.branch {
    position: absolute;
    font-size: 28px;
    // font-weight: bold;
    color: #af3625;
    top: 390px;
    left: 165px;
    line-height: 59px;
    width: 130px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

p.time {
    // font-weight: bold;
    font-size: 33px;
    color: #eeeacf;
    width: 500px;
    position: absolute;
    // left: 170px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 456px;
    text-align: center;
    font-family: "Microsoft YaHei";
    line-height: 20px;
}

p.time span {
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(255, 255, 255, 1)), to(rgba(253, 158, 124, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Arial';
    font-size: 80px;
    vertical-align: top;
    margin: 0 8px;
    font-weight: bold;
}

.music {
    position: fixed;
    top: 28px;
    right: 22px;
    width: 60px;
    height: 60px;
    background-image: url(../img/music.png);
    background-size: 100%;
    z-index: 100;
}

@-webkit-keyframes hand {
    from {
        opacity: 1;
        -webkit-transform: translate3d(40px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-40px, 0, 0);
    }
}

@keyframes hand {
    from {
        opacity: 1;
        transform: translate3d(40px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }
}

.hand {
    position: fixed;
    width: 128px;
    height: 98px;
    background-image: url(../img/hand.png?t=1213);
    z-index: 100;
    bottom: 158px;
    left: 50%;
    margin-left: -36px;
    -webkit-animation-name: hand;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: 3;
    animation-name: hand;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-iteration-count: 3;
}

.music.rotating {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: rotating;
    -webkit-animation-timing-function: linear;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: rotating;
    animation-timing-function: linear;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.share-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 101;
    opacity: 1;
    text-align: right;
}

.share-modal img {
    margin-top: 15px;
    margin-right: 44px;
}

.hide {
    display: none;
}
