@charset "UTF-8";



/*--通用設定 ................................................................--*/
html,body{
  background:#fff;
  font-size:18px;
  font-style: normal;
  font-weight: normal;
  font-family:Helvetica , Arial, '微軟正黑體', 'Microsoft JhengHei';
}
.ossian{position:relative; margin:0 auto; max-width:1920px; min-width:320px;} /*頁面固定寬*/
.flex{margin:0 auto; max-width:1920px;}
.lightbox{display: none;}
.grid{padding-top:1px;/*修正 margin 無效的 bug*/}
a.btn{display:inline-block; text-decoration: none; background:#fff; color:#f53e38; border:#f53e38 1px solid; border-radius:6px; padding:7px 15px 5px; transition:all .3s;}
a.btn:hover{background:#f53e38; color:#fff;}



/*-- header 選單 .............................................................--*/
.lay-header{overflow:visible; position: absolute; top:0;}
.lay-header > .grid{position:relative;}
header.top{padding:7px 0; position:relative; background:#fff; box-shadow:0 1px 2px rgba(0,0,0,.1);}
ul.header{float:right;}
ul.header, ul.header li{display:inline-block; margin:0; padding:0; list-style: none;}
ul.header li{margin-top:8px;}
ul.header li > a{text-decoration: none; color:#f53e38; font-size:16px; border:#f53e38 1px solid; border-radius:6px; padding:10px 15px; transition:all .3s;}
ul.header li > a:hover{background:#f53e38; color:#fff;}
.moreGames{overflow:hidden; height:auto; background:rgba(255,255,255,.9); position:absolute; width:850px; top:51px; right:calc(50% - 500px);}
.bannerFocuc{width:180px; margin:0 auto; font-size:14px;}
.gamePosition{position:relative; padding:25px;}
.gamePosition .slick-prev, .gamePosition .slick-next{position: absolute; left:0; top:30px; z-index:999; width:25px; height:25px; border-radius:13px; border:1px solid #f53e38; color:#f53e38; background:#fff; outline: none; transition:all .3s;}
.gamePosition .slick-prev:hover, .gamePosition .slick-next:hover{border:1px solid #f53e38; color:#fff; background:#f53e38;}
.gamePosition .slick-next{left:777px;}
.lineLinks a{text-decoration: none; color:#1b1b1b;}
.lineLinks a:hover{color:#f53e38;}
.lineLinks a:nth-child(2){margin-left:45px;}
@-webkit-keyframes showBanners{
  0%{height:0; opacity:0;}
  100%{height:auto; opacity:1;}
}
@-moz-keyframes showBanners{
  0%{height:0; opacity:0;}
  100%{height:auto; opacity:1;}
}
@keyframes showBanners{
  0%{height:0; opacity:0;}
  100%{height:auto; opacity:1;}
}
@-webkit-keyframes hideBanners{
  0%{height:auto; opacity:1;}
  100%{height:0; opacity:0;}
}
@-moz-keyframes hideBanners{
  0%{height:auto; opacity:1;}
  100%{height:0; opacity:0;}
}
@keyframes hideBanners{
  0%{height:auto; opacity:1;}
  100%{height:0; opacity:0;}
}



/*-- KV 的區塊 ...............................................................--*/
.lay-kv{background: url(../image/kv-background.jpg) no-repeat top center fixed; /*background-size:cover;*/ height:1100px; transition:height .3s}
ul.kv, ul.kv li{margin:0; padding:0; list-style: none;}
ul.kv{position: relative; min-height:800px;}
ul.kv li div{position:absolute;}
.rightGirl{top:100px; left:calc(50% - 100px); transition: all .3s;}
.centerGril{top:300px; left:calc(50% - 150px); transition: all .3s;}
.oldMan{top:-50px; left:calc(50% - 1000px);}
.flower{width:100%; height:100%;}
.container{margin:0 auto; width:960px;}
.gameLogo{position: absolute; top:70px; width:100%; height:331px; text-align:center;}
.lay-kv-min{height:600px;}
.lay-kv-min .oldMan{display:none;}
.lay-kv-min .rightGirl{top:-200px; left:calc(50% - 50px)}
.lay-kv-min .centerGril{top:-150px; left:calc(50% - 500px);}



/*-- 內頁選單的區塊 ..........................................................--*/
.lay-content .nav{background:#f53e38;}
ul.content-menu, ul.content-menu li{padding:0; list-style: none;}
ul.content-menu li{float:left;}
ul.content-menu li a{display:block; padding:30px 0; width:100%; height:100%; color:#fff; font-size:30px; text-align:center; text-decoration: none; transition:all .3s;}
ul.content-menu li a:hover{background:#ff4641;}
ul.content-menu li a.focus{background:#fff; color:#f53e38;}
ul.content-menu li a:hover.focus{padding:25px 0 35px;}



/*-- 內頁列表 ................................................................--*/
.contentLink a{display:block; text-decoration: none; transition:all .3s; color:#000;}
.contentLink > a:nth-child(even){background:#f2f4f8;}
.contentLink > a:hover{background: url(../image/news-background-2.jpg) no-repeat top center; background-size:cover; color:#fff;}
.contentZone{padding:50px 20px;}
.contentImg{float:left; padding:0 20px 10px 0;}
dl.contentNews, dl.contentNews dt, dl.contentNews dd{margin:0; padding:0;}
dl.contentNews dt{font-size:30px; padding-bottom: 30px; line-height:120%;}
dl.contentNews{padding-right:20px;}
.pageBar{margin:20px auto 70px; text-align: center;}
.pageBar a{display:inline-block; padding:10px 25px; border:#f53e38 1px solid; color:#f53e38; border-radius:50px;}
.pageBar a:hover{background:#f53e38; color:#fff;}



/*-- 分頁欄 .................................................................--*/
ul.page, ul.page li{margin:0; padding:0; list-style: none;}
ul.page{display:block; text-align: center;}
ul.page li{display:inline-block; margin:3px;}
ul.page li a{margin:10px; padding:12px 5px; width:100%; height:100%; text-decoration: none; color:#000; border-radius:50px;}
ul.page li a:hover{background:#f2f4f8;}
ul.page li a.focus{background:#f53e38; color:#fff;}



/*-- 下載區塊 ................................................................--*/
.lay-download article.grid{position: relative; overflow:visible; height:100%; background:url(../image/download-bg.png) no-repeat left bottom;}
img.downloader{position: absolute; bottom:0; left:-50px;}
img.txt{position: absolute; bottom:33px; left:240px;}
ul.app-icon, ul.app-icon li{margin:0; padding:0; list-style: none;}
ul.app-icon{margin:30px 0 20px; display:block; text-align:right;}
ul.app-icon li{display:inline-block; margin:0 5px; width:174px; height:60px;}
ul.app-icon li a{display:block; width:100%; height:100%; text-decoration: none; -webkit-transform:scale(1,1); -webkit-transition:all .3s; -moz-transform:scale(1,1); -moz-transition:all .3s; transform:scale(1,1); transition:all .3s;}
ul.app-icon li.mobile{display:none;}
ul.app-icon li a:hover{border-radius:6px; box-shadow: 0 12px 15px -8px rgba(186,113,255,1); transform:scale(0.9,0.9);}
ul.app-icon li:nth-child(1) a{background: url(../image/download-1-max.png) no-repeat;}
ul.app-icon li:nth-child(2) a{background: url(../image/download-2-max.png) no-repeat;}
ul.app-icon li:nth-child(3) a{background: url(../image/download-3-max.png) no-repeat;}



/*-- 最新消息 ................................................................--*/
.lay-news{padding:80px 0; background: url(../image/news-background.jpg) no-repeat top center fixed; background-size:cover;}
header.news{background: url(../image/news-icon.png) no-repeat bottom left; height:48px; text-align:right;}
.zone{margin:0 auto; width:94%;}
.zone a img{-webkit-transform:scale(1,1); -webkit-transition:transform .3s; -moz-transform:scale(1,1); -moz-transition:transform .3s; transform:scale(1,1); transition:transform .3s; }
.zone a:hover img{-webkit-transform:scale(0.95,0.95); -moz-transform:scale(0.95,0.95); transform:scale(0.95,0.95);}
.newsLine{display:block; padding:8px 0 2px; text-decoration: none; color:#000; border-bottom: 1px solid rgba(255,255,255,.2);}
.newsLine > header{margin-bottom: 7px;}
em.type{margin-right:15px; display:inline-block; padding:3px 10px 0px; border-radius:7px; font-style:normal; background:#000; color:#ffc923; border:#ffc923 1px solid;}
span.date{font-size:16px;}
span.date i{margin-right:10px;}
.movieYoutube{margin:0 auto; display:block; width:100%; /*height:283px;*/}
.activityCenter{margin:0 auto; display:block; width:100%; text-align:center;}



/*-- 新聞列表 .................................................................--*/
.newsTypeDate{font-size:16px; font-style: normal;}
.newsTypeDate em{display:inline-block; background:#000; color:#ffc923; border:#ffc923 1px solid; padding:0 10px; border-radius:10px;}
.newsTypeDate i{margin:0 10px;}



/*-- 名將錄 ...................................................................--*/
.lay-role{background:url(../image/role-background.jpg) no-repeat top center; height:732px;}
.lay-role header{margin:0 auto; width:350px; text-align:center;}
.lay-role header > h2 span{display:none;}
.lay-role header > h2{background: url(../image/role-title.png) no-repeat top center; height:91px; margin:60px 0 10px 0;}
.moreRole{display:inline-block; margin:0 auto; background: #fff; border-radius:8px; padding:10px 15px; text-decoration: none; color:#f53e38; transition:all .3s; box-shadow:0 2px 5px rgba(0,0,0,.2);}
.moreRole:hover{background:#f53e38; color:#fff;}
ul.role, ul.role li{margin:0; padding:0; list-style:none;}
ul.role, ul.role li a{display:block; width:100%; height:100%;}
ul.role li{position:absolute; left:calc(50%); bottom: -20px;}
ul.role li:nth-child(1){width:385px; height:393px; left:calc(50% - 550px);}/*--管亥--*/
ul.role li:nth-child(2){width:413px; height:385px; left:calc(50% + 150px);}/*--陳宮--*/
ul.role li:nth-child(3){width:585px; height:440px; left:calc(50% - 500px);}/*--貂蟬--*/
ul.role li:nth-child(4){width:508px; height:521px; left:calc(50% - 150px);}/*--袁紹--*/
ul.role li img{-webkit-transform:scale(1,1); transform:scale(1,1); -webkit-transition:-webkit-transform .3s; transition:transform .3s;}
ul.role li.mover img{-webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
ul.roleText{margin:0 auto;}
ul.roleText, ul.roleText li{margin:0; padding:0; list-style:none;}
ul.roleText li{display:inline-block; text-align:center; padding-top:15px;}
ul.roleText li a img{-webkit-transform:scale(1,1); transform:scale(1,1); -webkit-transition:-webkit-transform .3s; -moz-transition:-moz-transform .3s; transition:transform .3s; cursor:pointer;}
ul.roleText li a:hover img, ul.roleText li.mover a img{-webkit-transform:scale(1.2,1.2); transform:scale(1.2,1.2);}



/*-- 更多角色 ................................................................--*/
ul.rolesShow, ul.rolesShow li{margin:0; padding:0; list-style: none;}
.roleFocuc a{display:block; text-decoration: none;}
.moreRoles{overflow:hidden; width:100%; height:100%;}
.roleFocuc{margin:0 auto; width:300px; margin:0 auto; font-size:14px;}
.rolePosition{position:relative; padding:25px;}
.rolePosition .slick-prev, .rolePosition .slick-next{position: absolute; left:-20px; top:180px; z-index:999; width:60px; height:60px; border-radius:60px; border:1px solid #f53e38; color:#f53e38; background:#fff; outline: none; transition:all .3s; font-size:30px;}
.rolePosition .slick-prev:hover, .rolePosition .slick-next:hover{border:1px solid #f53e38; color:#fff; background:#f53e38;}
.rolePosition .slick-next{left:912px;}
.slick-next, .slick-prev{cursor:pointer;}

.chreer{display:block; position:relative; margin:50px auto; color:#000; width:300px; border-radius:15px; box-shadow:0px 1px 1px 0 rgba(118,132,152,0.4); text-decoration: none; transition:all .3s; background:#fff; top:0; outline: none; font-size:18px;}
.chreer:hover{box-shadow:0px 20px 20px -10px rgba(118,132,152,.4); background:#fff; top:-8px;}
.chreer > .role{position: relative; background:url(../image/role-bg.png) no-repeat; width:300px; height:180px;}
.chreer > .role > img{position: absolute; top: -26px;}
.chreer > .role > img.power{top:10px; right:10px;}
.chreer > .description{padding:20px; text-align:center; background: #f7f7f7; color:#555;}
.description > em {display:block; color:#000; font-style: normal; font-weight: bold;}
.roleQ{margin-top:10px; border-radius:46px;}

.descripttionZone{position:relative; top:0; margin:50px auto 20px; width:300px; border-radius:15px; box-shadow:0px 0px 0px 0 rgba(118,132,152,0); transition:all .3s; background:#f7f7f7;}
.descripttionZone:hover{box-shadow:0px 20px 20px -10px rgba(118,132,152,.4); top:-8px;}
.descripttionZone h3{padding:20px 0 10px; text-align:center; font-size:18px; color:#f53e38;}
ul.line, ul.line li{margin:0; padding:0; list-style: none;}
.descripttionZone .line{margin: 0 20px 20px; width:260px; display:block; color:#555;}
ul.line li strong{color:#000;}
.descripttionZone .line div{float:left; width:66px;}
.descripttionZone .line div:nth-child(2){width:180px; margin:0 0 20px 10px;}
.powerMask{width:66px; height:66px; overflow:hidden; border-radius:66px;}


/*-- 角色列表 ................................................................--*/
ul.allRoles, ul.allRoles li{display:block; margin:0; padding:0; list-style: none;}
ul.allRoles{
    display: -webkit-box;   /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
    display: -moz-box;      /* OLD: Firefox (buggy) */
    display: -ms-flexbox;   /* MID: IE 10 */
    display: -webkit-flex;  /* NEW, Chrome 21?28, Safari 6.1+ */
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
ul.allRoles li.flex{flex-wrap:wrap; justify-content:center; align-items:stretch;}



/*-- 四個 banner .............................................................--*/
.lay-banner a img{-webkit-transform:scale(1,1); transform:scale(1,1); -webkit-transition:-webkit-transform .3s; -moz-transition:-moz-transform .3s; transition:transform .3s;}
.lay-banner a:hover img{-webkit-transform:scale(1.2,1.2); transform:scale(1.2,1.2);}



/*--footer ...................................................................--*/
.lay-footer{padding:70px 0; background: #313338; color:#7e7e7e; font-size:14px;}
.lay-footer ul, .lay-footer ul li{margin:0; padding:0;}
.lay-footer ul li{list-style-image: url(../image/plus.png);}
.plus12{background: url(../image/12-plus.gif) no-repeat left top; min-height:85px;}
.plus12 ul{margin-left:110px;}
.base{background: url(../image/base.gif) no-repeat left top; min-height:85px;}
.base ul{margin-left:110px;}
.logo{border-top:#46484c 1px solid; margin:40px 0 0 0; padding:40px 0 0 0; height:120px;}
.stargames .company{text-align:center;}



/*-- scroll top & QRcode ....................................................--*/
.scrollToTop{width:130px; height:130px; text-decoration: none; position:fixed; bottom:2em; right:2em; display:none; transition:all .3s;}


/*-- 落花的效果 ..............................................................--*/
canvas {position: absolute;}



/*--RWD .....................................................................--*/
/*--桌面--*/
@media all and (min-width: 1000px) {
  body{font-size: inherit;}
  .lay-download{width:100%; overflow:visible; background:#000; position: absolute; top:1000px; left:0;}
  .lay-download-min{top:485px;}
  .stargames .company{padding-bottom: 1px;}
}

/*--平板--*/
@media all and (min-width: 0px) and (max-width: 999px) {
  .gameLogo{transform:scale(0.85,0.85); top:-25px;}
  ul.app-icon li.mobile{display:inline-block;}
  ul.app-icon li a:hover{transform:scale(1,1);}
  .moreRoles{display:none;}
  .lay-kv{height:900px;}
  .lay-kv #cvs{display:none;}
  .lay-kv ul.kv{display:none;}
  .lay-kv article{background:url(../image/kv-table.png) no-repeat bottom center; height:900px;}
  .lay-header{display:none;} /*--取消 header--*/
  .lay-banner .col_4{width:50%;}
  .lay-content .col_3{width:50%;}
  .descripttionZone{margin:50px auto 0px;}
  .lay-footer{padding:40px 0 150px;}
  .rightGirl{top:130px; left:calc(50% - 400px);}
  .centerGril{top:100px; left:calc(50% - 300px);}
  .oldMan{display:none;}
  .lay-kv-min article{background:url(../image/kv-min.png) no-repeat top center;}
  .lay-kv-min #cvs{display:none;}
  .lay-kv-min{height:450px;}
  .lay-kv-min .rightGirl{display:none;}
  .lay-kv-min .centerGril{display:none;}
  .scrollToTop{right:-500px;} /*--取消 QRcode--*/
  .zone a{margin-top:30px;}
  .lay-news .col_2, .lay-footer .col_2{width:100%;}
  .des{margin:0 20px;}
  .des:nth-child(1){margin-bottom: 20px;}
  .lay-download{width:100%; overflow:visible; background:#31005f; position: fixed; bottom:0; z-index:9999;}
  img.txt{display:none;}
  img.downloader{transform:scale(0.6,0.6); bottom:-50px;}
  ul.app-icon{margin:20px 0 10px; text-align:center;}

  .lay-news{padding:40px 0;}
  ul.role li:nth-child(1){width:385px; height:393px; bottom:-40px; left:calc(50% - 390px); -webkit-transform:scale(0.8,0.8); -moz-transform:scale(0.8,0.8); transform:scale(0.8,0.8);}/*--管亥--*/
  ul.role li:nth-child(2){width:413px; height:385px; bottom:40px; left:calc(50% - 130px); -webkit-transform:scale(0.75,0.75); -moz-transform:scale(0.75,0.75); transform:scale(0.75,0.75);}/*--陳宮--*/
  ul.role li:nth-child(3){width:585px; height:440px; bottom:-100px; left:calc(50% - 400px); -webkit-transform:scale(0.8,0.8); -moz-transform:scale(0.8,0.8); transform:scale(0.8,0.8);}/*--貂蟬--*/
  ul.role li:nth-child(4){width:508px; height:521px; bottom:-170px; left:calc(50% - 80px); -webkit-transform:scale(0.85,0.85); -moz-transform:scale(0.85,0.85); transform:scale(0.85,0.85);}/*--袁紹--*/
  ul.app-icon{margin:10px 0 5px;}
  ul.app-icon li{display:inline-block; margin:0 5px; width:50px; height:50px;}
  ul.app-icon li a{display:block; width:100%; height:100%; text-decoration: none; border-radius:18px; box-shadow: 0 5px 10px -5px rgba(186,113,255,1); border-left:1px solid rgba(255,255,255,.2); border-top:1px solid rgba(255,255,255,.2); transition:all .3s;}
  ul.app-icon li a:hover{ border-radius:6px; box-shadow: 0 12px 15px -8px rgba(186,113,255,1);}
  ul.app-icon li:nth-child(1) a{background: url(../image/download-1-min.png) no-repeat;}
  ul.app-icon li:nth-child(2) a{background: url(../image/download-2-min.png) no-repeat;}
  ul.app-icon li:nth-child(3) a{background: url(../image/download-3-min.png) no-repeat;}
  ul.app-icon li:nth-child(4) a{background: url(../image/download-4-min.png) no-repeat;}
  ul.app-icon li:nth-child(5) a{background: url(../image/download-5-min.png) no-repeat;}
}
@media all and (min-width: 0px) and (max-width: 750px) {
  .gameLogo img{width:100%; max-width: 100%;}
}
@media all and (min-width: 0px) and (max-width: 960px) {
  .lay-kv-min .rightGirl{display:none;}
  .lay-kv-min .centerGril{display:none;}
}
@media all and (min-width: 0px) and (max-width: 600px) {
  .content-menu .fa{display:none;}
  .rightGirl{top:60px; left:calc(50% - 500px);}
  .centerGril{top:40px; left:calc(50% - 400px);}
  img.downloader{display:none;}
  .contentImg{float:none; text-align: center; margin-bottom: 30px;}
  .lay-content .col_3{width:100%;}
  .descripttionZone{margin-top:0;}
}
/*--手機效果--*/
@media all and (min-width: 0px) and (max-width: 479px) {
  .lay-footer{padding:40px 0 100px;}
  .lay-kv{height:650px;}
  .lay-kv article{background:url(../image/kv-mobile.png) no-repeat bottom center; height:660px;}
  .lay-kv-min{height:450px;}
  .lay-kv-min article{background:url(../image/kv-min-mobile.png) no-repeat top center;}
  .rightGirl{display:none;}
  .centerGril{top:40px; left:calc(50% - 400px);}
  ul.role li:nth-child(1){width:385px; height:393px; bottom:70px; left:calc(50% - 300px); -webkit-transform:scale(0.7,0.7); -moz-transform:scale(0.7,0.7); transform:scale(0.7,0.7);}/*--管亥--*/
  ul.role li:nth-child(2){width:413px; height:385px; bottom:30px; left:calc(50% - 100px); -webkit-transform:scale(0.75,0.75); -moz-transform:scale(0.75,0.75); transform:scale(0.75,0.75);}/*--陳宮--*/
  ul.role li:nth-child(3){width:585px; height:440px; bottom:-130px; left:calc(50% - 460px); -webkit-transform:scale(0.8,0.8); -moz-transform:scale(0.8,0.8); transform:scale(0.8,0.8);}/*--貂蟬--*/
  ul.role li:nth-child(4){width:508px; height:521px; bottom:-220px; left:calc(50% - 150px); -webkit-transform:scale(0.85,0.85); -moz-transform:scale(0.85,0.85); transform:scale(0.85,0.85);}/*--袁紹--*/
  .lay-banner .col_4{width:100%;}
}


/*--lightbox .................................................................--*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */ }
    .mfp-img-mobile .mfp-figure:after {
      top: 0;
      bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }



.mfp-figure figure {
  margin: 0;
}
.btnn {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btnn:active, .btnn:focus {
  -webkit-appearance: none;
  outline: none;
}
@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}
@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}



/*-- slider menu .................................................--*/
.menu-toggle {
  width: 40px;
  height: 30px;
  position: absolute;
  top: 13px;
  right: 25px;
  cursor: pointer;
}
.menu-toggle.on .one, .menu-toggle.on .two, .menu-toggle.on .three{background:white;}
.menu-toggle.on .one {
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
.menu-toggle.on .two {
  opacity: 0;
}
.menu-toggle.on .three {
  -moz-transform: rotate(-45deg) translate(8px, -10px);
  -ms-transform: rotate(-45deg) translate(8px, -10px);
  -webkit-transform: rotate(-45deg) translate(8px, -10px);
  transform: rotate(-45deg) translate(8px, -10px);
}

.one,
.two,
.three {
  width: 100%;
  height: 5px;
  background: black;
  margin: 6px auto;
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

nav ul {
  margin: 0;
  padding: 0;
  font-family: Open Sans;
  list-style: none;
  margin: 4em auto;
  text-align: center;
}
nav ul.hidden {
  display: none;
}
nav ul a {
  text-decoration: none;
  border-bottom:1px solid rgba(255,255,255,.2);
  color: white;
  font-size: 1.8em;
  padding:20px 0;
  width: 100%;
  background:rgba(30,5,77,.8);
  display: block;
  transition:all .5s;
}
nav ul a:hover {
  background-color: rgba(255,255,255, 0.95);
  color:#000;
}

.menu-section.on {
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute; top:0; left:0;
}
@media all and (min-width: 1000px) and (max-width: 1140px){
  .menu-toggle{right:300px;}
}




/*--slide的效果...................................................--*/
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*--slide 自訂--*/
.slider, ul.gameBanners {
  margin: 0 auto; padding:0; list-style: none;
}
.slider, .slider div, ul.gameBanners, ul.gameBanners li, ul.gameBanners li a{outline: none;}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.slick-slide img
{
    display:inline-block;
}

