@charset "utf-8";

/*
=======================================
    Reset CSS
=======================================
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,main,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block;
}

html {
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    background-color: #799eb2;
    color: #000;
    font-size: 14px;
    font-family: "Microsoft JhengHei";
    /*background: url(../img/bg.jpg) center top no-repeat;*/
    background-size: cover;
    position: relative;
    overflow: hidden;
}

video {
    position: fixed;
    width: 100%;
    top: 25%;
    left: 0%;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

ul,ol {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img,input,select,textarea {
    vertical-align: middle;
}

a {
    color: #59220d;
    transition: 0.5s;
}

a:hover {
    color: #b20d25;
}

a:hover img {
    opacity: 0.9;
}

section {
    position: relative;
}

main {
    background-color: #000;

}

/*
=========================================
    Base Layout
=========================================
*/

/*ALL and Smart Phone*/
/*快捷列*/
#rNav {
    position: relative;
    display: none;
}

#rNav li {
    list-style-type: none;
}

#top-logo {
    position: absolute;
    width: 40%;
    top: 8%;
    left: 2%;
    display: none;
}

#gameDownload {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    background-color: #adb5c3cf;
    padding: 1% 0 1% 2%;
}

#gameDownload2 {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    background-color: #adb5c3cf;
    padding: 1% 0 1% 2%;
    display: block;
}

/*#gameDownload li {
    float: left;
    width: 49%;
    padding: 0.1%;
}*/

.gameDownloadArea{float: left;width: 80%;margin: 0 0% 0 1%;
     border-right-style:solid;
     border-right-color: #35415b;
     border-right-width: 1px;
     padding-right: 1%;
}

.socialArea{float: left;width: 13%; margin-left: 0%;
     border-left-style:solid;
     border-left-color: #fff;
     border-left-width: 1px;
     padding-left: 1%;
}

.socialArea2{width: 30%;
    float: right;
    margin-right: 1%;
}

.gameDownloadArea li {
    float: left;
    width: 48%;
    padding: .1% 1% .1% 1%;
    z-index: 9995;
}

.gameDownloadArea2{
    position: absolute;
    width: 60%;
    top: 55%;
    left: 20%;
}

.gameDownloadArea2 li {
    float: left;
    width: 48%;
    padding: .1% 1% .1% 1%;
    z-index: 99;
}

.socialArea li {
    float: left;
    width: 80%;
    padding: 5% 10% 5% 10%;
}

.socialArea2 li {
    float: left;
    width: 40%;
    padding: 3%;
}

.slogan {
    position: absolute;
    top: 46%;
    right: 16%;
    width: 68%;
    display: block;
}
.slogan2 {
position: absolute;
    top: 75%;
    right: 5%;
    width: 90%;
}
.backhome {
position: absolute;
    top: 73%;
    right: 2%;
    width: 10%;
}
@-webkit-keyframes playerBtn_light {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes playerBtn_light {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}
@-o-keyframes playerBtn_light {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(360deg);}
}
@keyframes playerBtn_light {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.playerBtn {
    position: absolute;
    top: 40%;
    right: 41.5%;
    width: 15%;
}

.playerBtn_light {
    position: absolute;
    top: 40%;
    right: 41.5%;
    width: 15%;
    -webkit-animation: playerBtn_light 3s infinite linear;
    -moz-animation: playerBtn_light 3s infinite linear;
    -o-animation: playerBtn_light 3s infinite linear;
    animation: playerBtn_light 3s infinite linear;

}

.playerBtn2 {
    position: absolute;
    top: 46%;
    right: 41.5%;
    width: 15%;
}

.playerBtn2_light {
    position: absolute;
    top: 46%;
    right: 41.5%;
    width: 15%;
    -webkit-animation: playerBtn_light 3s infinite linear;
    -moz-animation: playerBtn_light 3s infinite linear;
    -o-animation: playerBtn_light 3s infinite linear;
    animation: playerBtn_light 3s infinite linear;
}

.playerBoth {
    position: absolute;
    top: 67%;
    left: 37.5%;
    width: 25%;
}

.socialplugin{
    margin: 0px auto 0px auto;
    height: 600px;
    width: 320px;
    background-color: #fff;
}

.socialBtn{
    position: absolute;
    top: 10%;
    width: 82%;
    left: 9%;
}

.socialBtn ul li{
    float: left;
    width: 48%;
    padding: 1%;
}

.title {
    padding-top: 8%;
    padding-bottom: 8%;
    text-align: center;
    font-size: 2em;
    font-weight: normal;
    color: #d5ba87;
}

.container {
    width: 990px;
    padding: 0px;
    margin: 0 auto;
}

.container:after {
    content: "";
    display: block;
    clear: both;
}

.container2 {}

/*
=========================================
    Modules（Block）
=========================================
*/

/*header--------------------*/
#header {
    padding: 0% 0% 0% 0%;
    /*background: url(../img/kv_m.jpg) center top no-repeat;*/
    /*height: 990px;*/
    background-size: cover;
    text-align: center;
    position: relative;

}

