﻿@charset "UTF-8";

html, body {
    font-family: 微軟正黑體;
    font-size: 100%;
    width: 100%;
}

body {
    margin: 0;
    background-color: #b1efe8;
}

img {
    border: 0;
    outline: none;
}

a {
    cursor: pointer;
    display: inline-block;
}

.wrapper {
    position: relative;
    min-height: 100%;
    min-width: 1100px;
    width: 100%;
    overflow: hidden;
}

.header {
    background: url(../images/title.png) no-repeat top center;
    width: 100%;
}

    .header .inner {
        position: relative;
        margin: 0px auto;
        width: 1100px;
        height: 550px;
    }

.header1 {
    background: url(../images/title1.png) no-repeat top center;
    width: 100%;
}

    .header1 .inner1 {
        position: relative;
        margin: 0px auto;
        width: 1100px;
        height: 450px;
    }

.fb_area {
    position: relative;
    z-index: 3;
    background: url(../images/app_action_bg.png) no-repeat top center;
    width: 100%;
    margin-top: 50px;
    margin-bottom: -50px;
}

    .fb_area .inner {
        position: relative;
        margin: 0px auto;
        width: 1100px;
        height: 655px;
    }

.fb_box {
    position: absolute;
    top: 0px;
    left: 82px;
    width: 935px;
    height: 655px;
    background: url(../images/app_action_pic.png) no-repeat;
}

.fb_icon_btn {
    position: absolute;
    bottom: 50px;
    right: 95px;
    width: 151px;
    height: 142px;
    background: url(../images/fbApp_icon_btn.png) no-repeat;
}

    .fb_icon_btn:hover {
        opacity: 0.8;
    }

.QRCode {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 142px;
    height: 242px;
    /*background: url(../images/QRcode.png) no-repeat;*/
}

.ios_btn {
    position: absolute;
    width: 125px;
    height: 38px;
    top: 150px;
    left: 9px;
    background: url(../images/ios_btn.png) no-repeat;
}

    .ios_btn:hover {
        opacity: 0.8;
    }

.google_btn {
    position: absolute;
    width: 125px;
    height: 38px;
    top: 192px;
    left: 9px;
    background: url(../images/google_btn.png) no-repeat;
}

    .google_btn:hover {
        opacity: 0.8;
    }

.nav_btn {
    display: inline-block;
    width: 315px;
    height: 128px;
    cursor: pointer;
    margin: 0px 10px;
}

.nav_01_btn {
    background: url(../images/nav_01_btn.png) no-repeat;
}

    .nav_01_btn:hover {
        background-position: 0px -128px;
    }

.nav_02_btn {
    background: url(../images/nav_02_btn.png) no-repeat;
}

    .nav_02_btn:hover {
        background-position: 0px -128px;
    }

.nav_03_btn {
    background: url(../images/_nav_03_btn.png) no-repeat;
}

    .nav_03_btn:hover {
        background-position: 0px -128px;
    }

.content {
    position: relative;
    width: 1100px;
    margin: 0px auto;
}

.content_box {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    width: 973px;
}

    .content_box .top {
        float: left;
        height: 266px;
        width: 973px;
        background: url(../images/content_box_01.png) no-repeat;
    }

    .content_box .middle {
        float: left;
        width: 873px;
        padding: 0px 50px;
        background: url(../images/content_box_02.png) repeat-y;
    }

    .content_box .bottom {
        float: left;
        height: 56px;
        width: 973px;
        background: url(../images/content_box_03.png) no-repeat;
    }

.sec {
    padding-bottom: 50px;
    color: #340202;
    font-size: 20px;
    line-height: 32px;
}

    .sec h5 {
        font-size: 28px;
        padding: 0px;
        margin: 0px;
    }

    .sec a {
        color: #0005e1;
    }

    .sec p {
        padding: 0px;
        margin: 0px;
    }

    .sec ol {
        padding: 0px;
        margin: 0px 0px 40px 20px;
    }

    .sec .sec_title {
        margin-bottom: 20px;
    }

    .sec .m_l_15 {
        margin-left: -15px;
    }

.footer {
    position: relative;
    background: url(../images/bottom_bg.png) repeat-x;
    height: 417px;
    width: 100%;
    min-width: 1100px;
}

    .footer .inner {
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -550px;
        width: 1100px;
        height: 80px;
        background: url(../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);
    }

.row {
    padding: 5px 0px 30px 0px;
}

.row_btn {
    padding: 10px 0px;
}

.pos_r {
    text-align: right;
}

.pos_c {
    text-align: center;
}

.font_color_r {
    color: #ea2828;
}

.font_color_r2 {
    color: #bf0732;
}

.font_color_r3 {
    color: #ab0909;
    font-weight: bold;
    padding: 10px 0px;
}

.font_sty_01 {
    font-size: 18px;
}

.fb_app_btn {
    display: inline-block;
    background: url(../images/fbApp_btn.png) no-repeat;
    width: 302px;
    height: 42px;
}

.draw_btn {
    display: inline-block;
    cursor: pointer;
    width: 296px;
    height: 80px;
    background: url(../images/action_draw_btn.png) no-repeat;
}

    .draw_btn:hover {
        background-position: 0px -80px;
    }

.action_box {
    position: relative;
    margin: 0px auto;
    width: 880px;
    padding: 150px 60px 30px 60px;
    border-radius: 15px;
    background-color: #fbffb5;
}

    .action_box .title {
        position: absolute;
        width: 1180px;
        height: 98px;
        left: 50%;
        margin-left: -590px;
        top: 35px;
        background: url(../images/action_title.png) no-repeat;
    }

.top_btn {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 25px;
    width: 80px;
    height: 81px;
    background: url(../images/top_btn.png) no-repeat;
}
