        /* 需要修改的部分 */
        body {background: #350168 url(../_img/bg.jpg?r=20171023) top center no-repeat;}
        /*調整背景*/
        #mainBtn {position: absolute;top: 3px;left: 110px;width: initial;}
        /*調整回首頁按鈕*/
            #mainBtn a.home {
                position: relative;
                width: 140px;
                height: 70px;
                top:10px;
                left:300%;
                float: left;
                display: block;
                background: url(../_img/home_nohover.png?r=20170608) no-repeat;
            }
            #mainBtn a.home:hover {
                background: url(../_img/home_hover.png?r=20170608) no-repeat;
            }
        /*調整fb按鈕*/
            #mainBtn a.fb {
                position: relative;
                width: 140px;
                height: 70px;
                top:10px;
                left:195%;
                display: block;
                background: url(../_img/fb_nohover.png?r=20170608)no-repeat;
            }
            #mainBtn a.fb:hover {
                background: url(../_img/fb_hover.png?r=20170608)no-repeat;
            }
        /* 固定的部分 */
        div {display: block;}
        #topBG {display: none;position: absolute;top: 0;left: 0;width: 100%;height: 719px;z-index: -10;}
        #dPageHolder {width:1200px;height: auto;margin: 0 auto;position: relative;}

        /*檔案下載*/
        #moLoAppDownload {
            background: url(../_img/download_btn.png?r=201708181717) no-repeat;
            position:absolute;
            width:557px;
            height:96px;
            left:325px;
            top:490px;
        }
            #moLoAppDownload:hover {
            background: url(../_img/download_hover.png?r=201708181717) no-repeat;
            }
    

              #qrcodeArea {position:absolute;top:50%;left:50%;width:578px;height:410px;margin:-205px 0 0 -289px;background:url("../_img/qrcodeAreaBG.png?r=201708181751") center center no-repeat;display:none;z-index:9;}
        .qrcodeImg {position:relative;margin:48px 0 0 245px}
        .qrcodeImg ul li {display:block;float:left;padding:0px 20px;text-align:center; font-family:Arial;}
        .qrcodeImg img {width:100px; height:100px;border:0; float:left;display:block;}
        .qrcodeDownloadBtn a {position:relative;width:408px;height:108px;display:block;border:0;background:url("../_img/qrdownload_btn.png?r=20170927") top left no-repeat;cursor:pointer;margin:260px 0 0 90px}
        .qrcodeDownloadBtn a:hover {background:url("../_img/qrdownload_hover.png?r=20170927") top left no-repeat;}
        .closeBtn {position:absolute;top:13px;left:529px;display:block;z-index:9;width:30px;height:30px;background:url("../_img/closeBtn.png?r=201708181431") top left no-repeat;cursor:pointer;}
        #mask {top: 0;left: 0;width: 100%;height: 100%;position: fixed;background: #000;display: none;z-index: 2;zoom: 1;filter: alpha(opacity=50);opacity: 0.5;}