/*#header:before{
    content: "";
    display: block;
    width: 33.75%;
    height: 55.5555%;
    max-width: 220px;
    max-height: 200px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}*/
}

/*--各單元Start--*/

#point {
    padding: 0px;
    width: 100%;
    min-height: 600px;
    /*background: url(../img/bg-1.jpg) center top no-repeat;*/
    background-size: cover;
    height: 100%;
}

.socialPlugIn {
    position: fixed;
    top: 12px;
    right: 35%;
    width: 120px;
    height: 50px;
    z-index: 999;
}

#kv {
    display: none;
}

#kv_m {
    display: block;
}
#bg {
    display: none;
}

#bg_m {
    display: block;
}

#bg2 {
    display: none;
}

#bg2_m {
    display: block;
}

#bg3 {
    display: none;
}

#bg3_m {
    display: block;
}

#bg4 {
    display: none;
}

#bg4_m {
    display: block;
}

#bg5 {
    display: none;
}

#bg5_m {
    display: block;
    padding: 140px 0 0 0;
    width: 100%;
    height: 640px;
    background-size: contain;
    background: url("../img/bg-5_m.jpg")center top no-repeat;
}

#title-1 {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0%;
}

#title-2 {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0%;
}

#title-3 {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0%;
}
#title-4 {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0%;
}
#title-5 {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0%;
}
#title-6 {
    position: absolute;
    width: 100%;
    top: -8%;
    left: 0%;
}
.gamalogo{
    position: fixed;
    top: 2px;
    left: 10px;
    display: block;
    z-index: 999;
    display: none;
}
#gonews{width: 100%;height: 50px;position: absolute;top:-45px;}
#gocharacter{width: 100%;height: 50px;position: absolute;top:-45px; z-index: 8;}
#gointro{width: 100%;height: 50px;position: absolute;top:-45px;}
#gomovie{width: 100%;height: 50px;position: absolute;top:-45px;}
#gofb{width: 100%;height: 50px;position: absolute;top:-45px;}
/*==快速下載===*/
    .guide{
        position: absolute;
        width: 100%;
        top: 2%;
        left: 0%;
    }
    #fastdown_bg{
        position: absolute;
        background: url(../img/fastdown_bg.png) center top no-repeat;
        background-size: contain;
        width: 90%;
        max-width: 1010px;
        height: 500px;
        top: 73%;
        left: 5%;
    }
    #fastdown_bg li{
        float: left;
        width: 30%;
        padding: 1%;
    }
    .fastcontainer{
        padding: 4% 0 0 8%;
        width: 86%;
    }
    .fastText{
        font-size: 12px;
    }
