﻿

/*
=======================================
    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;
    /*line-height: 1.5;*/
    font-size: 14px;
    font-family: "Adobe 繁黑體 Std,Microsoft JhengHei";
    /*background: url(../img/bg.jpg) center top no-repeat;*/
    background-size: cover;
    /*background-attachment: fixed;*/
    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: #080808;
    transition: 0.5s;
}

a:hover {
    color: #b20d25;
}

a:hover img {
    opacity: 0.9;
}

section {
    position: relative;
}

main {
    background-color: #000;

}
.body_2 h1{
    font-size: 24px;
    line-height: 36px;
    padding-top: 2%;
    padding-bottom: 2%;
}

.body_2 p{
    font-size: 14px;
    line-height: 26px;
    padding-top: 3%;
    padding-bottom: 3%;
    font-weight: 400;
}
.body_2 span{
    font-size: 11px;
    line-height: 16px;
    padding-top: 1%;
    padding-bottom: 1%;
    font-weight: 400;
}
.pageback{
    text-align: right;
    width: 96%;
    color: #fff;
}
.pageback a{
color: #fff;
    }
/*
=========================================
    Base Layout
=========================================
*/
/*ALL and Smart Phone*/
/*快捷列*/
#rNav {
    position: relative;
    display: none;
}

#rNav li {
    list-style-type: none;
}

#top-logo {
    position: absolute;
    width: 82%;
    top: 8%;
    left: 10%;
}

#gameDownload {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    padding: 1% 0 1% 2%;
    background: url(../image/download_bg.png) center top no-repeat;
    background-size: contain;

}

#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: #c2d6f4;
     border-left-width: 1px;
     padding-left: 1%;
}

.socialArea2{width: 30%;
    float: right;
    margin-right: 1%;
}

.gameDownloadArea li {
    float: left;
    width: 46%;
    padding: .2% 1% .8% 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: 22%;
    right: 10%;
    width: 80%;
}
.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);
    }
}


/*======*/
@-webkit-keyframes playerBtn2_light {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes playerBtn2_light {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes playerBtn2_light {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}
@keyframes playerBtn2_light {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



.playerBtn {
    position: absolute;
    top: 50%;
    right: 41.5%;
    width: 15%;

}

.playerBtn_light {
    position: absolute;
    top: 50%;
    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: 57%;
    right: 17.5%;
    width: 25%;
}

.socialplugin{
        margin: 70px auto 0px auto;
        height: 600px;
        width: 360px;
        background-color: #fff;
}

.socialBtn{
    position: absolute;
    top: 21%;
    width: 96%;
    left: 2%;
}

.socialBtn ul li{
float: left;
    width: 31%;
    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: url("../image/bg-5_m.jpg")center top no-repeat;
        background-size: contain;
}

#title-1 {
    position: absolute;
    width: 100%;
    top: 18%;
    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: .5%;
    left: 0%;
}
.gamalogo{
    position: fixed;
    top: 3px;
    left: 2px;
    display: block;
    z-index: 999;
}
#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(https://got.ccfun.com/static/img/fastdown_bg.png) center top no-repeat;
    background-size: contain;
    width: 90%;
    max-width: 1010px;
    height: 500px;
    top: 73%;
    right: 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(../image/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) {
    .body_2 h1{
    font-size: 21px;
    line-height: 42px;
    padding-top: 2%;
    padding-bottom: 2%;
}
    #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(../image/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;
}
    .guide{
position: absolute;
    width: 40%;
    top: 2%;
    left: 30%;
    }
    .guide img{width: 100%;}
    #fastdown_bg{
        position: absolute;
    background: url(https://got.ccfun.com/static/img/fastdown_bg.png) center top no-repeat;
    background-size: contain;
    width: 55%;
    max-width: 1010px;
    height: 500px;
    top: 40%;
    right: 4%;
    }
    #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: 110px auto 0px auto;
        height: 640px;
        width: 480px;
        background-color: #000;
    }

.socialBtn{
    position: absolute;
    top: 23%;
    width: 36%;
    left: 32%;
}

.socialBtn ul li{
float: left;
    width: 31%;
    padding: 1%;
}
    .socialPC {
float: left;
    width: 37%;
    padding: 4%;
    margin-left: 5%;
    }
.playerBoth {
    position: absolute;
    top: 75%;
    right: 21.5%;
    width: 20%;
}
    .slogan {
position: absolute;
    top: 38%;
    right: 35%;
    width: 30%;
}
    .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: block;
    z-index: 9999;
}

    #title-1 {
        position: absolute;
    width: 31.9%;
    top: 27%;
    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: 0px;
        display: block;
    }

    #kv {
        display: block;
        width: 100%;
        /*height: 990px;
        background-size: cover;
        background-attachment: fixed;*/
        background: url("../image/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: url("../image/bg-5.jpg")center top no-repeat;
        background-size:contain;
    }

    #bg5_m {
        display: none;
    }

    #header {
        width: 100%;
        /*background: url(../image/kv.jpg) center center no-repeat;*/
        background-size: cover;
        text-align: center;
        /*height: 990px;*/
        position: relative;

    }

    #top-logo {
position: absolute;
    width: 34%;
    top: 17.5%;
    left: 33%;
    }

    #gameDownload {
        display: none;
        position: fixed;
        width: 100%;
        bottom: 0%;
        left: 0%;
    }

    #gameDownload li {
        float: left;
        width: 33%;
        padding: 0.1%;
    }

    #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: 50px;
        margin: auto;
        padding: 0px 0px 0px 0px;
    }

    .playerBtn {
position: absolute;
    top: 60%;
    right: 47.5%;
    width: 5%;
    }
    .playerBtn_light{
        position: absolute;
        top: 60%;
        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--*/
/*global navigation
--------------------*/
#gnav {
    background: #000;
    opacity: 0.7;
}

#gnav ul {
    overflow: hidden;
}

#gnav li {
    float: left;
    width: 15%;
    text-align: center;
}

#gnav a {
    display: block;
    padding: 15px 0;
    color: #9d9d9d;
    text-decoration: none;
    font-size: 18px;
}

#gnav a:hover {
    color: #fff;
    /*background: #ecdfc2;*/
}

@media screen and (min-width: 640px) {
    #gnav {
        margin-bottom: 20px;
        opacity: 0.7;
    }
}


/*
=========================================
    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;
}