@charset "UTF-8";
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Left: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transition              - arguments: What: all, Length: 1s, Easing: ease-in-out
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0

------------------------------------------------------------- */
/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Quattrocento:400,700);
ul, li {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

@font-face {
  font-family: 'CenterG';
  src: url("../font/CenterG.eot");
  src: url("../font/CenterG.eot?#iefix") format("embedded-opentype"), url("../font/CenterG.woff") format("woff"), url("../font/CenterG.ttf") format("truetype"); }

@font-face {
  /*仿宋*/
  font-family: 'cwTeXFangSong';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/cwtexfangsong/v3/cwTeXFangSong-zhonly.eot);
  src: url(//fonts.gstatic.com/ea/cwtexfangsong/v3/cwTeXFangSong-zhonly.eot?#iefix) format("embedded-opentype"), url(//fonts.gstatic.com/ea/cwtexfangsong/v3/cwTeXFangSong-zhonly.woff2) format("woff2"), url(//fonts.gstatic.com/ea/cwtexfangsong/v3/cwTeXFangSong-zhonly.woff) format("woff"), url(//fonts.gstatic.com/ea/cwtexfangsong/v3/cwTeXFangSong-zhonly.ttf) format("truetype"); }

.jcarousel {
  padding-bottom: 20px; }

.mCSB_inside > .mCSB_container {
  margin-right: 0 !important; }

.mCSB_scrollTools {
  width: 4px !important; }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #0099da !important;
    border-radius: 0 !important; }
  .mCSB_scrollTools .mCSB_draggerRail {
    background: none !important; }

.fancybox-close {
  top: -20px !important;
  right: 59px !important;
  width: 50px !important;
  height: 70px !important;
  background: #1c1c1c !important;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65); }
  .fancybox-close:before {
    content: url("../img/close_sys.svg");
    display: block;
    width: 14px;
    height: 14px;
    margin: 15px auto;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .fancybox-close:after {
    content: "close";
    display: block;
    color: #808080;
    width: 32px;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding-top: 3px;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .fancybox-close:hover:after {
    color: #fff; }

.selecter {
  font-family: "Source Sans Pro";
  box-sizing: border-box; }
  .selecter .selecter-selected {
    height: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 18px 0 0;
    box-sizing: border-box;
    position: relative;
    border: 0px;
    border-radius: 0; }
    .selecter .selecter-selected:before, .selecter .selecter-selected:after {
      content: "";
      position: absolute;
      width: 10px;
      height: 2px;
      background: #000;
      display: block;
      top: 50%;
      margin-top: 0;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      right: 13px; }
    .selecter .selecter-selected:before {
      margin-right: 7px;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
      zoom: 1; }
    .selecter .selecter-selected:after {
      margin-right: 0px;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
      zoom: 1; }
  .selecter .selecter-options {
    box-sizing: border-box; }
    .selecter .selecter-options .scroller-bar {
      box-sizing: border-box; }
    .selecter .selecter-options .scroller-content {
      box-sizing: border-box; }
      .selecter .selecter-options .scroller-content .selecter-item {
        background: #333333 !important;
        box-sizing: border-box; }
        .selecter .selecter-options .scroller-content .selecter-item:hover {
          background: #0099da; }
  .selecter.open .selecter-selected {
    border-radius: 0; }
  .selecter.open .selecter-options {
    border: 0;
    border-radius: 0; }
    .selecter.open .selecter-options .scroller-bar .scroller-track .scroller-handle {
      border: 0px;
      width: 100%;
      border-radius: 0px;
      right: 0px;
      background: #ddd; }
  .selecter.disabled .selecter-selected {
    color: #cccccc !important; }
    .selecter.disabled .selecter-selected:before, .selecter.disabled .selecter-selected:after {
      background: #ccc; }

:focus {
  outline: 0; }

input {
  font-family: "Source Sans Pro";
  border: 0;
  background: none;
  color: #fff;
  font-weight: normal;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

textarea {
  font-family: "Source Sans Pro";
  background: #333;
  border: 0;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: '微軟正黑體';
  color: #000; }

input:-moz-placeholder, textarea:-moz-placeholder {
  font-family: '微軟正黑體';
  color: #000; }

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: '微軟正黑體';
  color: #000; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: '微軟正黑體';
  color: #000; }

input[type="checkbox"], input[type="radio"] {
  display: none; }

input[type="checkbox"] + label span, input[type="radio"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  background: #333;
  cursor: pointer;
  position: relative; }

input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
  background: red; }

input[type="checkbox"] + label span, input[type="radio"] + label span {
  border: 0;
  background: #333; }
  input[type="checkbox"] + label span:before, input[type="checkbox"] + label span:after, input[type="radio"] + label span:before, input[type="radio"] + label span:after {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 50%;
    left: 50%;
    width: 3px;
    top: 50%;
    left: 50%;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  input[type="checkbox"] + label span:before, input[type="radio"] + label span:before {
    height: 10px;
    margin-top: -2px;
    margin-left: -6px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1; }
  input[type="checkbox"] + label span:after, input[type="radio"] + label span:after {
    height: 16px;
    margin-top: -7px;
    margin-left: 1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1; }

input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
  background: #333; }
  input[type="checkbox"]:checked + label span:before, input[type="checkbox"]:checked + label span:after, input[type="radio"]:checked + label span:before, input[type="radio"]:checked + label span:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

input[type="checkbox"] + label span.big, input[type="radio"] + label span.big {
  border: 0;
  width: 35px;
  height: 35px;
  margin-right: 12px; }

input[type="checkbox"] + label, input[type="radio"] + label {
  padding-right: 25px; }

.markdown_box {
  letter-spacing: 0; }
  .markdown_box table {
    width: 100%; }
  .markdown_box h1, .markdown_box h2, .markdown_box h3, .markdown_box h4, .markdown_box h5, .markdown_box h6 {
    font-weight: normal;
    text-align: center; }
  .markdown_box h2 {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    margin-top: 50px; }
  .markdown_box h3 {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    font-family: "Quattrocento";
    margin-bottom: 50px; }
  .markdown_box h4 {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 50px;
    font-family: "Quattrocento";
    border-bottom: 1px solid #0099da; }
    .markdown_box h4:after {
      content: "";
      display: block;
      height: 56px;
      width: 50%;
      box-sizing: border-box;
      border-right: 1px dotted #0099da; }
    .markdown_box h4.no_bottom {
      border: 0; }
  .markdown_box h5 {
    font-size: 21px;
    line-height: 28px;
    color: #0099da;
    margin-bottom: 20px; }
  .markdown_box h6 {
    font-size: 16px;
    line-height: 24px;
    color: #0099da; }
  .markdown_box ul {
    color: #999;
    font-size: 13px;
    line-height: 24px;
    padding: 0 15px;
    box-sizing: border-box;
    list-style: none; }
    .markdown_box ul li {
      margin-bottom: 10px;
      box-sizing: border-box;
      padding-left: 10px;
      float: left;
      position: relative;
      width: 50%; }
      .markdown_box ul li:after {
        content: "+";
        display: block;
        color: #0099da;
        position: absolute;
        top: 0px;
        left: 0px; }
    .markdown_box ul:after {
      content: "";
      display: block;
      clear: both; }
  .markdown_box hr {
    background: rgba(255, 255, 255, 0.1);
    height: 1px;
    border: 0; }
  .markdown_box em {
    text-align: center;
    color: #0099da;
    font-style: normal; }
  .markdown_box p {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 24px;
    color: #999;
    box-sizing: border-box;
    padding: 0 15px; }
  .markdown_box.sale table tr th, .markdown_box.character table tr th, .markdown_box.story table tr th, .markdown_box.demand table tr th, .markdown_box.behind table tr th {
    padding: 12px 28px;
    color: #999;
    font-size: 13px;
    line-height: 21px;
    text-align: left;
    font-weight: normal; }
  .markdown_box.sale table tr td, .markdown_box.character table tr td, .markdown_box.story table tr td, .markdown_box.demand table tr td, .markdown_box.behind table tr td {
    border-bottom: 1px solid #333;
    padding: 12px 28px;
    color: #999;
    font-size: 13px;
    line-height: 21px;
    width: 80%; }
    .markdown_box.sale table tr td:first-child, .markdown_box.character table tr td:first-child, .markdown_box.story table tr td:first-child, .markdown_box.demand table tr td:first-child, .markdown_box.behind table tr td:first-child {
      border-color: #0099da;
      width: 20%; }
  .markdown_box.sale table tr:first-child td, .markdown_box.character table tr:first-child td, .markdown_box.story table tr:first-child td, .markdown_box.demand table tr:first-child td, .markdown_box.behind table tr:first-child td {
    border-top: 1px solid #333; }
    .markdown_box.sale table tr:first-child td:first-child, .markdown_box.character table tr:first-child td:first-child, .markdown_box.story table tr:first-child td:first-child, .markdown_box.demand table tr:first-child td:first-child, .markdown_box.behind table tr:first-child td:first-child {
      border-top: 1px solid #0099da;
      border-color: #0099da;
      width: 20%; }
  .markdown_box.sale, .markdown_box.character {
    text-align: center; }
  .markdown_box.story h4:after {
    border-right: 1px dotted #333; }
  .markdown_box.contact h1, .markdown_box.policy h1 {
    color: #999;
    font-family: "DFFangSongStd-W2", "微軟正黑體";
    font-size: 24px;
    line-height: 30px; }
  .markdown_box.contact h2, .markdown_box.policy h2 {
    color: #999;
    font-family: "Quattrocento";
    font-size: 38px;
    line-height: 48px; }
  .markdown_box.contact h5, .markdown_box.policy h5 {
    color: #fff; }
  .markdown_box.contact p, .markdown_box.policy p {
    text-align: center; }
  .markdown_box.contact table tr td p, .markdown_box.policy table tr td p {
    text-align: left;
    padding: 0; }
  .markdown_box.policy h4:after {
    border-color: #666; }
  .markdown_box.character h5 {
    margin-top: 30px; }

::selection {
  background: #0099da;
  color: #fff; }

body, html {
  width: 100%;
  height: 100%;
  _height: 100%;
  background: none; }

body {
  font-family: 'Source Sans Pro', sans-serif,'Microsoft JhengHei','微軟正黑體';
  padding: 0 !important;
  letter-spacing: 1px; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.container, .container-full {
  overflow: hidden;
  position: relative;
}
  .container:after, .container-full:after {
    content: "";
    display: block;
    clear: both;
    height: 1px; }
  .container.inner, .container-full.inner {
    background: url("../img/portfolio_bg.jpg") fixed;
    background-size: 100%; }

.divTable {
  width: 100%;
  height: 100%;
  display: table; }
  .divTable .divTableCell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle; }

.fill {
  width: 100%;
  height: 100%; }


.menu_ctrl, .menu_ctrl_mobi {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  z-index: 100;
  position: fixed;
  top: 45px;
  right: 40px;
  transition-duration: 0.5s;
  border: 1px solid #454545;
  border-radius: 20px;
  cursor: pointer;
  height: 34px;
  width: 34px; }
  .menu_ctrl:hover, .menu_ctrl_mobi:hover {
    background: #0099da;
    border-color: transparent; }
    .menu_ctrl:hover .hr, .menu_ctrl_mobi:hover .hr {
      background: #fff; }
    .menu_ctrl:hover:before, .menu_ctrl:hover:after, .menu_ctrl_mobi:hover:before, .menu_ctrl_mobi:hover:after {
      background: #fff; }
  .menu_ctrl.inner, .menu_ctrl_mobi.inner {
    border-color: #fff;
    position: absolute;
    background: none;
    top: 50%;
    margin-top: -18px; }
    .menu_ctrl.inner .hr, .menu_ctrl_mobi.inner .hr {
      background: #fff; }
    .menu_ctrl.inner:before, .menu_ctrl.inner:after, .menu_ctrl_mobi.inner:before, .menu_ctrl_mobi.inner:after {
      background: #fff; }
    .menu_ctrl.inner.close_style .hr, .menu_ctrl.inner:hover .hr, .menu_ctrl_mobi.inner.close_style .hr, .menu_ctrl_mobi.inner:hover .hr {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0; }
    .menu_ctrl.inner.close_style:before, .menu_ctrl.inner.close_style:after, .menu_ctrl.inner:hover:before, .menu_ctrl.inner:hover:after, .menu_ctrl_mobi.inner.close_style:before, .menu_ctrl_mobi.inner.close_style:after, .menu_ctrl_mobi.inner:hover:before, .menu_ctrl_mobi.inner:hover:after {
      margin-top: -1px; }
    .menu_ctrl.inner.close_style:before, .menu_ctrl.inner:hover:before, .menu_ctrl_mobi.inner.close_style:before, .menu_ctrl_mobi.inner:hover:before {
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
      zoom: 1; }
    .menu_ctrl.inner.close_style:after, .menu_ctrl.inner:hover:after, .menu_ctrl_mobi.inner.close_style:after, .menu_ctrl_mobi.inner:hover:after {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
      zoom: 1; }
  .menu_ctrl .hr, .menu_ctrl_mobi .hr {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #000;
    height: 2px;
    width: 15px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -7.5px; }
  .menu_ctrl:before, .menu_ctrl:after, .menu_ctrl_mobi:before, .menu_ctrl_mobi:after {
    content: "";
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    background: #000;
    height: 2px;
    width: 15px;
    position: absolute;
    left: 50%;
    margin-left: -7.5px; }
  .menu_ctrl:before, .menu_ctrl_mobi:before {
    top: 50%;
    margin-top: -5px; }
  .menu_ctrl:after, .menu_ctrl_mobi:after {
    top: 50%;
    margin-top: 3px; }

.menu_ctrl_mobi {
  display: none; }

.header {
  position: fixed;
  padding: 32px 40px 16px 40px;
  box-sizing: border-box;
  z-index: 99;
  top: 0;
  left: 0;
  height: 102px;
  width: 100%;
  background: url(../img/header_bg.jpg) top left repeat-x white; }
  .header:after {
    content: "";
    display: block;
    position: fixed;
    height: 33px;
    width: 100%;
    top: 102px;
    left: 0;
    background: url(../img/header_cover.png) top left repeat-x; }
  .header .menu {
    list-style: none;
    display: block;
    height: 54px;
    width: 706px;
    width: 100%;
    text-align: center;
    margin: 0 auto; }
    .header .menu li {
      height: 100%;
      display: inline-block;
      margin: 0 22px;
      position: relative; }
      .header .menu li.logo {
        width: 170px; }
        .header .menu li.logo img {
          position: relative;
          left: -10px; }
      .header .menu li a {
        height: 100%;
        position: relative;
        color: #000;
        line-height: 54px;
        text-align: center;
        font-size: 14px;
        display: inline-block; }
        .header .menu li a span, .header .menu li a font {
          font-family: "DFFangSongStd-W2", "微軟正黑體";
          display: inline-block;
          height: 100%;
          line-height: 54px;
          font-size: 18px;
          text-align: center;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        .header .menu li a span {
          display: none;
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          -moz-opacity: 0;
          -khtml-opacity: 0;
          opacity: 0; }
        .header .menu li a font {
          top: 0px; }
        .header .menu li a:hover font {
          color: #0099da; }
      .header .menu li:first-child a {
        font-size: 18px; }
      .header .menu li:nth-child(2):before, .header .menu li:nth-child(5):before , .header .menu li:nth-child(6):before{
        content: "";
        display: block;
        position: absolute;
        left: -22px;
        top: 50%;
        margin-top: -6px;
        width: 1px;
        height: 13px;
        background: #cacaca; }
      .header .menu li:nth-child(3) {
        margin: 0; }
  .header .lang_info {
    width: 116px;
    list-style: none;
    float: left;
    cursor: pointer;
    position: relative;
    position: absolute;
    top: 50px;
    left: 50px;
    font-family: "CenterG"; }
    .header .lang_info:before, .header .lang_info:after {
      content: "";
      position: absolute;
      display: block;
      top: 9px;
      width: 8px;
      height: 2px;
      background: #000; }
    .header .lang_info:before {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
      zoom: 1;
      right: 21px;
      margin-right: -1px; }
    .header .lang_info:after {
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
      zoom: 1;
      right: 21px;
      margin-right: -5px; }
    .header .lang_info li {
      color: #1f1f1f;
      font-size: 12px; }
      .header .lang_info li.lang_select {
        display: none;
        position: absolute;
        z-index: 1;
        background: #000;
        left: -6px;
        width: 110px;
        top: 25px; }
        .header .lang_info li.lang_select a {
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          -ms-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
          color: #fff;
          display: block;
          padding: 5px 10px;
          box-sizing: border-box; }
          .header .lang_info li.lang_select a:hover {
            background: #0099da; }

.cover:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 47px;
  background-repeat: repeat-x;
  background-position: left;
  bottom: 0;
  z-index: 1; }
.cover:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 47px;
  background-repeat: repeat-x;
  background-position: left;
  z-index: 1; }
.cover.c_dark_gray:after {
  background-image: url(../img/cover_bottom_131519.png); }
.cover.c_dark_gray.c_top:before {
  background-image: url(../img/cover_top_131519.png); }
.cover.c_fff:after {
  background-image: url(../img/cover_bottom_fff.png); }
.cover.c_top_000:before {
  background-image: url(../img/cover_top_000.png); }
.cover.c_bottom_000:after {
  background-image: url(../img/cover_bottom_000.png); }

.bottom_page {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  cursor: pointer;
  bottom: 50px;
  left: 50%;
  margin-left: -300px;
  font-size: 24px;
  font-family: "DFFangSongStd-W2", "微軟正黑體";
  position: absolute;
  text-align: center;
  width: 600px; }
  .bottom_page span {
    color: #FFF; }
  .bottom_page:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }
  .bottom_page.gray {
    color: #9e9e9e; }
  .bottom_page p {
    font-family: "Open Sans", "Microsoft JhengHei", "微軟正黑體"; }

.bottom_btn {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  cursor: pointer;
  bottom: 50px;
  left: 50%;
  margin-left: -50px;
  font-size: 12px;
  font-family: "Quattrocento";
  position: absolute;
  text-align: center;
  width: 100px; }
  .bottom_btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }
  .bottom_btn.relative {
    position: relative;
    top: inherit;
    bottom: inherit;
    left: inherit;
    right: inherit;
    margin: 60px auto 10px; }
  .bottom_btn.r_top .round:before {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1; }
  .bottom_btn.r_top .round:after {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1; }
  .bottom_btn.sys {
    color: #fff; }
    .bottom_btn.sys .round {
      background: url(../img/round_sys.png); }
      .bottom_btn.sys .round:before, .bottom_btn.sys .round:after {
        background: #fff; }
  .bottom_btn.gray {
    color: #9e9e9e; }
    .bottom_btn.gray .round {
      background: url(../img/round_gray.png); }
  .bottom_btn.more .round:before, .bottom_btn.more .round:after {
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -6.5px;
    width: 14px; }
  .bottom_btn.more .round:before {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1; }
  .bottom_btn.more .round:after {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1; }
  .bottom_btn .round {
    position: relative;
    width: 34px;
    height: 37px;
    margin: 0 auto 5px;
    background: url(../img/round_000.png); }
    .bottom_btn .round:before, .bottom_btn .round:after {
      content: "";
      position: absolute;
      display: block;
      top: 50%;
      margin-top: -1px;
      width: 8px;
      height: 2px;
      background: #0099da; }
    .bottom_btn .round:before {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
      zoom: 1;
      left: 50%;
      margin-left: -5px; }
    .bottom_btn .round:after {
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
      zoom: 1;
      left: 50%;
      margin-left: -1px; }

.block_main_tit {
  max-width: 166px;
  position: relative;
  text-align: right; }
  .block_main_tit.bg_style {
    background: url("../img/main_tit_word_bg.png") no-repeat top left;
    min-height: 292px;
    padding-left: 29px; }
    .block_main_tit.bg_style h3 {
      padding-top: 30px; }
    .block_main_tit.bg_style p {
      left: -100px;
      top: 222px;
      color: #000; }
  .block_main_tit h3 {
    font-family: "DFFangSongStd-W2", "微軟正黑體";
    font-weight: normal;
    text-align: center;
    float: left;
    color: #fff;
    width: 34px;
    font-size: 36px;
    padding-right: 86px; }
  .block_main_tit p {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1;
    position: absolute;
    left: -129px;
    top: 192px;
    width: 421px;
    color: #7a7a7a;
    text-align: left;
    font-size: 14px;
    font-family: "Quattrocento";
    letter-spacing: 0; }
  .block_main_tit .ctrl_bar {
    width: 34px;
    list-style: none;
    float: left;
    text-align: right; }
    .block_main_tit .ctrl_bar li {
      width: 34px;
      height: 34px;
      margin-bottom: 5px;
      line-height: 34px;
      padding-left: 1px;
      display: inline-block; }
      .block_main_tit .ctrl_bar li a {
        font-family: "DFFangSongStd-W2", "微軟正黑體";
        cursor: pointer;
        display: block;
        position: relative;
        font-size: 18px;
        width: 100%;
        text-align: center;
        height: 100%; }
        .block_main_tit .ctrl_bar li a.jcarousel-control-prev {
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          background: url(../../assets/img/round_white.png) no-repeat center;
          left: 0;
          top: 0;
          text-indent: 2px;
          margin-top: 0; }
        .block_main_tit .ctrl_bar li a.jcarousel-control-next {
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          color: #fff;
          background: url(../../assets/img/round_sys.png) no-repeat center;
          left: 0;
          top: 0;
          text-indent: 2px;
          margin-top: 0; }
        .block_main_tit .ctrl_bar li a.more_btn {
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          text-indent: 2px;
          background: url(../../assets/img/round_000.png) no-repeat center; }
        .block_main_tit .ctrl_bar li a:hover {
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2);
          transform: scale(1.2);
          z-index: 1; }
      .block_main_tit .ctrl_bar li.more {
        line-height: 7px; }
        .block_main_tit .ctrl_bar li.more a {
          color: #fff; }
    .block_main_tit .ctrl_bar.inner {
      float: none;
      position: relative;
      top: 20px; }
      .block_main_tit .ctrl_bar.inner li.more {
        line-height: 34px; }

.newsCenter {
  padding: 210px 0 280px;
  background: url(../img/index_news_bg.jpg) no-repeat center #131519;
  background: url(../img/news_profile_bg.png) no-repeat center black;
  background-size: cover;
  overflow: hidden; }
  .newsCenter .nav_list {
    width: 18px;
    position: absolute;
    top: 0px;
    margin-top: 0;
    left: 65px; }
    .newsCenter .nav_list li {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ccc;
      width: 100%; }
      .newsCenter .nav_list li a {
        width: 100%;
        display: block;
        color: #ccc; }
        .newsCenter .nav_list li a.active, .newsCenter .nav_list li a:hover {
          color: #0099da; }
      .newsCenter .nav_list li:before {
        display: none; }
      .newsCenter .nav_list li:last-child {
        border: 0; }
  .newsCenter.inner {
    background: url(../img/index_news_bg.jpg) no-repeat center #131519 fixed;
    padding-bottom: 150px;
    background-size: cover; }
    .newsCenter.inner .left {
      position: fixed; }
      .newsCenter.inner .left.fixed_top {
        top: 50px; }
    .newsCenter.inner .j_main_box {
      min-height: 543px;
      max-width: 1048px;
      float: none;
      position: relative;
      left: 0;
      margin-left: 28%; }
  .newsCenter.inner_profile {
    background: url(../img/news_profile_bg.png) no-repeat center black;
    background-size: cover;
    padding-bottom: 150px; }
  .newsCenter .left {
    width: 25%;
    float: left; }
    .newsCenter .left .block_main_tit {
      float: right; }
  .newsCenter .j_main_box {
    float: left;
    width: 70%;
    margin-left: 5%; }
    .newsCenter .j_main_box .j_main_in ul {
      list-style: none; }
      .newsCenter .j_main_box .j_main_in ul li {
        margin-right: 50px; }
        .newsCenter .j_main_box .j_main_in ul li.img_full font, .newsCenter .j_main_box .j_main_in ul li.img_full h2, .newsCenter .j_main_box .j_main_in ul li.img_full p {
          display: none; }
        .newsCenter .j_main_box .j_main_in ul li.img_full .img {
          height: 460px; }
        .newsCenter .j_main_box .j_main_in ul li.no_txt p {
          display: none; }
        .newsCenter .j_main_box .j_main_in ul li.no_txt .img {
          height: 374px; }
        .newsCenter .j_main_box .j_main_in ul li.video .box .img {
          position: relative; }
          .newsCenter .j_main_box .j_main_in ul li.video .box .img:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 11.5px 0 11.5px 12px;
            border-color: transparent transparent transparent #ffffff;
            position: absolute;
            top: 50%;
            margin-top: -11px;
            left: 50%;
            margin-left: -6px;
            z-index: 1; }
          .newsCenter .j_main_box .j_main_in ul li.video .box .img:before {
            content: "";
            display: block;
            width: 52px;
            height: 52px;
            background: rgba(0, 0, 0, 0.9);
            border-radius: 50%;
            position: absolute;
            top: 50%;
            margin-top: -26px;
            left: 50%;
            margin-left: -26px;
            z-index: 1; }
        .newsCenter .j_main_box .j_main_in ul li a {
          letter-spacing: 1px;
          width: 100%;
          height: 100%;
          display: block; }
          .newsCenter .j_main_box .j_main_in ul li a .box {
            height: 462px;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          .newsCenter .j_main_box .j_main_in ul li a .img {
            box-sizing: border-box;
            border: 1px solid #606060;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            width: 100%;
            height: 308px;
            overflow: hidden;
            margin-bottom: 18px;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -moz-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3); }
            .newsCenter .j_main_box .j_main_in ul li a .img img {
              width: 100%;
              display: none; }
          .newsCenter .j_main_box .j_main_in ul li a font {
            display: block;
            font-size: 12px;
            color: #0099da;
            margin-bottom: 10px; }
          .newsCenter .j_main_box .j_main_in ul li a h2 {
            margin-bottom: 10px;
            line-height: 22px;
            color: #fff;
            font-size: 14px; }
          .newsCenter .j_main_box .j_main_in ul li a p {
            font-size: 12px;
            line-height: 19px;
            color: #757575; }
          .newsCenter .j_main_box .j_main_in ul li a:after {
            content: "閱";
            display: block;
            text-align: center;
            margin: 48px auto 0;
            width: 33px;
            height: 33px;
            line-height: 33px;
            color: #989898;
            font-size: 18px;
            border-radius: 50%;
            border: 1px solid #0099da;
            font-family: "DFFangSongStd-W2", "微軟正黑體";
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          .newsCenter .j_main_box .j_main_in ul li a:hover:after {
            background: #0099da;
            color: #000;
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            transform: scale(1.2); }
      .newsCenter .j_main_box .j_main_in ul.inner_page {
        max-width: 1048px; }
        .newsCenter .j_main_box .j_main_in ul.inner_page li {
          width: 209px;
          float: left; }
          .newsCenter .j_main_box .j_main_in ul.inner_page li a:after {
            content: "";
            border: 0; }
          .newsCenter .j_main_box .j_main_in ul.inner_page li a:hover .img {
            filter: alpha(opacity=50);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            -moz-opacity: 0.5;
            -khtml-opacity: 0.5;
            opacity: 0.5; }
          .newsCenter .j_main_box .j_main_in ul.inner_page li a:hover:after {
            background: none; }

.nav_list {
  font-family: "DFFangSongStd-W2", "微軟正黑體";
  margin-top: 75px;
  list-style: none; }
  .nav_list li {
    float: left; }
    .nav_list li a {
      display: inline-block;
      color: #fff;
      font-size: 18px;
      float: left;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      filter: alpha(opacity=90);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      -moz-opacity: 0.9;
      -khtml-opacity: 0.9;
      opacity: 0.9; }
      .nav_list li a:hover {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1; }
    .nav_list li:before {
      content: "";
      display: inline-block;
      width: 1px;
      height: 12px;
      background: #b80000;
      margin: 4px 22px;
      float: left; }
    .nav_list li:first-child:before {
      display: none; }

.inner_nav {
  font-family: "DFFangSongStd-W2", "微軟正黑體";
  text-align: center;
  list-style: none; }
  .inner_nav li {
    border-left: 1px solid #333;
    position: relative;
    padding-left: 15px;
    margin-left: 10px;
    display: inline-block; }
    .inner_nav li a {
      display: inline-block;
      color: #999;
      font-size: 24px;
      float: left;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .inner_nav li a:hover, .inner_nav li a.active {
        color: #0099da; }
    .inner_nav li:first-child {
      padding-left: 0;
      margin-left: 0;
      border: 0; }

.about_link {
  font-family: "DFFangSongStd-W2", "微軟正黑體";
  position: relative;
  box-sizing: border-box;
  padding: 110px 0;
  color: #fff;
  height: 460px;
  overflow: hidden;
  background: url(../img/index_about_bg.jpg) no-repeat;
  background-size: cover; }
  .about_link .txt {
    width: 100%;
    max-width: 850px;
    margin: 0 auto; }
    .about_link .txt h3 {
      font-weight: normal;
      font-size: 32px;
      margin-bottom: 37px; }
    .about_link .txt p {
      font-size: 16px;
      line-height: 28px;
      color: #b9b9b9; }
  .about_link .img {
    position: absolute;
    left: 50%;
    top: 88px;
    margin-left: 200px; }

.footer_link {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 25px 60px 90px;
  max-width: 1100px;
  width: 100%; }
  .footer_link .left {
    float: left; }
    .footer_link .left .logo_link {
      float: left;
      display: inline-block;
      padding-bottom: 10px; }
      .footer_link .left .logo_link li {
        float: left;
        list-style: none;
        padding: 4px 19px 4px 19px;
        border-right: 1px solid #E5E5E5; }
        .footer_link .left .logo_link li:first-child {
          padding-left: 0px; }
        .footer_link .left .logo_link li:last-child {
          border-right: 0px solid; }
    .footer_link .left .copyright {
      float: left;
      color: #454545; }
      .footer_link .left .copyright a {
        display: inline-block;
        color: #aeaeae; }
    .footer_link .left .club_link {
      margin-left: 5px;
      position: relative;
      top: 1px;
      float: left;
      display: inline-block; }
      .footer_link .left .club_link li {
        float: left;
        margin-left: 5px;
        display: inline-block; }
  .footer_link .foot_menu {
    float: right;
    list-style: none;
    text-align: right;
    padding-top: 23px; }
    .footer_link .foot_menu li {
      height: 14px;
      line-height: 14px;
      float: right; }
      .footer_link .foot_menu li img {
        position: relative;
        top: -13px;
        padding-left: 20px; }
      .footer_link .foot_menu li a {
        font-family: "DFFangSongStd-W2", "微軟正黑體";
        font-size: 14px;
        color: #000;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .footer_link .foot_menu li a:hover {
          color: #0099da; }
      .footer_link .foot_menu li:before {
        content: "‧";
        font-size: 14px;
        display: inline-block;
        line-height: 14px;
        margin: 0 13px;
        float: right; }
      .footer_link .foot_menu li:first-child:before {
        display: none; }
      .footer_link .foot_menu li:nth-child(2):before {
        display: none; }

.lightbox_out {
  width: 100%;
  height: 100%;
  overflow: auto; }

.lightbox_close_btn {
  font-family: "DFFangSongStd-W2", "微軟正黑體";
  width: 34px;
  height: 34px;
  top: 50px;
  right: 50px;
  font-size: 16px;
  position: absolute;
  color: #fff;
  line-height: 34px;
  text-align: center;
  background: url(../../assets/img/round_sys.png) no-repeat center;
  z-index: 3; }

.lightbox_inner {
  height: 100%;
  max-width: 858px;
  width: 100%;
  position: relative;
  background: #111316;
  box-sizing: border-box;
  padding: 55px;
  margin: 0 auto; }
  .lightbox_inner .main_tit {
    font-size: 24px;
    margin-bottom: 28px;
    margin-top: -7px;
    font-family: "DFFangSongStd-W2", "微軟正黑體";
    color: #fff; }
    .lightbox_inner .main_tit span {
      font-weight: normal; }
  .lightbox_inner .tit_img {
    width: 100%; }
  .lightbox_inner .tit_box {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px; }
    .lightbox_inner .tit_box font {
      font-size: 13px;
      color: #0099da; }
    .lightbox_inner .tit_box h2 {
      color: #fff;
      margin: 0;
      margin-top: 20px;
      font-weight: normal;
      font-size: 21px;
      line-height: 32px; }
    .lightbox_inner .tit_box .share_box {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0;
      list-style: none; }
      .lightbox_inner .tit_box .share_box li {
        cursor: pointer;
        margin-left: 5px;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        float: left; }
        .lightbox_inner .tit_box .share_box li:first-child {
          margin: 0; }
        .lightbox_inner .tit_box .share_box li:hover {
          filter: alpha(opacity=50);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
          -moz-opacity: 0.5;
          -khtml-opacity: 0.5;
          opacity: 0.5; }
  .lightbox_inner .editer_box p {
    color: #b8b8b8;
    font-size: 14px;
    line-height: 24px; }
  .lightbox_inner .editer_box img {
    width: 100%;
    max-width: 100%;
    height: auto !important; }
  .lightbox_inner .editer_box iframe {
    max-width: 100%; }

.page_top_title {
  text-align: center; }
  .page_top_title h1 {
    margin: 0 auto;
    font-family: "DFFangSongStd-W2", "微軟正黑體";
    color: #fff;
    font-size: 36px;
    width: 36px;
    line-height: 44px;
    font-weight: normal; }
  .page_top_title p {
    padding-top: 50px;
    max-width: 470px;
    margin: 0 auto;
    color: #b2b2b2;
    font-size: 16px;
    line-height: 22px;
    font-family: "Quattrocento"; }

.profile_list {
  list-style: none; }
  .profile_list li {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    display: block; }
    .profile_list li .img {
      display: block;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
      position: relative;
      border-radius: 50%;
      height: 155px;
      width: 155px; }
      .profile_list li .img img {
        overflow: hidden;
        overflow: hidden;
        border-radius: 50%;
        width: 100%;
        height: 100%; }
      .profile_list li .img .new_tag {
        display: none;
        top: 16px;
        right: 0;
        position: absolute;
        border-radius: 50%;
        overflow: hidden;
        width: 28px;
        height: 28px;
        line-height: 28px;
        color: #fff;
        background: #e81a1a;
        font-family: "Source Sans Pro";
        text-align: center; }
        .profile_list li .img .new_tag span {
          font-size: 9px;
          -webkit-transform: scale(0.75);
          -o-transform: scale(1);
          display: inline-block; }
      .profile_list li .img:hover {
        filter: alpha(opacity=70);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7; }
    .profile_list li .txt {
      width: 330px;
      display: inline-block; }
      .profile_list li .txt .tit {
        padding-bottom: 22px;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        border-bottom: 1px solid #0099da; }
        .profile_list li .txt .tit .time {
          font-size: 36px;
          line-height: 30px;
          color: #0099da;
          font-family: "Quattrocento";
          letter-spacing: 0; }
        .profile_list li .txt .tit .name {
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          font-family: "DFFangSongStd-W2", "微軟正黑體";
          display: inline-block;
          color: #000; }
          .profile_list li .txt .tit .name h2, .profile_list li .txt .tit .name h3 {
            font-size: 24px;
            line-height: 30px;
            font-weight: normal; }
          .profile_list li .txt .tit .name:hover {
            filter: alpha(opacity=70);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            -moz-opacity: 0.7;
            -khtml-opacity: 0.7;
            opacity: 0.7; }
      .profile_list li .txt .foot {
        position: relative;
        box-sizing: border-box;
        width: 100%; }
        .profile_list li .txt .foot .btn_link {
          position: absolute;
          width: 34px;
          line-height: 34px;
          text-align: center;
          height: 37px;
          color: #fff;
          text-indent: 3px;
          background: url(../img/round_000.png);
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          top: 5px; }
          .profile_list li .txt .foot .btn_link:hover {
            filter: alpha(opacity=50);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            -moz-opacity: 0.5;
            -khtml-opacity: 0.5;
            opacity: 0.5; }
    .profile_list li:nth-child(even) {
      padding-left: 50%; }
      .profile_list li:nth-child(even) .img, .profile_list li:nth-child(even) .txt {
        float: left; }
      .profile_list li:nth-child(even) .img {
        margin-left: 60px; }
      .profile_list li:nth-child(even) .txt .tit, .profile_list li:nth-child(even) .txt .foot {
        padding-left: 28px; }
      .profile_list li:nth-child(even) .txt .tit .time {
        float: right; }
      .profile_list li:nth-child(even) .txt .tit .name {
        float: left; }
      .profile_list li:nth-child(even) .txt .tit .time {
        padding-left: 50px; }
      .profile_list li:nth-child(even) .txt .foot {
        padding: 5px 90px 0 28px; }
        .profile_list li:nth-child(even) .txt .foot .btn_link {
          right: 0; }
      .profile_list li:nth-child(even):before {
        background: url("../img/p_list_dot_02.png") no-repeat;
        margin-left: -170px; }
    .profile_list li:nth-child(odd) {
      padding-right: 50%; }
      .profile_list li:nth-child(odd) .img, .profile_list li:nth-child(odd) .txt {
        float: right; }
      .profile_list li:nth-child(odd) .img {
        margin-right: 60px; }
      .profile_list li:nth-child(odd) .txt {
        text-align: right; }
        .profile_list li:nth-child(odd) .txt .tit, .profile_list li:nth-child(odd) .txt .foot {
          padding-right: 28px; }
        .profile_list li:nth-child(odd) .txt .tit .time {
          float: left; }
        .profile_list li:nth-child(odd) .txt .tit .name {
          float: right; }
        .profile_list li:nth-child(odd) .txt .tit .time {
          padding-right: 50px; }
        .profile_list li:nth-child(odd) .txt .foot {
          padding: 5px 28px 0 90px; }
          .profile_list li:nth-child(odd) .txt .foot .btn_link {
            left: 0; }
      .profile_list li:nth-child(odd):before {
        background: url("../img/p_list_dot_01.png") no-repeat;
        margin-left: -90px; }
    .profile_list li.new .img .new_tag {
      display: block; }
    .profile_list li:after {
      content: "";
      display: block;
      clear: both; }
    .profile_list li:before {
      content: "";
      display: block;
      width: 272px;
      height: 159px;
      position: absolute;
      left: 50%;
      top: 100px; }
    .profile_list li:last-child:before {
      display: none; }

.p_list {
  padding: 95px 0 190px 0; }

/* 人物輪撥 */
.device.character_list {
  height: 100%;
  width: 100%;
  position: relative; }
  .device.character_list .swiper-container {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center; }
    .device.character_list .swiper-container .swiper-wrapper .swiper-slide {
      width: 600px;
      height: 100%;
      filter: alpha(opacity=40);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      -moz-opacity: 0.4;
      -khtml-opacity: 0.4;
      opacity: 0.4;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      transform: scale(0); }
      .device.character_list .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-visible {
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.8); }
      .device.character_list .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
        top: 0;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1); }
      .device.character_list .swiper-container .swiper-wrapper .swiper-slide .title {
        font-style: italic;
        font-size: 42px;
        margin-top: 80px;
        margin-bottom: 0;
        line-height: 45px;
        height: 80%; }
      .device.character_list .swiper-container .swiper-wrapper .swiper-slide img {
        height: 100%;
        width: auto; }
      .device.character_list .swiper-container .swiper-wrapper .swiper-slide .hide_txt {
        display: none; }
  .device.character_list .pagination {
    position: absolute;
    z-index: 20;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 5px; }
  .device.character_list .arrow-right, .device.character_list .arrow-left {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "DFFangSongStd-W2", "微軟正黑體";
    border-radius: 50%;
    width: 59px;
    height: 59px;
    border: 1px solid #000;
    text-align: center;
    line-height: 59px;
    font-size: 24px;
    color: #000;
    top: 50%;
    margin-top: -29.5px;
    z-index: 2;
    position: absolute; }
    .device.character_list .arrow-right:hover, .device.character_list .arrow-left:hover {
      background: #fff;
      border-color: #990000;
      color: #990000; }
  .device.character_list .arrow-right {
    right: 30px; }
  .device.character_list .arrow-left {
    left: 30px; }
.device.character_inner {
  position: relative;
  margin-top: 30px;
  width: 100%;
  height: 860px; }
  .device.character_inner .swiper-container {
    width: 100%;
    height: 100%; }
    .device.character_inner .swiper-container .swiper-wrapper .swiper-slide {
      width: 100%;
      height: 100%;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .device.character_inner .swiper-container .swiper-wrapper .swiper-slide .title {
        height: 100%; }
      .device.character_inner .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
        top: 0; }
      .device.character_inner .swiper-container .swiper-wrapper .swiper-slide img {
        height: 100%;
        margin: 0 auto;
        display: block; }
  .device.character_inner .pagination {
    position: absolute;
    z-index: 20;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 20px; }
    .device.character_inner .pagination .swiper-pagination-switch {
      display: inline-block;
      margin-right: 30px;
      width: 6px;
      height: 6px;
      cursor: pointer;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.5); }
      .device.character_inner .pagination .swiper-pagination-switch.swiper-active-switch {
        background: black; }
      .device.character_inner .pagination .swiper-pagination-switch:last-child {
        margin-right: 0; }
  .device.character_inner .arrow-right, .device.character_inner .arrow-left {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "DFFangSongStd-W2", "微軟正黑體";
    border-radius: 50%;
    width: 43px;
    height: 43px;
    border: 1px solid #000;
    text-align: center;
    line-height: 43px;
    font-size: 20px;
    color: #000;
    top: 50%;
    margin-top: -29.5px;
    z-index: 2;
    position: absolute; }
    .device.character_inner .arrow-right:hover, .device.character_inner .arrow-left:hover {
      background: #fff;
      border-color: #990000;
      color: #990000; }
  .device.character_inner .arrow-right {
    right: 30px; }
  .device.character_inner .arrow-left {
    left: 30px; }
  .device.character_inner .character_info {
    margin-left: 0;
    left: inherit;
    margin-top: 0;
    top: 80px;
    right: 95px; }
    .device.character_inner .character_info .tit {
      width: 36px; }
      .device.character_inner .character_info .tit h2 {
        padding: 0;
        font-size: 36px;
        line-height: 44px;
        top: -20px; }
        .device.character_inner .character_info .tit h2:before, .device.character_inner .character_info .tit h2:after {
          font-size: 36px;
          line-height: 44px; }
    .device.character_inner .character_info .txt p {
      text-shadow: 1px 1px 0px white;
      font-size: 16px;
      width: 16px;
      line-height: 24px;
      margin-left: 2px; }
.device.photo, .device.wallpaper {
  position: relative;
  width: 100%;
  height: 100%; }
  .device.photo .swiper-container, .device.wallpaper .swiper-container {
    width: 100%;
    height: 100%; }
    .device.photo .swiper-container .swiper-wrapper, .device.wallpaper .swiper-container .swiper-wrapper {
      width: 100%;
      height: 100%; }
      .device.photo .swiper-container .swiper-wrapper .swiper-slide, .device.wallpaper .swiper-container .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 100%;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .device.photo .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active, .device.wallpaper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
          top: 0; }
        .device.photo .swiper-container .swiper-wrapper .swiper-slide .img, .device.wallpaper .swiper-container .swiper-wrapper .swiper-slide .img {
          height: 100%;
          width: 100%; }
          .device.photo .swiper-container .swiper-wrapper .swiper-slide .img img, .device.wallpaper .swiper-container .swiper-wrapper .swiper-slide .img img {
            display: none; }
  .device.photo .pagination, .device.wallpaper .pagination {
    margin: 0 auto 15px;
    position: relative;
    z-index: 1;
    left: 0px;
    width: 100%;
    text-align: center; }
    .device.photo .pagination .swiper-pagination-switch, .device.wallpaper .pagination .swiper-pagination-switch {
      display: inline-block;
      margin-right: 20px;
      width: 6px;
      height: 6px;
      cursor: pointer;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.5); }
      .device.photo .pagination .swiper-pagination-switch.swiper-active-switch, .device.wallpaper .pagination .swiper-pagination-switch.swiper-active-switch {
        background: black; }
      .device.photo .pagination .swiper-pagination-switch:last-child, .device.wallpaper .pagination .swiper-pagination-switch:last-child {
        margin-right: 0; }
  .device.photo .arrow-right, .device.photo .arrow-left, .device.wallpaper .arrow-right, .device.wallpaper .arrow-left {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "DFFangSongStd-W2", "微軟正黑體";
    background: #999;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    color: #fff;
    top: 50%;
    margin-top: -29.5px;
    z-index: 2;
    position: absolute; }
    .device.photo .arrow-right:hover, .device.photo .arrow-left:hover, .device.wallpaper .arrow-right:hover, .device.wallpaper .arrow-left:hover {
      background: #0099da; }
  .device.photo .arrow-right, .device.wallpaper .arrow-right {
    right: 30px; }
  .device.photo .arrow-left, .device.wallpaper .arrow-left {
    left: 30px; }
  .device.photo .character_info, .device.wallpaper .character_info {
    margin-left: 0;
    left: inherit;
    margin-top: 0;
    top: 80px;
    right: 95px; }
    .device.photo .character_info .tit, .device.wallpaper .character_info .tit {
      width: 36px; }
      .device.photo .character_info .tit h2, .device.wallpaper .character_info .tit h2 {
        padding: 0;
        font-size: 36px;
        line-height: 44px;
        top: -20px; }
    .device.photo .character_info .txt p, .device.wallpaper .character_info .txt p {
      text-shadow: 1px 1px 0px white;
      font-size: 16px;
      width: 16px;
      line-height: 24px;
      margin-left: 2px; }
  .device.photo .wallpaper_now_list, .device.wallpaper .wallpaper_now_list {
    margin-top: 20px; }
  .device.photo .wallpaper_list, .device.wallpaper .wallpaper_list {
    text-align: center;
    list-style: none; }
    .device.photo .wallpaper_list li, .device.wallpaper .wallpaper_list li {
      display: inline; }
      .device.photo .wallpaper_list li a, .device.wallpaper .wallpaper_list li a {
        font-size: 13px;
        line-height: 21px;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        color: #000; }
        .device.photo .wallpaper_list li a:hover, .device.wallpaper .wallpaper_list li a:hover {
          color: #0099da;
          text-decoration: underline; }
      .device.photo .wallpaper_list li:before, .device.wallpaper .wallpaper_list li:before {
        content: "|";
        color: #666;
        display: inline;
        padding: 0 10px;
        font-size: 13px; }
      .device.photo .wallpaper_list li:first-child:before, .device.wallpaper .wallpaper_list li:first-child:before {
        display: none; }
  .device.photo .lightbox_close_btn, .device.wallpaper .lightbox_close_btn {
    right: 50%;
    margin-right: -25px;
    width: 50px;
    height: 50px;
    background: url(../../assets/img/round_000.png) no-repeat center;
    background-size: cover;
    font-size: 20px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    line-height: 50px; }
    .device.photo .lightbox_close_btn:hover, .device.wallpaper .lightbox_close_btn:hover {
      color: #999; }
.device.wallpaper .photo_info .txt .txt_inner {
  max-width: 900px; }

.photo_info {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1; }
  .photo_info .info_ctrl {
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    width: 34px;
    height: 37px;
    margin: 10px auto;
    text-indent: 2px;
    text-align: center;
    background: url(../../assets/img/round_000.png) no-repeat center; }
    .photo_info .info_ctrl img {
      position: relative;
      top: 7px; }
    .photo_info .info_ctrl:hover {
      filter: alpha(opacity=80);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8;
      opacity: 0.8; }
  .photo_info .txt {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 10px 50px 20px; }
    .photo_info .txt .txt_inner {
      margin: 0 auto;
      max-width: 600px; }
      .photo_info .txt .txt_inner h2 {
        font-weight: normal;
        font-family: "DFFangSongStd-W2", "微軟正黑體";
        font-size: 24px;
        color: #000; }
      .photo_info .txt .txt_inner p {
        font-size: 13px;
        line-height: 21px;
        color: #666;
        display: none; }
  .photo_info .cover_top {
    width: 100%;
    float: left; }
  .photo_info:after {
    content: "";
    display: block;
    clear: both; }

.game_info {
  z-index: 1;
  padding: 130px 0;
  background: url("../img/gmae_info_bg.png") no-repeat center bottom;
  background-size: cover; }
  .game_info .block_main_tit {
    float: left; }
  .game_info .right {
    color: #000;
    padding-left: 100px;
    padding-top: 40px;
    box-sizing: border-box;
    float: left;
    width: 645px;
    font-family: "DFFangSongStd-W2", "微軟正黑體"; }
    .game_info .right h2 {
      font-weight: normal;
      font-size: 24px;
      line-height: 36px;
      margin-bottom: 20px; }
    .game_info .right p {
      font-size: 16px;
      line-height: 28px; }
    .game_info .right .nav_list {
      margin-top: 55px; }
      .game_info .right .nav_list li {
        position: relative;
        float: left; }
        .game_info .right .nav_list li a {
          color: #000; }
          .game_info .right .nav_list li a:hover {
            color: #CC0000; }

.bloxk_inner {
  max-width: 840px;
  margin: 0 auto; }

.game_banner {
  z-index: 1;
  margin-top: -30px; }
  .game_banner img {
    width: 100%; }
    .game_banner img.pc {
      display: block; }
    .game_banner img.pad {
      display: none; }
    .game_banner img.mobi {
      display: none; }

.photo_box {
  background: url("../img/portfolio_bg.jpg") fixed;
  background-size: 100%;
  padding: 105px 0 180px;
  position: relative; }
  .photo_box .tit {
    margin-bottom: 30px;
    text-align: center; }
    .photo_box .tit h2 {
      font-size: 36px;
      letter-spacing: 2px;
      font-weight: normal;
      font-family: "DFFangSongStd-W2", "微軟正黑體"; }
    .photo_box .tit .nav_list {
      margin-bottom: 20px;
      margin-top: 40px;
      text-align: center; }
      .photo_box .tit .nav_list li {
        display: inline-block;
        float: none; }
        .photo_box .tit .nav_list li a {
          color: #000; }
          .photo_box .tit .nav_list li a:hover, .photo_box .tit .nav_list li a.active {
            text-decoration: underline;
            color: #CC0000; }
    .photo_box .tit p {
      color: #999999;
      max-width: 357px;
      margin: 0 auto;
      font-family: "Quattrocento";
      font-size: 12.44px;
      line-height: 18px; }

.photo_list {
  list-style: none; }
  .photo_list li {
    float: left;
    width: 33.33%; }
    .photo_list li a {
      position: relative;
      width: 100%;
      overflow: hidden;
      display: block; }
      .photo_list li a img {
        width: 100%; }
      .photo_list li a .cover {
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        text-align: center;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        position: absolute; }
        .photo_list li a .cover h3 {
          font-size: 21px;
          line-height: 28px;
          font-family: "DFFangSongStd-W2", "微軟正黑體";
          color: #fff;
          margin-bottom: 25px;
          font-weight: normal; }
        .photo_list li a .cover span {
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          margin: 0 auto;
          display: block;
          border-radius: 50%;
          width: 40px;
          height: 40px;
          border: 2px solid #0099da;
          color: #0099da;
          line-height: 40px;
          font-size: 40px;
          text-align: center; }
    .photo_list li:hover a .cover {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
    .photo_list li.video a .cover span {
      position: relative;
      text-indent: -999px; }
      .photo_list li.video a .cover span:before {
        content: "";
        top: 50%;
        left: 50%;
        margin-top: -6px;
        margin-left: -3px;
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 8px;
        border-color: transparent transparent transparent #0099da; }

.inner_ctrl_bar {
  z-index: 10;
  width: 100%;
  bottom: 0;
  margin-bottom: -20px;
  position: absolute; }
  .inner_ctrl_bar h1 {
    display: none; }
  .inner_ctrl_bar.fixed_top {
    position: fixed;
    bottom: inherit;
    top: -26px; }
    .inner_ctrl_bar.fixed_top .nav_list {
      padding: 15px 0 5px; }
  .inner_ctrl_bar .nav_list {
    padding: 15px 0 15px;
    width: 100%;
    float: left;
    background: #000;
    text-align: center;
    margin-top: 0; }
    .inner_ctrl_bar .nav_list li {
      display: inline-block;
      float: none; }
      .inner_ctrl_bar .nav_list li:before {
        background: #fff;
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5; }
      .inner_ctrl_bar .nav_list li:last-child {
        display: none; }
      .inner_ctrl_bar .nav_list li.buy a {
        position: relative; }
        .inner_ctrl_bar .nav_list li.buy a span {
          display: block;
          width: 20px;
          height: 20px;
          background: #CC0000;
          border-radius: 50%;
          position: absolute;
          top: -5px;
          line-height: 15px;
          right: -20px;
          color: #fff; }
          .inner_ctrl_bar .nav_list li.buy a span font {
            font-family: "Source Sans Pro";
            font-size: 10px;
            -webkit-transform: scale(0.833);
            display: inline-block; }
  .inner_ctrl_bar .cover_boder {
    float: left;
    position: relative;
    width: 100%; }
  .inner_ctrl_bar:after {
    content: "";
    display: block;
    clear: both; }

#game_character {
  position: relative;
  margin-top: -30px; }
  #game_character .block_main_tit {
    z-index: 3;
    left: 50%;
    margin-left: 17%;
    margin-top: -280px;
    top: 50%;
    position: absolute; }
    #game_character .block_main_tit h3 {
      color: #000; }
  #game_character .nav_list {
    width: 18px;
    position: absolute;
    top: 110px;
    left: 8px; }
    #game_character .nav_list li {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ccc;
      width: 100%; }
      #game_character .nav_list li a {
        width: 100%;
        display: block;
        color: #000; }
        #game_character .nav_list li a.active, #game_character .nav_list li a:hover {
          color: #CC0000; }
      #game_character .nav_list li:before {
        display: none; }
      #game_character .nav_list li:last-child {
        border: 0; }

.character_info {
  height: 500px;
  z-index: 1;
  position: absolute;
  left: 50%;
  margin-left: -27%;
  margin-top: -280px;
  top: 50%;
  font-family: "DFFangSongStd-W2", "微軟正黑體"; }
  .character_info .tit {
    float: right;
    margin-left: 25px;
    width: 38px; }
    .character_info .tit h2 {
      box-sizing: border-box;
      padding: 0 7px;
      color: #191919;
      font-size: 24px;
      line-height: 30px;
      font-weight: normal;
      position: relative;
      top: -10px; }
      .character_info .tit h2:before {
        content: "︻";
        display: inline;
        font-size: 24px;
        line-height: 30px; }
      .character_info .tit h2:after {
        content: "︼";
        display: inline;
        font-size: 24px;
        line-height: 30px; }
    .character_info .tit a {
      position: relative;
      top: -10px;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      display: block;
      width: 38px;
      height: 150px;
      color: #fff;
      font-size: 16px;
      line-height: 20px;
      box-sizing: border-box;
      padding: 20px 4px 0 12px;
      background: url("../img/game_info_btn.png") no-repeat; }
      .character_info .tit a:hover {
        color: #F5CCCC; }
  .character_info .txt {
    float: right;
    min-width: 80px; }
    .character_info .txt p {
      float: right;
      font-size: 18px;
      width: 18px;
      line-height: 26px;
      margin-left: 3px; }

.tb_box {
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px; }
  .tb_box.no_pa_bottom {
    padding-bottom: 30px; }
    .tb_box.no_pa_bottom .pj_tb_check_ok p:after {
      display: none; }
  .tb_box .small_inner {
    width: 420px;
    margin: 0 auto; }
  .tb_box table {
    text-align: left;
    width: 100%; }
    .tb_box table tr td {
      position: relative;
      vertical-align: top;
      padding-bottom: 40px;
      width: 46%; }
      .tb_box table tr td:nth-child(1) {
        padding-right: 2%; }
      .tb_box table tr td:nth-child(2) {
        padding-left: 2%; }
      .tb_box table tr td.td_two {
        padding-right: 0;
        padding-left: 0; }
      .tb_box table tr td.td_center {
        text-align: center; }
        .tb_box table tr td.td_center input[type="checkbox"] + label, .tb_box table tr td.td_center input[type="radio"] + label {
          padding: 0 10px; }
        .tb_box table tr td.td_center p {
          text-indent: 19px; }
        .tb_box table tr td.td_center h5 {
          font-size: 14px;
          line-height: 24px;
          color: #666;
          max-width: 323px;
          margin: 15px auto 0; }
      .tb_box table tr td h5 {
        padding: 17px;
        color: #666;
        font-size: 14px;
        line-height: 26px; }
      .tb_box table tr td h6 {
        text-align: left;
        font-size: 13px;
        color: #999;
        position: relative;
        margin-bottom: 10px;
        line-height: 21px; }
        .tb_box table tr td h6.center {
          text-align: center; }
        .tb_box table tr td h6.required.underline:after {
          content: "";
          width: 110px;
          height: 1px;
          display: block;
          margin: 10px auto 30px;
          background: rgba(0, 0, 0, 0.3); }
        .tb_box table tr td h6.required:before {
          content: "*";
          color: #0099da;
          font-size: 13px;
          line-height: 21px;
          display: inline;
          padding-right: 10px; }
      .tb_box table tr td p {
        text-align: left;
        font-weight: bold;
        font-family: "Source Sans Pro";
        letter-spacing: 0;
        position: relative; }
        .tb_box table tr td p label {
          color: #999;
          font-size: 12px; }
          .tb_box table tr td p label.jq_label {
            display: none;
            position: absolute;
            top: 9px;
            left: 20px; }
        .tb_box table tr td p input[type="text"] {
          padding: 8px 20px;
          width: 100%;
          height: 35px;
          box-sizing: border-box;
          border: 0;
          background: #333; }
        .tb_box table tr td p input[type="text"]:read-only {
          color: #cccccc !important; }
        .tb_box table tr td p input[type="checkbox"]:disabled + label, .tb_box table tr td p input[type="radio"]:disabled + label {
          cursor: default; }
          .tb_box table tr td p input[type="checkbox"]:disabled + label span, .tb_box table tr td p input[type="radio"]:disabled + label span {
            cursor: default; }
            .tb_box table tr td p input[type="checkbox"]:disabled + label span:before, .tb_box table tr td p input[type="checkbox"]:disabled + label span:after, .tb_box table tr td p input[type="radio"]:disabled + label span:before, .tb_box table tr td p input[type="radio"]:disabled + label span:after {
              background: #ccc; }
        .tb_box table tr td p textarea {
          padding: 8px 20px;
          box-sizing: border-box;
          background: #333;
          width: 100%;
          height: 200px;
          color: #fff; }
        .tb_box table tr td p.input_same {
          position: absolute;
          top: 0;
          right: 0;
          text-align: right; }
          .tb_box table tr td p.input_same label {
            padding-right: 15px; }
      .tb_box table tr td .select_box {
        float: left;
        margin-right: 2%;
        height: 40px;
        width: 32%; }
        .tb_box table tr td .select_box.full {
          width: 100%;
          margin-right: 0; }
        .tb_box table tr td .select_box:last-child {
          margin: 0; }
      .tb_box table tr td .selecter {
        height: 35px; }
        .tb_box table tr td .selecter .selecter-selected {
          padding: 8px 20px;
          border: 0;
          border-radius: 0;
          font-size: 12px;
          color: #999;
          background: #333; }
        .tb_box table tr td .selecter .selecter-options {
          z-index: 52;
          margin-top: 0;
          border-left: 0;
          border-right: 0;
          border-bottom: 0; }
          .tb_box table tr td .selecter .selecter-options .selecter-item {
            height: 35px;
            background: #222;
            color: #999;
            border-bottom: 1px solid #555;
            box-sizing: border-box;
            padding: 8px 20px; }
            .tb_box table tr td .selecter .selecter-options .selecter-item.selected {
              background: #111; }
            .tb_box table tr td .selecter .selecter-options .selecter-item:hover {
              background: #0099da;
              color: #222; }
          .tb_box table tr td .selecter .selecter-options .scroller-content .selecter-item {
            padding-left: 20px;
            background: #333; }
            .tb_box table tr td .selecter .selecter-options .scroller-content .selecter-item.selected {
              background: #D9D9D9; }
            .tb_box table tr td .selecter .selecter-options .scroller-content .selecter-item:hover {
              background: #000; }

.tb_btn {
  display: inline-block;
  margin: 10px 10px 0;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.1);
  position: relative;
  height: 100px;
  width: 100px;
  color: #fff;
  border-radius: 50%; }
  .tb_btn.submit {
    border-color: transparent;
    background: #0099da; }
  .tb_btn span {
    width: 100%;
    position: absolute;
    top: 51px;
    text-align: center;
    display: block;
    font-family: "DFFangSongStd-W2", "微軟正黑體";
    color: #fff;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .tb_btn img {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 33px;
    width: 28px;
    left: 32px;
    display: block;
    margin: 0 auto; }
  .tb_btn:hover span {
    top: 50px;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .tb_btn:hover img {
    top: 22px; }

.contact_box {
  text-align: center;
  font-size: 13px;
  margin: 40px auto 15px;
  width: 200px; }
  .contact_box .mail_box {
    margin: 0 auto 20px;
    border-radius: 50%;
    height: 80px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 80px; }
    .contact_box .mail_box img {
      position: relative;
      top: 25px; }
  .contact_box span {
    color: #999; }
  .contact_box font {
    color: #0099da; }

.contact_td_head {
  margin-bottom: 50px;
  position: relative; }
  .contact_td_head .notic {
    color: #999;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    right: 0; }
    .contact_td_head .notic font {
      color: #0099da; }

@media screen and (max-width: 1400px) {
  .character_info {
    margin-left: -34%;
    margin-top: -200px; }
    .character_info .tit {
      margin-left: 15px; }
    .character_info .txt p {
      font-size: 15px;
      width: 15px;
      line-height: 23px; }

  #game_character .block_main_tit {
    margin-left: 22%;
    margin-top: -202px; }
    #game_character .block_main_tit h3 {
      width: 28px;
      line-height: 35px;
      font-size: 28px;
      padding-right: 43px; }
    #game_character .block_main_tit p {
      left: -141px; }
  #game_character .nav_list {
    top: 83px;
    left: 4px; }

  .profile_list li .txt {
    width: 290px; }
    .profile_list li .txt .tit .time {
      font-size: 28px;
      line-height: 24px; }
    .profile_list li .txt .tit .name h2, .profile_list li .txt .tit .name h3 {
      font-size: 20px;
      line-height: 24px; }
    .profile_list li .txt .foot p {
      font-size: 12px;
      line-height: 18px; }
  .profile_list li .img {
    height: 130px;
    width: 130px; }
  .profile_list li:before {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7); }
  .profile_list li:nth-child(even) .img {
    margin-left: 30px; }
  .profile_list li:nth-child(even):before {
    margin-left: -158px;
    margin-top: -32px; }
  .profile_list li:nth-child(odd) .img {
    margin-right: 30px; }
  .profile_list li:nth-child(odd):before {
    margin-left: -91px;
    margin-top: -13px; } }
.photo_slider_box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }
  .photo_slider_box.ch #supersized li a {
    background: #fff; }

.device #prevslide, .device #nextslide {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "DFFangSongStd-W2", "微軟正黑體";
  background: #999;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  font-size: 16px;
  display: block !important;
  color: #fff;
  top: 50%;
  margin-top: -29.5px;
  z-index: 2;
  position: absolute;
  opacity: 1 !important; }
  .device #prevslide:hover, .device #nextslide:hover {
    background: #0099da; }
.device #prevslide {
  left: 30px; }
.device #nextslide {
  right: 30px; }

.wallpaper_list_outer {
  list-style: none; }
  .wallpaper_list_outer .wallpaper_list_outer_li {
    display: block; }

.search_main {
  text-align: center; }
  .search_main h1 {
    font-family: "DFFangSongStd-W2", "微軟正黑體";
    font-size: 36px;
    line-height: 36px;
    font-weight: normal;
    color: #fff; }
  .search_main p {
    color: #ccc;
    font-size: 14px;
    line-height: 21px;
    max-width: 245px;
    width: 100%;
    margin: 30px auto 10px;
    font-family: "Quattrocento"; }
  .search_main input {
    text-align: center;
    color: #fff;
    max-width: 400px;
    width: 100%;
    height: 52px;
    line-height: 52px;
    background: url("../img/search_bg.png") no-repeat;
    background-size: 100% 100%; }
  .search_main input::-webkit-input-placeholder, .search_main textarea::-webkit-input-placeholder {
    font-family: '微軟正黑體';
    color: #fff; }
  .search_main input:-moz-placeholder, .search_main textarea:-moz-placeholder {
    font-family: '微軟正黑體';
    color: #fff; }
  .search_main input::-moz-placeholder, .search_main textarea::-moz-placeholder {
    font-family: '微軟正黑體';
    color: #fff; }
  .search_main input:-ms-input-placeholder, .search_main textarea:-ms-input-placeholder {
    font-family: '微軟正黑體';
    color: #fff; }
  .search_main .btn_box {
    overflow: hidden;
    margin: 20px auto;
    width: 220px; }
    .search_main .btn_box a {
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      cursor: pointer;
      width: 50%;
      float: left;
      color: #fff;
      display: block;
      box-sizing: border-box;
      padding: 15px 20px;
      text-align: left; }
      .search_main .btn_box a:first-of-type {
        text-align: right;
        border-right: 1px solid #333; }
      .search_main .btn_box a:last-of-type span, .search_main .btn_box a:last-of-type font {
        color: #999; }
      .search_main .btn_box a:last-of-type:hover span {
        color: #fff; }
      .search_main .btn_box a:last-of-type:hover font {
        color: #ccc; }
      .search_main .btn_box a span {
        font-family: "DFFangSongStd-W2", "微軟正黑體";
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-size: 16px;
        line-height: 18px;
        display: block; }
      .search_main .btn_box a font {
        font-family: "Quattrocento";
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-size: 12px;
        line-height: 12px;
        color: #ccc; }

.fill {
  width: 100%;
  height: 100%; }


@media screen and (max-width: 1100px) {
  .game_banner img.pc {
    display: none; }
  .game_banner img.pad {
    display: block; }
  .game_banner img.mobi {
    display: none; }

  .device.character_list .swiper-container .swiper-wrapper .swiper-slide .title {
    margin-top: 45px; }
  .device.character_list .swiper-container .swiper-wrapper .swiper-slide img {
    height: 90%;
    margin-top: 5%; }

  .bloxk_inner {
    max-width: 100%;
    width: 600px; }

  .game_info .right {
    width: 450px;
    padding-top: 20px;
    padding-left: 30px; }
    .game_info .right .nav_list {
      margin-top: 25px; }

  .profile_list li:nth-child(even) .img {
    margin-left: 10px; }
  .profile_list li:nth-child(odd) .img {
    margin-right: 10px; }

  .page_top_title h1 {
    width: 28px;
    font-size: 28px;
    line-height: 35px; }
  .page_top_title p {
    padding-top: 30px;
    font-size: 14px;
    line-height: 18px; }

  .footer_link {
    padding: 25px 60px 25px;
    overflow: hidden; }
    .footer_link .left {
      width: 100%; }
      .footer_link .left .logo_link {
        width: 100%; }
    .footer_link .foot_menu {
      width: 100%;
      float: left; }
      .footer_link .foot_menu li {
        float: left; }
        .footer_link .foot_menu li img {
          padding: 0 20px 0 0; }
        .footer_link .foot_menu li:after {
          content: "‧";
          font-size: 14px;
          display: inline-block;
          line-height: 14px;
          margin: 0px; }
        .footer_link .foot_menu li:first-child:after {
          display: none; }
        .footer_link .foot_menu li:last-child:before, .footer_link .foot_menu li:last-child:after {
          display: none; }

  .header .menu {
    width: 604px; }
    .header .menu li {
      margin: 0 18px; }
      .header .menu li a font {
        letter-spacing: 0;
        font-size: 15px; }
      .header .menu li.logo {
        width: 120px; }
        .header .menu li.logo a img {
          width: 100%;
          position: relative;
          left: -10px; }
      .header .menu li:nth-child(2):before, .header .menu li:nth-child(5):before {
        left: -17px; } }
@media screen and (max-width: 1100px) {
  .profile_list li .txt {
    width: 241px; }
  .profile_list li:nth-child(even) .img {
    margin-left: 0px; }
  .profile_list li:nth-child(even) .txt .tit .time {
    padding-left: 20px; }
  .profile_list li:nth-child(even):before {
    margin-left: -165px;
    margin-top: -20px; }
  .profile_list li:nth-child(odd) .img {
    margin-right: 0px; }
  .profile_list li:nth-child(odd) .txt .tit .time {
    padding-right: 20px; }
  .profile_list li:nth-child(odd):before {
    margin-left: -109px;
    margin-top: -8px; } }
@media screen and (max-width: 850px) {
  .photo_list li {
    width: 50%; }

  .profile_list li {
    width: 450px;
    margin: 0 auto;
    margin-bottom: 80px;
    padding: 0 !important; }
    .profile_list li .txt {
      width: 320px; }
    .profile_list li:before {
      display: none; }

  .menu_ctrl {
    top: 30px; }

  .header {
    height: 90px;
    padding-top: 18px; }
    .header .lang_info {
      top: 35px; }
    .header:after {
      top: 90px; }

  .newsCenter {
    padding: 110px 0 180px; }
    .newsCenter .j_main_box .j_main_in ul li a .img {
      height: 248px; }
    .newsCenter .j_main_box .j_main_in ul li a .box {
      height: 402px; }
    .newsCenter .j_main_box .j_main_in ul li a:after {
      margin: 35px auto 0; }
    .newsCenter .j_main_box .j_main_in ul li.img_full .img {
      height: 400px; }
    .newsCenter .j_main_box .j_main_in ul li.no_txt .img {
      height: 314px; }

  .about_link .txt {
    box-sizing: border-box;
    padding: 0 80px; }
  .about_link .img {
    margin-left: 150px; }

  .header .menu {
    width: 506px; }
    .header .menu li {
      margin: 0 9px; }
      .header .menu li a font {
        font-size: 13px; }
      .header .menu li:nth-child(2):before, .header .menu li:nth-child(5):before {
        left: -10px; } }
@media screen and (max-width: 1130px) {
  .newsCenter .j_main_box .j_main_in ul.inner_page li {
    margin-right: 3.333%;
    width: 30%; } }
@media screen and (max-width: 960px) {
  .newsCenter.inner .left .block_main_tit .ctrl_bar.inner {
    display: none; }
  .newsCenter.inner .left.fixed_top {
    top: 0; }
  .newsCenter .j_main_box {
    margin-top: 20px; }
    .newsCenter .j_main_box .j_main_in ul.inner_page li {
      margin-right: 0%;
      margin-left: 3%;
      width: 46%; } }
@media screen and (max-width: 768px) {
  .photo_slider_box {
    height: 300px; }
    .photo_slider_box.ch {
      height: 100%; }

  .page_top_title {
    box-sizing: border-box;
    padding: 0 20px; }

  .inner_nav li {
    padding-left: 8px;
    margin-left: 3px; }
    .inner_nav li a {
      font-size: 16px; }

  .markdown_box.sale table tr td, .markdown_box.sale table tr th, .markdown_box.character table tr td, .markdown_box.character table tr th, .markdown_box.story table tr td, .markdown_box.story table tr th, .markdown_box.demand table tr td, .markdown_box.demand table tr th, .markdown_box.behind table tr td, .markdown_box.behind table tr th {
    padding: 12px;
    font-size: 12px; }

  .tb_btn span {
    top: 50px;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
  .tb_btn img {
    top: 22px; }

  .tb_box table {
    display: block; }
    .tb_box table tbody {
      display: block; }
    .tb_box table tr {
      display: block; }
      .tb_box table tr td {
        padding-bottom: 10px;
        width: 100%;
        display: block; }
        .tb_box table tr td .select_box.full {
          margin-bottom: 5px; }
        .tb_box table tr td .select_box:last-child {
          margin-bottom: 5px; }
        .tb_box table tr td .selecter .selecter-selected {
          text-align: center; }
        .tb_box table tr td h6 {
          text-align: center; }
        .tb_box table tr td p input {
          text-align: center; }
        .tb_box table tr td p label {
          display: inline-block; }
          .tb_box table tr td p label:last-child {
            padding-right: 0px; }
        .tb_box table tr td:nth-child(1) {
          padding-right: 0; }
        .tb_box table tr td:nth-child(2) {
          padding-left: 0; }

  .markdown_box.contact p {
    text-align: center !important;
    margin-bottom: 0; }
    .markdown_box.contact p br {
      display: none; }

  .contact_td_head .notic {
    position: relative;
    margin-top: 0px;
    width: 100%;
    text-align: center; }

  .inner_ctrl_bar {
    position: fixed;
    bottom: inherit;
    margin-bottom: 0;
    top: 0px;
    background: #000; }
    .inner_ctrl_bar .menu_ctrl_mobi {
      top: 9px;
      filter: alpha(opacity=50);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      opacity: 0.5;
      background: none;
      border-color: #fff; }
      .inner_ctrl_bar .menu_ctrl_mobi:before, .inner_ctrl_bar .menu_ctrl_mobi:after {
        background: #fff; }
      .inner_ctrl_bar .menu_ctrl_mobi .hr {
        background: #fff; }
    .inner_ctrl_bar h1 {
      text-align: center;
      font-weight: normal;
      line-height: 50px;
      display: block;
      font-family: "DFFangSongStd-W2", "微軟正黑體";
      color: #fff;
      font-size: 15px; }
    .inner_ctrl_bar .cover_boder {
      display: none; }
    .inner_ctrl_bar .nav_list {
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      width: 100%;
      display: block;
      overflow: hidden;
      background: none;
      box-sizing: border-box;
      padding: 0 70px !important;
      height: 0; }
      .inner_ctrl_bar .nav_list li {
        padding: 10px 0;
        border-bottom: 1px solid #4f4f4f;
        text-align: center;
        width: 100%; }
        .inner_ctrl_bar .nav_list li:last-child {
          display: inline-block; }
        .inner_ctrl_bar .nav_list li a {
          float: none; }
        .inner_ctrl_bar .nav_list li:before {
          display: none; }
      .inner_ctrl_bar .nav_list.active {
        height: 340px; }
    .inner_ctrl_bar.fixed_top {
      top: 0px; }
      .inner_ctrl_bar.fixed_top .nav_list {
        padding: 0; }

  .game_banner img.pc {
    display: none; }
  .game_banner img.pad {
    display: none; }
  .game_banner img.mobi {
    display: block; }

  .container.inner, .container-full.inner {
    background: url("../img/portfolio_bg.jpg") fixed;
    background-size: cover; }

  .newsCenter.inner {
    background: url(../img/index_news_bg.jpg) no-repeat center #131519 fixed;
    background-size: cover; }

  .photo_box .tit h2 {
    line-height: 35px;
    font-size: 28px; }
  .photo_box .tit .nav_list {
    margin-top: 15px; }

  .character_info {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    top: 0;
    left: 0; }
    .character_info .tit {
      margin-left: 0;
      width: 100%;
      text-align: center;
      float: none; }
      .character_info .tit a {
        top: 0;
        width: 100%;
        height: 38px;
        line-height: 30px;
        background: url("../img/game_info_btn_mobi.png") no-repeat center top;
        padding: 0; }
      .character_info .tit h2 {
        top: 0; }
        .character_info .tit h2 br {
          display: none; }
        .character_info .tit h2:before {
          content: "【"; }
        .character_info .tit h2:after {
          content: "】"; }
    .character_info .txt {
      padding-bottom: 30px;
      width: 100%;
      text-align: center;
      float: none; }
      .character_info .txt p {
        font-size: 12px;
        float: none;
        margin-left: 0;
        margin-bottom: 0;
        width: 100%; }
        .character_info .txt p br {
          display: none; }

  #game_character {
    padding-left: 0px;
    padding-right: 0px;
    height: auto !important; }
    #game_character .block_main_tit {
      position: relative;
      width: 100%;
      max-width: 100%;
      margin: 0;
      margin-top: 100px;
      top: 0;
      left: 0; }
      #game_character .block_main_tit h3 {
        width: 100%;
        padding: 0; }
      #game_character .block_main_tit p {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
        zoom: 1;
        position: relative;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: center;
        font-size: 13px;
        line-height: 18px;
        margin-top: 5px; }
      #game_character .block_main_tit .nav_list {
        position: relative;
        width: 100%;
        top: 0;
        margin-top: 10px;
        text-align: center; }
        #game_character .block_main_tit .nav_list li {
          width: auto;
          padding-bottom: 0px;
          margin-bottom: 0px;
          border-bottom: 0;
          border-right: 1px solid #ccc;
          padding-right: 10px;
          margin-right: 10px; }
          #game_character .block_main_tit .nav_list li:last-child {
            border-right: 0;
            padding-right: 0px;
            margin-right: 0px; }

  .photo_info {
    position: relative;
    bottom: inherit; }
    .photo_info .info_ctrl {
      display: none; }
    .photo_info .txt {
      padding: 10px 20px 20px; }
      .photo_info .txt .txt_inner p {
        filter: alpha(opacity=100) !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1 !important;
        -khtml-opacity: 1 !important;
        opacity: 1 !important;
        display: block !important; }

  .device.photo, .device.wallpaper {
    height: auto;
    min-height: 100%;
    padding-bottom: 30px;
    background: #fff; }
    .device.photo .arrow-left, .device.photo .arrow-right, .device.wallpaper .arrow-left, .device.wallpaper .arrow-right {
      top: 128.5px;
      margin-top: 0; }
    .device.photo .lightbox_close_btn, .device.wallpaper .lightbox_close_btn {
      position: relative;
      right: 0;
      top: 0;
      margin: 0 auto;
      display: block; }
    .device.photo .swiper-container, .device.wallpaper .swiper-container {
      height: 300px; }
  .device.character_list {
    height: 300px; }
    .device.character_list .swiper-container .swiper-wrapper .swiper-slide .title {
      margin-top: 0px;
      height: 100%; }
    .device.character_list .arrow-right, .device.character_list .arrow-left {
      width: 30px;
      height: 30px;
      line-height: 29px;
      font-size: 15px; }
    .device.character_list .arrow-left {
      left: 20px; }
    .device.character_list .arrow-right {
      right: 20px; }

  .game_info .block_main_tit {
    max-width: 100%;
    width: 100%; }
    .game_info .block_main_tit h3 {
      padding-right: 0;
      width: 100%;
      font-size: 28px;
      text-align: center;
      float: none; }
    .game_info .block_main_tit p {
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      filter: progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
      zoom: 1;
      position: relative;
      margin-top: 15px;
      padding-bottom: 5px;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center; }
    .game_info .block_main_tit.bg_style {
      background: url("../img/main_tit_word_bg_mobi.png") no-repeat 57% top;
      background-size: 200px;
      min-height: inherit;
      height: auto;
      padding-left: 0; }
      .game_info .block_main_tit.bg_style h3 {
        line-height: 65px;
        padding-top: 0px; }
  .game_info .right {
    width: 100%;
    padding-left: 0;
    text-align: center; }
    .game_info .right .nav_list {
      text-align: center; }
      .game_info .right .nav_list li {
        display: inline-block;
        float: none; }

  .footer_link {
    text-align: center;
    padding: 25px 20px 25px; }
    .footer_link .left {
      float: none; }
      .footer_link .left .logo_link {
        text-align: center; }
        .footer_link .left .logo_link li {
          padding: 4px 15px;
          display: inline-block;
          float: none; }
          .footer_link .left .logo_link li img {
            height: 20px; }
          .footer_link .left .logo_link li:last-child {
            padding-right: 0; }
      .footer_link .left .copyright {
        width: 100%;
        text-align: center;
        padding-bottom: 5px; }
      .footer_link .left .club_link {
        display: inline-block;
        float: none; }
    .footer_link .foot_menu {
      padding-top: 10px;
      float: none;
      text-align: center; }
      .footer_link .foot_menu li {
        float: none;
        display: inline-block; }

  .nav_list {
    text-align: center; }
    .nav_list li {
      float: none;
      display: inline-block; }
      .nav_list li a {
        font-size: 15px; }
      .nav_list li:before {
        margin: 4px 13px 4px 10px; }

  .about_link {
    height: auto; }
    .about_link .txt {
      padding: 0;
      text-align: center; }
      .about_link .txt p br {
        display: none; }
    .about_link .img {
      display: none; }

  .container, .container-full {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px; }

  .info_01 {
    padding-left: 0px;
    padding-right: 0px; }

  .game_banner, .photo_box {
    padding-left: 0px;
    padding-right: 0px; }

  .game_banner {
    margin-top: 0; }

  .newsCenter {
    padding: 50px 20px 150px 20px; }
    .newsCenter.inner {
      padding-top: 100px; }
      .newsCenter.inner .left {
        position: relative; }
      .newsCenter.inner .j_main_box {
        max-width: 100%;
        margin-left: 0; }
    .newsCenter .j_main_box {
      float: none;
      width: 100%;
      margin-left: 0; }
      .newsCenter .j_main_box .j_main_in ul li {
        margin-right: 15px; }
    .newsCenter .left {
      width: 100%;
      float: none; }
      .newsCenter .left .block_main_tit {
        float: none;
        max-width: 100%;
        width: 100%;
        text-align: center; }
        .newsCenter .left .block_main_tit h3 {
          float: none;
          width: 100%;
          font-size: 28px;
          padding-right: 0; }
        .newsCenter .left .block_main_tit .nav_list {
          margin-top: 10px;
          position: relative;
          width: 100%;
          left: 0; }
          .newsCenter .left .block_main_tit .nav_list li {
            width: auto;
            display: inline-block;
            float: none;
            border-right: 1px solid #ccc;
            border-bottom: 0;
            padding: 0 10px;
            padding-bottom: 0;
            margin-bottom: 0; }
            .newsCenter .left .block_main_tit .nav_list li:last-child {
              padding-right: 0;
              border-right: 0; }
        .newsCenter .left .block_main_tit .ctrl_bar {
          width: 100%;
          text-align: center; }
          .newsCenter .left .block_main_tit .ctrl_bar.inner {
            top: 0;
            margin-top: 10px;
            margin-bottom: 20px; }

  .lang_ctrl {
    display: none; }

  .menu_ctrl {
    display: none; }

  .menu_ctrl_mobi {
    display: block;
    top: 17px;
    right: 15px;
    height: 28px;
    width: 28px; }

  .header {
    overflow: hidden;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 56px;
    z-index: 2 !important; }
    .header .menu {
      padding-top: 20px;
      height: auto;
      width: 100%; }
      .header .menu li {
        margin: 0;
        width: 100%; }
        .header .menu li a font {
          font-size: 18px;
          color: #000; }
        .header .menu li:nth-child(2):before, .header .menu li:nth-child(5):before {
          display: none; }
        .header .menu li.logo {
          position: absolute;
          width: 100px;
          height: 35px;
          top: 15px;
          left: 50%;
          margin-left: -50px; }
          .header .menu li.logo a img {
            left: 0;
            float: left; }
    .header .lang_info {
      float: none;
      width: 100%;
      position: relative;
      left: 0;
      top: 0;
      padding-top: 60px; }
      .header .lang_info li {
        text-align: center; }
        .header .lang_info li.lang_select {
          display: block !important;
          position: relative;
          background: none;
          width: 100%;
          left: 0;
          top: 0; }
          .header .lang_info li.lang_select a {
            margin: 5px 0;
            padding: 0;
            color: #999;
            width: 50%;
            float: left; }
            .header .lang_info li.lang_select a:first-child {
              border-right: 1px solid #ccc;
              padding-right: 20px;
              text-align: right; }
            .header .lang_info li.lang_select a:last-child {
              padding-left: 20px;
              text-align: left; }
            .header .lang_info li.lang_select a:hover {
              background: none; }
          .header .lang_info li.lang_select:after {
            content: "";
            display: block;
            clear: both; }
      .header .lang_info:before, .header .lang_info:after {
        display: none; }
    .header:after {
      top: 54px;
      display: none; }
    .header.mobi_active {
      height: 420px; } }
@media screen and (max-width: 500px) {
  .markdown_box.contact p, .markdown_box.policy p {
    padding: 0; }

  .lightbox_close_btn {
    top: 20px;
    right: 50%;
    margin-right: -17px; }

  .lightbox_inner {
    padding: 80px 20px 20px 20px; }

  .tb_btn {
    margin: 10px 5px 0;
    height: 80px;
    width: 80px; }
    .tb_btn img {
      top: 16px;
      left: 24px; }
    .tb_btn span {
      top: 43px; }
    .tb_btn:hover img {
      top: 16px;
      left: 24px; }
    .tb_btn:hover span {
      top: 43px; }

  .photo_list li a .cover h3 {
    font-size: 15px;
    margin-bottom: 0; }
  .photo_list li a .cover span {
    display: none; }

  .profile_list li {
    border-bottom: 1px solid #0099da;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: center !important;
    padding: 20px 20px 40px 20px !important; }
    .profile_list li .txt {
      margin-top: 20px;
      width: 100% !important; }
      .profile_list li .txt .tit {
        border-bottom: 0;
        padding: 0 !important;
        text-align: center !important; }
        .profile_list li .txt .tit .time {
          padding: 0 !important;
          width: 100% !important; }
        .profile_list li .txt .tit .name {
          margin: 5px 0;
          width: 100% !important; }
          .profile_list li .txt .tit .name h2, .profile_list li .txt .tit .name h3 {
            display: inline-block; }
      .profile_list li .txt .foot {
        padding: 0 !important;
        text-align: center !important; }
        .profile_list li .txt .foot p {
          max-width: 150px;
          margin: 0 auto !important; }
        .profile_list li .txt .foot .btn_link {
          position: relative;
          display: block;
          margin: 0 auto;
          top: 0;
          margin-top: 10px; }
    .profile_list li .img {
      margin: 0 auto !important;
      float: none !important; }
    .profile_list li:before {
      display: none; }

  .newsCenter.inner .j_main_box .j_main_in ul.inner_page li {
    margin-right: 0%;
    margin-left: 0%;
    width: 100%; } }
@media screen and (max-width: 750px) {
  .device.character_inner {
    height: 732px; } }
@media screen and (max-width: 700px) {
  .device.character_inner {
    height: 698px; } }
@media screen and (max-width: 650px) {
  .device.character_inner {
    height: 640px; } }
@media screen and (max-width: 600px) {
  .device.character_inner {
    height: 583px; } }
@media screen and (max-width: 550px) {
  .device.character_inner {
    height: 526px; } }
@media screen and (max-width: 500px) {
  .device.character_inner {
    height: 469px; } }
@media screen and (max-width: 450px) {
  .device.character_inner {
    height: 412px; } }
@media screen and (max-width: 400px) {
  .device.character_inner {
    height: 355px; } }
@media screen and (max-width: 350px) {
  .device.character_inner {
    height: 297px; } } 


  .fill_2{
        width: 100%;
        height: 100%;
    }

@media screen and (max-width: 1140px) {
     .fill_2{
        width: 100%;
        height: 708px;
    }
 }
@media screen and (max-width: 1100px) 
{
   .fill_2{ width: 100%; height: 708px;}
}
@media screen and (max-width: 850px) 
{
   .fill_2{ width: 100%; height: 547px;}
}
@media screen and (max-width: 1130px) 
{
   .fill_2{ width: 100%; height: 727px;}
}
@media screen and (max-width: 960px) 
{
   .fill_2{ width: 100%; height: 618px;}
}
@media screen and (max-width: 768px) 
{
    .fill_2{ width: 100%; height: 494px; margin-top: 3%;}
}
@media screen and (max-width: 750px) 
{
    .fill_2{ width: 100%; height: 482px; margin-top: 4%;}
}
@media screen and (max-width: 700px) 
{
    .fill_2{ width: 100%; height: 450px; margin-top: 5%;}
}
@media screen and (max-width: 650px) 
{
    .fill_2{ width: 100%; height: 418px; margin-top: 6%;}
}
@media screen and (max-width: 600px) 
{
    .fill_2{ width: 100%; height: 386px; margin-top: 7%;}
}
@media screen and (max-width: 550px) 
{
    .fill_2{ width: 100%; height: 354px; margin-top: 8%;}  
}
@media screen and (max-width: 500px) 
{
    .fill_2{ width: 100%; height: 321px; margin-top: 9%;}
}
@media screen and (max-width: 450px) 
{
    .fill_2{ width: 100%; height: 289px; margin-top: 10%;}
}
@media screen and (max-width: 400px) 
{
    .fill_2{ width: 100%; height: 257px; margin-top: 11%;}
}
@media screen and (max-width: 350px) 
{
    .fill_2{ width: 100%; height: 225px; margin-top: 12%;}
}