﻿body {
    background: URL(images/bg.jpg) center top no-repeat #fff;
    margin: 0;
    padding: 0;
    SCROLLBAR-ARROW-COLOR: #fff000;
    SCROLLBAR-TRACK-COLOR: #72c23f;
    SCROLLBAR-BASE-COLOR: #72c23f;
}

img {
    display: block;
}

a:link, a:visited {
    font-family: "微软雅黑";
    font-size: 13px;
    line-height: 26px;
    color: #000000;
    text-decoration: none;
}

body, td, th {
    font-family: "微软雅黑";
    font-size: 13px;
    color: #343434;
}

.STYLE6 {
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 27px;
    color: #000000;
}

.STYLE7 {
    font-size: 16px
}

.Logo {
    position: absolute;
    top: 0;
    left: 105px;
    height: 66px;
    width: 228px;
}

.Gift {
    margin: auto;
    cursor: pointer;
    animation: music-move 1s infinite alternate ease-in-out;
    -webkit-animation: music-move 1s infinite alternate ease-in-out;
}

.GetGift {
    position: absolute;
    left: 366px;
    top: 15px;
    width: 273px;
    height: 71px;
    cursor: pointer;
}

.QrCode {
    display: none;
    background: rgba(0,0,0,0.7);
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .QrCode img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -212px;
        margin-top: -202.5px;
    }

@keyframes music-move {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    33% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    66% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes music-move /* Safari and Chrome */
{
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    33% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    66% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
