﻿body, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    color: #333;
    font-size: 12px;
    font-family: "Microsoft YaHei";
}

ul, ol {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

input {
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        color: #c00;
        text-decoration: none;
    }

.clear {
    clear: both;
}

.sweet-alert h2 {
    margin: 10px 0;
    font-size: 18px;
    line-height: 20px;
}

.sweet-alert .sa-icon.sa-custom {
    margin: 0 auto;
}

.sweet-alert button {
    margin: 0 5px;
}

@media screen and (min-width: 600px) { /*桌機*/
    .banner {
        display: block;
    }

        .banner .turnplate {
            display: block;
            position: relative;
            background-image: url('images/turnplate-bg.png');
            background-size: 100% 100%;
            height: 100%;
        }

        .banner .wheel {
            width: 100%;
            height: 100%;
            background-image: url('images/wheel.png');
            background-size: 460px 460px;
            background-repeat: no-repeat;
            background-position: center;
        }

        .banner .turnplate img.pointer {
            position: absolute;
            width: 31.5%;
            height: 42.5%;
            left: 34.6%;
            top: 23%;
        }

    .box_game {
        width: 500px;
        height: 500px;
        margin: 25% auto;
        margin-top: 290px;
        box-shadow: 0 10px 40px 10px rgba(20%,20%,40%,0.5);
        -webkit-border-radius: 500px;
        -moz-border-radius: 500px;
        border-radius: 500px;
    }

    /* 主視覺 */
    .box_content {
        background-image: url(images/bg1.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-color: #EA5412;
    }

    .box_member1 {
        margin-bottom: 30px;
    }

        .box_member1 img {
            width: 100%;
        }

    .box_member2 {
        display: none;
    }

    .box_note {
        font-size: 15px;
        line-height: 30px;
        color: #FFF;
        position: absolute;
        top: 820px;
        margin: auto;
        z-index: 888;
        float: left;
        margin-left: 25%;
        margin-right: 25%;
        overflow: hidden;
        padding-bottom: 250px;
    }

    .menu_bottom {
        width: 100%;
        height: 70px;
        background-color: #fff;
        box-shadow: 0 10px 40px 10px rgba(20%,20%,40%,0.5);
        z-index: 999;
        position: fixed;
        bottom: 0px;
    }

        .menu_bottom ul {
            width: 1000px;
            margin: auto;
        }

        .menu_bottom li {
            height: 30px;
            /*line-height:30px;*/
            float: left;
            margin: 14px 10px;
            padding: 5px;
            border: 1px solid #EA5412;
            color: #EA5412;
            -webkit-border-radius: 40px;
            -moz-border-radius: 40px;
            border-radius: 40px;
            text-align: center;
        }

            .menu_bottom li a {
                display: block;
                color: #EA5412;
            }
}