.bg-video {
    display: none;
}
@-webkit-keyframes iconpcc {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}
@-moz-keyframes iconpcc {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}
@-o-keyframes iconpcc {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes iconpcc {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}
.iconpc{
    position: relative;
}
.iconpcc{
    position: absolute;
    top:-2px;left: 0;
    -webkit-animation: iconpcc 1s infinite linear;
    -moz-animation: iconpcc 1s infinite linear;
    -o-animation: iconpcc 1s infinite linear;
    animation: iconpcc 1s infinite linear;
}
.skill-video {
    display: block;
    padding: 2%;
    width: 94%;
    border: 1px solid #68fbef;
    background-color: #2f728a;
    margin: 1%;
}
#videoMain{
    position: fixed;
    background-color: #000;
    width: 100%;
    height: 100px;
}
#videoArea{
    z-index: 9997;
    background-color: #000;
   position: fixed;
    top:15%;
    width: 100%; 
}
.video{
    width: 100%;
}
.closeYutube{
    z-index: 9999;
    position: fixed;
    top:6%;
    right: 1%;
    width: 50px;
}
.fastText{
    font-size: 9px;
}
.fastText p{
    font-size: 9px;
    font-weight:700;
}
.dler{
    position: fixed;
    width: 70%;
    left: 15%;
    top: 20%;
    z-index: 999;
    background-color: #fff;
    padding: 2% 0% 2% 0%;
    background: url(../img/bg-4_m.jpg) center top no-repeat;
    background-size: cover;
    border: 2px solid;
    border-radius: 15px;
    -moz-border-radius: 25px;
    border-color: #7394a5;
    z-index: 9999;
}
.dler ul li{
    padding-bottom: 15px;
    width: 50%;
    margin: auto;
}
.closedler{
width: 35px;
    float: right;
    cursor: pointer;
    padding: 0% 3% 1% 0%;
}
.downapk{
    cursor: pointer;
}
#goraiders{
    position: absolute;
    top: -12%;
}
/*大螢幕*/
@media screen and (min-width: 1280px) {}

/*--各單元 PC Start--*/
@media screen and (min-width: 640px) {

    #gameDownload {
        display: none;
    }

    #gameDownload li {
        float: left;
        width: 33%;
        padding: 0.1%;
    }
    #goraiders{
        position: absolute;
        top: -5%;
    }
    #gameDownload2 {
        display: none;
    }

    .closedler{
    width: 35px;
    float: right;
        cursor: pointer;
    }
    .dler{
    position: fixed;
    width: 30%;
    left: 35%;
    top: 20%;
    z-index: 999;
    background-color: #fff;
    padding: 1% 1% 2% 1%;
    background: url(../img/bg-4_m.jpg) center top no-repeat;
    background-size: cover;
    border: 2px solid;
    border-radius: 15px;
    -moz-border-radius: 25px;
    border-color: #7394a5;
    z-index: 9999;
    }
    .dler ul li{
        /*font-size: 18px;
        padding: 2% 20% 2% 20%;*/
    }
    .gameDownloadArea2{
        position: absolute;
        width: 30%;
        top: 70%;
        left: 53.5%;
    }

    .gameDownloadArea2 li {
        float: left;
        width: 48%;
        padding: .1% 1% .1% 1%;
        z-index: 99;
    }

    #videoArea{
        z-index: 9997;
        background-color: #000;
        position: fixed; 
        top:10%;
        right: 25%;
        width: 50%;
    }
    .video{
        width: 100%;
    }
    .closeYutube{
        z-index: 9999;
        top: 10%;
        right: 20%;
        position: fixed;
        width: 50px;
        cursor: pointer;
    }

    .skill-video {
        display: block;
        position: fixed;
        width: 50%;
        left: 25%;
        top: 17%;
    }
    .iconpc{
        position: relative;
    }
    .iconpcc{
        position: absolute;
        width: 102%;
        top:-1px;left: -2px;
        -webkit-animation: iconpcc 1s infinite linear;
        -moz-animation: iconpcc 1s infinite linear;
        -o-animation: iconpcc 1s infinite linear;
        animation: iconpcc 1s infinite linear;
}
.bg-video {
    display: block;
    width: 110%;
}
.guide{
    position: absolute;
    width: 40%;
    top: 2%;
    left: 30%;
}
.guide img{width: 100%;}

#fastdown_bg{
    position: absolute;
    background: url(../img/fastdown_bg.png) center top no-repeat;
    background-size: contain;
    width: 55%;
    max-width: 1010px;
    height: 500px;
    top: 40%;
    left: 22.5%;
}
#fastdown_bg li{
    float: left;
    width: 30%;
    padding: 1%;
}
.fastcontainer{
    padding: 4% 0 0 8%;
    width: 86%;
}
.fastText{
    font-size: 14px;
}
    .fastText p{
        font-size: 18px;
        font-weight: 700;
    }

    .socialplugin{
        margin: 0px auto 0px auto;
        height: 640px;
        width: 480px;
        background-color: #fff;
    }

.socialBtn{
    position: absolute;
    top: 10%;
    width: 30%;
    left: 35%;
}

