﻿@charset "UTF-8";

html, body {
    font-family: 微軟正黑體;
    font-size: 100%;
    width: 100%;
    background-color: #fff;
}

body {
    margin: 0;
    background-color: #b1efe8;
}

img {
    border: 0;
    outline: none;
}

a {
    cursor: pointer;
    display: inline-block;
}

iframe.NoSRFB {
    height: 250px;
    width: 295px;
    border-style: none;
    overflow: hidden;
}


.wrapper {
    position: absolute;
    background-color: #b1efe8;
    min-height: 100%;
    min-width: 1100px;
    width: 100%;
}

.header {
    background: url(../sd_images/title.png) no-repeat top center;
    width: 100%;
}

    .header .inner {
        position: relative;
        margin: 0px auto;
        width: 1100px;
        height: 520px;
    }

.content {
    position: relative;
    width: 1100px;
    margin: 0px auto;
    padding-bottom: 417px;
}

.footer {
    position: absolute;
    bottom: 0px;
    background: url(../sd_images/bottom_bg.png) repeat-x;
    height: 417px;
    width: 100%;
}

    .footer .inner {
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -550px;
        width: 1100px;
        height: 80px;
        background: url(../sd_images/footer_info_bg.jpg) no-repeat center center;
    }

    .footer .bf_btn {
        position: absolute;
        width: 220px;
        height: 84px;
        left: 260px;
        top: 0px;
        background: #000;
        opacity: 0;
        filter: Alpha(Opacity=0);
    }

.draw_btn {
    display: inline-block;
    margin: 0px 30px;
    background: url(../sd_images/draw_btn.png) repeat-x;
    height: 280px;
    width: 309px;
}

    .draw_btn:hover {
        background-position: 0px -280px;
    }

.inquire_btn {
    display: inline-block;
    margin: 0px 30px;
    background: url(../sd_images/inquire_btn.png) repeat-x;
    height: 280px;
    width: 309px;
}

    .inquire_btn:hover {
        background-position: 0px -280px;
    }

.title {
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -225px;
    background: url(../sd_images/title_bg.png) no-repeat;
    width: 451px;
    height: 61px;
}

    .title .txt {
        margin: 0px auto;
        text-align: center;
        width: 350px;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 30px;
    }

.rule_box {
    position: relative;
    margin: 30px auto;
    padding-top: 60px;
    padding-bottom: 25px;
    border-radius: 15px;
    background-color: #fbffb5;
    width: 800px;
    line-height: 36px;
    font-size: 24px;
}

    .rule_box ol {
        width: 500px;
        margin: 10px auto;
    }

.row {
    padding: 5px 0px 30px 0px;
}

.row_btn {
    padding: 10px 0px;
}

.pos_r {
    text-align: right;
}

.pos_c {
    text-align: center;
}

table {
    border: 1px hidden #93d511;
}

thead tr:last-child td:first-child {
    -moz-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
}

thead tr:last-child td:last-child {
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
}

tbody tr:last-child td:first-child {
    -moz-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

tbody tr:last-child td:last-child {
    -moz-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.table_sty {
    width: 690px;
    margin: 0px auto;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 30px;
}

    .table_sty thead {
        background: #ffea00;
        background: -moz-linear-gradient(top, #ffea00 0%, #ffb502 46%, #ffb502 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffea00 0%, #ffb502 46%, #ffb502 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffea00 0%, #ffb502 46%, #ffb502 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea00', endColorstr='#ffb502',GradientType=0 );
        /* IE6-9 */
    }

    .table_sty tbody {
        background-color: #fff;
    }

    .table_sty td {
        line-height: 50px;
    }

    .table_sty img {
        vertical-align: middle;
    }

.popup {
    position: absolute;
    z-index: 3;
    display: none;
    top: 100px;
    width: 750px;
    left: 50%;
    margin-left: -375px;
    padding-top: 60px;
    margin-bottom: 50px;
    background-color: #93d511;
    border-radius: 15px;
}

    .popup .popup_close {
        position: absolute;
        cursor: pointer;
        top: -25px;
        right: -25px;
        width: 49px;
        height: 49px;
        background: url(../sd_images/popup_close_btn.png);
    }

        .popup .popup_close:hover {
            background-position: 0px -48px;
        }

.mask {
    display: none;
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: url(../sd_images/mask.png) repeat;
}

.sec1 {
    margin-top: -50px;
    padding-bottom: 30px;
}

.sec2 {
    display: none;
}

.sec1_QRcode {
    padding: 30px 0px 0px 0px;
}