.socialBtn ul li{
float: left;
    width: 48%;
    padding: 1%;
}
    .socialPC {
float: left;
    width: 37%;
    padding: 4%;
    margin-left: 5%;
    }
.playerBoth {
    position: absolute;
    top: 87%;
    left: 72%;
    width: 14%;
}
    .slogan {
position: absolute;
    top: 26%;
    right: 52%;
    width: 40%;
    display: none;
}
    .slogan2 {
position: absolute;
    top: 46%;
    right: 1%;
    width: 60%;
}
    .backhome {
position: absolute;
    top: 70%;
    right: 12%;
    width: 4.5%;
}

    .gamalogo{
    position: fixed;
    top: 8px;
    left: 10px;
    display: none;
    z-index: 9999;
}

    #title-1 {
        position: absolute;
    width: 31.9%;
    top: 0%;
    left: 34%;
    z-index: 99;
    }

    #title-2 {
        position: absolute;
        width: 31.9%;
        top: 0%;
        left: 34%;
        z-index: 99;
    }

    #title-3 {
        position: absolute;
        width: 31.9%;
        top: 0%;
        left: 34%;
        z-index: 99;
    }

    #title-4 {
        position: absolute;
        width: 31.9%;
        top: 0%;
        left: 34%;
        z-index: 99;
    }

    #title-5 {
        position: absolute;
        width: 31.9%;
        top: 0%;
        left: 34%;
        z-index: 99;
    }

        #title-6 {
        position: absolute;
        width: 31.9%;
        top: 0%;
        left: 34%;
        z-index: 99;
    }

    video {
        position: absolute;
        width: 100%;
        top: 0px;
        left: -5%;
        display: block;
    }

    #kv {
        display: block;
        width: 100%;
        /*height: 990px;
        background-size: cover;
        background-attachment: fixed;*/
        background: url("../img/kv.jpg")center center no-repeat;
    }

    #kv_m {
        display: none;
    }

    #bg {
        display: block;
    }

    #bg_m {
        display: none;
    }

    #bg2 {
        display: block;
    }

    #bg2_m {
        display: none;
    }

    #bg3 {
        display: block;
    }

    #bg3_m {
        display: none;
    }

    #bg4 {
        display: block;
    }

    #bg4_m {
        display: none;
    }
    #bg5 {
        display: block;
        padding: 180px 0 0 0;
        width: 100%;
        height: 790px;
        background-size: contain;
        background: url("../img/bg-5.jpg")center top no-repeat;
    }

    #bg5_m {
        display: none;
    }

    #header {
        width: 100%;
        /*background: url(../img/kv.jpg) center center no-repeat;*/
        background-size: cover;
        text-align: center;
        /*height: 990px;*/
        position: relative;

    }

    #top-logo {
        position: absolute;
        width: 20%;
        top: 10%;
        left: 11%;
    }


    #nav {
        display: block;
    }

    #rNav {
        display: block;
        width: 100%;
        position: relative;
    }

    .container {
        position: relative;
        max-width: 100%;
        padding: 1% 0px 1% 0px;
        margin: 0 auto;
    }

    .container2 {
        width: 990px;
        height: 0px;
        margin: auto;
        padding: 0px 0px 0px 0px;
    }

    .playerBtn {
        position: absolute;
        top: 50%;
        right: 47.5%;
        width: 5%;
    }
    .playerBtn_light{
        position: absolute;
        top: 50%;
        right: 47.5%;
        width: 5%;
    }

    .playerBtn2 {
        position: absolute;
        top: 56%;
        right: 29%;
        width: 5%;
    }
    .playerBtn2_light{
        position: absolute;
        top: 56%;
        right: 29%;
        width: 5%;
    }

    .title {
        padding: 2% 0 2% 0;
        width: 60%;
        margin: auto;
        text-align: center;
        font-size: 3em;
        font-weight: normal;
        color: #d5ba87;
        position: relative;
    }
}

/*--各單元END--*/


/*
=========================================
    Utilities
=========================================
*/

/* 水平對齊
---------------------------------*/
.ta-l {
    text-align: left;
}

.ta-r {
    text-align: right;
}

.ta-c {
    text-align: center;
}


/* 浮動／清除浮動
---------------------------------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.fl-img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.fr-img {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.clear {
    clear: both;
}

/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}